@charset "UTF-8";
@media only screen and (max-width: 1024px) {
  body {
    padding-top: 60px;
  }
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  margin-bottom: 0;
}

h1,
h2,
h3 {
  margin-bottom: 0;
}

a:hover {
  text-decoration: none;
}

.bg-gray {
  background-color: #f2f2f2;
}

.back-top-menu {
  position: fixed;
  top: auto;
  right: 30px;
  bottom: 30px;
  left: auto;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 3px solid #2348a9;
  border-radius: 50%;
  background-color: #006DCC;
  color: #ffffff;
  transition: 0.3s cubic-bezier(0.53, -0.31, 0.56, 2.18);
  transform: translate3d(50px, 0, 0);
  opacity: 0;
  cursor: pointer;
}
.back-top-menu .iconfont {
  font-size: 20px;
  color: #eec88e;
}
.back-top-menu.show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.back-top-menu:hover {
  background-color: #2348a9;
  border: 3px solid #006DCC;
}

.inner-side-page {
  display: flex;
  padding-bottom: 50px;
  padding-top: 46px;
}
@media only screen and (max-width: 1024px) {
  .inner-side-page {
    padding: 0;
  }
}
.inner-side-page .inner-nav {
  flex: none;
}
@media only screen and (max-width: 1024px) {
  .inner-side-page .inner-nav {
    display: none;
  }
}

.inner-content-wrapper {
  flex: 1;
  box-sizing: border-box;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.inner-content-wrapper::before {
  content: url(../images/shadow-left.png);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
}
@media only screen and (max-width: 1024px) {
  .inner-content-wrapper::before {
    display: none;
  }
}
.inner-content-wrapper::after {
  content: url(../images/shadow-right.png);
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
}
@media only screen and (max-width: 1024px) {
  .inner-content-wrapper::after {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .inner-content-wrapper {
    margin-left: 0;
  }
}

.side-bar {
  flex: none;
  width: 360px;
  background-color: #e5f0ff;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .side-bar {
    width: 240px;
  }
}
.side-bar img {
  display: block;
  width: 100%;
}
.side-bar h2.side-bar-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  position: relative;
  margin-bottom: 0;
  background: linear-gradient(90deg, #0071c1, #02a3e8);
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .side-bar h2.side-bar-title {
    font-size: 20px;
  }
}
.side-bar ul.second-nav {
  padding: 20px;
  position: relative;
  z-index: 999;
  background-color: #e5f0ff;
}
.side-bar ul.second-nav li.second-nav-item {
  margin-bottom: 10px;
}
.side-bar ul.second-nav li.second-nav-item.active .second-nav-item-text {
  background-color: #d11d0e;
  color: #ffffff;
}
.side-bar ul.second-nav li.second-nav-item.active .second-nav-item-text::before {
  background-color: #ffffff;
}
.side-bar ul.second-nav li.second-nav-item.active .second-nav-item-text::after {
  color: #ffffff;
}
.side-bar ul.second-nav li.second-nav-item .second-nav-item-text {
  display: block;
  height: 55px;
  background: #ffffff;
  line-height: 55px;
  font-size: 18px;
  color: #333333;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.side-bar ul.second-nav li.second-nav-item .second-nav-item-text::before {
  content: "";
  display: block;
  width: 3px;
  height: 18px;
  background: #006dcc;
  margin-right: 20px;
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .side-bar ul.second-nav li.second-nav-item .second-nav-item-text {
    font-size: 16px;
  }
}
.side-bar ul.second-nav li.second-nav-item .second-nav-item-text::after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  z-index: 0;
  content: "";
  font-family: 'iconfont';
  transform: translate3d(0, -50%, 0) scaleX(-1);
  content: "\eb90";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #006dcc;
  font-size: 24px;
}
.side-bar ul.second-nav li.second-nav-item nav.third-nav {
  background-color: #ffffff;
  padding: 10px 0 10px 40px;
  margin-top: 1px;
  display: none;
}
.side-bar ul.second-nav li.second-nav-item nav.third-nav a.third-nav-text {
  padding: 6px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .side-bar ul.second-nav li.second-nav-item nav.third-nav a.third-nav-text {
    font-size: 14px;
  }
}
.side-bar ul.second-nav li.second-nav-item nav.third-nav a.third-nav-text:hover, .side-bar ul.second-nav li.second-nav-item nav.third-nav a.third-nav-text.active {
  color: #006DCC;
  text-decoration: none;
}
.side-bar ul.second-nav li.second-nav-item nav.third-nav a.third-nav-text:hover::before, .side-bar ul.second-nav li.second-nav-item nav.third-nav a.third-nav-text.active::before {
  opacity: 1;
}
.side-bar ul.second-nav li.second-nav-item nav.third-nav a.third-nav-text::before {
  content: "";
  font-family: 'iconfont';
  content: "\e63d";
  display: block;
  margin-right: 10px;
  transition: 0.3s ease-in-out;
}

div.custom-breadcrumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #e5f0ff;
  border-bottom: 2px solid #006DCC;
}
@media only screen and (max-width: 767px) {
  div.custom-breadcrumb {
    padding: 10px 0;
  }
}
div.custom-breadcrumb h2.title {
  font-size: 24px;
  color: #003779;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  div.custom-breadcrumb h2.title {
    display: none;
  }
}
div.custom-breadcrumb div.breadcrumb-navs {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  div.custom-breadcrumb div.breadcrumb-navs {
    padding-left: 20px;
  }
}
div.custom-breadcrumb div.breadcrumb-navs p.pos {
  font-size: 14px;
  color: #888888;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
div.custom-breadcrumb div.breadcrumb-navs p.pos::before {
  content: "";
  font-family: 'iconfont';
  position: relative;
  top: -1px;
  content: "\e60e";
  display: block;
  width: 17px;
  height: 17px;
  font-size: 14px;
  color: #666666;
  margin-right: 4px;
}
div.custom-breadcrumb div.breadcrumb-navs nav {
  display: flex;
  align-items: center;
}
div.custom-breadcrumb div.breadcrumb-navs nav a {
  font-size: 14px;
  color: #888888;
  transition: 0.3s;
}
div.custom-breadcrumb div.breadcrumb-navs nav a::before {
  font-family: "iconfont";
  content: "\e63d";
  margin-right: 8px;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  div.custom-breadcrumb div.breadcrumb-navs nav a::before {
    margin-right: 5px;
    font-size: 14px;
  }
}
div.custom-breadcrumb div.breadcrumb-navs nav a:first-child::before {
  display: none;
}
div.custom-breadcrumb div.breadcrumb-navs nav a:hover {
  color: #006DCC;
}
div.custom-breadcrumb div.breadcrumb-navs nav a:hover::before {
  color: #888888;
}

div.inner-static-banner {
  padding-top: 30px;
}
@media only screen and (max-width: 1299px) {
  div.inner-static-banner {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1299px) {
  div.inner-static-banner div.container {
    max-width: 100%;
    padding: 0;
  }
}
div.inner-static-banner div.container img {
  display: block;
  width: 100%;
}

.science-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  background-color: #ffffff;
}
.science-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #66a1e8;
}

#vsb_content ul, ol {
  padding-left: 20px;
}

#vsb_content ol li {
  list-style: decimal;
}

#vsb_content ul li {
  list-style: disc;
}

ul.nav-one {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  ul.nav-one {
    display: block;
    height: 100%;
    width: 320px;
    padding-top: 60px;
    background-color: #006DCC;
    overflow-y: auto;
  }
}
ul.nav-one .nav-open-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 0;
  width: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
ul.nav-one li.nav-one-item {
  position: relative;
}
ul.nav-one li.nav-one-item:hover a.nav-one-text.arrow::after {
  opacity: 1;
}
ul.nav-one li.nav-one-item a.nav-one-text {
  display: block;
  padding: 0 20px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 46px;
  color: #111111;
  position: relative;
}
ul.nav-one li.nav-one-item a.nav-one-text.active {
  background-color: #268BE2;
}
ul.nav-one li.nav-one-item a.nav-one-text:hover {
  background-color: #268BE2;
  text-decoration: none;
}
@media only screen and (max-width: 1299px) {
  ul.nav-one li.nav-one-item a.nav-one-text {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1024px) {
  ul.nav-one li.nav-one-item a.nav-one-text {
    padding-left: 30px;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
ul.nav-one li.nav-one-item a.nav-one-text:hover, ul.nav-one li.nav-one-item a.nav-one-text.active {
  color: #ffffff;
}
ul.nav-one li.nav-one-item a.nav-one-text.arrow::after {
  position: relative;
  top: 0;
  right: auto;
  bottom: auto;
  left: 2px;
  z-index: 0;
  content: "";
  font-family: 'iconfont';
  font-size: 10px;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  ul.nav-one li.nav-one-item a.nav-one-text.arrow::after {
    opacity: 1;
    display: none;
  }
}
ul.nav-one li.nav-one-item .nav-two {
  position: absolute;
  top: calc(100%);
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 9999;
  min-width: 100%;
  background-color: #268BE2;
  display: none;
}
@media only screen and (max-width: 1024px) {
  ul.nav-one li.nav-one-item .nav-two {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 0;
    border-top: none;
    background-color: transparent;
  }
}
@media only screen and (max-width: 1024px) {
  ul.nav-one li.nav-one-item .nav-two .nav-two-item {
    position: relative;
  }
}
ul.nav-one li.nav-one-item .nav-two .nav-two-item a.nav-two-text {
  display: block;
  padding: 0 20px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 46px;
  color: #111111;
  position: relative;
  color: #ffffff;
}
ul.nav-one li.nav-one-item .nav-two .nav-two-item a.nav-two-text.active {
  background-color: #C72424;
}
ul.nav-one li.nav-one-item .nav-two .nav-two-item a.nav-two-text:hover {
  background-color: #C72424;
  text-decoration: none;
}
@media only screen and (max-width: 1299px) {
  ul.nav-one li.nav-one-item .nav-two .nav-two-item a.nav-two-text {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1024px) {
  ul.nav-one li.nav-one-item .nav-two .nav-two-item a.nav-two-text {
    padding-left: 60px;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
ul.nav-one li.nav-one-item .nav-two .nav-two-item a.nav-two-text.arrow::after {
  position: relative;
  top: 1px;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 0;
  content: "";
  font-family: 'iconfont';
}
@media only screen and (max-width: 1024px) {
  ul.nav-one li.nav-one-item .nav-two .nav-two-item a.nav-two-text.arrow::after {
    display: none;
  }
}
ul.nav-one li.nav-one-item .nav-two .nav-two-item .nav-three {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: calc(100%);
  z-index: 9999;
  background-color: #268BE2;
  display: none;
}
@media only screen and (max-width: 1024px) {
  ul.nav-one li.nav-one-item .nav-two .nav-two-item .nav-three {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 0;
    background-color: transparent;
  }
}
ul.nav-one li.nav-one-item .nav-two .nav-two-item .nav-three a.nav-three-text {
  display: block;
  padding: 0 20px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 46px;
  color: #111111;
  position: relative;
  color: #ffffff;
}
ul.nav-one li.nav-one-item .nav-two .nav-two-item .nav-three a.nav-three-text.active {
  background-color: #C72424;
}
ul.nav-one li.nav-one-item .nav-two .nav-two-item .nav-three a.nav-three-text:hover {
  background-color: #C72424;
  text-decoration: none;
}
@media only screen and (max-width: 1299px) {
  ul.nav-one li.nav-one-item .nav-two .nav-two-item .nav-three a.nav-three-text {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1024px) {
  ul.nav-one li.nav-one-item .nav-two .nav-two-item .nav-three a.nav-three-text {
    padding-left: 90px;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

div.activity-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 8px 25px 7px rgba(0, 44, 98, 0.42);
  position: relative;
  top: 0;
  transition: 0.3s;
}
div.activity-card:hover {
  border: 1px solid #6bafff;
  top: -30px;
}
div.activity-card:hover .title {
  background: linear-gradient(-90deg, #003d87, #387aca);
  color: #ffffff;
}
div.activity-card .title {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 62px;
  background: #cbe3ff;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #111111;
  line-height: 24px;
}
div.activity-card ul.info {
  padding: 20px 25px;
  background: url(../images/bird.png) no-repeat right bottom;
}
div.activity-card ul.info li.item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
div.activity-card ul.info li.item:last-child {
  border-bottom: none;
}
div.activity-card ul.info li.item p.i-title {
  font-size: 14px;
  color: #006DCC;
}
div.activity-card ul.info li.item p.i-title::before {
  content: "";
  font-family: 'iconfont';
  margin-right: 5px;
}
div.activity-card ul.info li.item p.i-title.person::before {
  content: '\e67c';
}
div.activity-card ul.info li.item p.i-title.time::before {
  content: '\e600';
}
div.activity-card ul.info li.item p.i-title.address::before {
  content: '\e601';
}
div.activity-card ul.info li.item p.i-content {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #111111;
}
div.activity-card a.link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.teacher-card {
  display: flex;
  align-items: flex-end;
  position: relative;
  top: 0;
  transition: 0.3s;
}
.teacher-card:hover {
  top: -25px;
}
.teacher-card:hover .info {
  background: linear-gradient(-90deg, #003d87, #387aca);
}
.teacher-card:hover .info .name,
.teacher-card:hover .info .tags,
.teacher-card:hover .info .desc {
  color: #ffffff;
}
.teacher-card:hover .info .desc {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.teacher-card .cover {
  flex: none;
  width: 188px;
  height: 265px;
  position: relative;
  overflow: hidden;
}
.teacher-card .cover .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  transition: 0.3s ease-in-out;
}
.teacher-card .cover .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teacher-card .info {
  box-sizing: border-box;
  padding: 20px 30px;
  height: 240px;
  background-color: #ffffff;
}
.teacher-card .info .name {
  font-size: 22px;
  font-weight: bold;
  color: #003d87;
  line-height: 1.8;
}
.teacher-card .info .tags {
  font-size: 14px;
  font-weight: 400;
  color: #003d87;
  line-height: 1.8;
}
.teacher-card .info .desc {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 1.8;
}
.teacher-card .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.icon-news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 10px;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
}
.icon-news:hover, .icon-news:active {
  background: linear-gradient(90deg, #006DCC, #2348a9);
  border-bottom: 1px solid transparent;
  box-shadow: 0px 3px 16px 0px rgba(18, 56, 118, 0.47);
}
.icon-news:hover .icon,
.icon-news:hover .title,
.icon-news:hover .date, .icon-news:active .icon,
.icon-news:active .title,
.icon-news:active .date {
  color: #ffffff;
}
.icon-news .icon {
  flex: none;
  font-size: 16px;
  color: #006DCC;
}
.icon-news .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  font-size: 16px;
  color: #111111;
  padding-left: 10px;
  padding-right: 20px;
}
.icon-news .date {
  flex: none;
  font-size: 14px;
  color: #666666;
}
.icon-news .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.arrow-news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 46px;
  padding-right: 10px;
  transition: 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}
.arrow-news::before {
  position: absolute;
  top: 17px;
  right: auto;
  bottom: auto;
  left: 10px;
  z-index: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #006DCC;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  opacity: 0;
  transform: translate3d(-20px, 0, 0);
  transition: 0.3s ease-in-out;
}
.arrow-news:hover {
  padding-left: 30px;
  background-color: #e8f1ff;
}
.arrow-news:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.arrow-news:hover .title {
  color: #006DCC;
}
.arrow-news:hover span.date {
  color: #006DCC;
}
.arrow-news .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-right: 20px;
  font-size: 16px;
  color: #333333;
  transition: 0.3s ease-in-out;
}
.arrow-news .date {
  font-family: 'AbhayaLibre';
  font-size: 14px;
  color: #666666;
  flex: none;
  position: relative;
  top: 3px;
}
.arrow-news .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.arrow-news-vertical {
  padding-top: 15px;
  padding-left: 20px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  position: relative;
  cursor: pointer;
}
.arrow-news-vertical::after {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 7px;
  left: auto;
  z-index: 99;
  content: "";
  font-family: 'iconfont';
  content: '\eb94';
  font-size: 24px;
  color: #cccccc;
  transition: 0.3s;
}
.arrow-news-vertical::before {
  position: absolute;
  top: auto;
  right: 28px;
  bottom: 15px;
  left: auto;
  z-index: 98;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  opacity: 0;
}
.arrow-news-vertical .title {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 20px;
  padding-left: 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #111111;
  line-height: 28px;
}
.arrow-news-vertical .title.top::before {
  content: '【置顶】';
  color: #ed2c25;
}
.arrow-news-vertical .title.new::before {
  content: '【new】';
  color: #ed2c25;
}
.arrow-news-vertical .title.toutiao::before {
  content: '【头条】';
  color: #ed2c25;
}
.arrow-news-vertical .date {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-family: Abel;
  font-weight: 400;
  color: #9b9b9b;
  padding: 15px 20px;
  padding-left: 0;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.arrow-news-vertical:hover {
  border: 1px solid #006DCC;
}
.arrow-news-vertical:hover::after {
  transform: rotate(180deg);
  color: #ffffff;
}
.arrow-news-vertical:hover::before {
  opacity: 1;
}
.arrow-news-vertical:hover .title {
  color: #006DCC;
}
.arrow-news-vertical:hover .date {
  color: #ffffff;
  border-top: 1px solid #006DCC;
  background: linear-gradient(-90deg, #003d87, #387aca);
  padding-left: 20px;
  border-top: none;
}
.arrow-news-vertical a.link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.date-news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 98px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  position: relative;
  overflow: hidden;
}
.date-news.simple {
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #dddddd;
}
.date-news.simple .date {
  text-align: right;
}
.date-news.simple:hover {
  background: #ffffff;
  box-shadow: none;
  border-bottom: 1px solid #dddddd;
}
.date-news.simple:hover .date {
  border-right: 1px solid #006DCC;
}
.date-news.simple:hover .date .day,
.date-news.simple:hover .date .year {
  color: #006DCC;
}
.date-news.simple:hover .title {
  color: #006DCC;
}
.date-news::after {
  position: absolute;
  top: -16px;
  right: -10px;
  bottom: auto;
  left: auto;
  z-index: 9;
  content: '';
  display: block;
  width: 133px;
  height: 133px;
  background: url(../images/news_logo.png);
  transition: 0.3s;
  opacity: 0;
  transform: translate3d(20px, 0, 0);
}
.date-news:hover, .date-news:active {
  background: linear-gradient(90deg, #006dcc, #019fe5);
  border: 1px solid #e4e4e4;
  box-shadow: 0px 0px 7px 1px rgba(0, 61, 135, 0.4);
}
.date-news:hover::after, .date-news:active::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.date-news:hover .title, .date-news:active .title {
  color: #ffffff;
}
.date-news:hover .date .day,
.date-news:hover .date .year, .date-news:active .date .day,
.date-news:active .date .year {
  color: #ffffff;
}
.date-news .date {
  padding: 0 0 0 20px;
  flex: none;
  font-family: 'AbhayaLibre';
  text-align: right;
}
.date-news .date .day {
  font-size: 24px;
  color: #006dcc;
  font-weight: 800;
}
.date-news .date .year {
  font-size: 16px;
  color: #006dcc;
}
.date-news .title {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
  padding: 0 20px;
  line-height: 1.8;
  font-size: 16px;
  color: #111111;
}
.date-news .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.docs-news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 10px;
  position: relative;
  border: 1px solid #e6e6e6;
}
.docs-news:hover, .docs-news:active {
  background-color: #e8f1ff;
  border: 1px solid transparent;
}
.docs-news:hover .date, .docs-news:active .date {
  background-color: #006DCC;
  color: #ffffff;
}
.docs-news:hover .title,
.docs-news:hover .link, .docs-news:active .title,
.docs-news:active .link {
  color: #006DCC;
  text-decoration: none;
}
.docs-news .date {
  position: absolute;
  top: -13px;
  right: auto;
  bottom: auto;
  left: 20px;
  z-index: 0;
  padding: 0 10px;
  height: 26px;
  background: #e8f1ff;
  border-radius: 13px;
  font-size: 16px;
  color: #006DCC;
  text-align: center;
  line-height: 26px;
}
.docs-news .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #111111;
  padding-right: 20px;
}
.docs-news .link {
  flex: none;
  font-size: 16px;
  color: #666666;
}

.image-news--normal--outer--vertical {
  width: 100%;
  border: 1px solid #e4e4e4;
  position: relative;
  transition: 0.3s;
  top: 0;
}
.image-news--normal--outer--vertical .cover {
  width: 100%;
  height: 274px;
  overflow: hidden;
  position: relative;
}
.image-news--normal--outer--vertical .cover .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  transition: 0.3s ease-in-out;
}
.image-news--normal--outer--vertical .cover .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.image-news--normal--outer--vertical .info {
  padding: 20px;
  background-color: #ffffff;
}
.image-news--normal--outer--vertical .info.blank__bottom {
  padding-bottom: 50px;
}
.image-news--normal--outer--vertical .info .title {
  line-height: 1.8;
  font-size: 18px;
  color: #111111;
  position: relative;
  transition: 0.3s;
  font-weight: 600;
}
.image-news--normal--outer--vertical .info .title.omit1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.image-news--normal--outer--vertical .info .title.omit2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.image-news--normal--outer--vertical .info .desc {
  line-height: 1.8;
  font-size: 18px;
  color: #666666;
  position: relative;
  transition: 0.3s;
  margin-top: 10px;
  font-weight: 400;
}
.image-news--normal--outer--vertical .info .desc.omit1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.image-news--normal--outer--vertical .info .desc.omit2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.image-news--normal--outer--vertical .info .desc.omit3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.image-news--normal--outer--vertical .date {
  position: absolute;
  top: 24px;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 0;
  padding: 10px 20px;
  background: linear-gradient(90deg, #006dcc, #019fe5);
  box-shadow: 0px 0px 7px 1px rgba(0, 61, 135, 0.4);
  color: #ffffff;
  font-size: 16px;
  transition: 0.3s ease-in-out;
}
.image-news--normal--outer--vertical .date.bg--red {
  background: #c72424;
}
.image-news--normal--outer--vertical .date--special {
  position: absolute;
  top: 14px;
  right: auto;
  bottom: auto;
  left: 14px;
  z-index: 0;
  padding: 10px;
  background: #c72424;
  box-shadow: 0px 0px 7px 1px rgba(0, 61, 135, 0.4);
  color: #ffffff;
}
.image-news--normal--outer--vertical .date--special .day {
  font-size: 20px;
}
.image-news--normal--outer--vertical .date--special .year {
  font-size: 16px;
}
.image-news--normal--outer--vertical .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.image-news--normal--outer--vertical.date--bottom .info {
  padding-top: 40px;
}
.image-news--normal--outer--vertical.date--bottom .date {
  position: absolute;
  top: 250px;
  right: auto;
  bottom: auto;
  left: 20px;
  z-index: 0;
}
.image-news--normal--outer--vertical:hover {
  border: 1px solid #e5e5e5;
}
.image-news--normal--outer--vertical:hover.hover--shadow {
  box-shadow: 0px 2px 18px 0px rgba(199, 36, 36, 0.49);
}
.image-news--normal--outer--vertical:hover.hover--top {
  top: -30px;
}
.image-news--normal--outer--vertical:hover .cover .img {
  transform: scale(1.05);
}
.image-news--normal--outer--vertical:hover .info .title {
  color: #c72424;
  font-weight: 600;
}
.image-news--normal--outer--vertical:hover .date {
  background: linear-gradient(90deg, #c72424, #c72424);
  color: #ffffff;
}

.image-news--complete--outer {
  display: flex;
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.image-news--complete--outer:hover .cover .img {
  transform: scale(1.05);
}
.image-news--complete--outer:hover .info {
  color: #006DCC;
}
.image-news--complete--outer:hover .info .info__top .title {
  color: currentColor;
}
.image-news--complete--outer:hover .info .info__medium .desc {
  color: currentColor;
}
.image-news--complete--outer .cover {
  flex: 1;
  height: 160px;
  position: relative;
  overflow: hidden;
}
.image-news--complete--outer .cover .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  transition: 0.3s ease-in-out;
}
.image-news--complete--outer .cover .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-news--complete--outer .info {
  padding-left: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #666666;
}
.image-news--complete--outer .info .info__top .title {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
  font-size: 16px;
  color: #111111;
  line-height: 1.8;
}
.image-news--complete--outer .info .info__medium .desc {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
}
.image-news--complete--outer .info .info__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.image-news--complete--outer .info .info__bottom .date {
  font-size: 14px;
}
.image-news--complete--outer .info .info__bottom .check {
  font-size: 14px;
}
.image-news--complete--outer .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.image-news--simple--inner {
  position: relative;
}
.image-news--simple--inner .cover {
  height: 0;
  padding-bottom: 55%;
  position: relative;
  overflow: hidden;
}
.image-news--simple--inner .cover .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  transition: 0.3s ease-in-out;
}
.image-news--simple--inner .cover .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-news--simple--inner .info {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(transparent, #006DCC);
  display: flex;
  align-items: flex-end;
}
.image-news--simple--inner .info .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
}
.image-news--simple--inner .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.image-news--simple--inner:hover .cover .img {
  transform: scale(1.05);
}

.node-news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  position: relative;
  padding-left: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.node-news:hover::before {
  background-color: #c72424;
}
.node-news:hover .title {
  color: #c72424;
}
.node-news:hover .date {
  color: #c72424;
}
.node-news::before {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 0;
  transform: translate3d(0, -50%, 0);
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999999;
  transition: 0.3s;
}
.node-news .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #111111;
  padding-right: 10%;
  transition: 0.3s;
}
.node-news .title.top::before {
  content: '【置顶】';
  color: #ed2c25;
}
.node-news .title.new::before {
  content: '【new】';
  color: #ed2c25;
}
.node-news .title.toutiao::before {
  content: '【头条】';
  color: #ed2c25;
}
.node-news .date {
  font-size: 14px;
  color: #666666;
  flex: none;
  transition: 0.3s;
}
.node-news .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.line-news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 54px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: .3s;
  border-left: 4px solid transparent;
}
.line-news:hover {
  background: #ffffff;
  box-shadow: 0px 2px 18px 0px rgba(0, 61, 135, 0.24);
  border-left: 4px solid #C72424;
  border-bottom: 1px solid #ffffff;
}
.line-news .date {
  flex: none;
  font-size: 14px;
  color: #006DCC;
  padding-right: 20px;
}
.line-news .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  font-size: 16px;
  color: #111111;
}
.line-news .link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.web-header .header--top {
  height: 125px;
  background: #006DCC url(../images/header_bg.png) no-repeat top center;
}
@media only screen and (max-width: 1024px) {
  .web-header .header--top {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 999;
    height: 60px;
    padding: 0 10px;
    background-color: #006DCC;
  }
}
.web-header .header--top .container {
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .web-header .header--top .container {
    padding: 0;
    max-width: 100%;
  }
}
.web-header .header--top .mobile-nav-open-menu .iconfont {
  padding: 5px;
  font-size: 30px;
  color: #ffffff;
}
.web-header .header--top .header-logo {
  position: relative;
}
@media only screen and (max-width: 1299px) {
  .web-header .header--top .header-logo img {
    width: 298px;
  }
}
@media only screen and (max-width: 1024px) {
  .web-header .header--top .header-logo {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .web-header .header--top .header-logo img {
    width: 228px;
  }
}
.web-header .header--bottom {
  position: relative;
  background-color: #D2E4FE;
}
@media only screen and (max-width: 1024px) {
  .web-header .header--bottom {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.3s ease-in-out;
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  .web-header .header--bottom.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .web-header .header--bottom .container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 0;
    max-width: 100%;
  }
}
.web-header .header--bottom .mobile-nav-close {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 99999;
  width: 320px;
  height: 60px;
  background-color: #006DCC;
}
.web-header .header--bottom .mobile-nav-close .iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 30px;
  color: #ffffff;
}

.header--top__menus {
  display: flex;
  align-items: center;
}
.header--top__menus .menu {
  font-size: 16px;
  color: #ffffff;
  opacity: .8;
  margin: 0 14px;
}
.header--top__menus .menu:hover {
  filter: brightness(0.9);
}
.header--top__menus .divider {
  height: 14px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}

footer.web-footer {
  background-color: #006DCC;
}
footer.web-footer div.footer--top {
  background-color: rgba(23, 80, 171, 0.7);
}
footer.web-footer div.footer--top div.container div.f-links p.title {
  font-size: 16px;
  color: #ffffff;
  padding-right: 10px;
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  footer.web-footer div.footer--top div.container div.f-links p.title {
    font-size: 14px;
  }
}
footer.web-footer div.footer--top div.container div.f-links ul.links.d-flex li.link-item {
  padding: 0 20px;
  position: relative;
}
footer.web-footer div.footer--top div.container div.f-links ul.links.d-flex li.link-item::before {
  content: '';
  display: block;
  height: 13px;
  width: 1px;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
footer.web-footer div.footer--top div.container div.f-links ul.links.d-flex li.link-item:last-child::before {
  display: none;
}
footer.web-footer div.footer--top div.container div.f-links ul.links.d-flex li.link-item a.link {
  font-size: 16px;
  color: #ffffff;
  transition: 0.3s;
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  footer.web-footer div.footer--top div.container div.f-links ul.links.d-flex li.link-item a.link {
    font-size: 14px;
  }
}
footer.web-footer div.footer--top div.container div.f-links ul.links.d-flex li.link-item a.link:hover {
  text-decoration: none;
  color: #eec88e;
}
footer.web-footer div.footer--bottom .container .footer-logo {
  display: flex;
  padding: 10px 30px 10px 0;
}
@media only screen and (max-width: 1024px) {
  footer.web-footer div.footer--bottom .container .footer-logo {
    justify-content: center;
  }
}
footer.web-footer div.footer--bottom .container .footer-logo img {
  display: block;
  max-width: 100%;
}
footer.web-footer div.footer--bottom .container .info-list {
  max-width: 500px;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1024px) {
  footer.web-footer div.footer--bottom .container .info-list {
    padding: 20px 0;
    max-width: 100%;
    border-left: none;
  }
}
footer.web-footer div.footer--bottom .container .info-list p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.8;
  margin: 0 10px;
}
footer.web-footer div.footer--bottom .container .qr-code {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  footer.web-footer div.footer--bottom .container .qr-code {
    justify-content: center;
  }
}
footer.web-footer div.footer--bottom .container .qr-code img {
  max-height: 88px;
  margin: 0 5px;
}

div.pb_sys_common.pb_sys_normal.pb_sys_style1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages .p_fun_d {
  display: block;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 12px;
  background-color: #f4f4f5;
  color: #606266;
  transition: 0.3s;
  cursor: pointer;
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages .p_fun_d:hover {
  color: #006DCC;
}
@media only screen and (max-width: 767px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages .p_fun_d {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
  }
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_no_d {
  display: block;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 12px;
  color: #111111;
  transition: 0.3s;
  background-color: #006DCC;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_no_d {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_no {
    display: none;
  }
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_no a {
  display: block;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 12px;
  background-color: #f4f4f5;
  color: #606266;
  transition: 0.3s;
  cursor: pointer;
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_no a:hover {
  color: #006DCC;
}
@media only screen and (max-width: 767px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_no a {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
  }
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_dot {
  display: block;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 12px;
  background-color: #f4f4f5;
  color: #606266;
  transition: 0.3s;
  cursor: pointer;
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_dot:hover {
  color: #006DCC;
}
@media only screen and (max-width: 767px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_dot {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages span.p_dot {
    display: none;
  }
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages .p_fun a {
  display: block;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 12px;
  background-color: #f4f4f5;
  color: #606266;
  transition: 0.3s;
  cursor: pointer;
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages .p_fun a:hover {
  color: #006DCC;
}
@media only screen and (max-width: 767px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_pages .p_fun a {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
  }
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_t {
  font-size: 12px;
  color: #666666;
  line-height: 26px;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_t {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_goto {
    display: none;
  }
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_goto input#u6_goto.p_goto_input {
  width: 40px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  text-align: center;
  font-size: 12px;
  color: #666666;
}
div.pb_sys_common.pb_sys_normal.pb_sys_style1 span.p_goto a {
  display: block;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 12px;
  color: #111111;
  transition: 0.3s;
  background-color: #006DCC;
  color: #ffffff;
}

.search-wrapper .search-open-menu {
  padding: 5px;
  font-size: 30px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .search-wrapper .search-input-wrapper {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 999;
    padding: 20px;
    background-color: rgba(0, 109, 204, 0.8);
    display: none;
  }
}

.search-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 320px;
  height: 41px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .search-input {
    width: 260px;
    height: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .search-input {
    width: 220px;
    height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .search-input {
    width: 100%;
    height: 40px;
  }
}
.search-input input {
  width: calc(100% - 50px);
  height: 40px;
  outline: none;
  border: none;
  text-indent: 20px;
  background-color: transparent;
  font-size: 16px;
  color: #ffffff;
}
.search-input input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ffffff;
  opacity: 0.5;
}
.search-input button {
  width: 40px;
  height: 40px;
  flex: none;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .search-input button {
    width: 40px;
    height: 30px;
  }
}
.search-input button:active span.iconfont.icon-sousuoxiao {
  opacity: 1;
  color: #eec88e;
}
.search-input button:hover span.iconfont.icon-sousuoxiao {
  opacity: 1;
}
.search-input button span.iconfont.icon-sousuoxiao {
  color: #ffffff;
  font-size: 24px;
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .search-input button span.iconfont.icon-sousuoxiao {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner.container {
    padding: 0;
    max-width: 100%;
  }
}

div.home-section-title.red .main-title {
  color: #c72424;
}
div.home-section-title.red .main-title .iconfont {
  color: #c72424;
}
div.home-section-title .main-title {
  font-size: 30px;
  color: #003D87;
  font-weight: 900;
  font-family: Source Han Serif SC;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  div.home-section-title .main-title {
    font-size: 24px;
  }
}
div.home-section-title .main-title .iconfont {
  font-size: 34px;
  margin-right: 5px;
}
div.home-section-title .link {
  width: 89px;
  height: 28px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
div.home-section-title .link:hover {
  background-color: #006DCC;
  color: #ffffff;
}

.progress-bullet {
  display: inline-block;
  width: 100px;
  height: 4px;
  border-radius: 2px;
  overflow: hidden;
  margin: 0 5px;
  background-color: #ffffff;
  cursor: pointer;
}

.progress-bullet-active {
  background-color: #006DCC;
}

.progress-bullet-active .percent {
  display: block;
  width: 100%;
  height: 100%;
  animation: fill 3s 0s linear forwards;
}

@keyframes fill {
  0% {
    height: 0;
    color: #003d87;
  }
  50% {
    color: #ffffff;
  }
  100% {
    height: 100%;
    color: #ffffff;
  }
}
.swiper-progress {
  width: 30px;
  height: 30px;
  background-color: red;
  position: absolute;
  bottom: 10px;
  z-index: 9;
}

.docs .docs-item {
  margin-bottom: 30px;
}

#messagePlatform {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  #messagePlatform {
    padding-bottom: 30px;
  }
}

#messagePlatformPagination {
  bottom: 0;
}
#messagePlatformPagination .swiper-pagination-bullet {
  background-color: #ffffff;
}

.message-platform {
  background: url(../images/platform_bg.png) no-repeat center center/cover;
}
.message-platform .message-platform-title {
  font-size: 30px;
  color: #ffffff;
  font-family: "MicrosoftYaHei-Bold";
}
@media only screen and (max-width: 1024px) {
  .message-platform .message-platform-title {
    font-size: 20px;
  }
}
.message-platform div.message-platform-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.message-platform div.message-platform-card:hover .cover::after, .message-platform div.message-platform-card:active .cover::after {
  transform: translate3d(-50%, -50%, 0) scale(1);
  opacity: 1;
}
.message-platform div.message-platform-card:hover .cover .iconfont, .message-platform div.message-platform-card:active .cover .iconfont {
  color: #006DCC;
}
.message-platform div.message-platform-card div.cover {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 138px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .message-platform div.message-platform-card div.cover {
    width: 100px;
    height: 100px;
  }
}
.message-platform div.message-platform-card div.cover::after {
  content: "";
  display: block;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 0;
  transform: translate3d(-50%, -50%, 0) scale(0);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .message-platform div.message-platform-card div.cover::after {
    width: 80px;
    height: 80px;
  }
}
.message-platform div.message-platform-card div.cover .iconfont {
  font-size: 60px;
  position: relative;
  z-index: 9;
  color: #ffffff;
  transition: 0.3s;
}
@media only screen and (max-width: 1024px) {
  .message-platform div.message-platform-card div.cover .iconfont {
    font-size: 40px;
  }
}
.message-platform div.message-platform-card h2.title {
  padding-top: 20px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .message-platform div.message-platform-card h2.title {
    font-size: 14px;
  }
}
.message-platform div.message-platform-card a.link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
}

.swiper-pagination.news-pagination {
  width: auto;
  left: auto;
  right: 40px;
  bottom: 20px;
}

.notice-list .notice-item {
  margin-bottom: 22px;
}

.article-details {
  padding: 40px;
}
.article-details--small {
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .article-details {
    padding: 20px;
  }
}
.article-details .article-title {
  font-size: 24px;
  font-family: "MicrosoftYaHei-Bold";
  color: #003D87;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
  font-weight: 900;
}
@media only screen and (max-width: 1024px) {
  .article-details .article-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .article-details .article-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.article-details .article-basic-info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: rgba(229, 240, 255, 0.3);
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .article-details .article-basic-info {
    padding: 5px;
    margin-bottom: 20px;
  }
}
.article-details .article-basic-info .text {
  font-size: 14px;
  color: #666666;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .article-details .article-basic-info .text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .article-details .article-basic-info .text.views {
    display: none;
  }
}
.article-details .context p {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .article-details .context p {
    font-size: 14px;
  }
}
.article-details .context img {
  display: inline-block;
  max-width: 100%;
  margin: 20px 0;
}

.article-prev-next {
  padding: 0 40px 40px 40px;
}
.article-prev-next--small {
  max-width: 800px;
  margin: 0 auto;
}
.article-prev-next .button {
  display: block;
  font-size: 15px;
  color: #454545;
  margin: 5px 0;
  transition: 0.3s ease-in-out;
}
.article-prev-next .button:hover {
  color: #123875;
}
.article-prev-next .button strong {
  color: #123875;
}

@media only screen and (max-width: 1024px) {
  .single-page {
    max-width: 100%;
    padding: 0;
  }
}

ul.inner-news-list {
  padding: 10px 30px;
}
@media only screen and (max-width: 1024px) {
  ul.inner-news-list {
    padding: 0 10px;
  }
}
ul.inner-news-list li.news-item div.inner-news-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 10px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  overflow: hidden;
}
ul.inner-news-list li.news-item div.inner-news-card:hover {
  background: linear-gradient(to left, #006dcc, #019fe5);
  box-shadow: 0px 0px 9px 1px rgba(0, 61, 135, 0.53);
}
ul.inner-news-list li.news-item div.inner-news-card:hover .title {
  color: #ffffff;
}
ul.inner-news-list li.news-item div.inner-news-card:hover .title::before {
  border: 2px solid #ffffff;
}
ul.inner-news-list li.news-item div.inner-news-card:hover .date {
  color: #ffffff;
}
ul.inner-news-list li.news-item div.inner-news-card p.title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  font-size: 15px;
  color: #333333;
  padding-right: 20px;
  position: relative;
  padding-left: 20px;
}
ul.inner-news-list li.news-item div.inner-news-card p.title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #006DCC;
  border-radius: 50%;
  margin-right: 10px;
}
ul.inner-news-list li.news-item div.inner-news-card p.date {
  flex: none;
  font-size: 15px;
  color: #666666;
}
ul.inner-news-list li.news-item div.inner-news-card a.link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.science {
  padding: 50px 0;
  background: url(../images/science_bg.png) no-repeat center center/cover;
}

.expert {
  background: #cbe3ff url(../images/person.png) no-repeat right bottom;
}

.fast-nav-box {
  display: flex;
  justify-content: space-between;
}

.fast-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (max-width: 1299px) {
  .fast-nav {
    justify-content: flex-start;
  }
}
.fast-nav .cover {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: 1px solid currentColor;
  border-radius: 50%;
}
@media screen and (min-width: 1500px) {
  .fast-nav .cover {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1900px) {
  .fast-nav .cover {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .fast-nav .cover {
    width: 60px;
    height: 60px;
  }
}
.fast-nav .cover span {
  font-size: 26px;
  color: currentColor;
}
@media screen and (min-width: 1500px) {
  .fast-nav .cover span {
    font-size: 36px;
  }
}
@media screen and (min-width: 1900px) {
  .fast-nav .cover span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .fast-nav .cover span {
    font-size: 30px;
  }
}
.fast-nav .cover img {
  display: block;
  width: 26px;
}
@media screen and (min-width: 1500px) {
  .fast-nav .cover img {
    width: 36px;
  }
}
@media screen and (min-width: 1900px) {
  .fast-nav .cover img {
    width: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .fast-nav .cover img {
    width: 30px;
  }
}
.fast-nav .title {
  padding-left: 6px;
  font-size: 14px;
  color: #111111;
}
@media screen and (min-width: 1500px) {
  .fast-nav .title {
    font-size: 15px;
  }
}
@media screen and (min-width: 1900px) {
  .fast-nav .title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .fast-nav .title {
    font-size: 16px;
  }
}
.fast-nav:active {
  filter: brightness(1.1);
}
.fast-nav.color-1 {
  color: #e5332b;
}
.fast-nav.color-2 {
  color: #003d87;
}
.fast-nav.color-3 {
  color: #c72424;
}
.fast-nav.color-4 {
  color: #006dcc;
}
.fast-nav.color-5 {
  color: #583f89;
}
.fast-nav.color-6 {
  color: #c84c30;
}

.news-message {
  background: #ffffff url(../images/news_bg.png) no-repeat right top;
}

.jdzl-message {
  background: #dce9f3 url(../images/gh.png) no-repeat left center;
}
