.banner {
  position: relative;
  width: 100%;
  background-color: #e1ecf5;
}
.news-left {
  float: left;
  margin-top: 2.75%;
  width: 66.5%;
  margin-right: 5.5%;
}
.news-left .news-title {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
}
.news-left .news-title::after {
  content: '';
  width: 4px;
  height: 22px;
  background: #F79C59;
  position: absolute;
  left: 0;
  top: 2px;
}
.news-left .news-title h4 {
  font-size: 22px;
  color: #3157A1;
}
.news-left .news-title h4 span {
  padding-left: 10px;
  font-size: 18px;
  color: #a9a9a9;
  font-weight: 100;
}
.news-left .news-title a {
  color: #999999;
  font-size: 12px;
}
.news-left .news-list2 .list-S .tit {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  max-height: 56px;
  color: #000;
  padding: 0 80px 13px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 18px;
}
.news-left .news-list2 .list-S .tit::after {
  content: '';
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  border-left: 6px solid #187FC9;
  position: absolute;
  left: 0;
  top: 12px;
  transition: all 0.2s ease-in;
}
.news-left .news-list2 .list-S .tit span {
  font-size: 12px;
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
}
.news-left .news-list2 .list-S .list {
  padding: 20px 30px 20px 20px;
  background-color: #F5F5F5;
}
.news-left .news-list2 .list-S .list a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-left .news-list2 .list-S .list a .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 64px;
  height: 61px;
  margin-right: 27px;
  padding-top: 0.7%;
  background-color: #0E59A2;
}
.news-left .news-list2 .list-S .list a .time .month_day {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 31px;
}
.news-left .news-list2 .list-S .list a .time .year {
  width: 100%;
  text-align: center;
  line-height: 21px;
  color: #fff;
  font-size: 12px;
}
.news-left .news-list2 .list-S .list a .list-right {
  width: 86%;
}
.news-left .news-list2 .list-S .list a .list-right .title {
  color: #333333;
  font-size: 17px;
  font-weight: bold;
  font-family: MicrosoftYaHei-Bold;
  margin-bottom: 8px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-left .news-list2 .list-S .list a .list-right .content {
  color: #666666;
  font-size: 12px;
  line-height: 22px;
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-left .news-list2 .list-S .list a .right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.laboratory {
  float: left;
  width: 28%;
  margin-top: 2.75%;
}
.laboratory .intro {
  width: 100%;
  margin-bottom: 7%;
  display: flex;
}
.laboratory .intro .left {
  padding: 7.8% 8.7%;
  width: 32.5%;
  background-color: #4986C1;
}
.laboratory .intro .left img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  cursor: pointer;
}
.laboratory .intro .left img:hover {
  transform: scale(1.1);
}
.laboratory .intro .right {
  display: flex;
  justify-content: space-between;
  width: 67%;
  background-color: #EEEEEE;
  padding: 11.8% 7%;
}
.laboratory .intro .right p {
  color: #0E59A2;
  font-size: 20px;
}
.laboratory .constitute {
  width: 100%;
}
.laboratory .constitute p {
  color: #4C4C4C;
  font-size: 18px;
}
.laboratory .constitute .constitute_s {
  display: block;
  width: 46%;
  background-color: #EEEEEE;
  text-align: center;
  border-radius: 5px;
  padding: 5.5% 9% 4% 10%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.laboratory .constitute .img {
  width: 49px;
  height: 44px;
  margin-bottom: 16px;
  transition: all 0.6s;
  cursor: pointer;
}
.laboratory .constitute .img:hover {
  transform: scale(1.2);
}
.laboratory .constitute .img img {
  width: 100%;
}
.laboratory .constitute .director {
  float: left;
  margin-bottom: 6.5%;
}
.laboratory .constitute .academic {
  float: right;
  margin-bottom: 6.5%;
}
.laboratory .constitute .section {
  float: left;
}
.laboratory .constitute .problem {
  float: right;
}
.part_two {
  background-color: #ECF2F7;
}
.scientific {
  float: left;
  margin-top: 2.75%;
  width: 66.5%;
  margin-right: 5.5%;
  margin-bottom: 5%;
}
.scientific .scientific-title {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
}
.scientific .scientific-title::after {
  content: '';
  width: 4px;
  height: 22px;
  background: #F79C59;
  position: absolute;
  left: 0;
  top: 2px;
}
.scientific .scientific-title h4 {
  font-size: 22px;
  color: #3157A1;
}
.scientific .scientific-title h4 span {
  padding-left: 10px;
  font-size: 18px;
  color: #a9a9a9;
  font-weight: 100;
}
.scientific .scientific-title a {
  color: #999999;
  font-size: 12px;
}
.scientific .scientific_content .left_img {
  float: left;
  width: 37%;
  margin-right: 4.6%;
}
.scientific .scientific_content a .img {
  width: 100%;
}
.scientific .scientific_content a .img img {
  width: 100%;
  height: 100%;
}
.scientific .scientific_content a .title {
  background-color: #fff;
  padding: 6%;
}
.scientific .scientific_content a .title .p_one {
  color: #010101;
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.scientific .scientific_content a .title .p_time {
  background-color: #fff;
  color: #305295;
  font-size: 12px;
}
.scientific .scientific_content a .title .p_time span {
  float: right;
}
.scientific .right_list {
  float: left;
  width: 58%;
}
.scientific .right_list ul li {
  border-bottom: 1px dashed #D2D2D2;
  padding: 2.5% 0;
}
.scientific .right_list ul li:first-child {
  padding-top: 0;
}
.scientific .right_list ul li a {
  display: flex;
  align-items: center;
  justify-content: cente r;
}
.scientific .right_list ul li a .left_time {
  display: flex;
  flex-direction: column;
  width: 42px;
  height: 50px;
  margin-right: 5.5%;
  background-color: #0E59A2;
}
.scientific .right_list ul li a .left_time .day {
  width: 42px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 28px;
}
.scientific .right_list ul li a .left_time .mouth {
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 22px;
}
.scientific .right_list ul li a .right_title {
  color: #000;
  font-size: 16px;
  line-height: 28px;
}
.scientific .right_list ul li a .right_title p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.scholars {
  float: left;
  width: 28%;
  margin-top: 2.75%;
}
.scholars .scholars-title {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
}
.scholars .scholars-title::after {
  content: '';
  width: 4px;
  height: 22px;
  background: #F79C59;
  position: absolute;
  left: 0;
  top: 2px;
}
.scholars .scholars-title h4 {
  font-size: 22px;
  color: #3157A1;
}
.scholars .scholars-title h4 span {
  padding-left: 10px;
  font-size: 18px;
  color: #a9a9a9;
  font-weight: 100;
}
.scholars .scholars-title a {
  color: #999999;
  font-size: 12px;
}
.scholars .scholars_banner ul li a:nth-child(2) .figure {
  margin-bottom: 0;
}
.scholars .scholars_banner ul li a:hover .figure .right_message .introduce {
  color: #064E94;
}
.scholars .scholars_banner ul li a .figure {
  display: flex;
  margin-bottom: 18px;
}
.scholars .scholars_banner ul li a .figure .left_img {
  width: 73%;
height:136px;
}
.scholars .scholars_banner ul li a .figure .left_img img {
  width: 100%;
  height: 100%;
}
.scholars .scholars_banner ul li a .figure .right_message {
  padding: 10px 21px 14px 16px;
}
.scholars .scholars_banner ul li a .figure .right_message .top {
  border-bottom: 1px solid #90B4D6;
  padding-bottom: 12px;
}
.scholars .scholars_banner ul li a .figure .right_message .top .name {
  color: #000000;
  font-size: 17px;
  font-weight: bold;
}
.scholars .scholars_banner ul li a .figure .right_message .top .post {
  color: #808080;
  font-size: 16px;
}
.scholars .scholars_banner ul li a .figure .right_message .introduce {
  color: #666666;
}
.scholars .scholars_banner ul li a .figure .right_message .introduce p {
  font-size: 12px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.scholars .slick-dots {
  font-size: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.scholars .slick-dots li {
  margin: 0 2.5px;
}
.scholars .slick-dots li button {
  width: 10px;
  height: 10px;
  opacity: 0.3;
  background: #064E94;
  border-radius: 50%;
}
.scholars .slick-dots li.slick-active {
  width: 10px;
  height: 10px;
  background: #064E94;
  border-radius: 50%;
}
.research {
  float: left;
  margin-top: 2.75%;
  width: 66.5%;
  margin-right: 5.5%;
}
.research .research-title {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 3%;
  border-bottom: 1px solid #E5E5E5;
}
.research .research-title::after {
  content: '';
  width: 4px;
  height: 22px;
  background: #F79C59;
  position: absolute;
  left: 0;
  top: 2px;
}
.research .research-title h4 {
  font-size: 22px;
  color: #3157A1;
}
.research .research-title h4 span {
  padding-left: 10px;
  font-size: 18px;
  color: #a9a9a9;
  font-weight: 100;
}
.research .research-title a {
  color: #999999;
  font-size: 12px;
}
.research .research_list ul li {
  float: left;
  width: 30.33%;
  height: 144px;
  margin-bottom: 3.4%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.6s;
  cursor: pointer;
}
.research .research_list ul li:hover {
  transform: scale(1.1);
}
.research .research_list ul li:nth-child(1) {
  background-image: url(../images/team_pic_1.jpg);
}
.research .research_list ul li:nth-child(2) {
  background-image: url(../images/team_pic_2.jpg);
}
.research .research_list ul li:nth-child(3) {
  background-image: url(../images/team_pic_3.jpg);
}
.research .research_list ul li:nth-child(4) {
  background-image: url(../images/team_pic_4.jpg);
}
.research .research_list ul li:nth-child(5) {
  background-image: url(../images/team_pic_5.jpg);
}
.research .research_list ul li:nth-child(6) {
  background-image: url(../images/team_pic_6.jpg);
}
.research .research_list ul li:nth-child(2),
.research .research_list ul li:nth-child(5) {
  margin-left: 4.5%;
  margin-right: 4.5%;
}
.research .research_list ul li a {
  width: 100%;
  height: 100%;
  background-color: rgba(31, 77, 138, 0.6);
  display: block;
  text-align: center;
  padding: 16% 9% 8%;
}
.research .research_list ul li a p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}
.research .research_list ul li a img {
  padding-top: 6%;
}
.special {
  float: left;
  width: 28%;
  margin-top: 2.75%;
}
.special .special_one,
.special .special_two,
.special .special_three {
  display: flex;
  margin-bottom: 30px;
}
.special .special_one .img_left,
.special .special_two .img_left,
.special .special_three .img_left {
  width: 57%;
}
.special .special_one .img_left img,
.special .special_two .img_left img,
.special .special_three .img_left img {
  width: 100%;
  height: 100%;
}
.special .special_one .title_right,
.special .special_two .title_right,
.special .special_three .title_right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  background: #F3F3F3;
}
.special .special_one .title_right::before,
.special .special_two .title_right::before,
.special .special_three .title_right::before {
  content: '';
  position: absolute;
  left: -22%;
  top: 34%;
  border: 18px solid transparent;
  border-right-color: #F3F3F3;
}
.special .special_one .title_right h4,
.special .special_two .title_right h4,
.special .special_three .title_right h4 {
  color: #4A4A4A;
  font-size: 18px;
  font-weight: bold;
  padding-top: 8%;
}
.container-right {
  float: right;
  text-align: center;
  width: 116px;
  height: 135px;
  background: rgba(255, 255, 255, 0.1);
  padding: 7px;
}
.container-right .img {
  width: 101px;
  height: 101px;
}
.container-right .img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .swiper-slide h4 {
    font-size: 17px !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
  }
  .scientific .right_list ul li {
    padding: 1.5% 0;
  }
}
@media (max-width: 992px) {
  .swiper-slide h4 {
    font-size: 22px !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    right: 2% !important;
  }
  .news-left {
    width: 100%;
  }
  .laboratory {
    width: 100%;
    margin-bottom: 5%;
  }
  .scientific {
    width: 100%;
  }
  .scientific .right_list ul li {
    padding: 2% 0;
  }
  .scholars {
    width: 100%;
  }
  .research {
    width: 100%;
  }
  .special {
    width: 100%;
  }
  .special .special_one .title_right::before,
  .special .special_two .title_right::before,
  .special .special_three .title_right::before {
    left: -10%;
    top: 42%;
  }
  .laboratory .intro {
    margin-bottom: 3%;
  }
  .laboratory .constitute .director {
    margin-bottom: 3%;
  }
  .laboratory .constitute .academic {
    margin-bottom: 3%;
  }
  .scholars .scholars_banner ul li a .figure .left_img {
    width: 15%;
  }
  .scholars {
    margin-bottom: 3%;
  }
}
@media (max-width: 750px) {
  .swiper-slide h4 {
    font-size: 17px !important;
    line-height: 40px !important;
  }
}
@media (max-width: 700px) {
  .container-left {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .swiper-slide h4 {
    font-size: 15px !important;
    line-height: 45px !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    display: none;
  }
}
@media (max-width: 500px) {
  .swiper-slide h4 {
    font-size: 12px !important;
    line-height: 35px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*想省略几行就写几*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .scientific .scientific_content .left_img {
    width: 100%;
  }
  .scientific .right_list {
    width: 100%;
  }
  .research .research_list ul li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*想省略几行就写几*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .special .special_one .title_right::before,
  .special .special_two .title_right::before,
  .special .special_three .title_right::before {
    left: -22%;
    top: 35%;
  }
  .news-left .news-list2 .list-S .list a .time .year {
    line-height: 13px;
  }
  .news-left .news-list2 .list-S .list a .time {
    width: 50px;
  }
  .news-left .news-list2 .list-S .list a .time .month_day {
    width: 50px;
  }
  .scholars .scholars_banner ul li a .figure .left_img {
    width: 60%;
  }
}

