a {
    outline: none!important;
  }
  #block-iconsymbol {
    margin: 0;
  }
  @media screen and (max-width: 991px) {
    .field-body p {
      text-align: inherit;
    }
  }
  @media screen and (max-width: 767px) {
    .field-body p {
      font-size: 15px;
    }
    .field-body.field-type-text-with-summary p {
      text-align: justify;
    }
    .field-body.field-type-text-with-summary p.text-align-center {
      text-align: center;
    }
  }
  @media screen and (max-width: 480px) {
    .field-body p {
      font-size: 14px;
    }
  }
  .page-node-type-teacher .block-region-right,
  .page-node-type-teacher .block-region-left {
    padding-top: 16px;
  }
  #header-btns {
    background-color: transparent;
  }
  .inner {
    max-width: 1400px;
  }
  
  @media (min-width: 1430px) {
    .inner {
      width: 1400px;
    }
  }
  #header-top .header-left p {
    display: flex;
    align-items: center;
  }
  #header-top .header-left p a {
    color: rgba(255, 255, 255, 0.75);
    margin-right: 26px;
    display: flex;
    align-items: center;
  }
  #header-top .header-left p a:hover {
    color: #fff;
  }
  #header-top .header-left p a svg {
    margin-right: 7px;
  }
  #header-top .header-left p a.language {
    display: none;
  }
  .language-zh-hans #header-top .header-left p a.language.en,
  .language-en #header-top .header-left p a.language.cn {
    display: flex;
  }
  
  #header-top #search-block-form .form-actions,
  #header-top .search-block-form .form-actions {
    margin: 0;
  }
  #header-top #search-block-form .form-actions:after,
  #header-top .search-block-form .form-actions:after {
    top: 3px;
    right: 10px;
  }
  @media screen and (max-width: 767px) {
    #header-top .inner {
      padding: 5px 14px;
    }
    #header-top form .form-item {
      display: none;
    }
    #header-top #search-block-form .form-actions:after,
    #header-top .search-block-form .form-actions:after {
      color: #fff;
      right: 7px;
    }
  }
  @media screen and (max-width: 480px) {
    #search-block-form .form-actions .form-submit,
    .search-block-form .form-actions .form-submit {
      padding: 5px;
    }
    #header-top #search-block-form .form-actions:after,
    #header-top .search-block-form .form-actions:after {
      top: 1px;
      right: 0;
    }
    #header-top input.form-text {
      height: 28px;
      line-height: 28px;
      padding: 3px 7px;
      font-size: 13px;
    }
  }
  
  .header-container.inner,
  .header-row {
    height: 210px;
  }
  .header-container.inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    background: url(https://soet.sysu.edu.cn/sites/default/files/header-bg.jpg) center center no-repeat;
    background-size: cover;
    border-bottom: 4px solid #23a0f5;
  }
  .header-row {
    max-width: 1400px;
    margin: 0 auto;
    padding: 7px 14px;
    background: url(https://soet.sysu.edu.cn/sites/default/files/slogan.png) right center no-repeat;
  }
  @media screen and (max-width: 1429px) {
    .header-row {
      max-width: 1170px;
      background-image: none;
    }
    .header-container.inner {
      background-position: left center;
    }
  }
  @media screen and (max-width: 1199px) {
    .header-row {
      max-width: 970px;
    }
  }
  @media screen and (max-width: 991px) {
    .header-container.inner,
    .header-row {
      height: 160px;
    }
    .header-row {
      max-width: 750px;
    }
    #site-logo {
      height: auto;
    }
    #site-logo img {
      width: 480px;
    }
  }
  @media screen and (max-width: 767px) {
    .header-container.inner {
      border-bottom-width: 0;
    }
    #header .header-container .header-row .header-column #site-logo.header-logo {
      text-align: left;
      padding-right: 50px;
    }
    #header .header-container .header-row .header-column #site-logo.header-logo img {
      margin-top: 32px;
    }
    #header .header-container .header-row .header-column {
      position: static;
    }
    #header .header-container .header-row .header-column #header-btns {
      top: 50%;
      transform: translateY(-50%);
      z-index: 100;
      right: 4px;
    }
  }
  @media screen and (max-width: 520px) {
    .header-container.inner,
    .header-row {
      height: 120px;
    }
    #header .header-container .header-row .header-column #site-logo.header-logo img {
      margin-top: 20px;
      width: auto;
    }
  }
  @media screen and (max-width: 480px) {
    .header-container.inner,
    .header-row {
      height: 100px;
    }
    #header .header-container .header-row .header-column #site-logo.header-logo img {
      margin-top: 20px;
      width: auto;
    }
    #header-top .header-left p a {
      margin-right: 16px;
      font-size: 12px;
    }
    #header-top form .form-item {
      width: 100px;
    }
    #header .header-container .header-row .header-column #header-btns {
      padding: 5px;
      right: 0;
    }
  }
  
  .main-menu-bg-primary {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1000;
  }
  .main-menu-1-1 .nav-menu {
    display: flex;
    justify-content: space-between;
  }
  .main-menu-1-1 .nav-menu > .menu-item {
    padding: 24px 13px;
    font-size: 18px;
    font-weight: 600;
  }
  .language-en .main-menu-1-1 .nav-menu {
    display: flex;
    justify-content: space-around;
  }
  @media screen and (max-width: 1429px) {
    .main-menu-1-1 .nav-menu {
      display: flex;
      font-size: 16px;
      justify-content: space-around;
    }
    .main-menu-1-1 .nav-menu > .menu-item {
      padding: 24px 2px;
    }
  }
  @media screen and (max-width: 1200px) {
    .main-menu-1-1 .nav-menu {
      font-size: 14px;
    }
  }
  .main-menu-bg-primary ul.dropdown-menu,
  .main-menu-bg-primary .dropdown .dropdown-menu {
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(11,64,103,0.2);
  }
  .main-menu-bg-primary .nav-menu > .menu-item > .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    border-top: 3px solid #0079CA;
  }
  .main-menu-bg-primary .nav-menu > .menu-item:last-child > .dropdown-menu {
    right: 50%;
    transform: translateX(50%);
  }
  .main-menu-1-1 .nav-menu .level-menu a {
    font-size: 16px;
  }
  @media screen and (max-width: 1429px) {
    .main-menu-1-1 .nav-menu .level-menu a {
      font-size: 15px;
    }
  }
  @media screen and (max-width: 1200px) {
    .main-menu-1-1 .nav-menu > .menu-item {
      font-size: 15px;
    }
    .main-menu-1-1 .nav-menu .level-menu a {
      font-size: 14px;
    }
  }
  ul.dropdown-menu > li > a,
  .dropdown .dropdown-menu > li > a {
    padding: 14px 18px;
  }
  .main-menu-1-1 .nav-menu .level-menu .menu-item {
    border: none;
  }
  .main-menu-1-1 .nav-menu .level-menu .active-item.active:not(.expanded) a,
  .main-menu-1-1 .nav-menu .level-menu .menu-item>a.is-active,
  .main-menu-1-1 .nav-menu .level-menu .menu-item>a:hover {
    background-color: #E2F3FF;
    color: #0069B0;
  }
  
  .main-menu-1-1 .nav-menu>.menu-item.active > a,
  .main-menu-1-1 .nav-menu>.menu-item:hover > a,
  .main-menu-1-1 .nav-menu>.menu-item.active > .menu-toggle > a,
  .main-menu-1-1 .nav-menu>.menu-item:hover > .menu-toggle > a {
    color: #0079CA;
  }
  
  /* slider */
  .slider-cls-customer.block {
    margin-bottom: 0;
  }
  .swiper-1 .swiper-slide .inner {
    font-size: 32px;
    width: 20em;
    height: auto;
    bottom: 60px;
    left: 50%;
    transform: translateX(-680px);
    padding: 0;
  }
  .swiper-1 .swiper-slide .inner .text-white {
    font-size: 32px;
    line-height: 1.375em;
    font-weight: bold;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  }
  @media screen and (max-width: 1429px) {
    .swiper-1 .swiper-slide .inner {
      transform: translateX(-565px);
    }
  }
  @media screen and (max-width: 1199px) {
    .swiper-1 .swiper-slide .inner {
      transform: translateX(-465px);
    }
  }
  @media screen and (max-width: 991px) {
    .swiper-1 .swiper-slide .inner {
      font-size: 24px;
      bottom: 50px;
      transform: translateX(0);
      left: 5%;
    }
    .swiper-1 .swiper-slide .inner .text-white {
      font-size: 24px;
    }
  }
  @media screen and (max-width: 992px) {
    .numerical-pagination {
      min-height: unset;
    }
  }
  @media screen and (max-width: 1620px) and (min-width: 767px) {
    #main .swiper-55-1 .swiper-1 .swiper-wrapper,
    #main .swiper-55-1 .swiper-1 .swiper-slide,
    #main .swiper-55-1 .swiper-container.swiper-1 {
      height: calc(26vw)!important;
    }
  }
  @media screen and (max-width: 767px) {
    .swiper-1 {
      height: calc(26vw)!important;
    }
    .swiper-1 .swiper-slide .inner {
      bottom: 40px;
    }
    .swiper-1 .swiper-slide .inner,
    .swiper-1 .swiper-slide .inner .text-white {
      font-size: 20px;
    }
    .swiper-1 .pagination {
      display: block;
      bottom: 3px;
    }
    .pagination .swiper-active-switch {
      margin: 0 3px;
      height: 6px;
      width: 6px;
      border-radius: 3px;
    }
    .swiper-button-next, .swiper-button-prev {
      display: none;
    }
  }
  @media screen and (max-width: 480px) {
    .swiper-1 .swiper-slide .inner,
    .swiper-1 .swiper-slide .inner .text-white {
      display: none;
    }
  }
  .pagination .swiper-pagination-switch {
    border: none;
    background: #fff;
    opacity: 0.9;
    transition: all ease 0.3s;
  }
  .pagination .swiper-active-switch {
    background: #fff;
    opacity: 0.9;
    width: 12px;
  }
  /* index title */
  .index-title-custom.block {
    margin-bottom: 0;
  }
  .index-title-custom.block .block-title {
    border: none;
    margin: 0;
    color: #1e1e1e;
    font-size: 32px;
    padding: 20px 0 0;
    margin-bottom: 24px;
    position: relative;
    font-family: Microsoft YaHei;
  }
  .index-title-custom.block.white .block-title {
    color: #fff;
  }
  .language-en .index-title-custom.block .block-title {
    padding: 10px 0;
  }
  .index-title-custom.block .block-title::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #0069b0;
    width: 3px;
    height: 52px;
    left: calc(4em + 40px);
    bottom: 0;
  }
  .index-title-custom.block.btm .block-title::after {
    width: 52px;
    height: 3px;
    bottom: -10px;
    left: 0;
  }
  .language-en .index-title-custom.block:not(.btm) .block-title::after {
    position: static;
    display: inline-block;
    margin: -5px 20px;
    height: 40px;
  }
  .index-title-custom.block.white .block-title::after {
    background-color: #fff;
  }
  .index-title-custom.block .block-title::before {
    content: "";
    display: block;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #1e1e1e;
    position: absolute;
    line-height: 1em;
    left: 0;
    top: 0;
  }
  @media screen and (max-width: 767px) {
    .index-title-custom.block .block-title {
      font-size: 24px;
    }
    .index-title-custom.block .block-title::before {
      font-size: 12px;
    }
    .index-title-custom.block .block-title::after {
      display: none;
    }
  }
  @media screen and (max-width: 375px) {
    .index-title-custom.block .block-title {
      font-size: 20px;
      font-weight: bold;
    }
    .index-title-custom.block .block-title::before {
      font-size: 20px;
      transform: scale(0.5);
      transform-origin: left center;
    }
  }
  
  .language-en .index-title-custom.block .block-title::before {
    display: none;
  }
  .index-title-custom.block.news .block-title::before {
    content: "LATEST NEWS";
  }
  .index-title-custom.block.notice .block-title::before {
    content: "NOTICE";
  }
  .index-title-custom.block.lecture .block-title::before {
    content: "LECTURE";
  }
  .index-title-custom.block.party .block-title::before {
    content: "PARTY BUILDING";
    color: #fff;
  }
  .index-title-custom.block.activities .block-title::before {
    content: "ACTIVITIES";
  }
  
  /* layout-full region-top */
  .layout-full.region-top {
    padding-top: 60px;
    padding-bottom: 80px;
    background: url(https://soet.sysu.edu.cn/sites/default/files/index-news-bg.jpg) center center no-repeat;
    background-size: cover;
  }
  .layout-full.region-bottom,
  .layout-full.region-middle-first {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .layout-full.region-bottom {
    background-color: #F1F6FC;
  }
  .layout-full.region-top-third {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(https://soet.sysu.edu.cn/sites/default/files/index-construct-bg.jpg) center center
      no-repeat;
    background-size: cover;
  }
  .layout-full.region-top-third .col-md-8,
  .layout-full.region-top-third .col-md-4,
  .layout-full.region-bottom .col-md-8,
  .layout-full.region-bottom .col-md-4 {
    width: 100%;
  }
  .layout-full.region-bottom-standard {
    padding-top: 40px;
    padding-bottom: 60px;
    background: url(https://soet.sysu.edu.cn/sites/default/files/index-team-bg.jpg) center center no-repeat;
    background-size: cover;
  }
  @media screen and (max-width: 767px) {
    .layout-full.region-top {
      padding: 30px 14px 36px;
    }
    .layout-full.region-bottom,
    .layout-full.region-middle-first,
    .layout-full.region-top-third {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .layout-full.region-bottom-standard {
      padding: 20px 14px 30px;
    }
    .layout-full.region-footer-bottom {
      padding: 0 14px;
    }
  }
  
  /* index-news-list */
  .index-news-list {
    list-style: none;
    padding: 0;
  }
  .index-news-list::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  .index-news-list .news-item {
    float: left;
    margin-right: 22px;
    margin-bottom: 24px;
  }
  .index-news-list .news-item:first-child {
    margin-bottom: 0;
  }
  .index-news-list .news-item:nth-child(3),
  .index-news-list .news-item:nth-child(5) {
    margin-right: 0;
  }
  .index-news-list .news-item:nth-child(4),
  .index-news-list .news-item:nth-child(5) {
    margin-bottom: 0;
  }
  .index-news-list .news-item .txt {
    display: block;
    padding: 22px;
    width: 332px;
    height: 180px;
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
  }
  .index-news-list .news-item .txt p {
    font-size: 16px;
    line-height: 1.75em;
    color: #1e1e1e;
    font-weight: 400;
    max-height: 7em;
    overflow: hidden;
  }
  .index-news-list .news-item .txt:hover p {
    color: #4da2ff;
  }
  .index-news-list .news-item .txt p.date {
    font-size: 14px;
    line-height: 1.5em;
    color: #bdbdbd;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .index-news-list .news-item:first-child .txt {
    display: none;
  }
  
  .index-news-list .news-item .cover {
    display: none;
  }
  .index-news-list .news-item:first-child .cover {
    display: block;
    border-radius: 4px;
    overflow: hidden;
    height: 384px;
    width: 690px;
    overflow: hidden;
    position: relative;
    transform: rotate(0);
  }
  .index-news-list .news-item:first-child .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease 0.25s;
  }
  .index-news-list .news-item:first-child .cover:hover img {
    transform: scale(1.05);
  }
  .index-news-list .news-item:first-child .cover p {
    height: 98px;
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    padding: 38px 20px 0;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    background: linear-gradient(0deg, rgba(3, 0, 0, 0.7), rgba(0, 0, 0, 0));
  }
  @media screen and (max-width: 1429px) {
    .index-news-list .news-item:first-child .cover {
      width: 550px;
    }
    .index-news-list .news-item .txt {
      width: 286px;
    }
  }
  @media screen and (max-width: 1199px) {
    .index-news-list .news-item:first-child .cover {
      width: 450px;
      height: 320px;
    }
    .index-news-list .news-item .txt {
      width: 238px;
      height: 148px;
      padding: 16px;
    }
    .index-news-list .news-item:first-child .cover p {
      font-size: 16px;
    }
    .index-news-list .news-item .txt p.date {
      font-size: 13px;
    }
    .index-news-list .news-item .txt p {
      font-size: 14px;
      max-height: 5.25em;
    }
  }
  @media screen and (max-width: 991px) {
    .index-news-list .news-item:first-child {
      width: 100%;
      margin: 0 0 24px;
    }
    .index-news-list .news-item:first-child .cover {
      width: 100%;
      height: 360px;
    }
    .index-news-list .news-item {
      width: calc(50% - 11px);
    }
    .index-news-list .news-item .txt {
      width: 100%;
    }
    .index-title-custom.block.notice {
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .index-news-list .news-item:first-child .cover {
      width: 100%;
      height: calc(52vw);
    }
    .index-title-custom.block.news {
      padding: 0;
    }
    .index-news-list .news-item .txt {
      padding: 12px;
      height: 136px;
    }
  }
  @media screen and (max-width: 480px) {
    .index-news-list .news-item:first-child {
      margin: 0 0 16px;
    }
    .index-news-list .news-item {
      margin-right: 16px;
      margin-bottom: 16px;
      width: calc(50% - 8px);
    }
    .index-news-list .news-item .txt {
      padding: 12px 8px;
      height: 128px;
    }
    .index-news-list .news-item:first-child .cover p {
      font-size: 14px;
      height: 80px;
      line-height: 48px;
      padding: 32px 14px 0;
    }
  }
  
  /* index-academy-item */
  .index-academy-item {
    display: flex;
    padding-top: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #00000014;
    overflow: hidden !important;
  }
  .index-academy-item .create-time {
    font-family: Arial;
    width: 60px;
    height: 60px;
    background: #2f75c1;
    border-radius: 4px;
    margin-right: 16px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding-top: 6px;
  }
  .index-academy-item .create-time span {
    font-size: 24px;
    line-height: 30px;
  }
  .index-academy-item .main-info {
    flex: 1;
    overflow: hidden;
  }
  .index-academy-item .main-info p {
    margin: 0;
  }
  .index-academy-item .main-info .top-title {
    font-size: 16px;
    line-height: 1.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.5em;
  }
  .index-academy-item .main-info .top-title a {
    color: #1f1f1f;
  }
  .index-academy-item .main-info .top-title a:hover {
    color: #4da2ff;
  }
  
  .index-academy-item .main-info .i-speaker,
  .index-academy-item .main-info .i-date,
  .index-academy-item .main-info .i-locate {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    line-height: 24px;
    padding-left: 20px;
    word-break: break-all;
    background-repeat: no-repeat;
    background-position: left top 4px;
    background-image: url(https://soet.sysu.edu.cn/sites/default/files/ico-speaker.png);
    background-size: 16px 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .index-academy-item .main-info .i-date {
    background-image: url(https://soet.sysu.edu.cn/sites/default/files/ico-schedule.png);
  }
  .index-academy-item .main-info .i-locate {
    background-image: url(https://soet.sysu.edu.cn/sites/default/files/ico-locate.png);
  }
  @media screen and (max-width: 767px) {
    .index-academy-item .main-info .top-title {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 480px) {
    .index-academy-item .create-time {
      margin-right: 12px;
    }
  }
  
  /* party-build-wrap */
  .party-build-wrap {
    display: flex;
    padding: 0;
    margin: 0 -12px;
    list-style: none;
  }
  .party-build-item {
    margin: 0 12px;
    box-sizing: border-box;
    padding: 32px 22px;
    border-radius: 6px;
    background-color: #fff;
    flex: 0 0 auto;
    overflow: hidden;
    max-width: 332px;
    transition: all ease 0.3s;
  }
  .party-build-item:hover {
    transform: translateY(-8px);
  }
  .party-build-item img {
    width: 288px;
    height: 200px;
    object-fit: cover;
    display: block;
    margin-bottom: 16px;
  }
  .party-build-item a {
    font-size: 16px;
    line-height: 1.75em;
    max-height: 3.5em;
    display: block;
    overflow: hidden;
    color: #2f2f2f;
  }
  .party-build-item a:hover {
    color: #4da2ff;
  }
  .party-build-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5em;
    color: #b4b4b4;
    background: url(https://soet.sysu.edu.cn/sites/default/files/arrow-blue.png) center right no-repeat;
    background-size: 71px auto;
    margin-top: 0.5em;
  }
  @media screen and (max-width: 1429px) {
    .party-build-item {
      width: calc(25% - 24px);
      padding: 20px 16px;
    }
    .party-build-item img {
      height: 120px;
      width: 100%;
    }
  }
  @media screen and (max-width: 991px) {
    .party-build-wrap {
      flex-wrap: wrap;
    }
    .party-build-item {
      width: calc(50% - 24px);
      padding: 24px 20px;
      margin-bottom: 16px;
      max-width: unset;
    }
    .party-build-item img {
      height: 160px;
    }
  }
  @media screen and (max-width: 660px) {
    .party-build-wrap {
      margin: 0 -8px;
    }
    .party-build-item {
      width: calc(50% - 16px);
      padding: 16px 12px;
      margin: 0 8px 12px;
    }
    .party-build-item img {
      height: 120px;
      margin-bottom: 10px;
    }
    .party-build-item a {
      font-size: 14px;
    }
    .party-build-item p {
      font-size: 12px;
      background-size: 50px auto;
    }
  }
  @media screen and (max-width: 375px) {
    .party-build-wrap {
      margin: 0 -6px;
    }
    .party-build-item {
      width: calc(50% - 12px);
      padding: 16px 12px;
      margin: 0 6px 8px;
    }
    .party-build-item img {
      height: 80px;
      margin-bottom: 8px;
    }
  }
  
  /* student-activity-wrap */
  .student-activity-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0;
    transform: rotate(0);
  }
  .student-activity-wrap .act-item {
    width: 33.33%;
    background-color: #fff;
    display: flex;
    margin: 0;
    z-index: 1;
    transition: all ease 0.6s;
  }
  .student-activity-wrap .act-item:nth-child(4),
  .student-activity-wrap .act-item:nth-child(5),
  .student-activity-wrap .act-item:nth-child(6) {
    flex-direction: row-reverse;
  }
  .student-activity-wrap .act-item .txt-info,
  .student-activity-wrap .act-item .img-wrap {
    width: 228px;
    height: 228px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .student-activity-wrap .act-item .img-wrap img {
    width: 100%;
    height: 228px;
    display: block;
    object-fit: cover;
    background-color: #2f75c1;
    transition: all ease 0.6s;
  }
  .student-activity-wrap .act-item:hover {
    z-index: 10;
    box-shadow: 0px 16px 32px 0px rgba(0,47,105,0.5000);
  }
  .student-activity-wrap .act-item:hover .img-wrap img {
    transform: scale(1.08);
  }
  .student-activity-wrap .act-item .img-wrap {
    overflow: hidden;
    width: 50%;
  }
  .student-activity-wrap .act-item .img-wrap::after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: -20px;
    top: 100px;
    transform: rotate(45deg);
    background-color: #f2f4f9;
  }
  .student-activity-wrap .act-item:nth-child(4) .img-wrap::after,
  .student-activity-wrap .act-item:nth-child(5) .img-wrap::after,
  .student-activity-wrap .act-item:nth-child(6) .img-wrap::after {
    right: unset;
    left: -20px;
  }
  .student-activity-wrap .act-item .txt-info {
    padding: 36px 24px;
    z-index: 100;
    flex: 1;
  }
  .student-activity-wrap .act-item .txt-info p {
    height: 8.75em;
    font-size: 16px;
    line-height: 1.75em;
    overflow: hidden;
    margin: 0 0 0.75em;
  }
  .student-activity-wrap .act-item .txt-info a {
    color: #1e1e1e;
  }
  .student-activity-wrap .act-item .txt-info a:hover {
    color: #4da2ff;
  }
  .student-activity-wrap .act-item .txt-info span {
    color: #bcbcbc;
    font-size: 12px;
    line-height: 2em;
  }
  @media screen and (max-width: 1199px) {
    .student-activity-wrap .act-item {
      width: 50%;
    }
    .student-activity-wrap .act-item:nth-child(3) {
      flex-direction: row-reverse;
    }
    .student-activity-wrap .act-item:nth-child(5),
    .student-activity-wrap .act-item:nth-child(6) {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .student-activity-wrap {
      border-radius: 0;
    }
    .student-activity-wrap .act-item {
      width: 100%;
      margin-bottom: 16px;
      border-radius: 4px;
      overflow: hidden;
    }
    .student-activity-wrap .act-item .img-wrap {
      width: 36%;
    }
    .student-activity-wrap .act-item:nth-child(3) {
      flex-direction: row;
    }
    .student-activity-wrap .act-item:nth-child(4) {
      display: none;
    }
    .student-activity-wrap .act-item .img-wrap::after {
      display: none;
    }
  }
  @media screen and (max-width: 660px) {
    .student-activity-wrap .act-item .txt-info {
      height: 120px;
      padding: 12px;
    }
    .student-activity-wrap .act-item .img-wrap,
    .student-activity-wrap .act-item .img-wrap img {
      width: 120px;
      height: 120px;
    }
    .student-activity-wrap .act-item .txt-info p {
      font-size: 14px;
      height: 5.25em;
      margin-bottom: 5px;
    }
    .student-activity-wrap .act-item:last-child,
    .student-activity-wrap .act-item:nth-child(3) {
      margin-bottom: 0;
    }
  }
  
  /* team */
  .layout-full.region-bottom-standard .block {
    margin-bottom: 0;
  }
  
  .title-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .title-inner h2,
  .block .block-title,
  .block .block-title.team {
    color: #fff;
    margin: 0;
    padding: 20px 0;
    font-size: 28px;
    line-height: 1.5em;
    border: none;
  }
  .hide-block-title .title-inner h2 {
    display: none;
  }
  @media screen and (max-width: 767px) {
    .title-inner h2,
    .block .block-title,
    .block .block-title.team {
      font-size: 20px;
      padding: 16px 0;
    }
  }
  @media screen and (max-width: 560px) {
    .title-inner h2,
    .block .block-title,
    .block .block-title.team {
      font-size: 16px;
      padding: 14px 0;
    }
  }
  .title-inner h2,
  .block .block-title,
  .block .block-title.team.black {
    color: #1e1e1e;
  }
  .groups,
  .department,
  .guarantee,
  .groups a,
  .department a,
  .guarantee a {
    color: #fff;
    line-height: 24px;
  }
  .groups a:hover,
  .department a:hover,
  .guarantee a:hover {
    color: #2F75C1;
  }
  .department {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .department-group {
    width: calc(50% - 12px);
    padding: 26px 18px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.15);
    margin-bottom: 24px;
  }
  .department-group:hover {
    background-color: rgba(255, 255, 255, 1);
  }
  .department-group h5 {
    border-left: 3px solid #4aa1ff;
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 1em;
  }
  .department-group:hover h5 {
    color: #2F75C1;
  }
  .department-group p {
    margin: 0;
    padding: 0 0 0 15px;
  }
  .department-group p a {
    font-size: 14px;
    display: inline-block;
    margin-right: 3em;
    line-height: 2.2em;
  }
  .department-group:hover p a {
    color: #373737;
  }
  .department-group p a:hover {
    color: #2f75c1;
  }
  @media screen and (max-width: 767px) {
    .department-group {
      width: 100%;
    }
  }
  @media screen and (max-width: 480px) {
    .department-group {
      padding: 20px 14px;
      margin-bottom: 16px;
    }
    .department-group h5 {
      font-size: 14px;
    }
    .department-group p a {
      font-size: 12px;
    }
  }
  .guarantee {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  .guarantee-item {
    height: 100px;
    border-radius: 4px;
    width: calc(25% - 18px);
    background-color: rgba(255, 255, 255, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .guarantee-item:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #2F75C1;
  }
  .guarantee-item svg {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .guarantee-item a {
    font-weight: bold;
    font-size: 16px;
  }
  .guarantee-item:hover a {
    color: #2F75C1;
  }
  .guarantee-item a:hover {
    color: #2F75C1;
  }
  
  @media screen and (max-width: 991px) {
    .guarantee {
      flex-wrap: wrap;
      margin-bottom: 8px;
    }
    .guarantee::after {
      content: "";
      display: block;
      width: calc(33.3% - 16px);
      height: 0;
    }
    .guarantee-item {
      width: calc(33.3% - 16px);
      margin-bottom: 16px;
    }
  }
  @media screen and (max-width: 767px) {
    .guarantee-item {
      width: calc(50% - 12px);
      margin-bottom: 16px;
    }
  }
  @media screen and (max-width: 480px) {
    .guarantee-item {
      height: 90px;
      width: calc(50% - 8px);
    }
    .guarantee-item svg {
      font-size: 24px;
    }
    .guarantee-item a {
      font-size: 14px;
    }
  }
  
  .groups {
    display: flex;
    justify-content: space-between;
  }
  .group-item {
    width: calc(25% - 18px);
    padding: 20px 18px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.15);
  }
  .group-item:hover {
    background-color: rgba(255, 255, 255, 1);
  }
  .group-item h5 {
    border-left: 3px solid #4aa1ff;
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
  }
  .group-item:hover h5 {
    color: #2F75C1;
  }
  @media screen and (max-width: 991px) {
    .groups {
      flex-wrap: wrap;
    }
    .group-item {
      width: calc(50% - 12px);
      margin-bottom: 16px;
    }
    .group-item h5 {
      font-size: 15px;
    }
  }
  @media screen and (max-width: 480px) {
    .group-item {
      padding: 16px 14px;
      width: calc(50% - 8px);
    }
    .group-item h5 {
      font-size: 14px;
    }
  }
  
  .more-link {
    font-size: 14px;
    padding: 10px 16px 10px 6px;
    top: 10px;
    background: url(https://soet.sysu.edu.cn/sites/default/files/arrow-blue.png) center bottom no-repeat;
    background-size: 71px auto;
    color: #0069b0;
  }
  .block-region-right .more-link {
    background-position: right bottom;
  }
  .white .more-link {
    color: #fff;
    background-image: url(https://soet.sysu.edu.cn/sites/default/files/arrow-white.png);
  }
  .white .more-link:hover {
    color: #d0d0d0;
  }
  @media screen and (max-width: 767px) {
    .more-link {
      font-size: 12px;
      padding: 8px 16px 8px 6px;
    }
  }
  
  /* friend link */
  .index-link-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .index-link-area .link-wrap.dropdown {
    width: calc(25% - 18px);
    border: 1px solid #e2e6ef;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 100;
    font-size: 16px;
    padding: 6px 18px;
    height: 44px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  
  .index-link-area .link-wrap.dropdown::after {
    display: inline-block;
    font-family: "iconfont";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    content: "\e818";
  }
  
  .index-link-area .link-wrap.dropdown .dropdown-menu {
    width: 100%;
    padding: 16px 0;
    bottom: 42px;
    background: #ffffff;
    border: 1px solid #efefef;
    box-shadow: 0px -4px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 2px;
    top: unset;
  }
  .index-link-area .link-wrap.dropdown .dropdown-menu li {
    margin: 0;
    border-color: #f1f1f1;
  }
  .index-link-area .link-wrap.dropdown .dropdown-menu li:first-child {
    border-top: none;
  }
  .index-link-area .link-wrap.dropdown .dropdown-menu > li > a {
    line-height: 36px;
    padding: 0 18px;
    text-align: left;
  }
  .index-link-area .link-wrap.dropdown .dropdown-menu > li > a:hover {
    background-color: #f2f4f9;
    color: #2f75c1;
  }
  @media screen and (max-width: 767px) {
    .index-link-area {
      flex-wrap: wrap;
    }
    .index-link-area .link-wrap.dropdown {
      width: calc(50% - 12px);
      margin-bottom: 16px;
    }
    .index-link-area .link-wrap.dropdown:nth-child(3),
    .index-link-area .link-wrap.dropdown:nth-child(4) {
      margin-bottom: 0;
    }
    #main .index-link-area .link-wrap.dropdown {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 480px) {
    .index-link-area .link-wrap.dropdown {
      width: calc(50% - 8px);
    }
    #main .index-link-area .link-wrap.dropdown {
      font-size: 12px;
    }
    .index-link-area ul.dropdown-menu > li > a,
    .index-link-area .dropdown .dropdown-menu > li > a {
      font-size: 12px;
    }
  }
  
  .footer.custom {
    background: url(https://soet.sysu.edu.cn/sites/default/files/footer-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 40px 0;
  }
  .footer.custom .area-left img {
    max-height: 63px;
    width: auto;
    margin-bottom: 1em;
  }
  @media screen and (min-width: 1200px) {
  .footer.custom .area-center .info {
    padding-left: 10px;
      padding-top: 1em;
  }
  }
  @media screen and (min-width: 1430px) {
  .footer.custom .area-center .info {
    padding-left: 60px;
  }
  }
  .footer.custom p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    line-height: 2em;
  }
  
  .footer.custom p a {
    color: #fff;
    margin-right: 0.5em;
  }
  .footer.custom p a:hover {
    color: #00b3ff;
  }
  .footer.custom .qr-wrap {
    display: flex;
    justify-content: flex-end;
  }
  .qr-box {
    margin-left: 24px;
  }
  .qr-box.cnt {
    display: none;
  }
  .footer.custom .qr-box p {
    font-size: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
  }
  @media screen and (max-width: 991px) {
    .footer.custom .area-left,
    .footer.custom .area-right {
      display: none;
    }
    .qr-box.cnt {
      display: block;
    }
    .footer.custom .area-center {
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center;
    }
  }
  @media screen and (max-width: 767px) {
    .footer.custom {
      padding: 20px 0;
    }
    .footer.custom .area-center {
      padding: 0;
    }
    .footer.custom p {
      font-size: 12px;
    }
  }
  @media screen and (max-width: 480px) {
    .footer.custom {
      padding: 16px 0 12px;
    }
    .qr-box.cnt img {
      width: 64px;
      height: 64px;
    }
    .footer.custom p {
      font-size: 10px;
    }
  }
  /* list */
  .list-3.list-3-1 li {
    border-bottom: 1px solid #00000014;
  
    position: relative;
  }
  .list-3.list-3-1 li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 21px;
    left: 3px;
    background-color: #e2e2e2;
  }
  .notice .list-3.list-3-1 li::before {
    background-color: #d1dcf8;
  }
  .list-3.list-3-1 .list-item {
    padding: 0 0 0 18px !important;
    border-color: #00000014;
  }
  .list-3.list-3-1 li,
  .list-item a p {
    line-height: calc(3em + 4px);
    font-size: 16px;
  }
  .list-item .date {
    color: #a0a0a0;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
  }
  .list-3 .list-content li:hover {
    background-color: #f2f4f9;
  }
  .list-item a {
    color: #3c3c3c;
  }
  .list-item a:hover {
    color: #4da2ff;
  }
  .notice .list-item a {
    color: #1e1e1e;
  }
  .notice .list-item a:hover {
    color: #4da2ff;
  }
  @media screen and (max-width: 767px) {
    .list-3.list-3-1 li,
    .list-item a p {
      font-size: 14px;
      padding-right: 1em;
    }
    .list-item .date {
      font-size: 12px;
    }
    .list-3.list-3-1 li::before {
      top: 19px;
    }
  }
  @media screen and (max-width: 480px) {
    .list-3.list-3-1 li,
    .list-item a p {
      font-size: 13px;
      line-height: calc(3em);
    }
  }
  
  /* sidebar #1166C3*/
  .sidebar-menu-2-2 h2.title {
    height: 82px;
    color: #fff;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 82px;
    padding: 0 21px;
    box-sizing: border-box;
    border: none;
    text-align: left;
    background: #1166c3 url(https://soet.sysu.edu.cn/sites/default/files/sidebar-title-bg.png) right -8px bottom -18px
      no-repeat;
    background-size: auto 82px;
  }
  
  .sidebar-menu-2-2 .nav-menu {
    padding-bottom: 120px;
    text-align: left;
    background: #f3f5f8 url(https://soet.sysu.edu.cn/sites/default/files/sidebar-btm-bg.png) right -27px bottom -34px
      no-repeat;
    background-size: 168px auto;
  }
  .sidebar-menu-2-2 .nav-menu .menu-item.active:not(.expanded) a,
  .sidebar-menu-2-2 .nav-menu .expanded.active .menu-toggle,
  .sidebar-menu-2-2 .nav-menu .expanded.active-item .menu-toggle,
  .sidebar-menu-2-2 .nav-menu > .menu-item > span:hover,
  .sidebar-menu-2-2 .nav-menu > .menu-item > a:hover,
  .sidebar-menu-2-2 .nav-menu > .menu-item > .menu-toggle:hover,
  .sidebar-menu-2-2 .nav-menu > .menu-item a.is-active,
  .sidebar-menu-2-2 .nav-menu > .menu-item a:hover {
    background-color: transparent;
    color: #3c3c3c;
  }
  .sidebar-menu-2-2 .nav-menu > .menu-item > .menu-toggle a,
  .sidebar-menu-2-2 .nav-menu > .menu-item > a {
    font-size: 16px;
    line-height: 24px;
  }
  
  .sidebar-menu-2-2 .nav-menu .expanded.active .menu-toggle a,
  .sidebar-menu-2-2 .nav-menu .expanded.active-item .menu-toggle a {
    color: #3e3e3e;
  }
  .sidebar-menu-2-2 .nav-menu > .menu-item > a:hover,
  .sidebar-menu-2-2 .nav-menu > .menu-item > .menu-toggle:hover a,
  .sidebar-menu-2-2 .nav-menu > .menu-item > .menu-toggle:hover i:before {
    color: #1166c3;
  }
  .sidebar-menu-2-2 .nav-menu > .menu-item > .menu-toggle:hover,
  .sidebar-menu-2-2 .nav-menu > .menu-item a.is-active:hover,
  .sidebar-menu-2-2 .nav-menu > .menu-item > a:hover {
    background: #1166c311
  }
  .sidebar-menu-2-2 .nav-menu .expanded .menu-toggle i:before {
    transition: all ease 0.25s;
  }
  
  .sidebar-menu-2-2 .nav-menu .expanded.active .menu-toggle i:before,
  .sidebar-menu-2-2 .nav-menu .expanded.active-item .menu-toggle i:before {
    color: inherit;
  }
  .sidebar-menu-2-2 .nav-menu .expanded.active .menu-toggle:hover i:before,
  .sidebar-menu-2-2 .nav-menu .expanded.active-item .menu-toggle:hover i:before {
    color: #1166c3;
  }
  
  .sidebar-menu-2-2 .nav-menu > .menu-item {
    border-top: 2px solid #fff;
  }
  .sidebar-menu-2-2 .nav-menu .expanded .level-menu {
    padding-bottom: 8px;
  }
  .sidebar-menu-2-2 .nav-menu .expanded .level-menu .menu-item {
    border: none;
    padding: 0 1em 0 28px;
  }
  .sidebar-menu-2-2 .nav-menu .expanded .level-menu .menu-item .menu-item {
    padding: 0 0 0 14px;
  }
  .sidebar-menu-2-2 .nav-menu .expanded .level-menu .menu-item a {
    font-size: 14px;
    line-height: calc(1em + 4px);
    padding: 8px 8px;
    white-space: pre-wrap;
  }
  .sidebar-menu-2-2 .nav-menu .expanded .level-menu .menu-item .menu-item a {
    padding-right: calc(1em + 18px);
    white-space: nowrap;
  }
  .sidebar-menu-2-2 .nav-menu .expanded .level-menu .menu-item a.is-active {
    font-weight: bold;
    color: #1166c3;
  }
  .sidebar-menu-2-2 .nav-menu .expanded .level-menu .menu-item:not(.expanded) > a.is-active {
    background: url(https://soet.sysu.edu.cn/sites/default/files/arrow-blue-sm.png) center right no-repeat;
    background-size: 31px auto;
  }
  .sidebar-menu-2-2 .nav-menu .expanded .level-menu .menu-item a.is-active:focus,
  .sidebar-menu-2-2 .nav-menu .expanded .level-menu .menu-item a.is-active:hover,
  .sidebar-menu-2-2 .nav-menu > .menu-item.active > a:focus,
  .sidebar-menu-2-2 .nav-menu > .menu-item.active > a:hover,
  .sidebar-menu-2-2 .nav-menu .expanded .level-menu .menu-item a:focus,
  .sidebar-menu-2-2 .nav-menu .expanded .level-menu .menu-item a:hover {
    background-color: #1166c311;
  }
  
  .sidebar-menu-2-2 .nav-menu > .menu-item > a,
  .sidebar-menu-2-2 .nav-menu .expanded .menu-toggle {
    border-left: 4px solid transparent;
  }
  .sidebar-menu-2-2 .nav-menu > .menu-item.active > a,
  .sidebar-menu-2-2 .nav-menu > .menu-item > a.is-active,
  .sidebar-menu-2-2 .nav-menu .expanded.active .menu-toggle {
    border-left-color: #1166c3;
  }
  
  /* faculty list */
  .faculty-page .views-element-container > div {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
  .faculty-list-wrap {
    width: calc(50% - 24px);
    box-sizing: border-box;
    /* padding: 24px; */
    background-color: #f5f5f5;
    border-radius: 4px;
    margin: 0 12px 24px;
  }
  .faculty-item {
    display: flex;
    padding: 24px;
    border-radius: 5px;
  }
  @media screen and (min-width: 768px) {
    .faculty-item:hover {
      box-shadow: 0 2px 18px rgb(46 79 114 / 20%);
      background: #fff;
    }
  }
  .faculty-item-left img {
    display: block;
    width: 96px;
    height: 128px;
    object-fit: cover;
  }
  .faculty-item .faculty-item-info {
    padding-left: 24px;
    overflow: hidden;
    flex: 1;
  }
  .faculty-item-info h4 {
    margin-bottom: 8px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #286db9;
    line-height: calc(1em + 8px);
  }
  .faculty-item:hover .faculty-item-info h4 {
    color: #4da2ff;
  }
  .faculty-item-info p {
    margin: 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3b3b3b;
    line-height: calc(2em + 2px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  @media screen and (max-width: 767px) {
    .faculty-list-wrap {
      width: calc(100% - 24px);
      margin-bottom: 16px;
    }
  }
  @media screen and (max-width: 480px) {
    .faculty-list-wrap {
      padding: 16px;
    }
    .faculty-item .faculty-item-info {
      padding-left: 16px;
    }
    .faculty-item-info h4 a {
      font-size: 16px;
      font-weight: 500;
    }
    .faculty-item-info p {
      font-size: 12px;
      line-height: calc(1.5em + 2px);
    }
    .faculty-item-left img {
      width: 72px;
      height: 96px;
    }
  }
  /* faculty filter */
  .faculty-filter-tab {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 16px;
  }
  .faculty-filter-tab .tab-item {
    padding: 0 32px;
    border: 1px solid #286DB9;
    color: #286DB9;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    margin-left: -1px;
  }
  #main .faculty-filter-tab .tab-item {
    font-size: 14px;
    line-height: calc(3em - 2px);
  }
  .faculty-filter-tab .tab-item.cur {
    background-color: #286DB9;
    color: #fff;
  }
  .faculty-filter-tab .tab-item::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: calc(50% - 4px);
    bottom: -4px;
    transform-origin: center center;
    transform: rotate(45deg);
    background-color: transparent;
  }
  .faculty-filter-tab .tab-item.cur::before {
    background-color: #286DB9;
  }
  .faculty-options {
    display: none;
    padding: 0;
  }
  .faculty-options.cur {
    display: block;
  }
  .faculty-options li {
    list-style: none;
    min-width: 28px;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    margin-right: 16px;
    margin-bottom: 16px;
    text-align: center;
    padding: 0 21px;
    color: #494949;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: inline-block;
  }
  
  #main .field-body .faculty-options li {
    line-height: calc(2em + 6px);
    font-size: 14px;
  }
  .faculty-options li.show {
    display: inline-block;
  }
  .faculty-options li.cur {
    color: #FF7800;
    border-color: #FF7800;
  }
  @media screen and (max-width: 767px) {
    #main .faculty-filter-tab .tab-item,
    #main .field-body .faculty-options li {
      font-size: 12px;
    }
    .faculty-filter-tab .tab-item {
      padding: 0 20px;
    }
    .faculty-options li {
      padding: 0 12px;
      line-height: calc(2em + 8px);
      margin-right: 8px;
      margin-bottom: 10px;
    }
  }
  
  .pager .pager-items .pager-item.is-active a:hover,
  .pager .pager-items .pager-item a:hover {
    background-color: #2f92ff;
    color: #fff;
  }
  
  /* block-region-right */
  .title-inner h2,
  .block-region-right .block .block-title {
    font-size: 32px;
  }
  .block-region-right .block .block-title,
  .page-taxonomy .list-3.inside-b,
  .page-node-type-landing-page .list-3.inside-b {
    padding-left: 14px;
  }
  @media screen and (max-width: 991px) {
    .page-node-type-page .block-region-right,
    .page-node-type-article .block-region-right {
      padding-left: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .block-region-right .block .block-title,
    .page-taxonomy .list-3.inside-b,
    .page-node-type-landing-page .list-3.inside-b {
      padding-left: 0;
    }
    .title-inner,
    .taxonomy_term--type-professional_post .inside-min-tb.outside-min-tb .title-inner {
      padding-left: 0;
      padding-right: 0;
    }
    
    .title-inner h2,
    .block-region-right .block .block-title {
      font-size: 24px;
    }
  }
  @media screen and (max-width: 560px) {
    .title-inner h2,
    .block-region-right .block .block-title {
      font-size: 20px;
    }
  }
  
  /* article */
  .page-node-type-article .article-title h1 {
    padding: 1em 0;
  }
  .page-node-type-article .article-submit {
    font-weight: 400;
    color: rgba(60, 60, 60, 0.7);
  }
  @media screen and (max-width: 767px) {
    .page-node-type-article .article-title h1 {
      font-size: 24px;
      font-weight: bold;
      padding: 16px 0;
    }
  }
  @media screen and (max-width: 480px) {
    .page-node-type-article .article-submit {
      font-size: 12px;
    }
  }
  
  .page-node-type-page .outside-min-tb {
    margin: 0;
  }
  .page-node-type-page .article-title h1 {
    font-size: 32px;
    font-weight: 400;
    color: #1e1e1e;
    padding: 20px 0;
    line-height: 1em;
    text-align: left;
  }
  @media screen and (max-width: 767px) {
    .page-node-type-page .article-title h1 {
      font-size: 24px;
      font-weight: bold;
      padding: 16px 0;
    }
  }
  @media screen and (max-width: 480px) {
    .page-node-type-page .article-title h1 {
      padding: 12px 0 0;
    }
  }
  
  /* currentLeaders */
  table tbody td {
    word-break: break-all;
  }
  table.currentLeaders {
    color: #3c3c3c;
  }
  table.currentLeaders thead {
    border-bottom: 1px solid #dfdfdf;
  }
  table.currentLeaders thead td,
  table.currentLeaders tbody td {
    font-size: 16px;
    padding: 20px 4px;
    line-height: 32px;
    vertical-align: top;
  }
  table.currentLeaders thead td {
    padding: 12px 4px;
  }
  table.currentLeaders tbody td .title {
    font-size: 24px;
    font-weight: bold;
    color: #286db9;
    margin: 0 !important;
    border-left: 2px solid #2f75c1;
    line-height: 32px;
    padding-left: 14px;
    text-align: left;
    white-space: nowrap;
  }
  table.currentLeaders tbody td .name {
    font-size: 18px;
    line-height: 32px;
    margin: 0 !important;
    text-align: left;
    white-space: nowrap;
  }
  table.currentLeaders tbody tr {
    border-bottom: 1px solid #dfdfdf;
  }
  @media screen and (max-width: 991px) {
    table.currentLeaders thead td,
    table.currentLeaders tbody td {
      font-size: 14px;
      line-height: 28px;
    }
    table.currentLeaders tbody td {
      text-align: justify;
    }
    table.currentLeaders tbody td .name {
      font-size: 16px;
      line-height: 28px;
    }
    table.currentLeaders tbody td .title {
      font-size: 20px;
      line-height: 28px;
    }
  }
  @media screen and (max-width: 480px) {
    table.currentLeaders thead td,
    table.currentLeaders tbody td {
      font-size: 12px;
      line-height: 22px;
    }
    table.currentLeaders tbody td {
      padding: 16px 4px;
    }
    table.currentLeaders tbody td .name {
      font-size: 12px;
      line-height: 22px;
    }
    table.currentLeaders tbody td .title {
      font-size: 14px;
      line-height: 22px;
      padding-left: 8px;
    }
  }
  
  /* orginization */
  .cnt-logo img {
    display: block;
    margin: 0 auto;
    width: 88px;
    height: auto;
  }
  
  .org-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 40px 0;
    width: 100%;
  }
  
  .org-content::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #DCDCDC;
    height: 100%;
    width: 1px;
    z-index: 0;
  }
  
  .org-content .item {
    border-top: 1px solid #3C84D2;
    padding: 20px 8px 20px 32px;
    width: 50%;
    position: relative;
    z-index: 100;
  }
  .org-content .item:nth-child(2n+1) {
    text-align: right;
    padding: 20px 32px 20px 8px;
  }
  .org-content .item:nth-child(2n) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    margin: -20px 0;
  }
  
  .org-content .item::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #3C84D2;
    position: absolute;
    top: -3px;
    right: -3px;
  }
  .org-content .item:nth-child(2n)::before {
    right: unset;
    left: -3px;
    z-index: 100;
  }
  
  #main .org-content .item .head,
  .org-content .item .head {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3C84D2;
    line-height: 1.5em;
    padding: 2px 0;
    margin-bottom: 1em;
  }
  
  .org-content .item .box p {
    margin: 0;
    line-height: calc(2em + 10px);
    color: #0B0B0B;
    text-align: inherit;
  }
  .org-content .item .box p a {
    color: #0B0B0B;
  }
  .org-content .item .box p a:hover {
    color: #3C84D2;
  }
  #main .org-content .item .box ul li,
  .org-content .item .box ul li {
    color: #777777;
    font-size: 14px;
    line-height: 28px;
  }
  @media screen and (max-width: 767px) {
    #main .org-content .item .head,
    .org-content .item .head {
      font-size: 20px;
    }
    .org-content .item .box p {
      font-size: 14px;
    }
    #main .org-content .item .box ul li,
    .org-content .item .box ul li {
      font-size: 13px;
    }
    .org-content .item {
      padding: 16px 6px 16px 24px;
    }
    .org-content .item:nth-child(2n+1) {
      padding: 16px 24px 16px 6px;
    }
    .org-content .item:nth-child(2n) {
      margin: -16px 0;
    }
  }
  @media screen and (max-width: 520px) {
    .cnt-logo img {
      width: 44px;
      margin: 0;
    }
    .org-content {
      padding: 40px 20px 0;
    }
    .org-content::before {
      left: 20px;
    }
    .org-content .item {
      width: 100%;
    }
    .org-content .item:nth-child(2n) {
      margin: 0;
      padding: 12px 16px;
      transform: translateX(0);
    }
    .org-content .item:nth-child(2n+1) {
      text-align: left;
      padding: 12px 16px;
    }
    #main .org-content .item .head,
    .org-content .item .head {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 0.5em;
    }
    .org-content .item .box p {
      line-height: 28px;
      font-size: 12px;
    }
    #main .org-content .item .box ul li,
    .org-content .item .box ul li {
      font-size: 12px;
      line-height: 24px;
    }
  
    .org-content .item:nth-child(2n)::before,
    .org-content .item::before {
      right: unset;
      left: -2px;
      z-index: 100;
    }
  }
  
  table.partyOffice td {
    line-height: 1.8em;
  }
  table.partyOffice thead td {
    font-weight: 600;
  }
  @media screen and (max-width: 768px) {
    table.partyOffice td {
      font-size: 13px;
    }
  }
  .emtpy-tip {
    font-size: 16px;
    line-height: 2em;
    padding: 1em 0;
    margin-bottom: 1em;
    color: #999;
  }
  @media screen and (max-width: 768px) {
    .emtpy-tip {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 480px) {
    .emtpy-tip {
      font-size: 12px;
    }
  }
  