/* 轮播图 */
.banner {
  height: 800px;
}
.banner .swiper-container {
  height: 100%;
  position: relative;width: 100%;
}
.banner .swiper-container .swiper-wrapper {
  height: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
  background: no-repeat center center / cover;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .layout {
  height: 100%;
  position: relative;
}
.banner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  /*margin-right: 200px;*/
  margin-right: 400px;
  font-size: 48px;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 143px;
  padding-left: 20px;
  color: #fff;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 128px;
}
.banner .swiper-container .layout {
  position: relative;
}
.banner .swiper-container .layout .swiper-pagination {
  display: inline-block;
  width: 140px;
  left: unset;
  right: 0;
  bottom: 150px;
  font-size: 0;
  text-align: right;
}
.banner .swiper-container .layout .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 6px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
.banner .swiper-container .layout .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
/* 轮播图 */
/* 标题 */
.title {
  overflow: hidden;
}
.title h3 {
  float: left;
  font-size: 40px;
  font-weight: bold;
}
.title .more {
  float: right;
  margin-top: 24px;
  margin-right: 12px;
  padding-right: 30px;
  background: url(../images/jiantou.png) no-repeat right center;
}
.title .more:hover {
  font-weight: bold;
  color: #003f88;
  /*background-image: url(../images/jiantou-hover.png);*/
}
/* 科研动态 */
.research {
  margin-top: 64px;
  margin-bottom: 90px;
}
.research .title {
  margin-right: 600px;
  margin-bottom: 48px;
  position: relative;
  z-index: 100;
}
.research .title .more {
  margin-right: 0;
}
.research .swiper-container {
  height: 590px;
  margin-top: -100px;
  position: relative;
  overflow: unset;
}
.research .swiper-container .swiper-wrapper {
  height: 100%;
  /* .swiper-slide.swiper-slide-duplicate-active,
            .swiper-slide.swiper-slide-duplicate {
                visibility: unset;
            } */
}
.research .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}
.research .swiper-container .swiper-wrapper .swiper-slide .pic {
  height: 450px;
  margin-top: 100px;
  margin-right: 560px;
  background: no-repeat center center / cover;
}
.research .swiper-container .swiper-wrapper .swiper-slide .content {
  float: right;
  width: 560px;
  /*height: 590px;*/
  margin-top:50px;
  padding: 52px;
  color: #fff;
  background-color: #035595;
  box-sizing: border-box;
  /*box-shadow: 0 5px 16px rgba(0, 0, 0, 0.35);*/
}
.research .swiper-container .swiper-wrapper .swiper-slide-active .content {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.35);
}
.research .swiper-container .swiper-wrapper .swiper-slide .content h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 90px;
}
.research .swiper-container .swiper-wrapper .swiper-slide .content p {
  margin-top: 25px;
  margin-bottom: 34px;
  line-height: 33px;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  max-height: 231px;
}
.research .swiper-container .swiper-wrapper .swiper-slide .content .time {
  display: inline-block;
  margin-top: 10px;
  padding-left: 45px;
  background: url(../images/icon-calendar.png) no-repeat 14px center;
}
.research .swiper-container .swiper-wrapper .swiper-slide .content a {
  float: right;
  width: 157px;
  line-height: 44px;
  text-align: center;
  color: #666;
  background-color: #fff;
  border-radius: 18px;
}
.research .swiper-container .swiper-wrapper .swiper-slide .content a span {
  padding-right: 37px;
  background: url(../images/jiantou.png) no-repeat right center;
}
.research .swiper-container .swiper-wrapper .swiper-slide .content a:hover {
  color: #fff;
  background-color: #256ca3;
}
.research .swiper-container .swiper-wrapper .swiper-slide .content a:hover span {
  background-image: url(../images/jiantou-hover2.png);
}
.research .swiper-container .swiper-pagination {
  bottom: 0;
  font-size: 0;
}
.research .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 38px;
  height: 6px;
  margin: 0 6px;
  background-color: #e0e0e0;
  border: none;
  border-radius: 3px;
  opacity: 1;
}
.research .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #003f88;
}
/* 科研动态 */
.main {
  padding-top: 78px;
  padding-bottom: 107px;
  background: url(../images/main-bg.png) no-repeat center center / cover;
  background-color: #fafafa;
}
.main .title {
  margin-bottom: 32px;
}
.main .news {
  width: 996px;
  margin-right: 44px;
}
.main .news .content-list {
  float: left;
  width: 265px;
  height: 416px;
}
.main .news .content-list .content-item {
  height: 33.33%;
  padding: 27px 15px 16px;
  background-color: #035595;
  border-bottom: 1px solid #0460a7;
  box-sizing: border-box;
}
.main .news .content-list .content-item a {
  display: block;
  color: #fff;
}
.main .news .content-list .content-item p {
  line-height: 30px;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 60px;
}
.main .news .content-list .content-item span {
  float: right;
  margin-top: 15px;
}
.main .news .content-list .content-item:last-of-type {
  border: none;
}
.main .news .content-list .content-item.active {
  background-color: #0460a7;
}
.main .news .swiper-container {
  height: 416px;
  overflow: hidden;
}
.main .news .swiper-container .swiper-wrapper {
  height: 100%;
}
.main .news .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}
.main .news .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  background: no-repeat center center / cover;
}
.main .news .swiper-container .swiper-pagination {
  visibility: hidden;
}
.main .notice {
  width: 560px;
}
.main .notice .notice-list .notice-item {
  height: 130px;
  padding-right: 70px;
  margin-bottom: 13px;
  position: relative;
}
.main .notice .notice-list .notice-item:last-of-type {
  margin-bottom: 0;
}
.main .notice .notice-list .notice-item a {
  display: block;
  height: 100%;
  padding-left: 28px;
  padding-right: 70px;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.main .notice .notice-list .notice-item p {
  margin-top: 35px;
  line-height: 30px;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}
.main .notice .notice-list .notice-item .keyword {
  display: inline-block;
  width: 83px;
  margin-top: 14px;
  line-height: 23px;
  font-size: 14px;
  color: #666;
  text-align: center;
  border: 1px solid #d3d3d3;
}
.main .notice .notice-list .notice-item .date {
  width: 90px;
  height: 108px;
  color: #fff;
  text-align: center;
  background-color: #035595;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
}
.main .notice .notice-list .notice-item .date span {
  display: block;
}
.main .notice .notice-list .notice-item .date .day {
  margin-top: 8px;
  font-size: 48px;
}
.main .notice .notice-list .notice-item .date .month {
  font-size: 18px;
}
.main .notice .notice-list .notice-item:hover .date {
  bottom: 10px;
}
/* 学术报告 */
.academic {
  margin-top: 52px;
  margin-bottom: 77px;
}
.academic .title {
  margin-bottom: 40px;
  position: relative;
}
.academic .title h3 {
  float: none;
  text-align: center;
}
.academic .title .more {
  position: absolute;
  top: 0;
  right: 0;
}
.academic .academic-list {
  overflow: hidden;
}
.academic .academic-list .academic-item {
  float: left;
  width: 503px;
  margin-right: 45px;
  background-color: #fcfcfc;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}
.academic .academic-list .academic-item:last-of-type {
  margin-right: 0;
}
.academic .academic-list .academic-item a {
  display: block;
  padding: 50px 0;
  box-sizing: border-box;
}
.academic .academic-list .academic-item .date {
  float: left;
  width: 114px;
  text-align: center;
}
.academic .academic-list .academic-item .date .month {
  display: inline-block;
  margin-top: 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 44px;
  position: relative;
}
.academic .academic-list .academic-item .date .month:before {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  background-color: #035595;
  position: absolute;
  top: -10px;
  left: 0;
}
.academic .academic-list .academic-item .date .day {
  display: block;
  font-size: 33px;
  font-weight: bold;
  line-height: 32px;
  color: #035595;
}
.academic .academic-list .academic-item .content {
  height: 169px;
  margin-left: 114px;
  padding-left: 30px;
  padding-right: 15px;
  border-left: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.academic .academic-list .academic-item .content h3 {
  margin-bottom: 14px;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 60px;
}
.academic .academic-list .academic-item .content p {
  line-height: 32px;
  padding-left: 32px;
  font-size: 14px;
  background: no-repeat left 3px center;
}
.academic .academic-list .academic-item .content .person {
  background-image: url(../images/icon-mike.png);
  background-position: 3px 6px;
}
.academic .academic-list .academic-item .content .time {
  background-image: url(../images/icon-time.png);
}
.academic .academic-list .academic-item .content .address {
  background-image: url(../images/icon-address.png);
}
.academic .academic-list .academic-item:hover {
  background-color: #035595;
}
.academic .academic-list .academic-item:hover a {
  color: #fff;
}
.academic .academic-list .academic-item:hover .date .month:before {
  background-color: #fff;
}
.academic .academic-list .academic-item:hover .date .day {
  color: #fff;
}
.academic .academic-list .academic-item:hover .content .person {
  background-image: url(../images/icon-mike-hover.png);
}
.academic .academic-list .academic-item:hover .content .time {
  background-image: url(../images/icon-time-hover.png);
}
.academic .academic-list .academic-item:hover .content .address {
  background-image: url(../images/icon-address-hover.png);
}
@media screen and (max-width: 1600px) {
  .banner {
    height: 700px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide a {
    padding-left: 0;
    left: 30px;
  }
  .banner .swiper-container .layout .swiper-pagination {
    right: 30px;
  }
  .research .swiper-container .swiper-wrapper .swiper-slide .pic {
    margin-right: 500px;
  }
  .research .swiper-container .swiper-wrapper .swiper-slide .content {
    width: 500px;
  }
  .main .news {
    width: 62.5%;
    margin-right: 2.5%;
  }
  .main .notice {
    width: 35%;
  }
  .academic .title {
    width: 964px;
    margin: 0 auto 40px;
  }
  .academic .academic-list {
    width: 964px;
    margin: 0 auto;
  }
  .academic .academic-list .academic-item {
    width: 467px;
    margin-right: 0;
  }
  .academic .academic-list .academic-item:first-of-type {
    margin-right: 30px;
  }
  .academic .academic-list .academic-item:last-of-type {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    height: 600px;
  }
  .research .swiper-container .swiper-wrapper{
	  height:auto!important;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide a {
    margin-right: 180px;
    font-size: 40px;
    bottom: 100px;
  }
  .banner .swiper-container .layout .swiper-pagination {
    bottom: 100px;
  }
  .title h3 {
    font-size: 36px;
  }
  .research {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .research .title {
    margin-right: 420px;
    margin-bottom: 30px;
  }
  .research .swiper-container {
    height: auto;
    margin-top: -70px;
  }
  .research .swiper-container .swiper-wrapper .swiper-slide .pic {
    height: 400px;
    margin-top: 70px;
    margin-right: 400px;
  }
  .research .swiper-container .swiper-wrapper .swiper-slide .content {
    width: 400px;
    /*height: 500px;*/
    padding: 30px;
	margin-top:30px;
  }
  .main {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .main .news {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .main .notice {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 500px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide a {
    margin-right: 160px;
    font-size: 32px;
    left: 20px;
    bottom: 60px;
  }
  .banner .swiper-container .layout .swiper-pagination {
    right: 20px;
    bottom: 60px;
  }
  .title {
    margin-bottom: 20px;
  }
  .title h3 {
    font-size: 30px;
  }
  .title .more {
    margin-top: 16px;
  }
  .research {
    margin: 30px 0;
  }
  .research .title {
    margin-right: 12px;
    margin-bottom: 20px;
  }
  .research .swiper-container {
    margin-top: 0;
  }
  .research .swiper-container .swiper-wrapper .swiper-slide .pic {
    height: 350px;
    margin-top: 0;
    margin-right: 0;
  }
  .research .swiper-container .swiper-wrapper .swiper-slide .content {
    width: 100%;
    height: 360px;
    margin-top: 350px;
  }
  .research .swiper-container .swiper-wrapper .swiper-slide .content h3 {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .research .swiper-container .swiper-wrapper .swiper-slide .content p {
    height:165px;
	-webkit-line-clamp: 5;
  }
  .research .swiper-container .swiper-pagination {
    bottom: 30px;
  }
  .main {
    padding: 30px 0;
  }
  .main .title {
    margin-bottom: 20px;
  }
  .academic {
    margin: 30px 0;
  }
  .academic .title {
    width: 467px;
    margin-bottom: 20px;
  }
  .academic .academic-list {
    width: 467px;
    margin: 0 auto;
  }
  .academic .academic-list .academic-item {
    margin-bottom: 30px;
  }
  .academic .academic-list .academic-item:last-of-type {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .banner {
    height: 250px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide a {
    margin-right: 10px;
    font-size: 20px;
    line-height: 30px;
    max-height: 60px;
    left: 10px;
    bottom: 30px;
  }
  .banner .swiper-container .layout .swiper-pagination {
    display: block;
    width: 100%;
    text-align: center;
    right: unset;
    bottom: 10px;
  }
  .banner .swiper-container .layout .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
  .title {
    margin-bottom: 15px !important;
  }
  .title h3 {
    font-size: 20px;
  }
  .title .more {
    margin-top: 5px;
    margin-right: 0;
    padding-right: 25px;
    font-size: 14px;
  }
  .research {
    margin: 20px 0;
  }
  .research .title {
    margin-right: 0;
  }
  .research .swiper-container {
    margin-top: 0;
  }
  
  .research .swiper-container .swiper-wrapper .swiper-slide .pic {
    height: 200px;
  }
  .research .swiper-container .swiper-wrapper .swiper-slide .content {
    height: auto;
    margin-top: 200px;
    padding: 20px;
  }
  .research .swiper-container .swiper-wrapper .swiper-slide .content h3 {
    line-height: 30px;
    font-size: 16px;
  }
  .research .swiper-container .swiper-wrapper .swiper-slide .content p {
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 24px;
    font-size: 14px;
    -webkit-line-clamp: 3;
    height: 72px;
  }
  .research .swiper-container .swiper-wrapper .swiper-slide .content .time {
    margin-top: 5px;
    padding-left: 30px;
    font-size: 14px;
    background-position-x: left;
  }
  .research .swiper-container .swiper-wrapper .swiper-slide .content a {
    width: auto;
    line-height: 34px;
    margin-bottom: 15px;
    padding: 0 20px;
    font-size: 14px;
  }
  .research .swiper-container .swiper-pagination {
    bottom: 15px;
  }
  .main {
    padding: 20px 0;
  }
  .main .news {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .main .news .content-list {
    float: none;
    width: 100%;
    height: auto;
  }
  .main .news .content-list .content-item {
    float: left;
    width: 33.33%;
    height: auto;
    padding: 10px 5px;
    text-align: center;
    border: none;
    border-right: 1px solid #0460a7;
  }
  .main .news .content-list .content-item:last-of-type {
    border-right: none;
  }
  .main .news .content-list .content-item p {
    line-height: 24px;
    font-size: 14px;
    max-height: 48px;
  }
  .main .news .content-list .content-item span {
    float: none;
    margin-top: 5px;
    font-size: 14px;
  }
  .main .news .swiper-container {
    width: 100%;
    height: 200px;
  }
  .main .notice .notice-list .notice-item {
    height: 110px;
    padding-right: 55px;
  }
  .main .notice .notice-list .notice-item a {
    padding-left: 10px;
    padding-right: 20px;
  }
  .main .notice .notice-list .notice-item p {
    line-height: 24px;
    font-size: 16px;
    height: 48px;
	margin-top:30px;
  }
  .main .notice .notice-list .notice-item .keyword {
    margin-top: 10px;
  }
  .main .notice .notice-list .notice-item .date {
    width: 70px;
    height: 86px;
  }
  .main .notice .notice-list .notice-item .date .day {
    font-size: 30px;
  }
  .main .notice .notice-list .notice-item .date .month {
    font-size: 16px;
  }
  .academic {
    margin: 20px 0;
  }
  .academic .title {
    width: 100%;
  }
  .academic .title h3 {
    float: left;
  }
  .academic .academic-list {
    width: 100%;
  }
  .academic .academic-list .academic-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .academic .academic-list .academic-item a {
    padding: 20px 0;
  }
  .academic .academic-list .academic-item .date {
    width: 80px;
    margin-top: 5px;
  }
  .academic .academic-list .academic-item .date .month {
    line-height: 32px;
    font-size: 16px;
  }
  .academic .academic-list .academic-item .date .day {
    line-height: 30px;
    font-size: 26px;
  }
  .academic .academic-list .academic-item .content {
    height: auto;
    margin-left: 80px;
    padding-left: 15px;
  }
  .academic .academic-list .academic-item .content h3 {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
    max-height: 48px;
  }
  .academic .academic-list .academic-item .content p {
    line-height: 24px;
    margin-bottom: 5px;
  }
  .academic .academic-list .academic-item .content p:last-of-type {
    margin-bottom: 0;
  }
  .academic .academic-list .academic-item .content .person {
    background-position-y: 2px;
  }
  .academic .academic-list .academic-item .content .time {
    background-position-y: 3px;
  }
}
