body {
  border-top: 3px solid #2388C6;
}
.index_one {
  position: relative;
  width: 100%;
}
.header {
  width: 100%;
  z-index: 1000;
}
.header .container {
  position: relative;
  padding: 32px 0;
  max-width: 1600px;
}
.header_top {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.right_top {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}
/* 搜索框 开始*/
.search .nav-search {
  position: relative;
  width: 165px;
  height: 25px;
  background: #2388c6;
  line-height: 25px;
  padding: 0 45px 0 10px;
  overflow: hidden;
}
.search .nav-search form {
  height: 24px;
}
.search .nav-search input.keywords {
  width: 100%;
  height: 24px;
  line-height: 30px;
  color: #fff;
  border: 0;
  background: transparent;
}
.search .btn-sub {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 24px;
  background: url(../images/icon_search.png) center center no-repeat transparent;
}
.mySwiper {
  overflow: hidden;
  position: relative;
}
.mySwiper .swiper-pagination {
  position: absolute;
  bottom: 32px;
  left: auto;
  right: 18%;
  width: auto;
}
.mySwiper .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 1;
  margin: 0 8px;
}
.mySwiper .swiper-pagination-bullet-active {
  background: #2688C9;
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  z-index: 999;
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-container-rtl .swiper-button-next {
  background-image: url('../images/banner_arrow_2.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  right: 50px;
}
.mySwiper .swiper-button-prev,
.mySwiper .swiper-container-rtl .swiper-button-prev {
  background-image: url('../images/banner_arrow_1.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  left: 50px;
}
.mySwiper .swiper-slide {
  position: relative;
}
.mySwiper .swiper-slide .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 119px;
  z-index: 1;
}
.mySwiper .swiper-slide .bg img {
  width: 100%;
  height: 100%;
}
.mySwiper .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.mySwiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
}
.mySwiper .swiper-slide .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/banner_bg.png') no-repeat center center;
  background-size: cover;
  z-index: 99;
}
.mySwiper .title {
  position: absolute;
  bottom: 27px;
  left: 17%;
  width: 46%;
  z-index: 9999;
}
.mySwiper .title h4 {
  position: relative;
  display: inline-block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  margin-top: 20px;
  z-index: 999;
}
.mySwiper .fraction {
  position: absolute;
  bottom: 40px;
  left: 14%;
  width: 46%;
  color: #FFFFFF;
  z-index: 999;
}
.mySwiper .fraction .current {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 50px;
  margin: 0 8px;
}
.mySwiper .fraction .total {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 50px;
  margin: 0 8px;
}
.content {
  background: #ffffff;
}
.content .part_one {
  padding: 36px 0 63px;
}
.content .part_one .notice {
  float: right;
  width: 46.5%;
}
.content .part_one .notice .notice_title {
  border-bottom: 4px solid #ECECEC;
  margin-bottom: 17px;
}
.content .part_one .notice .notice_title .title {
  float: left;
  padding-bottom: 6px;
  position: relative;
}
.content .part_one .notice .notice_title .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: #2388C6;
}
.content .part_one .notice .notice_title .title img {
  width: 26px;
  height: 25px;
  margin-bottom: 10px;
}
.content .part_one .notice .notice_title .title h4 {
  display: inline;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #2388C6;
  margin-left: 5px;
}
.content .part_one .notice .notice_title .mores {
  float: right;
}
.content .part_one .notice .notice_title .mores a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 38px;
}
.content .part_one .notice .notice_list ul li.list_one {
  height: 100px;
  background: #F3F6F8;
}
.content .part_one .notice .notice_list ul li.list_one a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 20px;
}
.content .part_one .notice .notice_list ul li.list_one a:hover .title h4 {
  color: #2388C6;
}
.content .part_one .notice .notice_list ul li.list_one a .time {
  float: left;
  width: 9%;
  height: 50px;
  background: #EAEAEA;
  border-radius: 0px 10px 0px 0px;
  overflow: hidden;
  text-align: center;
  margin-right: 5%;
}
.content .part_one .notice .notice_list ul li.list_one a .time .mouth {
  width: 100%;
  height: 20px;
  background: #2688C9;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 20px;
}
.content .part_one .notice .notice_list ul li.list_one a .time .day {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #2688C9;
  line-height: 28px;
}
.content .part_one .notice .notice_list ul li.list_one a .title {
  float: left;
  width: 80%;
}
.content .part_one .notice .notice_list ul li.list_one a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content .part_one .notice .notice_list ul li.list_two a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 0 19px;
  border-bottom: 2px dashed #DCDCDC;
}
.content .part_one .notice .notice_list ul li.list_two a:hover h4 {
  color: #2388C6;
  transform: translateX(5px);
}
.content .part_one .notice .notice_list ul li.list_two a img {
  width: 14px;
  height: 15px;
  margin-bottom: 10px;
  margin-right: 8px;
}
.content .part_one .notice .notice_list ul li.list_two a h4 {
  width: 80%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.35s ease;
}
.content .part_one .notice .notice_list ul li.list_two a .time {
  float: right;
  margin: -2px 0;
}
.content .part_one .notice .notice_list ul li.list_two a .time span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.content .part_one .information {
  float: left;
  width: 46.5%;
}
.content .part_one .information .information_title {
  border-bottom: 4px solid #ECECEC;
  margin-bottom: 17px;
}
.content .part_one .information .information_title .title {
  float: left;
  padding-bottom: 6px;
  position: relative;
}
.content .part_one .information .information_title .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: #2388C6;
}
.content .part_one .information .information_title .title img {
  width: 24px;
  height: 23px;
  margin-bottom: 10px;
}
.content .part_one .information .information_title .title h4 {
  display: inline;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #2388C6;
  margin-left: 5px;
}
.content .part_one .information .information_title .mores {
  float: right;
}
.content .part_one .information .information_title .mores a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 38px;
}
.content .part_one .information .information_list ul li.list_one {
  height: 186px;
  margin-bottom: 5px;
}
.content .part_one .information .information_list ul li.list_one a {
  display: block;
  width: 100%;
  height: 100%;
}
.content .part_one .information .information_list ul li.list_one a:hover .right_title .title h4 {
  color: #2388C6;
}
.content .part_one .information .information_list ul li.list_one a .img {
  float: left;
  width: 52%;
  height: 186px;
}
.content .part_one .information .information_list ul li.list_one a .img img {
  width: 100%;
  height: 100%;
}
.content .part_one .information .information_list ul li.list_one a .right_title {
  float: right;
  width: 44%;
  height: 100%;
  border-bottom: 1px dashed #DCDCDC;
}
.content .part_one .information .information_list ul li.list_one a .right_title .time {
  width: 106px;
  height: 28px;
  background: linear-gradient(-87deg, #A3C731, #2388C6);
  border-radius: 6px 0px 6px 0px;
  margin-bottom: 29px;
  margin-top: 13px;
  text-align: center;
}
.content .part_one .information .information_list ul li.list_one a .right_title .time span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
}
.content .part_one .information .information_list ul li.list_one a .right_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 17px;
  color: #3D3D3D;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content .part_one .information .information_list ul li.list_two {
  margin-top: 27px;
  position: relative;
}
.content .part_one .information .information_list ul li.list_two::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: #A3C731;
}
.content .part_one .information .information_list ul li.list_two a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 12px;
}
.content .part_one .information .information_list ul li.list_two a:hover .title h4 {
  color: #2388C6;
  transform: translateX(5px);
}
.content .part_one .information .information_list ul li.list_two a .title {
  float: left;
  width: 82%;
}
.content .part_one .information .information_list ul li.list_two a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.35s ease;
}
.content .part_one .information .information_list ul li.list_two a .time {
  float: right;
  margin: -3px 0;
}
.content .part_one .information .information_list ul li.list_two a .time span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.content .part_two {
  margin-bottom: 80px;
}
.content .part_two .scientific {
  overflow: hidden;
}
.content .part_two .scientific .scientific_title .title {
  float: left;
}
.content .part_two .scientific .scientific_title .title img {
  width: 12px;
  height: 21px;
  margin-right: 14px;
  margin-bottom: 10px;
}
.content .part_two .scientific .scientific_title .title h4 {
  display: inline-block;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #2388C6;
}
.content .part_two .scientific .scientific_title .mores {
  float: right;
}
.content .part_two .scientific .scientific_title .mores .arrowss {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .part_two .scientific .scientific_title .mores .arrowss a {
  display: inline-block;
  width: 67px;
  height: 30px;
  background: rgba(35, 136, 198, 0.8);
  line-height: 30px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  margin: 0 10px;
}
.content .part_two .scientific .scientific_title .mores .arrowss .slick-arrow {
  width: 34px;
  height: 30px;
  font-size: 0;
}
.content .part_two .scientific .scientific_title .mores .arrowss .slick-prev {
  background-image: url(../images/research_arr_1.png);
}
.content .part_two .scientific .scientific_title .mores .arrowss .slick-next {
  background-image: url(../images/research_arr_2.png);
}
.content .part_two .scientific .scientific_list {
  margin-top: 25px;
}
.content .part_two .scientific .scientific_list ul .slick-list {
  margin-left: -16px;
  margin-right: -16px;
  overflow: initial;
}
.content .part_two .scientific .scientific_list ul li {
  width: 290px;
  margin: 0 16px;
  transition: all 0.35s ease;
}
.content .part_two .scientific .scientific_list ul li:hover {
  transform: translateY(-5px);
}
.content .part_two .scientific .scientific_list ul li:hover a .right_msg .title h4{
  color: #2388C6;
}
.content .part_two .scientific .scientific_list ul li:nth-child(odd) {
  border-bottom: 2px solid #2388C6;
}
.content .part_two .scientific .scientific_list ul li:nth-child(odd) .lecture_btn {
  background: #2388C6;
}
.content .part_two .scientific .scientific_list ul li:nth-child(even) {
  border-bottom: 2px solid #A3C731;
}
.content .part_two .scientific .scientific_list ul li:nth-child(even) .lecture_btn {
  background: #A3C731;
}
.content .part_two .scientific .scientific_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.content .part_two .scientific .scientific_list ul li a .left_img {
  height: 171px;
  background: #2388C6;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.content .part_two .scientific .scientific_list ul li a .right_msg {
  position: relative;
  height: 117px;
  width: 100%;
  background: #F3F6F8;
  padding: 19px 23px 0 23px;
}
.content .part_two .scientific .scientific_list ul li a .right_msg .lecture_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}
.content .part_two .scientific .scientific_list ul li a .right_msg .lecture_btn img {
  position: absolute;
  right: 7px;
  bottom: 4px;
  width: 8px;
  height: 14px;
  color: #fff;
  text-align: center;
}
.content .part_two .scientific .scientific_list ul li a .right_msg .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 17px;
  color: #333333;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content .part_two .scientific .scientific_list ul li a .right_msg .time {
  margin-top: 18px;
}
.content .part_two .scientific .scientific_list ul li a .right_msg .time span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.footer {
  padding: 25px 0;
  background-color: #2388C6;
  border-bottom: 4px solid #A3C731;
}
.footer .left_msg {
  float: left;
}
.footer .msg {
  text-align: left;
}
.footer .msg span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
}
.footer .msg span:nth-child(even) {
  margin: 0 30px;
}
.footer .copyright {
  text-align: left;
}
.footer .copyright p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
}
.footer .qrcode {
  float: right;
}
.footer .qrcode .qrcode-img {
  width: 72px;
  height: 72px;
}
.footer .qrcode .qrcode-img img {
  width: 100%;
  height: 100%;
}
.footer .qrcode .qrcode-msg p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
}
@media (max-width: 1300px) {
  .logo-d {
    width: 45%;
  }
  .navlist > li > a {
    padding: 0 0;
  }
}
@media (max-width: 992px) {
  .content .part_one {
    padding: 18px 0;
  }
  .content .part_one .notice,
  .content .part_one .information {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
.header .container {
  padding: 20px 0;
}
  .header-logo {
    width: 60%;
  }
  .header {
    height: 88px;
  }
  .nav-mobile,
  .box-mobile-form {
    top: 88px;
  }
  .box-icon-nav {
    left: 10px;
  }
  .box-icon-other {
    right: 10px;
  }
  .mySwiper .swiper-button-next,
  .mySwiper .swiper-button-prev {
    width: 25px;
    height: 25px;
    display: none;
  }
  .mySwiper .title {
    bottom: 10px;
    left: 2%;
  }
  .mySwiper .title h4 {
    font-size: 17px;
  }
  .mySwiper .swiper-pagination {
    bottom: 0;
  }
  .mySwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .mySwiper .swiper-slide .bg {
    height: 40px;
  }
  .content .part_one .notice .notice_list ul li.list_one a .time {
    width: 15%;
  }
  .content .part_one .notice .notice_list ul li.list_two a {
    padding: 14px 0;
  }
  .content .part_one .notice .notice_list ul li.list_two a h4 {
    width: 69%;
  }
  .content .part_one .information .information_list ul li.list_two a .title {
    width: 78%;
  }
  .content .part_one .information .information_list ul li.list_one,
  .content .part_one .information .information_list ul li.list_one a .img {
    height: 160px;
  }
  .content .part_one .information .information_list ul li.list_two {
    margin-top: 25px;
  }
  .content .part_two {
    margin-bottom: 28px;
  }
  .footer .msg span,
  .footer .copyright p {
    line-height: 28px;
  }
  .footer .msg span:nth-child(even) {
    margin: 0 8px;
  }
}

.wp_articlecontent p {
      line-height: 30px !important;
      // text-indent: 2em !important;
      font-family: 微软雅黑, "microsoft yahei" !important;
}
