/*
common header 头部
**/
.header {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.24rem 0 0.31rem;
  background: url(../images/header_bg.png) no-repeat center center / cover;
}
.header .header_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header_box .logo {
  width: 7.23rem;
}
.header .header_box .logo img {
  width: 100%;
}
.header .header_box .search_box {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header .header_box .search {
  padding-top: 2px;
}
.header .header_box .search form {
  height: 0.42rem;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
}
.header .header_box .search form input {
  border: none;
  background: none;
  width: 3.02rem;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #b8d0ec;
  padding-left: 0.26rem;
}
.header .header_box .search form input::-webkit-input-placeholder {
  color: #b8d0ec;
  font-size: 0.16rem;
}
.header .header_box .search form button {
  width: 0.5rem;
  height: 100%;
  border: none;
  padding-left: 0;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header_box .search form button img {
  width: 0.21rem;
  height: 0.21rem;
}
.header .header_box .header_nav {
  position: relative;
}
.header .header_box .link {
  width: 2.5em;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.625em auto;
  margin-left: 0.4em;
  line-height: 1.025em;
}
.header .header_box .icon-hamburger {
  overflow: hidden;
  text-align: center;
  display: none;
}
.header .header_box .icon-hamburger .inner {
  width: 24px;
  display: inline-block;
  overflow: hidden;
}
.header .header_box .icon-hamburger .line {
  width: 100%;
  height: 2px;
  display: block;
  background: #ffffff;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.header .header_box .icon-hamburger .line:nth-child(2) {
  margin: 6px 0;
}
.header .header_box .icon-hamburger.on .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.header .header_box .icon-hamburger.on .line:nth-child(2) {
  opacity: 0;
}
.header .header_box .icon-hamburger.on .line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.header .header_box .icon-close {
  display: none;
}
.header .pop-ph-nav {
  width: 100%;
  display: none;
  overflow-y: auto !important;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.3);
}
.header .pop-ph-nav .ph-nav-list {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: inset 0 5px 5px -5px #ccc;
  box-shadow: inset 0 5px 5px -5px #ccc;
}
.header .pop-ph-nav .ph-nav-list a {
  display: block;
}
.header .pop-ph-nav .ph-nav-list > li {
  position: relative;
  border-bottom: solid 1px #ececec;
}
.header .pop-ph-nav .ph-nav-list li:last-child {
  border-bottom: none;
}
.header .pop-ph-nav .ph-nav-list > li.on .nav-level1 .arrow {
  background: url(../images/icon2.png) no-repeat center center;
}
.header .pop-ph-nav .ph-nav-list > li.has-subnav .nav-level1 .arrow {
  display: block;
}
.header .pop-ph-nav .ph-nav-list .nav-level1 {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0 4%;
  font-size: 1.125em;
  line-height: 3.5em;
  position: relative;
}
.header .pop-ph-nav .ph-nav-list .nav-level1 a {
  float: left;
  color: #003f88;
}
.header .pop-ph-nav .ph-nav-list .nav-level1 .arrow {
  width: 0.8em;
  height: 0.8em;
  display: none;
  overflow: hidden;
  background: url(../images/icon1.png) no-repeat center center;
  position: absolute;
  right: 0.937em;
  top: 1.3em;
}
.header .pop-ph-nav .pop-links {
  background-color: var(--background);
  display: none;
}
.header .pop-ph-nav .pop-links .search {
  padding: 20px 0;
}
.header .pop-ph-nav .pop-links .search form {
  width: 3.52rem;
  height: 0.52rem;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
}
.header .pop-ph-nav .pop-links .search form input {
  border: none;
  background: none;
  width: 3.02rem;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #b8d0ec;
  padding-left: 0.26rem;
}
.header .pop-ph-nav .pop-links .search form input::-webkit-input-placeholder {
  color: #b8d0ec;
  font-size: 0.16rem;
}
.header .pop-ph-nav .pop-links .search form button {
  width: 0.5rem;
  height: 100%;
  border: none;
  padding-left: 0;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .pop-ph-nav .pop-links .search form button img {
  width: 0.21rem;
  height: 0.21rem;
}
.header .ph-nav-level2 {
  width: 100%;
  display: none;
  background: #e6edf3;
  padding: 0.75em 4% 1.5em 4%;
}
.header .ph-nav-level2 .nav-level2 {
  font-size: 1em;
  line-height: 2em;
  color: #333333;
}
@media screen and (max-width: 877px) {
  .header .header_box .logo {
    width: 5.23rem;
  }
  .header .header_box .search {
    padding-top: 0;
  }
  .header .header_box .search form input {
    height: auto;
  }
}
@media screen and (max-width: 850px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    -webkit-box-shadow: 10px 0px 10px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    z-index: 99;
  }
  .header .header_box .icon-hamburger {
    display: block;
  }
  .header .header_box .icon-close {
    display: none;
  }
}
@media screen and (max-width: 675px) {
  .header .header_box .search form input {
    width: 2.02rem;
  }
}
@media screen and (max-width: 619px) {
  .header .header_box .logo {
    width: 4.23rem;
  }
}
@media screen and (max-width: 580px) {
  .header .header_box .search {
    display: none;
  }
  .header .pop-ph-nav .pop-links {
    display: block;
  }
}
/*
common nav 导航
**/
.nav {
  width: 100%;
  height: 0.96rem;
  box-sizing: border-box;
  background-color: #fff;
}
.nav .nav_list {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav .nav_list .nav_item {
  padding: 0 0.1rem;
  position: relative;
  transform: var(--transition);
}
.nav .nav_list .nav_item::after {
  content: '';
  width: 0;
  display: none;
  position: absolute;
  height: 4px;
  background-color: #003f88;
  z-index: 10;
  bottom: 0;
  left: 0;
  transform: var(--transition);
}
.nav .nav_list .nav_item > a {
  line-height: 0.96rem;
  color: #333333;
  font-size: 0.22rem;
}
.nav .nav_list .nav_item .drow_down {
  position: absolute;
  opacity: 0;
  z-index: -1;
  height: 0;
  top: 100%;
  box-shadow: -3px -3px 5.3px rgba(0, 0, 0, 0.026), 9.1px 9.1px 17.9px rgba(0, 0, 0, 0.039), 100px 100px 80px rgba(0, 0, 0, 0.05);
  width: 1.97rem;
  left: 0;
  overflow: hidden;
}
.nav .nav_list .nav_item .drow_down li {
  padding-left: 19px;
  padding-right: 19px;
  background-color: #fff;
  transition: var(--transition);
}
.nav .nav_list .nav_item .drow_down li:last-child a {
  border-bottom: none;
}
.nav .nav_list .nav_item .drow_down li:hover {
  background-color: #eeeeee;
  transition: var(--transition);
}
.nav .nav_list .nav_item .drow_down li:hover a {
  color: #003f88;
  transition: var(--transition);
  border-bottom: 1px solid transparent;
}
.nav .nav_list .nav_item .drow_down li:hover a::after {
  opacity: 1;
}
.nav .nav_list .nav_item .drow_down li a {
  display: block;
  line-height: 58px;
  padding-left: 13px;
  font-size: 16px;
  color: var(--dark);
  border-bottom: 1px solid #a6a6a6;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav .nav_list .nav_item .drow_down li a::after {
  content: "";
  opacity: 0;
  width: 8px;
  height: 13px;
  background: url(../images/20230717095501.png) no-repeat left center;
  background-size: 8px 13px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav .nav_list .nav_item.active {
  transform: var(--transition);
}
.nav .nav_list .nav_item.active::after {
  display: block;
  width: 100%;
  transform: var(--transition);
}
.nav .nav_list .nav_item.active a {
  color: #003f88;
}
@media screen and (max-width: 850px) {
  .nav {
    display: none;
  }
}
/*
banner 轮播图
**/
.banner {
  width: 100%;
  height: 4.98rem;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .slide-inner {
  width: 100%;
  height: 4.5rem;
  background: no-repeat center center / cover;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .title {
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  background-color: rgba(0, 63, 136, 0.75);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .title a {
  color: #fff;
  font-size: 0.18rem;
}
.banner .layout {
  position: relative;
}
.banner .layout .btn {
  width: 100%;
  position: absolute;
  height: 13px;
  right: 0;
  bottom: 0.75rem;
  padding: 0;
  z-index: 3;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.banner .layout .btn .dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}
.banner .layout .btn .dots .swiper-pagination-bullet {
  float: left;
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 100%;
  transition: var(--transition);
  border: 1px solid #fff;
  background-color: transparent;
  margin-right: 10px;
  opacity: 1;
}
.banner .layout .btn .dots .swiper-pagination-bullet-active {
  background-color: #fff;
  border: 1px solid #fff;
  transition: var(--transition);
}
.banner .layout .btn .dots .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.banner .swiper-button-prev {
  left: 23px;
  width: 0.18rem;
  height: 0.29rem;
  border-top-right: none;
  background: url(../images/banner-prev.png) no-repeat left center;
  background-size: 0.18rem 0.29rem;
  transition: var(--transition);
}
.banner .swiper-button-next {
  right: 23px;
  width: 0.18rem;
  height: 0.29rem;
  background: url(../images/banner-next.png) no-repeat left center;
  background-size: 0.18rem 0.29rem;
  transition: var(--transition);
}
@media screen and (max-width: 900px) {
  .banner {
    height: 398px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .slide-inner {
    height: 350px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .title {
    height: 48px;
    line-height: 48px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .title a {
    font-size: 18px;
  }
  .banner .layout .btn {
    bottom: 65px;
  }
}
/*
    news 新闻动态 通知公告
**/
.news {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.49rem 0 0.62rem;
  background-color: #fff;
}
.news .news_left {
  width: 68%;
  float: left;
}
.news .news_left .news_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.31rem;
}
.news .news_left .news_title p {
  font-size: 0.3rem;
  color: #333333;
}
.news .news_left .news_title a {
  font-size: 0.16rem;
  color: #999999;
}
.news .news_left .list_banner {
  width: 46%;
  position: relative;
  float: left;
}
.news .news_left .list_banner .bg {
  width: 100%;
  height: 3.55rem;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/trapezoid.png) no-repeat left center;
}
.news .news_left .list_banner .swiper-container {
  width: 100%;
  height: 100%;
}
.news .news_left .list_banner .swiper-container .swiper-slide .img1 {
  margin-left: 0.17rem;
  margin-top: 0.17rem;
  height: 3.21rem;
  margin-bottom: 0.19rem;
}
.news .news_left .list_banner .swiper-container .swiper-slide .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news_left .list_banner .swiper-container .swiper-slide .title {
  padding-top: 0.36rem;
}
.news .news_left .list_banner .swiper-container .swiper-slide .title a {
  font-size: 0.18rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
.news .news_left .list_banner .swiper-container .swiper-slide .content {
  padding-top: 0.22rem;
}
.news .news_left .list_banner .swiper-container .swiper-slide .content a {
  font-size: 0.14rem;
  color: #999999;
  overflow: hidden;
  line-height: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news .news_left .list_banner .swiper-container .swiper-slide .date {
  margin-top: 0.18rem;
  font-size: 0.16rem;
  color: #003f88;
}
.news .news_left .list_banner .swiper-container .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.news .news_left .list_banner .swiper-container .btn .swiper-pagination-bullet {
  width: 0.13rem;
  height: 0.13rem;
  border: 1px solid #949699;
  background: transparent;
  opacity: 1;
  margin-right: 0.09rem;
}
.news .news_left .list_banner .swiper-container .btn .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.news .news_left .list_banner .swiper-container .btn .swiper-pagination-bullet-active {
  background-color: #003f88;
  border-color: #003f88;
}
.news .news_left .news_list {
  width: calc(100% - 47% - 3%);
  float: right;
}
.news .news_left .news_list .news_items {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 0.13rem;
  border-bottom: 1px dashed #333333;
  margin-bottom: 0.18rem;
}
.news .news_left .news_list .news_items a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.news .news_left .news_list .news_items a .date {
  background-color: #003f88;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.07rem 0;
  float: left;
  width: 0.68rem;
}
.news .news_left .news_list .news_items a .date .dd {
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
}
.news .news_left .news_list .news_items a .date .times {
  font-size: 12px;
  color: #fff;
}
.news .news_left .news_list .news_items a .items_title {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: calc(0.68rem + 0.14rem);
}
.news .news_left .news_list .news_items a .items_title span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 0.18rem;
  color: #333333;
  line-height: 1.8;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .news_left .news_list .news_items a:hover .items_title span {
  color: #003f88;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .notcie {
  float: right;
  width: 29%;
}
.news .notcie .news_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.31rem;
}
.news .notcie .news_title p {
  font-size: 0.3rem;
  color: #333333;
}
.news .notcie .news_title a {
  font-size: 0.16rem;
  color: #999999;
}
.news .notcie .notcie_list .notice_items {
  padding-bottom: 0.12rem;
  border-bottom: 1px dashed #333333;
  margin-bottom: 0.14rem;
}
.news .notcie .notcie_list .notice_items a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1.8;
  position: relative;
}
.news .notcie .notcie_list .notice_items a .title {
  font-size: 0.18rem;
  color: #333;
  text-align: justify;
  display: inline-block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
    min-height: 0.65rem;
}
.news .notcie .notcie_list .notice_items a .dates {
  font-size: 0.16rem;
  color: #003f88;
  position: absolute;
  right: 0;
  bottom: 0;
}
.news .notcie .notcie_list .notice_items a:hover .title {
  color: #003f88;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
@media screen and (max-width: 1435px) {
  .news .news_left .news_list .news_items {
    margin-bottom: 0.17rem;
  }
  .news .notcie .notcie_list .notice_items {
    margin-bottom: 0.145rem;
  }
}
@media screen and (max-width: 1400px) {
  .news .notcie .notcie_list .notice_items {
    margin-bottom: 0.16rem;
    padding-bottom: 0.13rem;
  }
}
@media screen and (max-width: 1210px) {
  .news .news_left .news_list .news_items a .date {
    width: 0.78rem;
  }
  .news .news_left .news_list .news_items a .items_title {
    padding-left: calc(0.78rem + 0.14rem);
  }
}
@media screen and (max-width: 980px) {
  .news .news_left {
    width: 100%;
    float: none;
  }
  .news .notcie {
    float: none;
    width: 100%;
  }
  .news .notcie .notcie_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .news .notcie .notcie_list .notice_items {
    width: 49%;
  }
  .news .notcie .notcie_list .notice_items:nth-child(2n) {
    margin-left: 2%;
  }
  .news .news_left .list_banner {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .news .news_left .news_list {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .news .news_left .news_list .news_items {
    width: 49%;
  }
  .news .news_left .news_list .news_items:nth-child(2n) {
    margin-left: 2%;
  }
  .news .news_left .news_list .news_items a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .news .news_left .news_list .news_items a .date {
    float: none;
  }
  .news .news_left .news_list .news_items a .items_title {
    padding-left: 0.14rem;
    flex: 1;
  }
  .news .news_left .news_list .news_items a .items_title span {
    position: static;
    transform: none;
  }
  .news .notcie .notcie_list .notice_items a .title {
    display: block;
  }
  .news .notcie .notcie_list .notice_items a .dates {
    position: relative;
  }
}
@media screen and (max-width: 980px) {
  .news .news_left .news_title p {
    font-size: 24px;
  }
  .news .news_left .news_title a {
    font-size: 16px;
  }
  .news .news_left .list_banner .swiper-container .swiper-slide .title a {
    font-size: 18px;
  }
  .news .news_left .list_banner .swiper-container .swiper-slide .content a {
    font-size: 14px;
  }
  .news .news_left .list_banner .swiper-container .swiper-slide .date {
    font-size: 16px;
  }
  .news .news_left .news_list .news_items a .date {
    width: 68px;
  }
  .news .news_left .news_list .news_items a .date .dd {
    font-size: 24px;
  }
  .news .news_left .news_list .news_items a .items_title span {
    font-size: 18px;
  }
  .news .notcie .news_title p {
    font-size: 24px;
  }
  .news .notcie .news_title a {
    font-size: 16px;
  }
  .news .notcie .notcie_list .notice_items a .title {
    font-size: 18px;
  }
  .news .notcie .notcie_list .notice_items a .dates {
    font-size: 16px;
  }
}
@media screen and (max-width: 580px) {
  .news .notcie .notcie_list .notice_items {
    width: 100%;
    margin-left: 0 !important;
  }
  .news .news_left .list_banner {
    width: 100%;
  }
  .news .news_left .list_banner .bg {
    height: 310px;
  }
  .news .news_left .list_banner .swiper-container .swiper-slide .img1 {
    height: 318px;
  }
  .news .news_left .news_list .news_items {
    width: 100%;
    margin-left: 0 !important;
  }
  .news .news_left .news_list .news_items a .date {
    width: 59px;
  }
  .news .notcie .notcie_list .notice_items a .title {
    min-height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news .news_left .news_title p,
  .news .notcie .news_title p {
    font-size: 24px;
  }
}
/*
    zs 实验室展示 成果展示 快捷导航
**/
.zs {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: url(../images/zs_bg.png) no-repeat center center / cover;
  padding: 0.48rem 0 0.38rem;
}
.zs .zs_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zs .zs_box .sys_show {
  width: 5.77rem;
}
.zs .zs_box .sys_show .news_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.34rem;
}
.zs .zs_box .sys_show .news_title p {
  font-size: 0.3rem;
  color: #333333;
}
.zs .zs_box .sys_show .news_title a {
  font-size: 0.16rem;
  color: #999999;
}
.zs .zs_box .sys_show .sys_banner {
  width: 100%;
}
.zs .zs_box .sys_show .sys_banner .swiper-container {
  width: 100%;
}
.zs .zs_box .sys_show .sys_banner .swiper-container .swiper-slide {
  overflow: hidden;
}
.zs .zs_box .sys_show .sys_banner .swiper-container .swiper-slide .content {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: #003f88;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0.18rem;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.zs .zs_box .sys_show .sys_banner .swiper-container .swiper-slide .content .title1 {
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0.31rem;
}
.zs .zs_box .sys_show .sys_banner .swiper-container .swiper-slide .content .text {
  font-size: 0.14rem;
  color: #fff;
  line-height: 1.8;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0.31rem;
}
.zs .zs_box .sys_show .sys_banner .swiper-container .swiper-slide .content a {
  font-size: 0.14rem;
  color: #fff;
  padding: 0.11rem 0.24rem;
  border: 1px solid #fff;
}
.zs .zs_box .sys_show .sys_banner .swiper-container .swiper-slide .img1 {
  width: 100%;
  height: 2.15rem;
  background-color: #003f88;
  padding-top: 0.04rem;
  box-sizing: border-box;
}
.zs .zs_box .sys_show .sys_banner .swiper-container .swiper-slide .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zs .zs_box .sys_show .sys_banner .swiper-container .swiper-slide .title {
  width: 100%;
  height: 0.57rem;
  background-color: #fff;
  position: relative;
}
.zs .zs_box .sys_show .sys_banner .swiper-container .swiper-slide .title p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.18rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    width: 100%;
    padding: .2rem;
    text-align: center;
}
.zs .zs_box .sys_show .sys_banner .swiper-container .swiper-slide:hover .content {
  top: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.zs .zs_box .sys_show .sys_banner .swiper-container .btn {
  padding-top: 0.24rem;
}
.zs .zs_box .sys_show .sys_banner .swiper-container .btn .dots {
  text-align: center;
}
.zs .zs_box .sys_show .sys_banner .swiper-container .btn .dots .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 0.08rem;
  background-color: transparent;
  border: 1px solid #949699;
  opacity: 1;
}
.zs .zs_box .sys_show .sys_banner .swiper-container .btn .dots .swiper-pagination-bullet-active {
  background-color: #003f88;
  border-color: #003f88;
}
.zs .zs_box .cg_display {
  width: 4.31rem;
}
.zs .zs_box .cg_display .news_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.34rem;
}
.zs .zs_box .cg_display .news_title p {
  font-size: 0.3rem;
  color: #333333;
}
.zs .zs_box .cg_display .news_title a {
  font-size: 0.16rem;
  color: #999999;
}
.zs .zs_box .cg_display .top {
  margin-bottom: 0.18rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.zs .zs_box .cg_display .top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 4px;
  background-color: #003f88;
}
.zs .zs_box .cg_display .top:hover .top-r {
  background-color: #003f88;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.zs .zs_box .cg_display .top:hover .top-r .flexs .title {
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.zs .zs_box .cg_display .top:hover .top-r .flexs .time {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  color: #fff;
}
.zs .zs_box .cg_display .top:hover .top-r a {
  border-color: #fff;
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.zs .zs_box .cg_display .top .img1 {
  width: 50%;
  height: 3.12rem;
}
.zs .zs_box .cg_display .top .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zs .zs_box .cg_display .top .top-r {
  width: 50%;
  height: 3.12rem;
  background: #fff url(../images/top-r.png) no-repeat center center / cover;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.42rem 0.23rem 0.29rem;
  box-sizing: border-box;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.zs .zs_box .cg_display .top .top-r .flexs .title {
  font-size: 0.22rem;
  font-weight: bold;
  margin-bottom: 0.22rem;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.zs .zs_box .cg_display .top .top-r .flexs .time {
  font-size: 0.16rem;
  color: #666666;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.zs .zs_box .cg_display .top .top-r a {
  border: 1px solid #003f88;
  color: #003f88;
  padding: 0.1rem 0;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.zs .zs_box .cg_display .cg_list .cg_items {
  background-color: #fff;
  margin-bottom: 0.09rem;
  padding: 0.1rem 0.22rem;
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.zs .zs_box .cg_display .cg_list .cg_items a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.zs .zs_box .cg_display .cg_list .cg_items:hover {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07);
}
.zs .zs_box .cg_display .cg_list .cg_items:hover .title {
  color: #003f88;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.zs .zs_box .cg_display .cg_list .cg_items .date {
  text-align: center;
  border-right: 1px solid #949699;
  padding-right: 0.16rem;
}
.zs .zs_box .cg_display .cg_list .cg_items .date .dd {
  font-size: 0.24rem;
  color: #003f88;
}
.zs .zs_box .cg_display .cg_list .cg_items .date p {
  font-size: 0.16rem;
}
.zs .zs_box .cg_display .cg_list .cg_items .title {
  box-sizing: border-box;
  padding-left: 0.12rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.52rem;
  flex: 1;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.zs .zs_box .navigate {
  width: 3.3rem;
}
.zs .zs_box .navigate .news_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.34rem;
}
.zs .zs_box .navigate .news_title p {
  font-size: 0.3rem;
  color: #333333;
}
.zs .zs_box .navigate .news_title a {
  font-size: 0.16rem;
  color: #999999;
}
.zs .zs_box .navigate ul li {
  width: 100%;
  height: 1.27rem;
  margin-bottom: 0.18rem;
}
.zs .zs_box .navigate ul li a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
}
.zs .zs_box .navigate ul li a .img1 {
  width: 100%;
  height: 100%;
  position: relative;
  background: no-repeat center center / cover;
}
.zs .zs_box .navigate ul li a .img1 .title {
  width: 2.02rem;
  height: 0.71rem;
  text-align: center;
  line-height: 0.71rem;
  background: url(../images/navigate_title.png) no-repeat center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 0.24rem;
  font-weight: bold;
}
@media screen and (max-width: 1140px) {
  .zs .zs_box .navigate {
    width: 100%;
    margin-top: 20px;
  }
  .zs .zs_box .sys_show {
    width: 49%;
  }
  .zs .zs_box .cg_display {
    width: 49%;
  }
  .zs .zs_box .navigate ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .zs .zs_box .navigate ul li {
    width: 24%;
  }
  .zs .zs_box .navigate ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 980px) {
  .zs .zs_box .sys_show .news_title p,
  .zs .zs_box .cg_display .news_title p {
    font-size: 24px;
  }
  .zs .zs_box .sys_show .news_title a,
  .zs .zs_box .cg_display .news_title a {
    font-size: 16px;
  }
  .zs .zs_box .sys_show .sys_banner .swiper-container .swiper-slide .title {
    height: 57px;
  }
  .zs .zs_box .sys_show .sys_banner .swiper-container .swiper-slide .title p {
    font-size: 18px;
  }
  .zs .zs_box .cg_display .top .img1 {
    height: 239px;
  }
  .zs .zs_box .cg_display .top .top-r {
    height: 239px;
  }
  .zs .zs_box .cg_display .top .top-r .flexs .title {
    font-size: 22px;
  }
  .zs .zs_box .cg_display .top .top-r .flexs .time {
    font-size: 16px;
  }
  .zs .zs_box .cg_display .cg_list .cg_items .date .dd {
    font-size: 24px;
  }
  .zs .zs_box .cg_display .cg_list .cg_items .date p {
    font-size: 16px;
  }
  .zs .zs_box .cg_display .cg_list .cg_items .title {
    font-size: 18px;
  }
  .zs .zs_box .navigate .news_title p {
    font-size: 24px;
  }
  .zs .zs_box .navigate .news_title a {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .zs .zs_box .navigate ul li {
    width: 49%;
  }
  .zs .zs_box .sys_show {
    width: 100%;
    margin-bottom: 20px;
  }
  .zs .zs_box .cg_display {
    width: 100%;
  }
  .zs .zs_box .cg_display .top .img1 {
    height: 312px;
    width: 219px;
  }
  .zs .zs_box .cg_display .top .top-r {
    width: 69%;
    height: 312px;
    flex: 1;
  }
}
@media screen and (max-width: 500px) {
  .zs .zs_box .cg_display .top .img1 {
    height: 235px;
    width: 172px;
  }
  .zs .zs_box .cg_display .top .top-r {
    width: 69%;
    height: 235px;
    flex: 1;
  }
}
/*
    footer 底部
**/
.footer {
  width: 100%;
  height: 100%;
  padding: 0.43rem 0 0.3rem;
  background-color: #003f88;
  position: relative;
}
.footer .footer_bg {
  width: 2.24rem;
  height: 1.09rem;
  background: url(../images/footer_bg.png) no-repeat left center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.footer .footer-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.footer .footer-container .left {
  float: left;
  width: 32%;
  padding-right: 4%;
}
.footer .footer-container .left .logo {
  width: 100%;
  height: 100%;
  font-size: 0;
}
.footer .footer-container .left .logo img {
  width: 100%;
  height: auto;
}
.footer .footer-container .contect {
  box-sizing: border-box;
  width: 45%;
  padding: 0 4%;
  font-size: 0.16rem;
}
.footer .footer-container .contect h4 {
  display: inline-block;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.42rem;
  color: #fff;
}
.footer .footer-container .contect .contect-box .wechat {
  float: right;
}
.footer .footer-container .contect .contect-box .wechat p {
  text-align: center;
  color: #fff;
  padding-top: 0.19rem;
}
.footer .footer-container .contect .contect div {
  line-height: 0.4rem;
  color: #fff;
}
.footer .footer-container .contect .contect-content {
  float: left;
  width: 75%;
}
.footer .footer-container .contect .contect-content span {
  color: #fff;
  line-height: 0.4rem;
}
.footer .footer-container .links {
  padding-top: 0.14rem;
  padding-bottom: 0.1rem;
  padding-left: 0.29rem;
}
.footer .footer-container .links h4 {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.24rem;
  margin-bottom: 0.24rem;
}
.footer .footer-container .links .links-btn {
  width: 2.98rem;
  height: 0.48rem;
  line-height: 0.48rem;
  padding: 0 0.15rem;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  margin-bottom: 0.15rem;
}
.footer .footer-container .links .links-btn span {
  font-size: 0.14rem;
  color: #333;
}
.footer .footer-container .links .links-btn img {
  margin-top: 0.2rem;
}
.footer .footer-container .links .links-btn .links-item {
  width: 2.98rem;
  position: absolute;
  bottom: 100%;
  left: 0px;
  max-height: 2.3rem;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-bottom: none;
  overflow: auto;
  display: none;
  z-index: 9;
  box-sizing: border-box;
}
.footer .footer-container .links .links-btn .links-item a {
  display: block;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0.1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .footer_bottom {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding: 29px 0 0;
  text-align: center;
}
.footer .footer_bottom .space {
  padding: 0 10px;
}
.footer .footer_bottom i {
  font-style: normal;
}
.footer .footer_bottom a {
  color: #fff;
}
.footer .footer_bottom a:hover {
  color: #5394e5;
}
@media screen and (max-width: 1425px) {
  .footer .footer-container .contect {
    padding: 0 2%;
    width: 41%;
  }
}
@media screen and (max-width: 1265px) {
  .footer .footer-container .contect .contect-content {
    width: 70%;
  }
}
@media screen and (max-width: 1110px) {
  .footer .footer-container .left {
    width: 28%;
  }
  .footer .footer-container .contect {
    padding: 0 2%;
    width: 48%;
  }
}
@media screen and (max-width: 985px) {
  .footer .footer-container .line2 {
    display: none;
  }
  .footer .footer-container .left {
    width: 38%;
  }
  .footer .footer-container .links {
    width: 100%;
  }
  .footer .footer-container .contect h4,
  .footer .footer-container .links h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .footer .footer-container .links .links-btn {
    width: 298px;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .footer .footer-container .links .links-btn span {
    font-size: 14px;
  }
  .footer .footer-container .links .links-btn img {
    margin-top: 20px;
  }
  .footer .footer-container .links .links-btn .links-item {
    width: 298px;
    bottom: 48px;
    max-height: 230px;
  }
  .footer .footer-container .links .links-btn .links-item a {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
  }
  .footer .footer-container .contect {
    width: 59%;
    padding: 0 2%;
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 800px) {
  .footer .footer_bg {
    width: 224px;
    height: 109px;
  }
  .footer .footer-container .left {
    width: 100%;
  }
  .footer .footer-container .left .logo {
    width: 7.13rem;
    margin-bottom: 20px;
  }
  .footer .footer-container .line {
    display: none;
  }
  .footer .footer-container .contect {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .footer .footer-container .left .logo {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .header .pop-ph-nav .pop-links .search form {
    width: 90%;
    height: 52px;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .pop-ph-nav .pop-links .search form input {
    width: 80%;
    padding-left: 26px;
  }
  .header .pop-ph-nav .pop-links .search form input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .header .pop-ph-nav .pop-links .search form button {
    width: 50px;
  }
  .header .pop-ph-nav .pop-links .search form button img {
    width: 21px;
    height: 21px;
  }
  .banner {
    height: 332px;
  }
  .banner .layout .btn {
    bottom: 55px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .slide-inner {
    height: calc(332px - 40px);
  }
  .banner .layout .btn .dots .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .title {
    height: 39px;
    line-height: 39px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .title a {
    font-size: 14px;
  }
  .banner .swiper-button-prev {
    width: 18px;
    height: 29px;
    background-size: 18px 29px;
  }
  .banner .swiper-button-next {
    width: 18px;
    height: 29px;
    background-size: 18px 29px;
  }
  .news .news_left .list_banner .swiper-container .swiper-slide .img1 {
    height: 241px;
  }
  .news .news_left .list_banner .bg {
    height: 231px;
  }
  .news .news_left .list_banner .swiper-container .swiper-slide .title a {
    font-size: 14px;
  }
  .news .news_left .list_banner .swiper-container .swiper-slide .content a {
    font-size: 12px;
  }
  .news .news_left .list_banner .swiper-container .swiper-slide .date {
    font-size: 14px;
  }
  .news .news_left .list_banner .swiper-container .btn .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
  }
  .news .news_left .news_list .news_items a .date {
    padding: 7px;
    width: 65px;
  }
  .news .news_left .news_list .news_items a .date .dd {
    font-size: 14px;
  }
  .news .news_left .news_list .news_items a .items_title span,
  .news .notcie .notcie_list .notice_items a .title {
    font-size: 14px;
  }
  .news .notcie .notcie_list .notice_items a .dates {
    font-size: 12px;
  }
  .news .news_left .news_title a,
  .news .notcie .news_title a,
  .zs .zs_box .sys_show .news_title a,
  .zs .zs_box .cg_display .news_title a,
  .zs .zs_box .navigate .news_title a {
    font-size: 16px;
  }
  .zs .zs_box .sys_show .news_title p,
  .zs .zs_box .navigate .news_title p,
  .zs .zs_box .cg_display .news_title p {
    font-size: 24px;
  }
  .zs .zs_box .sys_show .sys_banner .swiper-container .swiper-slide .img1 {
    height: 215px;
  }
  .zs .zs_box .sys_show .sys_banner .swiper-container .swiper-slide .title {
    height: 42px;
  }
  .zs .zs_box .sys_show .sys_banner .swiper-container .swiper-slide .title p {
    font-size: 14px;
  }
  .zs .zs_box .cg_display .top .top-r .flexs .title {
    font-size: 16px;
  }
  .zs .zs_box .cg_display .top .top-r .flexs .time {
    font-size: 14px;
  }
  .zs .zs_box .cg_display .cg_list .cg_items {
    background-color: #fff;
    margin-bottom: 9;
    padding: 10px 22px;
  }
  .zs .zs_box .cg_display .cg_list .cg_items .date {
    text-align: center;
    border-right: 1px solid #949699;
    padding-right: 16px;
  }
  .zs .zs_box .cg_display .cg_list .cg_items .date .dd {
    font-size: 16px;
  }
  .zs .zs_box .cg_display .cg_list .cg_items .date p {
    font-size: 12px;
  }
  .zs .zs_box .cg_display .cg_list .cg_items .title {
    padding-left: 12px;
    font-size: 14px;
  }
  .zs .zs_box .navigate ul li {
    width: 100%;
    height: 127px;
  }
  .zs .zs_box .navigate ul li a .img1 .title {
    width: 202px;
    height: 71px;
    text-align: center;
    line-height: 71px;
    font-size: 18px;
  }
  .footer .footer-container .contect .contect-content {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer .footer-container .contect .contect-box .wechat {
    float: none;
  }
  .footer .footer-container .contect .contect-box .wechat p {
    text-align: justify;
  }
  .footer .footer-container .links .links-btn {
    width: 100%;
  }
  .footer .footer-container .links > div {
    float: none;
  }
}
/* 默认内容页 */
.list-container .right {
  padding-left: 359px;
  margin-right: 9px;
  height: 100%;
}
.list-container .right .con {
  background-color: #fff;
  padding: 25px 25px 40px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.list-container .right .con .position {
  font-size: 16px;
  height: 37px;
  line-height: 37px;
  background: url(../images/position.png) no-repeat left center;
  background-size: 18px 18px;
  padding-left: 28px;
  color: #333;
margin-bottom: 20px;
}
.list-container .right .con .position a {
  color: #333;
  font-size: 16px;
}
/* 默认列表页 */
.list .right-list {
  width: 100%;
}
.list .right-list .right-list-item {
  height: 38px;
  line-height: 38px;
  padding: 0.22rem 0;
  border-bottom: 1px dashed #c9c9c9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: content-box;
}
.list .right-list .right-list-item:hover a p {
  color: #003f88;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list .right-list .right-list-item a {
  height: 100%;
  display: block;
}
.list .right-list .right-list-item .time {
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.list .right-list .right-list-item .time span {
  height: 100%;
  text-align: center;
}
.list .right-list .right-list-item .time .d {
  color: #fff;
  font-size: 18px;
  width: 38px;
  background-color: #003f88;
  border: 1px solid #003f88;
}
.list .right-list .right-list-item .time .y {
  color: #666;
  width: 85px;
  background-color: #e5f2fc;
  border: 1px solid #adcde4;
}
.list .right-list .right-list-item p {
  flex: 1;
  font-size: 18px;
  height: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 15px;
}
.list-nodate .right-list-item {
  height: auto;
  line-height: none;
  padding: 0.15rem 0;
}
.list-nodate .right-list-item p {
  background: url(../images/list-lx-icon.png) no-repeat left 2px center;
  padding-left: 25px;
}
@media screen and (max-width: 750px) {
  .list .right-list .right-list-item p,
  .list .right-list .right-list-item span {
    font-size: 16px;
  }
  .list .right-list .right-list-item p {
    padding-right: 0;
  }
  .list .right-list .right-list-item .time .d {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .list .right-list .right-list-item {
    padding: 14px 0;
  }
  .list .right-list .right-list-item .time .y {
    width: 72px;
  }
  .list .right-list .right-list-item .time {
    margin-right: 10px;
  }
}
@media screen and (max-width: 420px) {
  .list .right-list .right-list-item p {
    font-size: 14px;
  }
}
/* 详情页 */
.article .article-title {
  padding-top: 0.13rem;
  text-align: center;
}
.article .article-title h3 {
  font-size: 28px;
  line-height: 55px;
  font-weight: bold;
  color: #003f88;
}
.article .article-title p {
  padding-bottom: 0.24rem;
  line-height: 45px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0.2rem;
}
.article .article-title p span {
  font-size: 16px;
  color: #999999;
  margin-right: 20px;
}
.article .article-title p span:last-child {
  margin-right: 0;
}
.article .article-content {
  margin-bottom: 60px;
}
.article .article-content p {
  line-height: 40px;
  font-size: 18px;
  color: #333333;
}
.article .article-content img {
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .list-container .right .con .article .article-title h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .list-container .right .con .article .article-title p {
    line-height: 24px;
    margin-top: 10px;
  }
  .list-container .right .con .article .article-title p span {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .list-container .right {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .list-container .right .con .position {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .list-container .right .con .article .article-content p img {
    max-width: 100%;
  }
  .list-container .right .con .article .article-title h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 420px) {
  .list-container .right .con .article .article-title h3 {
    font-size: 20px;
  }
}

/* 实验设备 */

.list_sysb .right-list {
display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.list_sysb .right-list .right-list-item {
    overflow: hidden;
width: 32%;
position: relative;
margin-bottom: 20px;
margin-right:  2%;
}

.list_sysb .right-list .right-list-item:nth-child(3n) {
margin-right:  0px;
}
.list_sysb .right-list .right-list-item .content {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #003f88;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0.18rem;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.list_sysb .right-list .right-list-item .content .title1 {
    font-size: 0.2rem;
    color: #fff;
    margin-bottom: 0.31rem;
}

.list_sysb .right-list .right-list-item .content .text {
    font-size: 0.14rem;
    color: #fff;
    line-height: 1.8;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0.31rem;
}

.list_sysb .right-list .right-list-item .content a {
    font-size: 0.14rem;
    color: #fff;
    padding: 0.11rem 0.24rem;
    border: 1px solid #fff;
}

.list_sysb .right-list .right-list-item .img1 {
    width: 100%;
    height: 2.15rem;
    background-color: #003f88;
    padding-top: 0.04rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.list_sysb .right-list .right-list-item .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.list_sysb .right-list .right-list-item .title {
    width: 100%;
    height: 0.57rem;
    background-color: #f1f1f1;
    position: relative;
}

.list_sysb .right-list .right-list-item .title p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0.18rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
width: 100%;
padding:0 10px;
}

.list_sysb .right-list .right-list-item:hover .content {
    top: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
@media screen and (max-width: 600px) {
.list_sysb .right-list .right-list-item {
width: 49%;
}
.list_sysb .right-list .right-list-item .img1 {
height: 185px;
}
.list_sysb .right-list .right-list-item:nth-child(2n){
margin-right: 0; 
}
.list_sysb .right-list .right-list-item:nth-child(3n){
margin-right: auto; 
}
}
@media screen and (max-width: 490px) {
.list_sysb .right-list .right-list-item {
width: 100%;
margin-right: 0;
}
.list_sysb .right-list .right-list-item:nth-child(2n){
margin-right: 0; 
}
.list_sysb .right-list .right-list-item:nth-child(3n){
margin-right: 0; 
}
}
/* 新闻列表页 */
.list4 {
  overflow: hidden;
}
.list4 li {
  padding: 0.29rem 0;
  overflow: hidden;
  border-bottom: #e6e5e3 1px dashed;
  transition:all .3s;
}
.list4 li:hover {
    background: #003f88;
}
.list4 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.list4 .gp-img-responsive {
  margin-left: 0.23rem;
  width: 224px;
  max-height: 148px;
  padding: 0;
  overflow:hidden;
}
.list4 li.noImage .gp-img-responsive {
  display:none;
}
.list4 li.noImage span.listText {
    padding-right: 0.1rem;
}
.list4 .gp-img-responsive img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:all 0.3s;
}
.list4 .gp-img-responsive:hover img{
  transform: scale(1.1);
}
.list4 .listText {
  flex: 1;
}
.list4 .listText .listTitle {
  display: block;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.list4 li:hover .listText .listTitle,
.list4 li:hover .listDate .day,
 .list4  li:hover .listDate .year{
  color: #fff;
}
.list4 li:hover .listDate .day {
      border-bottom-color: #fff;
}
 .list4  li:hover .listText .listCon{
  color: #eee;
}
.list4 .listText .listCon {
  margin-top: 0.1rem;
  font-size: 14px;
  line-height: 26px;
  color: #999;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.list4 .listDate {
  width: 60px;
  height: 100px;
  padding-left: 0.24rem;
  padding-right: 0.29rem;
  text-align: center;
    box-sizing: content-box;
}
.list4 .listDate .day {
  line-height: 40px;
  font-size: 36px;
  border-bottom: 3px solid #003f88;
  color: #003f88;
  padding-bottom: 0.11rem;
  transition: all 0.3s;
}
.list4 .listDate .year {
  margin-top: 8px;
  font-size: 12px;
  line-height: 30px;
  color: #666;
  transition: all 0.3s;
}
.list4 li.noMargin .listText {
  margin-right: 0;
}
@media screen and (max-width: 1350px) {
  .list4 .listText .listTitle {
    font-size: 18px;
    line-height: 32px;
  }
  .list4 .gp-img-responsive {
    width: 210px;
  }
}
@media screen and (max-width: 766px) {
  .list4 .gp-img-responsive {
    width: 170px;
  }
}
@media screen and (max-width: 750px) {
  .list4 .listText .listTitle {
    font-size: 16px;
    line-height: 30px;
  }
  .list4 .listDate .day {
    font-size: 32px;
  }
  .list4 .listDate {
    padding-left: 0;
    padding-right: 0.2rem;
  }
}
@media screen and (max-width: 600px) {
  .list4 li a {
    flex-direction: column-reverse;
  }
  .list4 .listDate {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9;
    height: auto;
    padding: 6px;
  }
  .list4 .listDate .day {
    border-bottom: none;
    padding-bottom: 0;
    display: inline-block;
    line-height: 34px;
  }
  .list4 .gp-img-responsive {
    width: 100%;
    max-height: none;
    margin-left: 0;
  }
  .list4 .gp-img-responsive {
    float: none;
    width: 100%;
  }
  .list4 .listText .listTitle {
    margin-top: 8px;
  }
  .list4 li.noImage a {
    flex-direction: row;
  }
  .list4 li.noImage .listDate {
    position: static;
    border-right: 1px dotted #e6e5e3;
    margin-right: 8px;
    width: 50px;
  }
}
.wp_paging {
float: none;
}
