.inside-wrap {
  display: flex;
}

.inside-wrap .menu-wrap{
  width:200px;
  margin-right:30px;
}

.inside-wrap .content-container {
  flex:1;
  overflow:hidden;
}

.index-news-img-title:hover {
  color:#e7b12c;
}

:root {
  --doc-heart-w: 1550px;
}
body {
  overflow: auto;
  max-width: 1920px;
  margin: 0 auto !important;
  background-color: #f5fbfe !important;
}
@media (min-width: 992px) {
  .heart-container {
    width: 81vw !important;
    max-width: 1550px !important  ;
  }
}

.article-list .content-container .content .imgs-container ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article-list .content-container .content .imgs-container ul li {
  width: 30%;
  margin-top: 30px;
}
.article-list .content-container .content .imgs-container ul li .img-container {
  width: 100%;
}
.article-list .content-container .content .imgs-container ul li .img-container img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-list .content-container .content .imgs-container ul li .name {
  background-color: #efefef;
  padding: 1.5rem 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}
.article-list .content-container .content .imgs-container ul li .name .text {
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  font-size: 16px;
}
.article-list .content-container .content .imgs-container ul li .name .text:hover {
  color: #e7b12c;
}

.article-list .content-container .content .imgs-container ul li .name .icon {
  display: inline-block;
  text-decoration: none;
  color: #333;
}
.article-list .content-container .content .imgs-container ul li .name .icon::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 20px;
  background: url("../images/imgs-arrow.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
@media (max-width: 992px) {
  .article-list .content-container .content .imgs-container ul li {
    width: 100%;
  }
  .article-list .content-container .content .imgs-container ul li .img-container img {
    height: auto;
  }
}

.article-list {
  background-color: white;
  padding-bottom: 100px;
}
.article-list .article-info {
  text-align: center;
  margin-bottom: 40px;
  color: #666;
}
.article-list .slider {
  position: relative;
  width: 100%;
  background-color: #1e72e2;
}
.article-list .slider .column-name {
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  text-align: center;
  height: 60px;
  width: 100%;
  line-height: 60px;
  background-color: #1e72e2;
  opacity: 0.95;
  color: white;
  font-size: 20px;
  letter-spacing: 2px;
}
.article-list .slider .column-name::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #f5be33;
  border-radius: 50%;
  margin-right: 16px;
}
.article-list .slider .menu {
  background-color: #efefef;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 160px;
}
.article-list .slider .menu a {
  color: #333;
  text-decoration: none;
}
.article-list .slider .menu .menu-item.active .menu-item-container {
  background-color: #e7b12d;
  color: white;
}
.article-list .slider .menu .menu-item-container {
  padding: 0 20px 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid white;
  height: 60px;
  font-size: 16px;
}
.article-list .slider .menu .menu-item-container span:nth-child(1) {
  display: inline-block;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-list .slider .menu .menu-item-container:hover {
  background-color: #e7b12d;
  color: white;
}
.article-list .slider .menu .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: white;
}
.article-list .slider .menu .submenu .submenu-item {
  position: relative;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dashed #ccc;
  padding-left: 40px;
  font-size: 14px;
}
.article-list .slider .menu .submenu .submenu-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.article-list .slider .menu .submenu .submenu-item::after {
  content: "";
  position: absolute;
  top: 46%;
  left: 20px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #f5be33;
  border-radius: 50%;
}
.article-list .slider .menu .submenu .submenu-item:hover,
.article-list .slider .menu .submenu .submenu-item.active {
  background-color: #e7b12d;
}
.article-list .slider .menu .submenu .submenu-item:hover a,
.article-list .slider .menu .submenu .submenu-item.active a {
  color: white;
}
.article-list .slider .menu .submenu .submenu-item:hover::after,
.article-list .slider .menu .submenu .submenu-item.active::after {
  background-color: white;
}
.article-list .content-container .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #1169cd;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article-list .content-container .title .name {
  font-size: 20px;
}
.article-list .content-container .title .location {
  font-size: 14px;
  color: #999;
}
.article-list .content-container .title .location a {
  color: #999;
  text-decoration: none;
}
.article-list .content-container .title .location a:hover {
  color: #e7b12d;
}
.article-list .content-container .content .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-list .content-container .content .list .list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f2f2f2;
  padding: 14px 20px;
}
.article-list .content-container .content .list .list-item .text {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.article-list .content-container .content .list .list-item .text::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent transparent transparent #ecaf2d;
  margin-right: 10px;
}
.article-list .content-container .content .list .list-item .date {
  color: #999;
  margin-left: 10px;
}
.article-list .content-container .content .list .list-item:nth-child(even) {
  background-color: #e8f2fb;
}
.article-list .content-container .content .list .list-item + .list-item {
  margin-top: 10px;
}
.article-list .content-container .content .article-title {
  text-align: center;
  font-size: 20px;
  color: #1458ab;
  font-weight: bold;
  margin-bottom: 20px;
}
.article-list .content-container .content .article-content img,
.article-list .content-container .content .article-content table {
  max-width: 100%;
}
.article-list .content-container .content .article-content img {
  height: auto !important;
}

.audit-container {
  position: relative;
  width: 100%;
  background-image: url("../images/content-bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.audit-container .audit-bg {
  width: 100%;
  height: auto;
}
.audit-container .audit-item {
  background-color: white;
  padding-bottom: 20px;
}
.audit-container .audit-item .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.audit-container .audit-item .title .text {
  padding: 10px 30px;
  background-color: #3e99ea;
  font-size: 22px;
  color: white;
  letter-spacing: 2px;
}
.audit-container .audit-item .title .more {
  color: #959595;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}
.audit-container .audit-item .title .more:hover {
  color: #ffb530;
}
.audit-container .audit-item .bg {
  width: 100%;
  height: 240px;
  -o-object-fit: fill;
     object-fit: fill;
}
.audit-container .audit-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.audit-container .audit-item ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
  font-size: 16px;
}
.audit-container .audit-item ul li .tag {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  text-decoration: none;
}
.audit-container .audit-item ul li .tag:hover {
  color: #ffb530;
}
.audit-container .audit-item ul li .tag span {
  color: #07439b;
}
.audit-container .audit-item ul li .date {
  color: #919191;
  margin-left: 10px;
}
.audit-container .audit-item ul.dashed li {
  border-bottom-style: dashed;
}
.audit-container .audit-item ul.dashed li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffb530;
  margin: 0 6px;
}
.audit-container .audit-item ul.pla li {
  border: none;
  background-color: #cce8fe;
  padding: 12px 20px;
  border-radius: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.audit-container .audit-item ul.pla li a {
  color: #333;
  font-size: 18px;
  text-decoration: none;
}
.audit-container .audit-item ul.pla li + li {
  margin-top: 13px;
}
.audit-container .audit-item ul.pla li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ffb530;
  border-radius: 50%;
  margin-right: 14px;
}
.audit-container .audit-item ul.pla li:hover {
  background-color: #ffc866;
}
.audit-container .audit-item ul.pla li:hover a {
  color: white;
}
.audit-container .audit-item ul.pla li:hover::before {
  background-color: white;
}
@media (min-width: 992px) {
  .audit-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 35px;
    background-color: #0a94e3;
    opacity: 0.4;
  }
  .audit-container {
    // min-width: 1550px;
  }
  .audit-container .audit-item {
    padding-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .audit-container .audit-item .title .text {
    font-size: 18px;
  }
  .audit-container .audit-item .pla a {
    font-size: 16px !important;
  }
}

.header-bg {
  position: absolute;
  top: 0;
  background: no-repeat url("../images/header-bg.jpg");
  width: 100%;
  height: 34vw;
  max-height: 650px;
  z-index: -1;
  max-width: 1920px;
}

.header-bg.inside {
  background-image:url("../images/header-bg-2.jpeg");
}

.header-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.header-container .logo-container {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 170px;
}
.header-container .logo-container > img {
  width: auto;
}
.header-container .logo-container .logo {
  width: 25.7813vw;
  max-width: 495px;
}
.header-container .logo-container .slogan {
  max-width: 380px;
  width: 20vw;
}
.header-container .right-box {
  padding-top: 40px;
}
.header-container .search {
  border: 1px solid white;
  height: 34px;
  line-height: 34px;
  color: white;
  padding: 0 6px;
  font-size: 14px;
  width: 240px;
}
.header-container .search input {
  margin: 0;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: white;
  width: 124px;
}
.header-container .search .icon {
  border: none;
  display: inline;
  padding: 0;
  margin: 0;
  background: transparent;
}
.header-container .link {
  color: white;
  font-size: 14px;
}
.header-container .link > a {
  color: white;
  text-decoration: none;
}
.header-container .link > a:hover {
  color: #e0b400;
}
.header-container #bannerControls .carousel-control-next,
.header-container #bannerControls .carousel-control-prev {
  color: #fff !important;
  opacity: 0.9 !important;
}
.header-container #bannerControls .carousel-control-next-icon,
.header-container #bannerControls .carousel-control-prev-icon {
  width: 30px !important;
  height: 30px !important;
}
.header-navbar {
  background-color: #dbe9f7;
}
.header-navbar [alt="logo"] {
  height: 40px;
  width: auto;
}
.header-navbar .navbar-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
.header-navbar .nav-link {
  color: #222 !important;
  font-size: 18px;
}
.header-navbar .nav-link:hover {
  color: #e0b400 !important;
}
.header-navbar .nav-link:hover::after {
  border-left-color: #e0b400;
  border-bottom-color: #e0b400;
}
.header-navbar .submenu-tit {
  color: #222;
  text-decoration: none;
}
@media (min-width: 992px) {
  .header-navbar .dropdown-menu {
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    border: none;
    border-radius: 0px;
  }
  .header-navbar .dropdown-menu .dropdown-item {
    border-bottom: 1px #ccc dashed;
    font-size: 14px;
  }
  .header-navbar .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #f3ca27;
  }
  .header-navbar .dropdown-menu::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f3ca27;
  }
  .header-navbar .dropdown-toggle::after {
    width: 8px;
    height: 8px;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header-navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .header-navbar {
    background-color: #0651b9;
    z-index: 2;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  .header-navbar [alt="logo"] {
    // height: 50px;
  }
  .header-navbar .nav-link {
    color: white !important;
  }
  .header-navbar .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: white;
  }
  .header-navbar .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .header-navbar .navbar-toggler {
    border: none;
  }
  .header-navbar .submenu-item a {
    color: #222;
    text-decoration: none;
  }
  .header-navbar .submenu-item + .submenu-item {
    margin-top: 3px;
  }
  .nav-clear-fix {
    display: block !important;
    height: 66px;
  }
}

.index-news .row {
  margin-right: 0;
  margin-left: 0;
}
.index-news .title-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #b6d1ef;
  padding: 10px 0;
}

.index-news .title-box .title-text {
  white-space: nowrap;
}

.index-news .title-box .cn {
  color: #04248c;
  font-size: 22px;
  letter-spacing: 3px;
font-weight: bold;
}
.index-news .title-box .en {
  font-size: 15px;
  color: #959595;
}
.index-news .title-box .more {
  font-size: 16px;
  color: #959595;
  text-decoration: none;
}
.index-news .title-box .more:hover {
  color: #ffb530;
}
.index-news #newsControls img {
  height: 340px;
  -o-object-fit: fill;
     object-fit: fill;
}
.index-news #newsControls .carousel-indicators {
  margin: 0;
  left: auto;
  bottom: 10px;
}
.index-news #newsControls .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #ffb530;
  background-color: transparent;
}
.index-news #newsControls .carousel-indicators li.active {
  background-color: #ffb530;
}
.index-news #newsControls .carousel-item .tit {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  color: #959595;
  max-width: 72%;
}
.index-news #newsControls .carousel-item .tit span {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-news #newsControls .carousel-item .tit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-60%);
     -moz-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow-1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.index-news .news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.index-news .news-list li:not(.li-top) a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px dashed #ccc;
  text-decoration: none;
}
.index-news .news-list li:not(.li-top) a .date {
  font-size: 16px;
  color: #919191;
}
.index-news .news-list li:not(.li-top) a .text {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
  font-size: 16px;
  color: #2d2d2d;
}
.index-news .news-list li:not(.li-top) a .text:hover {
  color: #ffb530;
}
.index-news .news-list .li-top {
  position: relative;
  padding: 10px 14px 10px 40px;
  background: -webkit-gradient(linear, left top, right top, from(#f5fbfe), to(#e6f5fd));
  background: -moz-linear-gradient(left, #f5fbfe, #e6f5fd);
  background: linear-gradient(to right, #f5fbfe, #e6f5fd);
  min-height: 188px;
}
.index-news .news-list .li-top a {
  text-decoration: none;
}
.index-news .news-list .li-top .li-title {
  font-size: 16px;
  color: #00208a;
  line-height: 28px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.index-news .news-list .li-top .li-title:hover {
  color: #ffb530;
}
.index-news .news-list .li-top .subtitle {
  font-size: 14px;
  color: #262626;
  margin-top: 10px;
  line-height: 26px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.index-news .news-list .li-top .date {
  text-align: right;
  color: #919191;
  font-size: 16px;
}
.index-news .news-list .li-top::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 10px;
  height: 10px;
  background-color: #ffb530;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .index-news .title-box .cn {
    font-size: 20px;
  }
  .index-news .title-box .en {
    font-size: 16px;
  }
}

.sci-container {
  width: 100%;
  background-color: #cce8fe;
}
.sci-container .title-wrapper {
  text-align: center;
  position: relative;
}
.sci-container .title-wrapper .more {
  position: absolute;
  font-size: 16px;
  color: #959595;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sci-container .title-wrapper .more:hover {
  color: #ffb530;
}
.sci-container .title-wrapper .title {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  border-bottom: 3px solid white;
  padding-bottom: 10px;
}
.sci-container .title-wrapper .title .cn {
  font-size: 24px;
  color: #00208a;
  letter-spacing: 3px;
    font-weight: bold;
}
.sci-container .title-wrapper .title .en {
  font-size: 18px;
  color: #959595;
}
.sci-container .sci-item {
  width: 100%;
  background-color: #e9f6ff;
}
.sci-container .sci-item .sci-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sci-container .sci-item .sci-title .date {
  width: 79px;
  height: 86px;
  background-image: url("../images/sci-date.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  color: white;
}
.sci-container .sci-item .sci-title .date .day {
  margin-top: 14px;
  font-size: 22px;
  line-height: 1;
}
.sci-container .sci-item .sci-title .date .month {
  font-size: 14px;
}
.sci-container .sci-item .sci-title .text {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 2px solid #b1cfef;
  font-size: 18px;
overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sci-container .sci-item .sci-title .text > a {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00208a;
  text-decoration: none;
  font-weight: bold;
}
.sci-container .sci-item .sci-title .text > a:hover {
  color: #ffb530;
}
.sci-container .sci-item ul {
  color: #2D2D2D;
}
.sci-container .sci-item ul li::marker {
  color: #ffb530;
}
@media (min-width: 992px) {
  .sci-container {
    // min-width: 1550px;
  }
}
@media (max-width: 992px) {
  .sci-container .title-wrapper .title .cn {
    font-size: 20px;
  }
  .sci-container .title-wrapper .title .en {
    font-size: 16px;
  }
}

.article-list .content-container .content .leader-list {
  padding-left: 0;
}
.article-list .content-container .content .leader-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #ebebeb;
  margin-top: 30px;
}
.article-list .content-container .content .leader-list li img {
  width: 130px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-list .content-container .content .leader-list li .leader-title {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.article-list .content-container .content .leader-list li .leader-title .name {
  font-size: 20px;
  color: #2571bd;
  font-weight: bold;
  letter-spacing: 5px;
}
.article-list .content-container .content .leader-list li .leader-title .subtitle {
  font-size: 16px;
  color: #2571bd;
}
.article-list .content-container .content .leader-list li .leader-title::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #eeb024;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-20%);
     -moz-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
  left: -20px;
}
.article-list .content-container .content .leader-list li .address,
.article-list .content-container .content .leader-list li .desc {
  color: #666;
}
.article-list .content-container .content .leader-list li .view {
  display: inline-block;
  width: 100%;
  text-align: right;
  color: #2571bd;
  font-size: 14px;
  text-decoration: none;
}

.article-list .content-container .content .teacher-ent-container .teacher-ent-title {
  color: #055ebd;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.article-list .content-container .content .teacher-ent-container .table-title {
  background-color: #f5f6fa;
  color: #055ebd;
  padding: 6px 10px;
}
.article-list .content-container .content .teacher-ent-container .table-title::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 24px;
  background-image: url("../images/tea-ent-tilte.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-right: 6px;
}
.article-list .content-container .content .teacher-ent-container .table-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6px;
  border-top: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}
.article-list .content-container .content .teacher-ent-container .table-wrapper li {
  text-align: center;
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  padding: 10px 6px;
  font-size: #ccc;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.article-list .content-container .content .teacher-ent-container .table-wrapper li a {
  color: #333;
  font-size: 15px;
  text-decoration: none;
}
.article-list .content-container .content .teacher-ent-container .table-wrapper li a:hover {
  color: #e7b12d;
}
.article-list .content-container .content .teacher-ent-container .table-wrapper li:not(.empty):before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 18px;
  background: url("../images/tea-arrow.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-right: 10px;
}

.article-list .content-container .content .teachers-container {
  width: 100%;
}
.article-list .content-container .content .teachers-container .teacher-title {
  font-size: 16px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #0a5ab5;
  border-left: 5px solid #0a5ab5;
  letter-spacing: 4px;
  font-weight: bold;
}
.article-list .content-container .content .teachers-container .table-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 30px;
}
.article-list .content-container .content .teachers-container .table-wrapper li {
  width: -moz-calc(100% / 5);
  width: calc(100% / 5);
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  text-align: center;
}
.article-list .content-container .content .teachers-container .table-wrapper li a {
  font-size: 15px;
  color: #333;
  text-decoration: none;
}
.article-list .content-container .content .teachers-container .table-wrapper li a:hover {
  color: #e7b12d;
}
.article-list .content-container .content .teachers-container .table-wrapper li:nth-child(10n + 6),
.article-list .content-container .content .teachers-container .table-wrapper li:nth-child(10n + 7),
.article-list .content-container .content .teachers-container .table-wrapper li:nth-child(10n + 8),
.article-list .content-container .content .teachers-container .table-wrapper li:nth-child(10n + 9),
.article-list .content-container .content .teachers-container .table-wrapper li:nth-child(10n) {
  background-color: #f3f3f3;
}

.page-footer {
  width: 100%;
  background-color: #07439b;
}
.page-footer .footer-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-around;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-footer .footer-container img {
  width: 400px;
}
.page-footer .footer-container .split-line {
  width: 1px;
  height: 120px;
  background-color: white;
}
.page-footer .footer-container .college-info {
  color: white;
  font-size: 18px;
}
.page-footer .footer-container .college-info .info-line + .info-line {
  margin-top: 10px;
}
.page-footer .footer-container .college-info span {
  display: inline-block;
}
.page-footer .footer-container .college-info a {
  color: white;
}
@media (max-width: 992px) {
  .page-footer .footer-container {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-footer .footer-container .college-info {
    padding-right: 0;
    font-size:16px;
  }
  .page-footer .footer-container .college-info .info-line + .info-line {
    margin-top: 0px;
  }
  .page-footer .footer-container .college-info span {
    display: block;
  }
  .page-footer .footer-container .college-info .w-50 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .page-footer {
    
  }
}

.page-header-bg {
  width: 100%;
  object-fit: none;
}
@media (min-width: 992px) {
  .page-header-bg {
    height: 255px;
  }
}
@media (max-width: 992px) {
  .page-header-bg {
    height: auto;
  }
}

.sci-line-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}