/* Initialising */
* {
    margin: 0;
    padding: 0;
    box-sizing: content-box !important;
  }
  
  a, a:hover, a:visited, a:active {
    color: inherit;
    text-decoration: none;
  }
  
  a {
    cursor: inherit;
  }
  
  a[href] {
    cursor: pointer;
  }
  
  ul, li, ol {
    list-style: none;
  }
  
  .container {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    --container-width: 92%;
    width: var(--container-width);
    max-width: var(--container-width); /* Originally 1200px */
    padding: 0 4%;
    margin: 0;
  }
  
  ul li, ol li {
    margin: 0;
  }
  
  form .form-item {
    margin: 0;
  }
  
  form .form-actions {
    margin: 0;
  }
  
  #content table {
    width: 100%;
    /* table-layout: fixed; */
  }
  
  @media screen and (max-width: 768px) {
    #content table {
      width: 100%;
      table-layout: auto;
    }
  }
  
  table tbody tr td {
    padding: 0 1em;
  }
  
  #search-block-form .form-actions,
  .search-block-form .form-actions {
    margin: 0;
  }
  
  #search-block-form .form-actions:after,
  .search-block-form .form-actions:after {
    display: none;
  }
  
  #search-block-form .form-item-keys,
  .search-block-form .form-item-keys {
    margin: 0;
  }
  
  #main .field-body li,
  #main .field-body div {
    font-size: inherit;
    line-height: inherit;
  }
  
  ul, ol {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  
  @media (min-width: 601px) {
    .container {
      /* display: flex;
      flex: 0 0 auto;
      flex-direction: row;
      justify-content: flex-start;
      align-content: flex-start;
      align-items: flex-start; */
      --container-width: calc(100% - 60px);
      padding: 0 30px;
    }
  }
  
  @media (min-width: 769px) {
    
  }
  
  @media (min-width: 992px) {
    .container {
      flex-flow: row wrap;
      --container-width: 960px;
      padding: 0;
      margin: 0 auto;
    }
  }
  
  @media (min-width: 1250px) {
    .container {
      --container-width: 1200px;
    }
  }
  
  @media (min-width: 1440px) {
    .container {
      --container-width: 1400px;
    }
  }
  
  input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  
  input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
  }
  
  input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.5);
  }
  
  input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.5);
  }
  
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
  .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
  .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
  .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
  .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
  .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
  .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
  .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
  .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
  .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
  .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
  .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
  
  html[lang="zh-hans"] .show-english {
    display: none;
  }
  
  html[lang="zh-hans"] .hide-english {
    display: inline-block;
  }
  
  html[lang="en"] .show-english {
    display: inline-block;
  }
  
  html[lang="en"] .hide-english {
    display: none;
  }
  
  .taxonomy_term--type-professional_post .inside-min-tb.outside-min-tb .title-inner h2.inside-tb {
    margin: 0;
    padding: 0;
  }
  
  .taxonomy_term--type-professional_post .list-images-1 .t-c.list-left {
    min-width: 0;
  }
  
  /* Footer */
  .footer {
    font-family: "Microsoft Yahei";
    color: #FFF;
    font-size: 14px;
    padding: 0 !important;
    /* background: url(../images/footer.jpg) center no-repeat; */
    background: #006EC0 url(https://ce.sysu.edu.cn/bisclab/sites/default/files/footer.jpg) center no-repeat;
    background-size: cover;
  }
  
  .footer-link-title {
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 1;
    font-weight: normal;
  }
  
  .footer .container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    overflow: hidden;
    padding: 35px 0 18px 0;
  }
  
  .footer-bottom {
    line-height: 47px;
    text-align: center;
    border: 1px #005DA3;
    border-style: solid none none none;
    position: relative;
    color: #FFF;
  }
  
  /* .footer-bottom::before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #1B1B1B;
    position: absolute;
    top: -2px;
    left: 0;
  } */
  
  .footer-logo {
    width: 36%;
    margin-right: 10%;
  }
  
  .footer-logo-pic {
    width: 100%;
  }
  
  .footer-logo-pic img {
    display: block;
    /* width: 100%; */
    object-fit: cover;
    object-position: center;
  }
  
  .footer-links {
    display: block;
    width: 14%;
    text-align: left;
  }
  
  .footer-links:nth-last-child(2) {
    width: 16%;
  }
  
  .footer-links:last-child {
    width: 24%;
  }
  
  .footer-link-item {
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
  }
  
  .footer-link-item:hover .footer-link {
    color: #FFF;
  }
  
  .footer-mobile {
    display: none;
  }
  
  #backtotop {
    background: #006EC0;
    background: rgba(49, 129, 190, 0.5);
  }
  
  @media screen and (max-width: 1439px) {
    .footer-logo {
      width: 34%;
      margin-right: 8%;
    }
    
    .footer .footer-links {
      width: 16%;
    }
  
    .footer .footer-links:nth-last-child(2) {
      width: 18%;
    }
  
    .footer .footer-links:last-child {
      width: 24%;
    }
  }
  
  @media screen and (max-width: 1249px) {
    .footer-logo {
      width: 30%;
      margin-right: 6%;
    }
    
    .footer .footer-links {
      width: 18%;
    }
  
    .footer .footer-links:nth-last-child(2) {
      width: 22%;
    }
  
    .footer .footer-links:last-child {
      width: 24%;
    }
  }
  
  @media screen and (max-width: 991px) {
    .footer, .footer .container {
      padding: 0;
    }
  
    .footer-logo, .footer-links, .footer-bottom {
      display: none;
    }
  
    .footer-mobile {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      justify-content: center;
      align-content: center;
      align-items: center;
      width: 100%;
      height: 128px;
    }
  
    .footer-mobile span {
      display: block;
      width: 100%;
      font-size: 18px;
      line-height: 34px;
      text-align: center;
    }
  }
  
  @media screen and (max-width: 768px) {
  
  }
  
  @media screen and (max-width: 600px) {
    .footer-mobile {
      height: 108px;
    }
  
    .footer-mobile span {
      font-size: 16px;
      line-height: 28px;
    }
  
    .footer-mobile span.mail {
      display: none;
    }
  }
  
  @media screen and (max-width: 450px) {
    .footer-mobile {
      height: 96px;
    }
  
    .footer-mobile span {
      font-size: 14px;
      line-height: 24px;
    }
  }
  
  @media screen and (max-width: 380px) {
    .footer-mobile span {
      font-size: 12px;
      line-height: 20px;
    }
  }
  
  
  /* Header */
  #header {
    height: 148px;
    /* background: url(../images/header-bg.png) center no-repeat; */
    background: #006EC0 url(https://ce.sysu.edu.cn/bisclab/sites/default/files/header-bg.png) center no-repeat;
    background-size: cover;
  }
  
  .header-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    height: 148px;
    align-items: center;
  }
  
  .logo-container {
    display: block;
  }
  
  .search-container {
    display: block;
    float: right;
  }
  
  .logo-container a {
    display: block;
    line-height: 148px;
  }
  
  .logo-container a img {
    display: block;
    width: 100%;
    /* object-fit: cover;
    object-position: center; */
  }
  
  .header-right {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
  
  .header-link-list {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-right: 45px;
  }
  
  .header-link-item {
    display: block;
    border-right: 1px solid;
    padding: 0 16px;
    color: #FFF;
  }
  
  .header-link-item:last-child {
    padding-right: 0;
    border-right: none;
  }
  
  .header-btn-list {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
  
  .header-btn {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border: 2px solid #FFF;
    border-radius: 50%;
    margin-right: 32px;
  }
  
  .header-btn:last-child {
    margin-right: 0;
  }
  
  .header-btn span {
    color: #FFF;
  }
  
  .search-container {
    font-size: 14px;
    color: #FFF;
    vertical-align: middle;
    margin: 35px 0;
  }
  
  .search-container .header-btn {
    font-size: 0;
  }
  
  .search-block-form {
    position: relative;
    margin-top: 15px;
  }
  
  .header-btn-index,
  .header-lang {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    white-space: nowrap;
  }
  
  .header-btn-index {
    text-align: right;
    padding-right: 17px;
  }
  
  .header-lang {
    text-align: left;
    padding-left: 16px;
  }
  
  html[lang="en"] .header-btn-index {
    padding-right: 5px;
  }
  
  html[lang="en"] .header-lang {
    padding-left: 5px;
  }
  
  .phone-search {
    display: none;
  }
  
  #block-phone-search .block-title {
    display: none;
  }
  
  .header-btn-index {
    border: 1px #84B4B9;
    border-style: none solid none none;
  }
  
  .header-btn-index a {
    padding-left: 18px;
    background: url(index.png) no-repeat left center;
  }
  
  .header-lang a {
    padding-left: 22px;
    background: url(english.png) no-repeat left center;
  }
  
  .inner::after {
    display: none;
  }
  
  #edit-keys {
    display: inline-block;
    width: 188px;
    height: 32px;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    background: #FFF;
    padding-right: 30px;
    color: #3F3F3F;
  }
  
  html[lang="zh-hans"] #edit-keys.show-english {
    display: none;
  }
  
  html[lang="zh-hans"] #edit-keys.hide-english {
    display: inline-block;
  }
  
  html[lang="en"] #edit-keys.show-english {
    display: inline-block;
  }
  
  html[lang="en"] #edit-keys.hide-english {
    display: none;
  }
  
  #edit-actions {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 30px;
  }
  
  #edit-actions #edit-submit {
    height: 32px;
    width: 32px;
    display: inline-block;
    border: none;
    vertical-align: middle;
    cursor: pointer;
    color: #FFF;
  }
  
  #edit-actions {
    background: url(search.png) center center no-repeat;
  }
  
  #block-header-block .header-body .header-container {
    display: none;
  }
  
  #block-header-block #main-menu {
    display: block;
  }
  
  .header-container.inner,
  .header-row {
    height: 100%;
  }
  
  #block-header-pc .block-title {
    display: none;
  }
  
  #block-header-pc {
    margin-bottom: 0;
  }
  
  .active-item {
    background: #53B5FF;
  }
  
  .phone-nav-btn-container {
    display: none;
  }
  
  @media screen and (max-width: 1439px) {
  
  }
  
  @media screen and (max-width: 1249px) {
    .logo-container a img {
      width: 85%;
    }
  }
  
  @media screen and (max-width: 991px) {
    .logo-container a img {
      width: 80%;
    }
  
    .header-right {
      display: none;
    }
  }
  
  @media screen and (max-width: 768px) {
    /* .logo-container a img {
      width: 70%;
    } */
  }
  
  @media screen and (max-width: 600px) {
  
  }
  
  @media screen and (max-width: 450px) {
  
  }
  
  @media screen and (max-width: 380px) {
  
  }
  
  /* S nav */
  ul.nav-menu {
    display: block;
    width: 100%;
    max-width: 1400px;
    /* max-width: 1400px; */ /* Originally 1200px */
    margin: auto;
    font-size: 0;
  }
  
  .nav-menu .menu-item {
    width: 11.11%;
  }
  
  .nav-menu .menu-item .menu-toggle a,
  .nav-menu li.menu-item > a {
    display: inline-block;
    line-height: 52px;
    width: 100%;
  }
  
  .sidebar-menu-2-2 .nav-menu li.menu-item > a {
    line-height: 1;
    line-height: unset;
    display: block;
    width: auto;
  }
  
  html[lang="en"] .nav-menu .menu-item .menu-toggle a {
    white-space: nowrap;
  }
  
  .nav-menu .menu-item .menu-toggle a:hover {
    background: #3282BF;
    color: #FFF;
  }
  
  .nav-menu .menu-item.active .menu-toggle a {
    background-color: #006EC0;
    color: #FFF;
  }
  
  .nav-menu .menu-item {
    display: inline-block;
    text-align: center;
  }
  
  .nav-menu .menu-item,
  .nav-menu .menu-item .menu-toggle a,
  .nav-menu li.menu-item > a,
  .nav-menu .menu-item .level-menu .menu-item a {
      font-size: 18px;
  }
  
  
  html[lang="en"] ul.nav-menu {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  
  html[lang="en"] .nav-menu > .menu-item {
    width: auto;
  }
  
  html[lang="en"] .nav-menu > .menu-item a {
    padding: 0 1.5em;
  }
  
  .nav-menu .menu-item.expanded {
    position: relative;
  }
  
  .nav-menu .menu-item .level-menu {
    display: none;
  }
  
  .nav-menu .menu-item:hover .level-menu {
    display: block;
    position: absolute;
    z-index: 1000;
    width: 140%;
    background: #3282BF;
    color: #FFF;
    left: 0;
  }
  
  html[lang="en"] .nav-menu .menu-item .level-menu {
    width: 225px;
  }
  
  html[lang="en"] .nav-menu .menu-item:first-child .level-menu {
    width: 250px;
  }
  
  .nav-menu .menu-item .level-menu .menu-item {
    display: block;
    width: 100%;
    line-height: 44px;
    border: 1px solid #3272A3;
    border-style: none none solid none;
    text-align: left;
  }
  
  .nav-menu .menu-item .level-menu .menu-item a {
    display: block;
    width: calc(100% - 34px);
    height: 100%;
    padding-left: 34px;
  }
  
  .nav-menu .menu-item .level-menu .menu-item a:hover {
    background: #2091E6;
  }
  
  .nav-menu .menu-item:first-child .level-menu .menu-item a {
    padding-left: 40px;
  }
  
  /* S ver. Eng */
  html[lang="en"] .nav-menu .menu-item .level-menu .menu-item a,
  html[lang="en"] .nav-menu .menu-item:first-child .level-menu .menu-item a {
    padding-left: 1.5em;
  }
  /* E ver. Eng */
  
  .nav-menu .menu-item .level-menu .menu-item:hover {
    background: #2091E6;
  }
  
  .nav-menu .menu-item.expanded:hover .level-menu {
    display: block;
  }
  
  .nav-menu .menu-item:hover {
    background: #3282BF;
    color: white;
  }
  
  .sidebar-menu-2-2 .nav-menu .menu-item:hover {
    background: #FFF;
  }
  
  .sidebar-menu-2-2 .nav-menu .menu-item.active:not(.expanded) a {
    color: #006EC0;
    border-left: 4px solid #006EC0;
    padding-left: 17px;
  }
  
  @media screen and (max-width: 1439px) {
    ul.nav-menu {
      max-width: 1200px;
    }
  
    .nav-menu .menu-item,
    .nav-menu .menu-item .menu-toggle a,
    .nav-menu li.menu-item > a,
    .nav-menu .menu-item .level-menu .menu-item a {
      font-size: 16px;
    }
  
    .nav-menu .menu-item .level-menu .menu-item a {
      width: calc(100% - 34px);
      padding-left: 34px;
    }
  }
  
  @media screen and (max-width: 1249px) {
    ul.nav-menu {
      max-width: 960px;
    }
  
    .nav-menu .menu-item,
    .nav-menu .menu-item .menu-toggle a,
    .nav-menu li.menu-item > a,
    .nav-menu .menu-item .level-menu .menu-item a {
      font-size: 16px;
    }
  
    .nav-menu .menu-item .level-menu .menu-item a {
      width: calc(100% - 22px);
      padding-left: 22px;
    }
  
    .nav-menu li.menu-item > a:hover {
      background: #3282BF;
      color: #FFF;
    }
  
    /* .container,
    ul.nav-menu,
    #block-index-news > div,
    #block-index-news-english > div,
    #block-index-notice > div,
    #block-index-notice-english > div,
    .footer .container,
    .phone-search {
      padding: 0 2.5%;
    }
  
    #block-index-introduction .introduction,
    #block-index-introduction-english .introduction {
      padding: 0 2.5%;
    } */
  
    #block-index-report .report .field-time,
    #block-index-report-english .report .field-time,
    #block-index-report .report .field-title,
    #block-index-report-english .report .field-title {
      display: none;
    }
  
    #block-index-report .report > .views-row,
    #block-index-report-english .report > .views-row {
      margin-left: 2.5%;
      margin-right: 2.5%;
    }
  }
  
  @media screen and (max-width: 991px) {
  
  }
  
  @media screen and (max-width: 768px) {
  
  }
  
  @media screen and (max-width: 600px) {
  
  }
  
  @media screen and (max-width: 450px) {
  
  }
  
  /* S titles and more links */
  .block {
    margin-bottom: 0;
  }
  
  .block .block-title {
    display: block;
    color: #3E8FCE;
    border: none;
    font-size: 40px;
    font-weight: bold;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    margin: 20px 0;
  }
  
  .block .more-link {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #929292;
    top: 12px;
  }
  
  
  /* Swiper */
  .main-swiper {
    width: 100%;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    /* display: none; */
  }
  
  /* .swiper-pagination-switch {
    width: 24px;
    height: 4px;
    background: #FFF;
    margin: 0 6px;
    border: none;
    border-radius: 0;
  }
  
  .swiper-active-switch {
    background: #23A0FF;
  } */
  
  .region-top-first,
  .swiper-92-1 {
    height: 640px !important;
  }
  
  .swiper-2,
  .swiper-101-2,
  .swiper-101-2 .swiper-wrapper,
  .swiper-101-2 .swiper-2 .swiper-wrapper,
  .swiper-101-2 .swiper-2 .swiper-slide,
  .swiper-101-2 .swiper-container.swiper-2 {
    height: 340px !important;
    /* height: 400px !important; */
  }
  
  .swiper-101-2 {
    display: block;
    overflow: hidden;
    padding-bottom: 36px;
  }
  
  .swiper-101-2 .pagination {
    display: none;
  }
  
  .swiper-102-2 {
    display: none;
  }
  
  #main .swiper-2 .swiper-slide .inner {
    font-size: 18px;
    line-height: 28px;
    padding: 18px 16px 12px 16px;
    background: linear-gradient(0deg, rgba(0,0,0,0.6), rgba(0,0,0,0));
  }
  
  .swiper-2 .swiper-slide .inner .inside-tb {
    padding: 0;
  }
  
  .swiper-2 .swiper-slide .inner h5 {
    font-size: 18px;
    line-height: 28px;
    color: #FFF;
  }
  
  .swiper-container .swiper-wrapper .swiper-slide,
  .swiper-wrapper {
    height: 100%;
  }
  
  .swiper-container .swiper-wrapper .swiper-slide {
    background-size: cover;
    /* background-size: auto 100%; */
    background-repeat: no-repeat;
  }
  
  @media screen and (max-width: 1439px) {
    .swiper-2,
    .swiper-101-2,
    .swiper-101-2 .swiper-wrapper,
    .swiper-101-2 .swiper-2 .swiper-wrapper,
    .swiper-101-2 .swiper-2 .swiper-slide,
    .swiper-101-2 .swiper-container.swiper-2 {
      height: 320px !important;
    }
  }
  
  @media screen and (max-width: 991px) {
    .region-top-first,
    .swiper-92-1 {
      height: auto !important;
    }
  }
  
  @media screen and (max-width: 768px) {
    .swiper-101-2 {
      display: none;
    }
  
    .swiper-102-2 {
      display: block;
    }
  
    .swiper-102-2,
    .swiper-102-2 .swiper-wrapper,
    .swiper-102-2 .swiper-2 .swiper-wrapper,
    .swiper-102-2 .swiper-2 .swiper-slide,
    .swiper-102-2 .swiper-container.swiper-2 {
      height: 320px !important;
    }
  
    .swiper-102-2 .pagination {
      display: none;
    }
  }
  
  
  /* Index blocks */
  .region-top {
    margin: 0;
    background: #F4F4F4;
  }
  
  .region-middle-first,
  .region-bottom-standard {
    margin: 24px 0;
  }
  
  .disciplinary {
    padding-bottom: 24px;
  }
  
  .region-top .inner,
  .region-middle-first .inner,
  .region-bottom-standard .inner {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    box-sizing: content-box;
    --container-width: 92%;
    width: var(--container-width);
    /* max-width: 1400px; */ /* Originally 1200px */
    padding: 0 4%;
    margin: 0;
  }
  
  .region-top .row,
  .region-middle-first .row,
  .region-bottom-standard .row {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  
  .region-top .row::after,
  .region-middle-first .row::after,
  .region-bottom-standard .row::after {
    display: none;
  }
  
  .block-region-top {
    padding: 18px 0 12px 0;
    margin: 0;
  }
  
  @media (min-width: 601px) {
    .region-middle-first,
    .region-bottom-standard {
      margin: 36px 0;
    }
  
    .disciplinary {
      padding-bottom: 36px;
    }
  
    .region-top .inner,
    .region-middle-first .inner,
    .region-bottom-standard .inner {
      /* display: flex;
      flex: 0 0 auto;
      flex-direction: row;
      justify-content: flex-start;
      align-content: flex-start;
      align-items: flex-start; */
      --container-width: calc(100% - 60px);
      padding: 0 30px;
    }
  
    .block-region-top {
      padding: 30px 0 20px 0;
      margin: 0;
    }
  }
  
  @media (min-width: 769px) {
    .region-middle-first,
    .region-bottom-standard {
      margin: 48px 0;
    }
  
    .disciplinary {
      padding-bottom: 48px;
    }
  
    .block-region-top {
      padding: 36px 0 24px 0;
      margin: 0;
    }
  }
  
  @media (min-width: 992px) {
    .region-top {
      background: none;
    }
  
    /* .region-top, */
    .region-top,
    .region-bottom-standard {
      margin: 30px 0;
    }
  
    .region-middle-first {
      margin: 18px 0;
    }
  
    .region-top .inner,
    .region-middle-first .inner,
    .region-bottom-standard .inner {
      --container-width: 960px;
      padding: 0;
      margin: 0 auto;
    }
  
    .region-top .row,
    .region-middle-first .row,
    .region-bottom-standard .row {
      flex-flow: row nowrap;
      width: 100%;
    }
  
    .block-region-top {
      padding: 0;
      margin: 0;
    }
  }
  
  @media (min-width: 1250px) {
    /* .region-top,
    .region-bottom-standard {
      margin: 36px 0;
    } */
  
    .region-middle-first {
      margin: 24px 0;
    }
  
    .disciplinary {
      padding-bottom: 36px;
    }
  
    .region-top .inner,
    .region-middle-first .inner,
    .region-bottom-standard .inner {
      --container-width: 1200px;
    }
  }
  
  @media (min-width: 1440px) {
    /* .region-top,
    .region-bottom-standard {
      margin: 48px 0;
    } */
  
    .region-middle-first {
      margin: 30px 0;
    }
  
    .region-top .inner,
    .region-middle-first .inner,
    .region-bottom-standard .inner {
      --container-width: 1400px;
    }
  }
  
  .layout-full-column {
    margin-bottom: 24px;
  }
  
  /* .layout-full-column.container {
    justify-content: space-between;
  } */
  
  .index-news, .academics, .safety, .disciplinary, .instruments {
    display: block;
    /* display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    flex-wrap: wrap; */
  }
  
  .index-news .block, .academics .block, .safety .block, .disciplinary .block, .instruments .block {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 96px;
  }
  
  .index-news {
    width: 100%;
  }
  
  .region-middle-first .col-md-6 {
    width: calc(50% - 18px);
    float: none;
  }
  
  .academics, .safety,
  .block-region-middle-first-left,
  .block-region-middle-first-right {
    /* width: calc(50% - 18px); */
    width: 100%;
  }
  
  .disciplinary {
    width: 100%;
  }
  
  .block-region-bottom {
    width: 100%;
  }
  
  .instruments {
    width: 100%;
  }
  
  .index-news-container {
    display: flex;
    flex: 0 0 auto;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
  }
  
  .news-list {
    display: flex;
    flex: 0 0 auto;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 530px;
    overflow-y: hidden;
  }
  
  .news-item {
    box-sizing: content-box;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: calc(100% - 835px);
    height: 80px;
    margin-bottom: 10px;
    background-color: #F5F5F5;
  }
  
  .news-date {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 90px;
    height: 52px;
    border-right: 1px solid #E3E3E3;
  }
  
  .news-day {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #006EC0;
  }
  
  .news-year-month {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #006EC0;
  }
  
  .news-title {
    box-sizing: content-box;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    padding: 0 20px;
    width: calc(100% - 132px);
    height: 48px;
    color: #000;
  }
  
  .news-link {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: wrap;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  
  .news-item:first-child {
    position: relative;
    justify-self: flex-start;
    width: 805px;
    height: 530px;
    margin-bottom: 0;
    margin-right: 30px;
  }
  
  .news-item:first-child .pic-news-link {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .news-item:first-child .pic-news-link img {
    display: block;
    width: 100%;
    /* object-fit: cover;
    object-position: center; */
  }
  
  .news-item:first-child .news-title {
    box-sizing: content-box;
    position: absolute;
    bottom: 0;
    width: calc(100% - 44px);
    height: 26px;
    padding: 30px 22px 16px 22px;
    background: linear-gradient(0deg, rgba(0,0,0,0.6), rgba(0,0,0,0));
  }
  
  .news-item:first-child .news-link {
    display: block;
    font-size: 22px;
    line-height: 26px;
    color: #FFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .news-item:first-child .news-date,
  .news-item:not(:first-child) .pic-news-link {
    display: none;
  }
  
  .news-item:last-child {
    margin-bottom: 0;
  }
  
  .index-article-list {
    display: flex;
    flex: 0 0 auto;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: 100%;
  }
  
  .article-item {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }
  
  .index-article-title {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: calc(100% - 138px);
    height: 24px;
    overflow: hidden;
  }
  
  .index-article-title::before {
    display: block;
    content: "\25CF";
    font-size: 12px;
    line-height: 24px;
    width: 8px;
    height: 24px;
    margin-right: 6px;
    color: #ABDBFF;
  }
  
  .index-article-link {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .index-article-date {
    width: 114px;
    font-size: 16px;
    line-height: 24px;
    color: #BEBEBE;
    text-align: right;
  }
  
  .disciplinary-list {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 320px;
    overflow-x: scroll;
    overflow-y: hidden;
    /* scrollbar-width: none; */ /* Firefox */
    /* -ms-overflow-style: none; */ /* IE 10+ */
  }
  
  .disciplinary-list::-webkit-scrollbar {
    /* æ»šåŠ¨æ¡æ•´ä½“æ ·å¼ */
    /* display: none; */ /* Chrome, Safari or other Webkit browsers */
    width: 4px;
    height: 4px;
  }
  
  .disciplinary-list::-webkit-scrollbar-thumb {
    /* æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å— */
    border-radius: 4px;
    box-shadow   : inset 0 0 2px rgba(0, 0, 0, 0.2);
    background   : #808080;
  }
  
  .disciplinary-list::-webkit-scrollbar-track {
    /* æ»šåŠ¨æ¡è½¨é“ */
    border-radius: 4px;
    box-shadow   : inset 0 0 2px rgba(0, 0, 0, 0.2);
    background   : #DCDCDC;
  }
  
  .disciplinary-item {
    display: flex;
    flex: 0 0 auto;
    flex-flow: column nowrap;
    width: 248px;
    height: 320px;
    position: relative;
    padding: 0;
    margin: 0 24px 0 0;
  }
  
  .disciplinary-item:last-child {
    margin-right: 0;
  }
  
  .disciplinary-pic {
    display: flex;
    flex: 0 0 auto;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .disciplinary-pic img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover;
    object-position: center; */
  }
  
  .disciplinary-title {
    position: absolute;
    bottom: 0;
    width: calc(100% - 24px);
    padding: 16px 12px 10px 12px;
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFF;
    background: linear-gradient(0deg, rgba(0,0,0,0.6), rgba(0,0,0,0));
  }
  
  .disciplinary-link {
    font-size: 18px;
    line-height: 28px;
    color: #FFF;
  }
  
  .instruments-list {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  
  .instruments-item {
    display: flex;
    flex: 0 0 auto;
    flex-flow: column nowrap;
    width: calc(var(--container-width) * 0.32);
    height: calc(var(--container-width) * 0.2143);
    margin-right: calc(var(--container-width) * 0.02);
    margin-bottom: 24px;
    position: relative;
  }
  
  .instruments-item:nth-child(3n+3) {
    margin-right: 0;
  }
  
  .instruments-pic {
    display: flex;
    flex: 0 0 auto;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .instruments-pic img {
    display: block;
    height: 100%;
    /* object-fit: cover;
    object-position: center; */
  }
  
  .instruments-title {
    position: absolute;
    bottom: 0;
    width: calc(100% - 24px);
    padding: 16px 12px 10px 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFF;
    background: linear-gradient(0deg, rgba(0,0,0,0.6), rgba(0,0,0,0));
  }
  
  .instruments-link {
    font-size: 18px;
    line-height: 28px;
    color: #FFF;
  }
  
  
  @media screen and (max-width: 1439px) {
    .index-news .block, .academics .block, .safety .block, .disciplinary .block, .instruments .block {
      height: 88px;
    }
  
    .block .block-title {
      font-size: 36px;
    }
    
    .region-middle-first .col-md-6 {
      width: calc(50% - 16px);
    }
    
    .academics, .safety,
    .block-region-middle-first-left,
    .block-region-middle-first-right {
      /* width: calc(50% - 16px); */
      width: 100%;
    }
    
    .news-list {
      height: 440px;
    }
  
    .news-item {
      width: calc(100% - 698px);
    }
  
    .news-date {
      width: 90px;
      height: 52px;
    }
    
    .news-day {
      font-size: 24px;
      line-height: 32px;
    }
    
    .news-year-month {
      font-size: 14px;
      line-height: 20px;
    }
    
    .news-title {
      padding: 0 20px;
      width: calc(100% - 132px);
      height: 48px;
    }
    
    .news-link {
      font-size: 16px;
      line-height: 24px;
    }
  
    .news-item:first-child {
      width: 668px;
      height: 440px;
      margin-right: 30px;
    }
    
    .news-item:first-child .news-title {
      width: calc(100% - 44px);
      height: 26px;
      padding: 30px 22px 16px 22px;
    }
    
    .news-item:first-child .news-link {
      font-size: 22px;
      line-height: 26px;
    }
  
    .news-item:nth-child(n+6) {
      margin-bottom: 0;
    }
  
    .news-item:nth-child(n+7) {
      display: none;
    }
    
    .disciplinary-list {
      height: 270px;
    }
  
    .disciplinary-item {
      width: 210px;
      height: 270px;
    }
  
    .disciplinary-link, .instruments-link {
      font-size: 16px;
      line-height: 24px;
    }
  
    .instruments-item {
      --widthIns: 1200px;
    }
  }
  
  @media screen and (max-width: 1249px) {
    .index-news .block, .academics .block, .safety .block, .disciplinary .block, .instruments .block {
      height: 64px;
    }
  
    .block .block-title {
      font-size: 28px;
    }
    
    .region-middle-first .col-md-6 {
      width: calc(50% - 14px);
    }
    
    .academics, .safety,
    .block-region-middle-first-left,
    .block-region-middle-first-right {
      /* width: calc(50% - 14px); */
      width: 100%;
    }
    
    .news-list {
      height: 310px;
    }
  
    .news-item {
      width: calc(100% - 498px);
      height: 70px;
      margin-bottom: 10px;
    }
  
    .news-date {
      width: 72px;
      height: 44px;
    }
    
    .news-day {
      font-size: 18px;
      line-height: 26px;
    }
    
    .news-year-month {
      font-size: 12px;
      line-height: 18px;
    }
    
    .news-title {
      padding: 0 16px;
      width: calc(100% - 105px);
      height: 44px;
    }
    
    .news-link {
      font-size: 14px;
      line-height: 22px;
    }
  
    .news-item:first-child {
      width: 470px;
      height: 310px;
      margin-right: 28px;
    }
  
    .news-item:first-child .news-title {
      width: calc(100% - 32px);
      height: 22px;
      padding: 26px 16px 18px 16px;
    }
    
    .news-item:first-child .news-link {
      font-size: 18px;
      line-height: 22px;
    }
  
    .news-item:nth-child(n+5) {
      margin-bottom: 0;
    }
  
    .news-item:nth-child(n+6) {
      display: none;
    }
  
    .article-item {
      height: 48px;
    }
  
    .index-article-list .article-item:nth-child(n+6) {
      display: none;
    }
  
    .index-article-title {
      width: calc(100% - 108px);
      height: 20px;
    }
  
    .index-article-link {
      font-size: 14px;
      line-height: 20px;
    }
  
    .index-article-date {
      width: 92px;
      font-size: 14px;
      line-height: 20px;
    }
  
    .disciplinary-list {
      height: 224px;
    }
  
    .disciplinary-item {
      width: 165px;
      height: 224px;
    }
  
    .instruments-item {
      --widthIns: 960px;
    }
  }
  
  @media screen and (max-width: 991px) {
    .academics, .safety, .disciplinary, .instruments {
      width: 100%;
    }
  
    .block-region-middle-first-left,
    .block-region-middle-first-right {
      width: 100%;
    }
  
    .block-region-middle-first-right {
      display: none;
    }
  
    .region-middle-first .col-md-6 {
      width: 100%;
    }
  
    .index-news .block, .disciplinary .block, .instruments .block {
      height: 120px;
    }
  
    .academics .block, .safety .block {
      height: 96px;
      margin: 24px 0 0 0;
    }
  
    .academics {
      margin-bottom: 24px;
    }
  
    .block .block-title {
      font-size: 48px;
    }
  
    .block .more-link {
      font-size: 22px;
    }
  
    .index-news {
      width: 100%;
      padding: 0;
      margin: 0;
    }
  
    .news-container {
      width: var(--container-width);
      margin: 0;
      background-color: #F5F5F5;
    }
  
    .news-list {
      height: 1126px;
    }
  
    .news-item,
    .news-item:first-child {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-content: center;
      align-items: center;
      width: calc(100% - 40px);
      height: 160px;
      padding: 20px;
      margin: 0 0 24px 0;
      background-color: #FFF;
    }
  
    .news-date,
    .news-item:first-child .news-date {
      display: none;
    }
    
    .news-item:first-child .pic-news-link,
    .news-item:not(:first-child) .pic-news-link {
      display: flex;
      flex: 0 0 auto;
      flex-flow: column nowrap;
      justify-content: center;
      align-content: center;
      align-items: center;
      width: 240px;
      height: 160px;
      overflow: hidden;
      background-color: #F5F5F5;
    }
    
    .news-item:first-child .pic-news-link img,
    .news-item:not(:first-child) .pic-news-link img {
      display: block;
      width: 100%;
      /* object-fit: cover;
      object-position: center; */
    }
  
    .news-title,
    .news-item:first-child .news-title {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      justify-content: flex-start;
      align-content: center;
      align-items: center;
      padding: 0;
      width: calc(100% - 260px);
      height: 160px;
      color: #000;
    }
  
    .news-item:first-child .news-title {
      position: relative;
      background: none;
    }
    
    .news-link,
    .news-item:first-child .news-link {
      font-size: 28px;
      line-height: 40px;
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      white-space: wrap;
      text-overflow: ellipsis;
      vertical-align: middle;
      color: #000;
    }
  
    .news-item:nth-child(n+5) {
      margin-bottom: 0;
    }
  
    .news-item:nth-child(n+6) {
      display: none;
    }
  
    .article-item {
      width: 100%;
      height: 82px;
      border-bottom: 1px dashed rgba(0,0,0,0.08);
    }
    
    .index-article-title {
      width: calc(100% - 200px);
      height: 28px;
    }
    
    .index-article-title::before {
      font-size: 16px;
      line-height: 42px;
      width: 10px;
      height: 42px;
      margin-right: 10px;
    }
    
    .index-article-link {
      font-size: 28px;
      line-height: 42px;
    }
    
    .index-article-date {
      width: 180px;
      font-size: 28px;
      line-height: 42px;
    }
  
    .disciplinary-list, .instruments-list {
      height: auto;
    }
  
    .disciplinary-list::-webkit-scrollbar {
      display: none;
    }
  
    .disciplinary-item, .instruments-item {
      --mobile-item-width: calc(50vw - 45px);
      width: var(--mobile-item-width);
    }
  
    .disciplinary-item {
      height: calc(var(--mobile-item-width) * 1.333);
    }
  
    .disciplinary-title {
      width: calc(100% - 32px);
      padding: 20px 16px 14px 16px;
    }
  
    .disciplinary-link {
      font-size: 28px;
      line-height: 40px;
    }
  
    .instruments-list {
      justify-content: space-between;
    }
  
    .instruments-item {
      height: calc(var(--mobile-item-width) * 0.667);
    }
  
    .instruments-item,
    .instruments-item:nth-child(3n+3) {
      margin-right: 0;
    }
  
    .instruments-title {
      width: calc(100% - 32px);
      padding: 20px 16px 14px 16px;
    }
  
    .instruments-link {
      font-size: 24px;
      line-height: 36px;
    }
  }
  
  @media screen and (max-width: 768px) {
  
  }
  
  @media screen and (max-width: 600px) {
    .index-news .block, .disciplinary .block, .instruments .block {
      height: 84px;
    }
  
    .academics .block, .safety .block {
      height: 72px;
      margin: 16px 0 0 0;
    }
  
    .disciplinary-item, .instruments-item {
      --mobile-item-width: 44vw;
      width: var(--mobile-item-width);
    }
  
    .block .block-title {
      font-size: 36px;
    }
  
    .block .more-link {
      font-size: 16px;
    }
  
    .news-list {
      height: 874px;
    }
  
    .news-item,
    .news-item:first-child {
      width: calc(100% - 36px);
      height: 120px;
      padding: 18px;
      margin-bottom: 16px;
    }
  
    .news-item:first-child .pic-news-link,
    .news-item:not(:first-child) .pic-news-link {
      width: 180px;
      height: 120px;
    }
    
    .news-item:first-child .pic-news-link img,
    .news-item:not(:first-child) .pic-news-link img {
      display: block;
      /* width: 100%; */
      object-fit: cover;
      object-position: center;
    }
  
    .news-title,
    .news-item:first-child .news-title {
      width: calc(100% - 200px);
      height: 108px;
    }
  
    .news-link,
    .news-item:first-child .news-link {
      font-size: 20px;
      line-height: 32px;
      -webkit-line-clamp: 3;
    }
  
    .article-item {
      height: 60px;
    }
  
    .index-article-title {
      width: calc(100% - 170px);
      height: 20px;
    }
  
    .index-article-link {
      font-size: 20px;
      line-height: 32px;
    }
    
    .index-article-date {
      width: 150px;
      font-size: 20px;
      line-height: 32px;
    }
  
    .disciplinary-link {
      font-size: 20px;
      line-height: 32px;
    }
  
    .instruments-item {
      margin-bottom: 20px;
    }
  
    .instruments-title {
      width: calc(100% - 28px);
      padding: 16px 14px 12px 14px;
    }
  
    .instruments-link {
      font-size: 18px;
      line-height: 28px;
    }
  }
  
  @media screen and (max-width: 450px) {
    .index-news .block, .disciplinary .block, .instruments .block {
      height: 60px;
    }
  
    .academics .block, .safety .block {
      height: 54px;
      margin: 14px 0 0 0;
    }
  
    /* .disciplinary-item, .instruments-item {
      --mobile-item-width: 44vw;
      width: var(--mobile-item-width);
    } */
  
    .block .block-title {
      font-size: 24px;
    }
  
    .block .more-link {
      font-size: 12px;
    }
  
    .news-list {
      height: 560px;
    }
  
    .news-item,
    .news-item:first-child {
      width: calc(100% - 32px);
      height: 66px;
      padding: 16px;
      margin-bottom: 10px;
    }
  
    .news-item:first-child .pic-news-link,
    .news-item:not(:first-child) .pic-news-link {
      width: 100px;
      height: 66px;
    }
    
    .news-item:first-child .pic-news-link img,
    .news-item:not(:first-child) .pic-news-link img {
      display: block;
      /* width: 100%; */
      object-fit: cover;
      object-position: center;
    }
  
    .news-title,
    .news-item:first-child .news-title {
      width: calc(100% - 114px);
      height: 66px;
    }
  
    .news-link,
    .news-item:first-child .news-link {
      font-size: 14px;
      line-height: 22px;
      -webkit-line-clamp: 3;
    }
  
    .article-item {
      height: 40px;
    }
  
    .index-article-title {
      width: calc(100% - 100px);
      height: 14px;
    }
  
    .index-article-link {
      font-size: 14px;
      line-height: 22px;
    }
    
    .index-article-date {
      width: 92px;
      font-size: 14px;
      line-height: 22px;
    }
  
    .disciplinary-link {
      font-size: 16px;
      line-height: 24px;
    }
  
    .instruments-item {
      margin-bottom: 12px;
    }
  
    .instruments-title {
      width: calc(100% - 24px);
      padding: 14px 12px 10px 12px;
    }
  
    .instruments-link {
      font-size: 14px;
      line-height: 22px;
    }
  }
  
  /** Mobile ver **/
  /* S header */
  @media screen and (max-width: 1439px) {
    .nav-menu .menu-item:last-child .level-menu {
      max-width: 100%;
    }
  
    html[lang="en"] .nav-menu > .menu-item a {
      padding: 0 1em;
    }
  }
  
  @media screen and (max-width: 1249px) {
    html[lang="en"] .nav-menu > .menu-item a {
      padding: 0 0.5em;
    }
  }
  
  @media screen and (max-width: 991px) {
    .search-container {
      display: none;
    }
  
    .phone-nav-btn-container {
      display: block;
      width: 32px;
      height: 32px;
      margin-left: 20px;
      padding: 0 5px;
      box-sizing: content-box;
      outline: inherit;
      cursor: pointer;
    }
  
    .phone-nav-btn-container .phone-nav-btn {
      width: 32px;
      height: 100%;
      /* background: url(../images/menu.png) center no-repeat; */
      background: url(https://ce.sysu.edu.cn/bisclab/sites/default/files/menu.png) center no-repeat;
      background-size: contain;
      border: none;
      outline: none;
    }
  
    #block-header2023 ~ .menu.nav-menu {
      display: none;
      position: absolute;
      top: 187px;
      z-index: 1000;
      background: #fff;
      width: 100%;
      max-width: unset;
    }
  
    #block-header2023 ~ .menu.nav-menu.show {
      display: block;
    }
  
    html[lang="en"] .menu.nav-menu {
      display: none;
    }
  
    html[lang="en"] .menu.nav-menu.show {
      display: block;
    }
  
    html[lang="en"] .nav-menu > .menu-item a {
      padding: 0;
    }
  
    #block-header2023 ~ .menu.nav-menu .menu-item {
      display: block;
      border-bottom: #5B9BCC solid 1px;
      width: 100%;
      text-align: left;
      padding: 0 12px;
      box-sizing: border-box!important;
    }
  
    .nav-menu.show .menu-item:first-child > a {
      display: none;
    }
  
    .nav-menu .menu-item .menu-toggle a {
      line-height: 50px;
    }
  
    .nav-menu .menu-item .menu-toggle a::before {
      content: ">";
      display: block;
      float: right;
      line-height: 50px;
    }
  
    .nav-menu .menu-item.expanded:hover .level-menu {
      display: none;
    }
  
    .nav-menu .menu-item .menu-toggle a:hover {
      background-color: #006EC0;
    }
  
    .phone-search.show {
      display: block;
      background: #006EC0;
      color: #FFF;
      padding-top: 30px;
      padding-bottom: 50px;
      border-bottom: 1px solid #D6E6F2;
    }
  
    .search-block-form {
      margin-top: 31px;
    }
  
    .phone-search .header-lang {
      width: auto;
    }
  
    #edit-keys {
      width: 100%;
      background: transparent;
      border: 1px #D6E6F2 solid;
      color: #FFF;
    }
  
    #search-block-form .form-item-keys,
    .search-block-form .form-item-keys {
      float: unset;
    }
  
    .header-btn-index,
    .header-lang {
      width: auto;
    }
  
    .header-btn-index a,
    .header-lang a {
      background: unset;
      padding-left: 0;
      font-size: 18px;
    }
  
    html[lang="zh-hans"] .header-btn-index a,
    html[lang="en"] .header-lang a {
      color: #FFD544;
    }
  
    html[lang="en"] .header-btn-index a,
    html[lang="zh-hans"] .header-lang a {
      color: #FFF;
      color: rgba(255, 255, 255, 0.5);
    }
  
    #edit-actions {
      background-image: url(search-light.png);
      background-size: 50%;
    }
  
    #block-index-report footer,
    #block-index-report-english footer {
      margin-top: 14px;
    }
  }
  @media screen and (max-width: 768px) {
    #block-header2023 ~ .menu.nav-menu {
      top: 140px;
    }
  }
  
  @media screen and (max-width: 886px) {
    #block-index-report .report .views-field-body .field-content,
    #block-index-report-english .report .views-field-body .field-content {
      max-height: 7.5em;
      overflow: hidden;
    }
  }
  
  @media screen and (max-width: 600px) {
    #block-index-report .report .views-field-body .field-content,
    #block-index-report-english .report .views-field-body .field-content {
      max-height: 6.5em;
      overflow: hidden;
    }
  
    #block-index-report .views-field-body,
    #block-index-report-english .views-field-body {
      padding-top: 24px;
    }
  }
  
  @media screen and (max-width: 500px) {
    #block-index-report .views-field-image,
    #block-index-report-english .views-field-image {
      width: 40%;
    }
  
    #block-index-report .views-field-body,
    #block-index-report-english .views-field-body {
      padding: 17px;
      padding-bottom: 0;
      width: 60%;
    }
  
    #block-index-report .report .views-field-body .field-content,
    #block-index-report-english .report .views-field-body .field-content {
      max-height: 12.5em;
    }
  }
  
  @media screen and (max-width: 450px) {
    #block-index-report .report .views-field-body .field-content,
    #block-index-report-english .report .views-field-body .field-content {
      max-height: 8.5em;
    }
  }
  
  @media screen and (max-width: 768px) {
    #header {
      height: 72px;
      padding: 16px 0;
    }
  
    .logo-container a {
      line-height: 100%;
    }
  
    .block .block-title {
      /* font-size: 20px; */
    }
  }
  
  @media screen and (max-width: 600px) {
  
  }
  
  @media screen and (max-width: 450px) {
  
  }
  
  
  
  /* S news 'n notice */
  @media screen and (max-width: 768px) {
    #block-index-news .views-row .news-notice-item a,
    #block-index-news-english .views-row .news-notice-item a,
    #block-index-notice .views-row .news-notice-item a,
    #block-index-notice-english .views-row .news-notice-item a {
      font-size: 14px;
    }
  
    #block-index-news .views-row .news-notice-item .item-detail,
    #block-index-news-english .views-row .news-notice-item .item-detail,
    #block-index-notice .views-row .news-notice-item .item-detail,
    #block-index-notice-english .views-row .news-notice-item .item-detail,
    #block-index-news .views-row .news-notice-item a p,
    #block-index-news-english .views-row .news-notice-item a p,
    #block-index-notice .views-row .news-notice-item a p,
    #block-index-notice-english .views-row .news-notice-item a p {
      font-size: 11px;
    }
  
    #block-index-news .news,
    #block-index-news-english .news,
    #block-index-notice .notice,
    #block-index-notice-english .notice {
      padding-left: 14px;
      padding-right: 14px;
    }
  
    #block-index-news .views-row .update-time,
    #block-index-news-english .views-row .update-time,
    #block-index-notice .views-row .update-time,
    #block-index-notice-english .views-row .update-time {
      font-size: 18px;
    }
  
    #block-index-news .views-row .update-time .month,
    #block-index-news-english .views-row .update-time .month,
    #block-index-notice .views-row .update-time .month,
    #block-index-notice-english .views-row .update-time .month {
      font-size: 10px;
    }
  
    #block-index-news .views-row .update-time .date,
    #block-index-news-english .views-row .update-time .date,
    #block-index-notice .views-row .update-time .date,
    #block-index-notice-english .views-row .update-time .date {
      margin-bottom: 6px;
    }
  
    #block-index-news .views-row .update-time,
    #block-index-news-english .views-row .update-time,
    #block-index-notice .views-row .update-time,
    #block-index-notice-english .views-row .update-time {
      padding-right: 12px;
    }
  
    #block-index-news .views-row .news-notice-item,
    #block-index-news-english .views-row .news-notice-item,
    #block-index-notice .views-row .news-notice-item,
    #block-index-notice-english .views-row .news-notice-item {
      padding-left: 13.5px;
    }
  
    #block-index-news .views-row .news-notice-item a,
    #block-index-news-english .views-row .news-notice-item a,
    #block-index-notice .views-row .news-notice-item a,
    #block-index-notice-english .views-row .news-notice-item a {
      white-space: normal;
    }
  
    #block-index-news .views-row,
    #block-index-news-english .views-row,
    #block-index-notice .views-row,
    #block-index-notice-english .views-row {
      padding-top: 28px;
    }
  
    ul.slider-focus-btns {
      bottom: 17px;
    }
  
    #block-index-report,
    #block-index-report-english {
      padding-top: 31px;
      padding-bottom: 46px;
    }
  
    #block-index-introduction .block-title,
    #block-index-introduction-english .block-title,
    #block-index-report .block-title,
    #block-index-report-english .block-title {
      margin-bottom: 25px;
    }
  
    #block-index-report .report .views-field-body .field-content,
    #block-index-report-english .report .views-field-body .field-content,
    #block-index-introduction footer span a,
    #block-index-introduction-english footer span a,
    #block-index-introduction .views-row,
    #block-index-introduction-english .views-row,
    #block-index-news footer span a,
    #block-index-news-english footer span a,
    #block-index-notice footer span a,
    #block-index-notice-english footer span a {
      font-size: 12px;
    }
  
    #block-index-introduction,
    #block-index-introduction-english {
      padding-bottom: 39px;
      padding-top: 26px;
    }
  
    #block-index-news,
    #block-index-news-english,
    #block-index-notice,
    #block-index-notice-english {
      padding-bottom: 36px;
    }
  
    #block-index-news footer,
    #block-index-news-english footer,
    #block-index-notice footer,
    #block-index-notice-english footer {
      margin-top: 28px;
    }
  
    #block-index-news .block-title,
    #block-index-news-english .block-title {
      padding: 25px 55.5px 25px 55.5px;
    }
  
    #block-index-news .block-title,
    #block-index-news-english .block-title,
    #block-index-introduction .block-title,
    #block-index-introduction-english .block-title,
    #block-index-report .block-title,
    #block-index-report-english .block-title {
      background-size: 50px;
      padding-left: 55.5px;
      padding-right: 55.5px;
    }
  
    #block-index-report footer span a,
    #block-index-report-english footer span a {
      width: 97.5px;
      line-height: 30px;
      border-color: #AAA;
      color: #7B7B7B;
    }
  }
  
  @media screen and (max-width: 450px) { /* Originally 425px */
    #block-index-news .views-row .news-notice-item a,
    #block-index-news-english .views-row .news-notice-item a,
    #block-index-notice .views-row .news-notice-item a,
    #block-index-notice-english .views-row .news-notice-item a {
      padding-right: 1em;
    }
  }
  
  /* Column pages */
  #content {
    background: #FFF;
    min-height: 0;
    min-height: unset;
  }
  
  article .inner {
    width: 1400px;
    max-width: 1400px; /* Originally 1200px */
    margin: auto;
    padding: 0;
  }
  
  html[lang="en"] .sidebar-menu-2-2 ul.nav-menu {
    display: block;
  }
  
  .sidebar-menu-2-2 .nav-menu .menu-item {
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #FFF;
  }
  
  .sidebar-menu-2-2 {
    width: 260px;
  }
  
  .sidebar-menu-2-2 h2.title {
    border-top: none;
    border-bottom: 1px solid #FFF;
    line-height: 80px;
    margin: 0;
    padding: 0 0 0 21px;
    text-align: left;
    color: #FFF;
    background: #006EC0;
    font-size: 28px;
  }
  
  .sidebar-menu-2-2 .nav-menu {
    background: #FFF;
  }
  
  .sidebar-menu-2-2 .nav-menu > .menu-item a.is-active,
  .sidebar-menu-2-2 .nav-menu > .menu-item a:hover,
  .sidebar-menu-2-2 .nav-menu > .menu-item.active a {
    color: #006EC0;
  }
  
  .sidebar-menu-2-2 .nav-menu > .menu-item a {
    padding-left: 21px;
    text-align: left;
    color: #4D4D4D;
    background: #F3F3F3;
    font-size: 16px;
    margin: 0;
    border-bottom: 1px solid #FFF;
  }
  
  .sidebar-menu-2-2 .nav-menu > .menu-item:last-child a {
    border-bottom: none;
  }
  
  body.language-en .sidebar-menu-2-2 .nav-menu .menu-item {
    width: 100%;
  }
  
  body.language-en .sidebar-menu-2-2 .nav-menu .menu-item a {
    padding: 14px 10px;
  }
  
  .sidebar-menu-2-2 .nav-menu>.menu-item>span,.sidebar-menu-2-2 .nav-menu>.menu-item>a {
    line-height: 56px;
    padding: 20px 0 20px 21px;
  }
  
  .inner .breadcrumb {
    font-size: 14px;
    margin: 24px 0;
    padding: 0;
    border: none;
    line-height: 1;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  
  .inner .breadcrumb .list-breadcrumb {
    padding: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .inner .breadcrumb .list-breadcrumb a,
  .inner .breadcrumb .list-breadcrumb li {
    color: #808080;
  }
  
  .inner .breadcrumb .list-breadcrumb a:hover {
    color: #006EC0;
  }
  
  #content .block-region-right .block-title {
    padding: 22px 0;
  }
  
  .taxonomy_term--type-professional_post .inside-min-tb.outside-min-tb .title-inner {
    padding-top: 0;
    padding-bottom: 24px;
  }
  
  #content .block-region-right .block {
    padding-bottom: 0;
  }
  
  #content .block-region-right .block-title {
    display: block;
    margin: 0;
  }
  
  .title-inner {
    padding: 0;
    max-width: 1400px;
  }
  
  .title-inner h2,
  #content .block-region-right .block-title {
    font-size: 40px;
    height: 56px;
    color: #006EC0;
    font-weight: bold;
    padding: 0 0 24px 0;
  }
  @media screen and (max-width: 991px) {
    
      #content .block-region-top .table-full .title-inner h2 {
        height: 34px;
        line-height: 32px;
        box-sizing: border-box!important;
        border: 1px #006EC0 solid;
        font-size: 13px;
        border-radius: 4px;
        margin: 0 6px;
        padding: 0 11px;
        /* overflow-x: hidden; */
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #006EC0;
        background-color: #f4f4f4;
        border-left: 4px solid #006EC0;
        padding-left: 17px;
      }
  }
  
  .page-taxonomy .list-3.inside-b,
  .row.table.table-full .list-3.inside-b,
  #content .block-region-right .block-title,
  #main .inner .row .region-right .block-region-right .col-sm-12 .list-images-1,
  #main .inner .row .block-region-top .col-sm-12 .list-images-1 {
    padding: 0;
    margin: 0;
  }
  
  .list-item:first-child {
    margin-top: 0;
  }
  
  .list-item .date {
    color: #999;
    font-size: 16px;
    line-height: 1.5;
  }
  
  .title-inner,
  .block-region-right .views-element-container .inside-b,
  .block-region-top .views-element-container .inside-b,
  .block-region-right .block > .block-title,
  .block-region-right .block > .row,
  #content .node .block-region-right {
    /* background: #FFF; */
  }
  
  #main .inner .row .region-right .block-region-right .list-item a p,
  #main .inner .row .block-region-top .list-item a p,
  #main .inner .row .region-right .block-region-right .list-item a,
  #main .inner .row .block-region-top .list-item a {
    font-size: 16px;
    color: #4C4C4C;
  }
  
  #main .inner .row .region-right .block-region-right .list-item a:hover p,
  #main .inner .row .block-region-top .list-item a:hover p,
  #main .inner .row .region-right .block-region-right .list-item a:hover,
  #main .inner .row .block-region-top .list-item a:hover {
    color: #006EC0;
  }
  
  #main .inner .row .region-right .block-region-right .list-3 .list-content li:hover,
  #main .inner .row .block-region-top .list-3 .list-content li:hover {
    background: #FFF;
    background: unset;
  }
  
  #main .inner .row .region-right .block-region-right .list-3 .list-content li,
  #main .inner .row .block-region-top .list-3 .list-content li {
    border-bottom: #e5e5e5 dashed 1px;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  
  #main .inner .row .region-right .block-region-right .list-3 .list-content li:last-child,
  #main .inner .row .block-region-top .list-3 .list-content li:last-child,
  #main .inner .row .region-right .block-region-right .col-sm-12:last-child .list-images-1,
  #main .inner .row .block-region-top .col-sm-12:last-child .list-images-1 {
    border: none;
  }
  
  #main .inner .row .region-right .block-region-right .list-item a p {
    line-height: 24px;
  }
  
  #main .inner .row .region-right .block-region-right .list-item a p::before {
    display: inline-block;
    content: "\25CF";
    font-size: 12px;
    line-height: 24px;
    width: 8px;
    height: 24px;
    margin-right: 6px;
    color: #ABDBFF;
  }
  
  .list-images-1 {
    border-bottom: #E6E6E6 dashed 1px;
  }
  
  .active-item {
    background: #006EC0;
    color: #FFF;
  }
  
  .col-md-3 {
    width: 320px;
  }
  
  .col-md-3 .block-region-left {
    width: 260px;
  }
  
  .col-md-9 {
    width: 1080px;
  }
  
  .pager {
    margin-bottom: 0;
    padding-top: 30px;
  }
  
  .pager .pager-items .pager-item a {
    background: #FFF;
    color: #999;
    border: 1px #DCDCDC solid;
    margin: 0 5px;
    border-radius: 0;
    font-size: 16px;
  }
  
  .pager .pager-items .pager-item a:hover,
  .pager .pager-items .pager-item.is-active a {
    background: #006EC0;
    color: #FFF;
    border: 1px #DCDCDC solid;
  }
  
  .row {
    margin: 0;
  }
  
  .list-images-1.inside-tb {
    padding: 30px 0;
  }
  
  .list-images-1 .list-content {
    padding: 0 0 0 20px;
  }
  
  .list-images-1 .list-content .three-line {
    max-height: unset;
    max-height: none;
  }
  
  .list-images-1 .list-content .list-text,
  .list-images-1 .list-content .list-text p {
    color: #666;
    font-size: 14px;
    line-height: 2;
  }
  
  .list-images-1 .list-content .list-text {
    padding: 23px 0;
  }
  
  .list-images-1 .list-content .list-title,
  .list-images-1 .list-content .list-title a {
    font-size: 20px;
    color: #006EC0;
    font-weight: bold;
  }
  
  #main .inner .row .region-right .block-region-right .col-sm-12 .list-images-1 img,
  #main .inner .row .block-region-top .col-sm-12 .list-images-1 img {
    max-width: 140px;
  }
  
  .list-images-1 .sub-title {
    font-size: 16px;
    margin-left: 10px;
    font-weight: normal;
  }
  
  /* Content */
  .page-url-qr-code {
    /* display: none; */
  }
  
  #main .inner {
    width: 1400px;
    max-width: 1400px;
    padding: 0;
    margin: 0 auto;
  }
  
  #content .inner {
    width: 100%;
    padding: 0;
    margin: 0 auto 40px;
  }
  
  /* .block-region-right, */
  .col-md-9.region-right .block-region-right,
  .page-node-type-page .block-region-right,
  .page-node-type-article .block-region-right,
  .node--type-teacher .block-region-right {
    padding: 0;
  }
  
  .block-region-right .article-header .article-submit {
    text-align: center;
    font-size: 14px;
    color: #919191;
    padding: 0;
    margin-bottom: 30px;
  }
  
  .block-region-right .article-header .article-title .inside-min-tb {
    font-size: 40px;
    line-height: 56px;
    color: #006EC0;
    font-weight: bold;
    text-align: left;
    padding: 0 0 24px 0;
  }
  
  .block-region-right .article-header .article-title h2.inside-min-tb {
    display: none;
  }
  
  .block-region-right .field-body {
    /* overflow: hidden; */
    overflow: auto;
  }
  
  .block-region-right .field-body p,
  .block-region-right .field-body {
    font-size: 16px;
    color: #4C4C4C;
    line-height: 2;
  }
  
  .article-submit span {
    border-right: 1px solid #919191;
    line-height: 1;
    padding: 0 15px;
  }
  
  .block-region-right .field-body p {
    margin-bottom: 12px;
  }
  
  .block-region-right .article-header {
    padding: 0;
    margin: 0;
  }
  
  #content .node,
  #content .taxonomy_term {
    /* padding-bottom: 70px; */
  }
  
  .outside-tb {
    margin-top: 0;
  }
  
  .inside-b,
  .outside-b {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  
  @media screen and (max-width: 1439px) {
    #main .inner {
      width: 1200px;
    }
  
    .col-md-3 {
      width: 25%;
    }
  
    .col-md-3 .block-region-left {
      width: calc(100% - 40px);
    }
  
    .sidebar-menu-2-2 {
      width: 100%;
    }
  
    .col-md-9 {
      width: 75%;
    }
  }
  
  @media screen and (max-width: 1249px) {
    #main .inner {
      width: 960px;
    }
  
    .col-md-3 {
      width: 25%;
    }
  
    .col-md-3 .block-region-left {
      width: calc(100% - 30px);
    }
  
    .col-md-9 {
      width: 75%;
    }
  }
  
  @media screen and (max-width: 991px) {
    #main .inner {
      width: calc(100% - 60px);
      padding: 0 30px;
    }
  
    .col-md-3 {
      display: none;
    }
  
    .col-md-9 {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 600px) {
    #main .inner {
      width: 92%;
      padding: 0 4%;
    }
  }
  
  /* Banner */
  .banner {
    background-color: #F5F5F5;
  }
  
  .banner .views-row {
    display: none;
  }
  
  .banner .views-row:last-child {
    display: block;
  }
  
  .banner .views-row img {
    width: 100%;
  }
  
  @media screen and (max-width: 991px) {
    .banner .views-row:first-child {
      display: block;
    }
  
    .banner .views-row:last-child {
      display: none;
    }
  }
  
  /* Mobile column */
  @media screen and (max-width: 991px) {
  
    #content .inner .row .region-left,
    #content .inner .row .region-right,
    .col-md-3 .block-region-left {
      display: block !important;
      width: 100%;
    }
  
    #content .inner .row .region-left .menu.nav-menu,
    #content .inner .row .region-left .sidebar-menu-2-2 {
      display: block;
      width: 100%;
      background: #FFF;
    }
  
    .sidebar-menu-2-2 .nav-menu .menu-item,
    body.language-en .sidebar-menu-2-2 .nav-menu .menu-item {
      display: inline-block;
      width: auto;
      max-width: 30%;
      border: none;
    }
  
    .title-inner,
    #content .block-region-right .block-title {
      display: none;
    }
  
    #content .block-region-top .title-inner {
      display: block;
      text-align: center;
    }
  
    .sidebar-menu-2-2 .nav-menu > .menu-item:last-child a {
      border: 1px #dbdbdb solid;
    }
  
    .sidebar-menu-2-2 .nav-menu > .menu-item a,
    #content .block-region-top .title-inner h2,
    body.language-en .sidebar-menu-2-2 .nav-menu .menu-item a {
      border: 1px #dbdbdb solid;
      font-size: 13px;
      border-radius: 4px;
      color: #4C4C4C;
      margin: 0 6px;
      padding: 8px 11px;
      overflow-x: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  
    .sidebar-menu-2-2 .nav-menu > .menu-item.active a,
    #content .block-region-top .title-inner h2,
    body.language-en .sidebar-menu-2-2 .nav-menu .menu-item.active a {
      background: #006EC0;
      border-color: #006EC0;
      color: #fff;
    }
  
    .sidebar-menu-2-2 .nav-menu > .menu-item.active,
    #content .block-region-top .title-inner h2 {
      position: relative;
    }
  
    .sidebar-menu-2-2 .nav-menu > .menu-item.active::after,
    #content .block-region-top .title-inner h2::after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border: 5px solid #FFF;
      border-color: transparent;
      border-top-color: #006EC0;
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -5px;
      z-index: 10;
    }
    .sidebar-menu-2-2 .nav-menu > .menu-item.active::after {
        bottom: 15px;
    }
  
    .sidebar-menu-2-2 h2.title {
      border: none;
      display: inline-block;
      padding: 0 55px;
      background: none;
      color: #006EC0;
      background-size: 50px;
      line-height: 61px;
    }
  
    #main .inner .row .region-right .block-region-right .list-3 .list-content li span.date,
    #main .inner .row .block-region-top .list-3 .list-content li span.date {
      /* float: none; */
      display: block;
      padding-left: 18px;
      background: url(clock.png) center left no-repeat;
      background-size: 12px;
      font-size: 12px;
      margin-bottom: 4px;
    }
  
    #content .node .inner .row .region-left {
      display: none !important;
    }
  
    #content .node.node--type-page .inner .row .region-left,
    #content .node--type-teacher.node .inner .row .region-left {
      display: block !important;
    }
  
    #content .node--type-teacher.node .inner .row .region-left {
      text-align: center;
    }
  
    #content .node--type-teacher.node .inner .row .region-left img {
      max-width: 120px;
    }
  
    #content .node .inner .breadcrumb {
      display: block;
    }
  
    .block-region-right .article-header .article-title .inside-min-tb {
      display: none;
    }
  
    #content .node .inner .block-region-right .article-header .article-title .inside-min-tb {
      display: block;
    }
  
    #content .node.node--type-page .inner .block-region-right .article-header .article-title .inside-min-tb {
      display: none;
    }
  
    #main .inner .row .region-right .block-region-right .list-item a p,
    #main .inner .row .block-region-top .list-item a p,
    #main .inner .row .region-right .block-region-right .list-item a,
    #main .inner .row .block-region-top .list-item a {
      font-size: 14px;
    }
  
    #main .inner .row .region-right .block-region-right .list-3 .list-content li,
    #main .inner .row .block-region-top .list-3 .list-content li {
      padding-top: 11px !important;
      padding-bottom: 13px !important;
    }
  
    .page-taxonomy .list-3.inside-b,
    .row.table.table-full .list-3.inside-b,
    .title-inner,
    .pager,
    .inner .breadcrumb,
    #main .inner .row .region-right .block-region-right .col-sm-12 .list-images-1,
    #main .inner .row .block-region-top .col-sm-12 .list-images-1,
    .taxonomy_term .block-region-right .list-5,
    .node--type-teacher .block-region-right {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    #main .inner .row .region-right .block-region-right .list-3 .list-content li:last-child,
    #main .inner .row .block-region-top .list-3 .list-content li:last-child {
      border-bottom: #E6E6E6 solid 1px;
    }
  
    .block-region-right .article-header {
      border: none;
    }
  
    .inner .breadcrumb {
      margin: 0;
      font-size: 13px;
      background: #FFF;
      padding-top: 21px;
      padding-bottom: 12px;
    }
  
    #content .node,
    #content .taxonomy_term {
      /* padding-bottom: 34px; */
      background: #FFF;
    }
  
    #main .inner .row .region-right .block-region-right .list-3 .list-content li,
    .list-images-1 {
      border-bottom-style: dashed;
    }
  
    .pager {
      background: #FFF;
    }
  
    #content .block-region-right .block-title {
      padding-left: 0;
      padding-right: 0;
    }
  
    #content .block-region-top .title-inner h2 {
      display: inline-block;
      overflow: visible;
      font-weight: normal;
    }
  }
  
  @media screen and (max-width: 991px) {
    .list-images-1 .list-left {
      display: table-cell;
      vertical-align: top;
    }
  
    .list-images-1 .list-content {
      display: table-cell;
      vertical-align: top;
      padding-left: 28px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .pager .pager-items .pager-item {
      float: none;
      margin: 0;
    }
  
    .pager .pager-items .pager-item.pager-item-last,
    .pager .pager-items .pager-item.pager-item-first {
      display: none;
    }
  
    .pager .pager-items .pager-item a {
      margin: 0 2px;
      font-size: 14px;
      /* padding: 12px 0; */
    }
  
    .pager {
      background: #FFF;
      padding-top: 25px;
    }
  
    #main .inner .row .region-right .block-region-right .col-sm-12 .list-images-1 img,
    #main .inner .row .block-region-top .col-sm-12 .list-images-1 img {
      max-width: 120px;
    }
  
    .list-images-1 .list-content .list-title,
    .list-images-1 .list-content .list-title a {
      font-size: 15px;
    }
  
    .list-images-1 .sub-title {
      font-size: 13px;
      margin-left: 6px;
    }
  
    .list-images-1 .list-content .list-text,
    .list-images-1 .list-content .list-text p {
      font-size: 12px;
    }
  
    .block-region-right .article-header .article-title .inside-min-tb {
      font-size: 17px;
    }
  
    .block-region-right .article-header .article-submit {
      font-size: 12px;
    }
  
    .block-region-right .field-body p,
    .block-region-right .field-body {
      font-size: 13px;
    }
  
    .block-region-right .field-body {
      padding-top: 24px;
    }
  
    .block-region-right .article-header .article-submit {
      margin-bottom: 0;
    }
  
    .block-region-right .article-header .article-title .inside-min-tb {
      padding-bottom: 16px;
    }
  
    .article-submit span {
      padding-right: 15px;
    }
  
    .list-images-1 .list-content .list-text {
      padding: 14px 0;
    }
  
    .list-images-1 .list-content {
      padding-left: 10px;
    }
  
    .list-images-1.inside-tb {
      padding: 15px 0;
    }
  }
  
  @media screen and (max-width: 425px) {
    #main .inner .row .region-right .block-region-right .col-sm-12 .list-images-1 img,
    #main .inner .row .block-region-top .col-sm-12 .list-images-1 img {
      max-width: 80px;
    }
  }
  
  .page-node-type-teacher .views-field-category {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    display: none;
  }
  
  .page-node-type-teacher .field-label-inline {
    font-size: 16px;
    line-height: 24px;
  }
  
  .page-node-type-teacher .block-region-right .field-item h3 {
    line-height: 40px;
    font-weight: 700;
  }
  
  .page-node-type-teacher .field-label {
    display: none;
  }
  
  .page-node-type-teacher .field-field-tel::before,
  .page-node-type-teacher .field-field-email::before {
    display: inline;
  }
  
  .page-node-type-teacher .field-field-tel::before {
    content: "tel: ";
  }
  
  .page-node-type-teacher .field-field-email::before {
    content: "email: ";
  }
  
  @media screen and (max-width: 425px) {
    .footer .container .footer-links.phone-show .footer-link-item {
      padding: 0 6px;
      white-space: nowrap;
    }
  
    .phone-nav-btn-container .phone-nav-btn {
      width: 24px;
    }
  }
  
  body.language-en .region-right {
    width: 100%;
  }
  
  body.language-en.page-node-type-teacher .region-right,
  body.language-en article.taxonomy_term--type-professional_post .region-right {
    width: 75%;
  }
  
  article.node--type-article .region-right {
    width: 100%;
  }
  
  article.node--type-article .region-left {
    display: none;
  }
  
  .faulty-list {
    display: flex;
    flex-wrap: wrap;
  }
  .faulty-list .faculty-list-item {
    width: 50%;
    box-sizing: border-box!important;
    padding-right: 45px;
  }
  .faculty-item-block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 45px;
    transition: all ease 0.25s;
  }
  .faculty-item-block:hover {
    transform: translateY(-5px);
  }
  .faculty-item-block .faculty-item-left {
    width: 135px;
    padding: 18px 0;
    background: linear-gradient(0deg, #0A8CED, #6FB7FF);
    margin-right: 40px;
  }
  .faculty-item-block .faculty-item-left img {
    display: block;
    transform: translateX(20px);
  }
  .faculty-item-block .faculty-item-info {
    flex: 1;
    padding-top: 20px;
  }
  .faculty-item-block .faculty-item-info h4 {
    font-size: 28px;
    color: #006EC0;
    line-height: 1.5em;
    font-weight: 600;
    font-family: Microsoft YaHei;
  }
  .faculty-item-block .faculty-item-info h4 span {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
  }
  @media screen and (max-width: 768px) {
    .faulty-list .faculty-list-item {
      width: 100%;
      padding-right: 0;
    }
  }