: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: 80.7292vw !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: #ffb530;
}
.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 .inside-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.article-list .menu-wrap {
  width: 200px;
  margin-right: 30px;
}
.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;
  min-height: 300px;
  padding-bottom: 40px;
}
.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 {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.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 #vsb_content_2 img,
.article-list .content-container .content #vsb_content_2 table {
  max-width: 100%;
}
.article-list .content-container .content #vsb_content_2 img {
  height: auto !important;
}
.article-list .content-container .content #vsb_content_2 p {
  font-size: 16px;
}
.article-list .content-container .content #vsb_content_2 td,
.article-list .content-container .content #vsb_content_2 th {
  text-align: center;
}

.header-bg {
  position: absolute;
  top: 0;
  background: no-repeat url("../images/header-bg.jpg");
  background-size: cover;
  width: 100%;
  height: 34.375vw;
  max-height: 650px;
  z-index: -1;
  max-width: 1920px;
}
.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: 700px;
}
.header-container .logo-container .slogan {
  max-width: 380px;
  width: 20vw;
}
.header-container .right-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-container .link-wrap {
  margin-bottom: 30px;
}
.header-container .link-wrap a {
  display: inline-block;
  margin: 0 10px;
  color: white;
  text-decoration: none;
  position: relative;
}
.header-container .link-wrap a:hover {
  color: #f0c20d;
}
.header-container .link-wrap a:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 16px;
  background-color: white;
}
.header-container .search {
  height: 2.3438vw;
  max-height: 45px;
  width: 16.6667vw;
  max-width: 320px;
  background-image: url("../images/search-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.header-container .search .search-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.header-container .search .search-ipt {
  height: 2.3438vw;
  max-height: 45px;
  width: 80%;
  margin: 0;
  border: none;
  outline: none;
  color: white;
  background: transparent;
  padding: 0 10px;
}
.header-container .search .search-sub {
  height: 2.3438vw;
  max-height: 45px;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  background: transparent;
}
.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;
}
.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: 1400px) {
  .header-navbar .navbar-nav .nav-link {
    font-size: 14px;
  }
}
@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: 38px;
  }
  .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: 70px;
  }
}

.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 .cn {
  color: #04248c;
  font-size: 22px;
  letter-spacing: 3px;
}
.index-news .title-box .cn::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: sub;
}
.index-news .title-box .cn.new::before {
  background-image: url("../images/new-icon.png");
}
.index-news .title-box .cn.not::before {
  background-image: url("../images/not-icon.png");
}
.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: cover;
     object-fit: cover;
}
.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: 60%;
}
.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 span:hover {
  color: #ffb530;
}
.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);
}
.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;
}
.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: 13px;
  line-height: 26px;
}
.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: 1400px) {
  .index-news .title-box .cn {
    font-size: 18px;
  }
  .index-news .title-box .cn::before {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 992px) {
  .index-news .title-box .cn {
    font-size: 18px;
  }
  .index-news .new-wrap {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .index-news .news-list li:not(.li-top) a .date {
    font-size: 14px;
  }
  .index-news .news-list li:not(.li-top) a .text {
    font-size: 14px;
    white-space: wrap;
    margin-left: 10px;
  }
}

.tabs-container {
  width: 100%;
  background-color: #cce8fe;
}
.tabs-container .tabs-wrap {
  margin: 0 auto;
}
.tabs-container #indexTab {
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-bottom: none;
}
.tabs-container #indexTab .nav-item {
  position: relative;
}
.tabs-container #indexTab .nav-item:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 2px;
  height: 20px;
  background-color: #00208a;
}
.tabs-container #indexTab .nav-link {
  position: relative;
  border: none;
  background-color: transparent;
  color: #00208a;
  font-size: 20px;
}
.tabs-container #indexTab .nav-link.active {
  font-weight: bold;
}
.tabs-container #indexTab .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 10%;
  right: 10%;
  display: block;
  height: 10px;
  background-image: url("../images/tab-item-l.png");
  background-size: 100% 100%;
}
.tabs-container #indexTab .nav-link:hover {
  color: #ffb530;
}
.tabs-container #myTabContent .more {
  width: 100%;
  display: inline-block;
  text-align: right;
  font-size: 16px;
  color: #959595;
  cursor: pointer;
  text-decoration: none;
}
.tabs-container #myTabContent .more:hover {
  color: #ffb530;
}
.tabs-container #myTabContent .ar-item {
  width: 100%;
  background-color: #ffffff;
  margin-top: 10px;
  border-radius: 0 30px 0 0;
  padding: 10px;
  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;
  height: 100px;
}
.tabs-container #myTabContent .ar-item .date {
  border-top: 2px solid #00208a;
  background-color: #ecf0f7;
  padding: 10px;
  text-align: center;
}
.tabs-container #myTabContent .ar-item .date .day {
  font-size: 18px;
  color: #00208a;
  font-weight: bold;
}
.tabs-container #myTabContent .ar-item .date .month {
  color: #606060;
  font-size: 16px;
}
.tabs-container #myTabContent .ar-item .tit {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  text-decoration: none;
}
.tabs-container #myTabContent .ar-item .tit:hover {
  color: #ffb530;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .tabs-container #indexTab .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  #indexTab .nav-link {
    padding: 10px;
  }
  .tabs-container #myTabContent .ar-item .date .day,
  .tabs-container #myTabContent .ar-item .date .month {
    font-size: 14px;
  }
  .tabs-container #myTabContent .ar-item .tit {
    font-size: 14px;
    padding-left: 10px;
  }
}

.we-container {
  background-image: url("../images/dx.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}
.we-container .heart-container {
  margin: 0 auto;
}
.we-container .top-img-wrap {
  width: 100%;
  aspect-ratio: 1506/175;
  overflow: hidden;
}
.we-container .top-img-wrap .top-img {
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.we-container .top-img-wrap .top-img:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.we-container .content {
  margin-top: 20px;
  background-color: white;
  padding: 20px 20px 40px;
}
.we-container .content .site-wrap {
  overflow: hidden;
}
.we-container .content .we-imglists {
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  left: 0;
}
.we-container .tit-wrap {
  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;
  width: 100%;
  border-bottom: 1px solid #0049ad;
  padding-bottom: 10px;
}
.we-container .tit-wrap .tit {
  font-size: 22px;
  color: #0049ad;
}
.we-container .tit-wrap .tit .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/zt-icon.png");
  vertical-align: sub;
  margin-right: 10px;
  background-size: 100% 100%;
}
.we-container .tit-wrap .more {
  font-size: 16px;
  color: #959595;
  cursor: pointer;
  text-decoration: none;
}
.we-container .tit-wrap .more:hover {
  color: #ffb530;
}
.we-container .site-item img {
  width: 100%;
  aspect-ratio: 10/6;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1400px) {
  .we-container .content .tit-wrap .tit {
    font-size: 18px;
  }
}

.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;
  padding-bottom: 10px;
}
.article-list .content-container .content .leader-list li .avatar-wrap {
  width: 130px;
  height: 170px;
}
.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 .desc-wrap {
  padding-left: 40px;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.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 {
  color: #666;
}
.article-list .content-container .content .leader-list li .desc {
  color: #000;
}
.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 .leader-list li .view:hover {
  color: #eeb024;
}
@media (max-width: 992px) {
  .article-list .content-container .content .leader-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .article-list .content-container .content .leader-list li .desc-wrap {
    padding-left: 20px;
  }
}

.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: #045EBD;
  padding: 30px 0;
}
.page-footer .content-box {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-footer .left-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;
  height: 100%;
}
.page-footer .left-box .link-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-footer .left-box .link-box select {
  width: 10.4167vw;
  max-width: 200px;
  height: 30px;
  border: none;
}
.page-footer .left-box .link-box select + select {
  margin-top: 10px;
}
.page-footer .left-box .link-box .mail {
  position: relative;
  margin-top: 10px;
  display: block;
  width: 10.4167vw;
  max-width: 200px;
  height: 30px;
  line-height: 30px;
  background-color: white;
  color: black;
  padding: 0 4px;
  text-decoration: none;
}
.page-footer .left-box .link-box .mail::after {
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 28px;
  height: 24px;
  background-image: url("../images/mail-icon.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.page-footer .left-box .qrcode {
  width: 140px;
  height: 140px;
  margin-left: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-footer .center-box {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 50px;
  height: 140px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px dashed white;
  border-right: 1px dashed white;
}
.page-footer .center-box > div span {
  display: block;
  color: white;
  font-size: 16px;
}
.page-footer .center-box > div span + span {
  margin-top: 10px;
}
.page-footer .center-box > div + div {
  margin-left: 20px;
}
.page-footer .right-box img {
  width: 11.9271vw;
  height: 6.1458vw;
  max-width: 229px;
  height: 118px;
}
@media (max-width: 992px) {
  .page-footer .center-box {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .page-footer .center-box > div {
    width: 100%;
  }
  .page-footer .center-box > div span {
    margin-top: 10px;
  }
  .page-footer .center-box > div + div {
    margin-left: 6px;
  }
}

.page-header-bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .page-header-bg {
    height: 274px;
  }
}
@media (max-width: 992px) {
  .page-header-bg {
    height: auto;
  }
}