/* 取消滚动条 */
body {
  overflow: -moz-scrollbars-none;
}
/*banner图 动画*/
@keyframes bannbottom {
  0% {
    bottom: 60px;
  }
  50% {
    bottom: 80px;
  }
  100% {
    bottom: 60px;
  }
}
@-moz-keyframes bannbottom {
  0% {
    bottom: 60px;
  }
  50% {
    bottom: 80px;
  }
  100% {
    bottom: 60px;
  }
}
@-webkit-keyframes bannbottom {
  0% {
    bottom: 60px;
  }
  50% {
    bottom: 80px;
  }
  100% {
    bottom: 60px;
  }
}
@-o-keyframes bannbottom {
  0% {
    bottom: 33px;
  }
  50% {
    bottom: 53px;
  }
  100% {
    bottom: 33px;
  }
}
@keyframes liner {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
html,
body {
  position: relative;
  height: 100%;
}
.focusHeader {
background: linear-gradient(rgba(47, 85, 140,.4), rgba(47, 85, 140, 0.29), rgba(52, 94, 156, 0));
}
header {
  height: 100%;
}
.header {
  height: 100%;
  position: relative;
}
.header .banner-swiper {
  height: 100%;
}
.header .banner.swiper-container {
  width: 100%;
  height: 100%;
  min-height: 310px;
}
.header .banner.swiper-container .swiper-wrapper {
  height: 100%;
}
.header .banner.swiper-container  .swiper-txt {
    position: absolute;
    width: fit-content;
    left: .56rem;
    bottom: 0.56rem;
    z-index: 2;
    display: flex;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}
.header .banner.swiper-container:after {
    background-image: linear-gradient(transparent, #003f88);
    bottom: 0;
    content: "";
    height: 15%;
    left: 0;
    opacity: .6;
    position: absolute;
    right: 0;
    top: 0;
    top: inherit;z-index: 1
}
.header .banner.swiper-container .swiper-slide {
  height: 100%;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .banner.swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.header .banner.swiper-container .swiper-slide .pic-shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.25;
}
.header .banner.swiper-container .swiper-slide .pic-shadow a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .banner.swiper-container > .layout {
  position: relative;
}
.header .banner.swiper-container .swiper-num {
  position: absolute;
  width: fit-content;
  left: 0;
  bottom: 0.48rem;
  z-index: 2;
  display: flex;
}
.header .banner.swiper-container .swiper-num .active {
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 30px;
  margin-top: -6px;
}
.header .banner.swiper-container .swiper-num .line {
  width: 2px;
  height: 34px;
  background: #FFFFFF;
  transform: skewX(-23deg);
  margin-left: 6px;
  margin-right: 8px;
}
.header .banner.swiper-container .swiper-num .total {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  margin-top: 8px;
}
.header .banner.swiper-container .swiper-pagination-bullets {
  bottom: 0.48rem;
  right: 0;
}
.header .banner.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2.5px;
  width: 0.38rem;
  min-width: 25px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 0;
  opacity: 1;
}
.header .banner.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
  position: relative;
}
.header .banner.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  background: #EEBA06;
  animation: liner 4s ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.header .banner.swiper-container .tx-banner-bottom {
  position: absolute;
  z-index: 30;
  left: 50%;
  margin-left: -38px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  background: url(../images/banner-down.png) center center no-repeat;
  cursor: pointer;
  animation: bannbottom 2s infinite;
  -webkit-animation: bannbottom 2s infinite;
}
.header .pc-shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: .69rem;
  min-height: 47px;
  background: linear-gradient(to bottom, #15529A 36%, transparent);
  opacity: 0.85;
  z-index: 1;
}
.common-title {
  height: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-title .title {
  height: 100%;
  background: url(../images/news-title-icon.png) no-repeat left center;
  padding-left: 40px;
  font-size: 0.3rem;
  font-weight: bold;    font-family: "RobotoCondensed_Bold";
}
.common-title .more a {
  padding: 6px 15px;
  font-size: 18px;
  color: #999;
  padding-right: 34px;
  background: url(../images/more.png) no-repeat right center;    font-family: "Roboto_Regular";
}
.common-title .more:hover a {
  color: #003f88;
}
.box1 {
  /*padding-top: calc(95px + 1.4rem);*/
    padding-top: calc(1.3rem + 40px);
}
.news {
  margin-bottom: 0.78rem;
}
.news .news-con {
  margin-top: 0.2rem;
  height: 6.51rem;
}
.news .news-swiper {
  width: 60.2%;
  float: left;
  height: 100%;
}
.news .news-swiper.showdiv {
  opacity: 1;
  transform: none;
}
.news .news-swiper .swiper {
  height: 100%;
}
.news .news-swiper .swiper .swiper-wrapper {
  height: 100%;
}
.news .news-swiper .swiper-slide {
  -webkit-flex-shrink: 0;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.news .news-swiper .swiper-slide a {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
}
.news .news-swiper .swiper-slide .img img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news .news-swiper .swiper-slide .img {
  overflow: hidden;
  width: 100%;
  height: 4.84rem;
}
.news .news-swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news .news-swiper .swiper-slide .info {
  position: relative;
  height: 1.67rem;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.96);
  padding: 0.25rem 0.4rem;
  padding-left: 1.26rem;
  border-bottom: 2px solid #003F88;
  border-right: 2px solid #003F88;
  width: 100%;
  flex: 1;
  min-height: 100px;
}
.news .news-swiper .swiper-slide .info::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 0.87rem;
  bottom: -2px;
  background: #003F88;
}
.news .news-swiper .swiper-slide .title {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 0.08rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;    font-family: "RobotoCondensed_Bold";
}
.news .news-swiper .swiper-slide .time {
  font-size: 18px;
  line-height: 28px;
  color: #003F88;font-family: "Roboto_Regular";
}
.news .news-swiper .swiper-pagination {
  left: auto;
  bottom: 0.15rem;
  right: 0.2rem;
  text-align: right;
  width: auto;
}
.news .news-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
  width: 0.24rem;
  min-width: 17px;
  height: 3px;
  background: #C8C8C8;
  border-radius: 0;
  opacity: 1;
}
.news .news-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  position: relative;
}
.news .news-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  background: #0663CF;
  animation: liner 5s ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.news .news-list {
  width: 38.75%;
  float: right;
  height: 100%;
}
.news .news-list .news-list-ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: center;
}
.news .news-list .news-list-ul .one{
    width: 100%;
    height: 48.4%;
}
.news .news-list .news-list-ul .two {
    width: 100%;
    height: 51.6%;
}
.news .news-list .news-list-ul .two .news-list-item:nth-child(1) {
    display: none;
}
.news .news-list .news-list-ul .news-list-item {
  width: 100%;
  border-bottom: 1px solid #C9C9C9;
  padding: 0.25rem 0;
  transition: all 0.3s;
  height: 33.33%;
  box-sizing: border-box;
}
.news .news-list .news-list-ul .news-list-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.news .news-list .news-list-ul .news-list-item a .pic {
  display: none;
  width: 100%;
  height: 100%;
    overflow: hidden;
}
.news .news-list .news-list-ul .news-list-item a .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.news .news-list .news-list-ul .news-list-item a .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-left: 0.13rem;
  padding-right: 0.13rem;
}
.news .news-list .news-list-ul .news-list-item a .info .date {
  font-size: 18px;
  line-height: 18px;
  color: #003F88;font-family: "Roboto_Regular";
}
.news .news-list .news-list-ul .news-list-item a .info .title {
  margin-top: 0.19rem;
  font-size: 20px;
  line-height: 20px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;font-family: "RobotoCondensed_Bold";
}
.news .news-list .news-list-ul .news-list-item.on {
  padding-top: 0rem;
  padding-bottom: 0rem;
  height:100%;
  border-bottom-color: transparent;
}
.news .news-list .news-list-ul .news-list-item.on a .pic {
  display: block;
}
.news .news-list .news-list-ul .news-list-item.on a .info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0.72rem;
  padding: 0.28rem 0.25rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.18);
}
.news .news-list .news-list-ul .news-list-item.on a .info .title,
.news .news-list .news-list-ul .news-list-item:hover a .info .title{
  color: #003F88;
  font-weight: bold;
}
.news .news-list .news-list-ul .news-list-item a .pic img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.research {
  padding-top: 0.71rem;
  padding-bottom: 1rem;
  background: url(../images/research-bg.png) no-repeat bottom;
  position: relative;
    overflow: hidden;
}
.research::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #5399D0;
  opacity: 0.39;
}
.research .common-title {
  position: relative;
  z-index: 2;
}
.research .common-title .title {
  background-image: url(../images/research-title-icon.png);
  padding-left: 50px;
}
.research .research-list {
  position: relative;
  z-index: 1;
  margin-top: 0.19rem;
  height: 6.4rem;
  opacity: 0;
  transform: translate(100px, 0px);
  transition: all 0.8s ease-out 0s;
    overflow: hidden;
}
.research .research-list .item {
  width: 24.5%;
  float: left;
  margin-right: 2.6%;
  position: relative;
  transition: width 0.3s;
  margin-top: 0.47rem;
}
.research .research-list .item .left-col {
  float: left;
  background-color: #fff;
  margin-top: 0.47rem;
  width: 66%;
  padding-right: 6.5%;
  box-sizing: border-box;
  display: none;
}
.research .research-list .item .left-col .list {
  position: relative;
  padding: 0.36rem 0.25rem 0.35rem 0.48rem;
}
.research .research-list .item .left-col .list a {
  display: block;
  width: 100%;
  height: 100%;font-family: "Roboto_Regular";
}
.research .research-list .item .left-col .list::before {
  content: '';
  position: absolute;
  left: calc(0.18rem + 3px);
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #0e5fbd;
}
.research .research-list .item .left-col .list::after {
  content: '';
  position: absolute;
  left: 0.18rem;
  top: 0.39rem;
  height: 8px;
  width: 8px;
  border: 2px solid #0e5fbd;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.research .research-list .item .left-col .list .time {
  font-size: 16px;
  line-height: 16px;
  color: #003F88; font-family: "Roboto_Regular";
}
.research .research-list .item .left-col .list .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  margin-top: 0.2rem;
  margin-bottom: 0.15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;    font-family: "Roboto_Regular";
}
.research .research-list .item .left-col .list .detail {
  font-size: 14px;
  line-height: 2;
  min-height: 56px;
  color: #999999;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;    font-family: "Roboto_Regular";
}
.research .research-list .item .left-col .list:first-child::before {
  top: 0.4rem;
}
.research .research-list .item .left-col .list:last-child::before {
  bottom: 0.27rem;
}
.research .research-list .item .left-col .list:hover {
  background-color: #0e5fbd;
}
.research .research-list .item .left-col .list:hover::before {
  background-color: #fff;
}
.research .research-list .item .left-col .list:hover::after {
  border-color: #fff;
  background-color: #0e5fbd;
}
.research .research-list .item .left-col .list:hover .time,
.research .research-list .item .left-col .list:hover .title {
  color: #fff;
}
.research .research-list .item .left-col .list:hover .detail {
  color: #B1CEF0;    font-family: "Roboto_Regular";
}
.research .research-list .item .right-col {
  width: 100%;
  position: relative;
  right: 0;
}
.research .research-list .item .right-col .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-height: 6.14rem;
}
.research .research-list .item .right-col .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 6.14rem;
}
.research .research-list .item .right-col .cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.41);
}
.research .research-list .item .right-col .title {
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  top: 50%;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 36px;
  padding-bottom: 0.16rem;
  transform: translateY(-50%);
  text-align: center;
    font-family: "Roboto_Regular";
}
.research .research-list .item .right-col .title::after {
  content: '';
  position: absolute;
  width: 0.76rem;
  min-width: 50px;
  left: 50%;
  bottom: 0;
  height: 3px;
  background-color: #fff;
  transform: translateX(-50%);
}
.research .research-list .item:last-child {
  margin-right: 0;
}
.research .research-list .item2 {
  width: 24.5%;
}
.research .research-list .item2 .left-col {
  display: none;
}
.research .research-list .item2 .right-col {
  position: relative;
  width: 100%;
}
.research .research-list .item.on {
  width: 72.9%;
  margin-top: 0;
}
.research .research-list .item.on .left-col {
  display: block;
}
.research .research-list .item.on .right-col {
  position: absolute;
  width: 40.5%;
}
.research .research-list .item2.on .left-col {
  float: right;
  padding-right: 0;
  padding-left: 6.5%;
}
.research .research-list .item2.on .right-col {
  right: auto;
  left: 0;
}
.research.showdiv .research-list {
  opacity: 1;
  transform: none;
}
.member {
  margin-top: 0.72rem;
overflow: hidden;
}
.member .common-title .title {
  background-image: url(../images/member-title-icon.png);
  padding-left: 50px;
}
.member > .member-bg {
  position: relative;
}
.member > .member-bg::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100% - 0.92rem);
  background-color: #003F88;
}
.member > .member-bg::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100% - 0.92rem);
  background: url(../images/member-bg.png) no-repeat center bottom;
  opacity: 0.21;
}
.member > .member-bg .layout {
  position: relative;
}
.member > .member-bg .layout::after {
  content: '';
  position: absolute;
  left: 0.38rem;
  top: -0.48rem;
  width: 172px;
  height: 140px;
  background: url(../images/member-icon-bg.png) no-repeat;
}
.member .member-list {
  margin-top: 0.79rem;
  padding-bottom: 0.54rem;
  opacity: 0;
  transform: translate(100px, 0px);
  transition: all 0.8s ease-out 0s;
}
.member .member-list .member-swiper {
  padding-bottom: 0.87rem;
  z-index: 2;
    padding-top: 10px;
}
.member .member-list .member-swiper .swiper-wrapper {
  align-items: center;
}
.member .member-list .member-swiper .swiper-wrapper .swiper-slide {
  width: 12.9%;
  box-sizing: border-box;
}
.member .member-list .member-swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: 0.36rem;font-family: "Roboto_Regular";
}

.member .member-list .member-swiper .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 2.54rem;
}
.member .member-list .member-swiper .swiper-wrapper .swiper-slide .img:hover img {
    transform: translateY(-10px);
} 
.member .member-list .member-swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
    transition: all .3s;
}
.member .member-list .member-swiper .swiper-wrapper .swiper-slide .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.member .member-list .member-swiper .swiper-wrapper .swiper-slide .zhic {
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.member .member-list .member-swiper .swiper-wrapper .swiper-slide .other {
  display: block;
  min-height: calc(36px + 0.39rem);
  text-align: center;
}
.member .member-list .member-swiper .swiper-wrapper .swiper-slide .other .title {
  padding-top: 0.21rem;
  margin-bottom: 0.18rem;
}

.member .member-list .member-swiper .swiper-button-next,
.member .member-list .member-swiper .swiper-button-prev {
  width: 31px;
  height: 31px;
  bottom: 0;
  top: auto;
  background-size: 31px;
}
.member .member-list .member-swiper .swiper-button-prev,
.member .member-list .member-swiper .swiper-container-rtl .swiper-button-next {
  left: 47%;
  background-image: url(../images/member-icon-left.png);
}
.member .member-list .member-swiper .swiper-button-next,
.member .member-list .member-swiper .swiper-container-rtl .swiper-button-prev {
  right: 47%;
  background-image: url(../images/member-icon-right.png);
}
.member.showdiv .member-list {
  opacity: 1;
  transform: none;
}
.main1 {
  margin-top: 0.73rem;
    overflow: hidden;
}
.main1 .common-title .title {
  background-image: url(../images/main1-title-icon.png);
  padding-left: 43px;
}
.main1 .main1-article {
  margin-top: 0.47rem;
  display: flex;
  justify-content: space-between;
    height: 4.84rem;
    padding: 10px 0;
}
.main1 .main1-article .main1-left {
  width: 46.67%;
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 0.8s ease-out 0s;
    box-shadow: 0px 0px 10px #908787;
}
.main1 .main1-article .main1-left .swiper {
  height: 100%;
}
.main1 .main1-article .main1-left .swiper .swiper-wrapper .swiper-slide.item {
  position: relative;
}
.main1 .main1-article .main1-left .swiper .swiper-wrapper .swiper-slide.item a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.main1 .main1-article .main1-left .swiper .swiper-wrapper .swiper-slide.item .pic {
  width: 100%;
  height: 3.8rem;
  overflow: hidden;
}
.main1 .main1-article .main1-left .swiper .swiper-wrapper .swiper-slide.item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.main1 .main1-article .main1-left .swiper .swiper-wrapper .swiper-slide.item:hover .pic img {
  transform: scale(1.1);
}
.main1 .main1-article .main1-left .swiper .swiper-wrapper .swiper-slide.item .cover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  opacity: 0.15;
}
.main1 .main1-article .main1-left .swiper .swiper-wrapper .swiper-slide.item .info {
  background-color: #003f88;
  height: 1.03rem;
  display: flex;
  align-items: center;
  bottom: 0.31rem;
  box-sizing: border-box;
  padding: 0 1.29rem 0 0.24rem;
  min-height: 75px;
  flex: 1;
}

.main1 .main1-article .main1-left .swiper .swiper-wrapper .swiper-slide.item .info .title {
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  color: #FFFFFF;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.main1 .main1-article .main1-left .swiper .swiper-pagination {
  bottom: 0.1rem;
  width: fit-content;
  text-align: right;
  left: auto;
  right: 0.1rem;
}
.main1 .main1-article .main1-left .swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2.5px;
  border-radius: 0;
  opacity: 1;
  width: 0.25rem;
  height: 3px;
  min-width: 16px;
  background: #1e59e7;
}
.main1 .main1-article .main1-left .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.main1 .main1-article .main1-right {
  width: 51.7%;
  opacity: 0;
  transform: translate(100px, 0px);
  transition: all 0.8s ease-out 0s;
  background: #F7F7F7;
  padding: 0.25rem 0 0.47rem;
  box-sizing: border-box;
  min-height: 4.54rem;
  height: auto;
  align-self: center;
}
.main1 .main1-article .main1-right .item {
  padding-left: 0.54rem;
  padding-right: 0.23rem;
  box-sizing: border-box;
  transition: all 0.3s;
}
.main1 .main1-article .main1-right .item a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #D5D5D5;
}
.main1 .main1-article .main1-right .item .time {
  line-height: 18px;
  font-size: 18px;
  color: #003F88;
  margin-top: 0.25rem;
}
.main1 .main1-article .main1-right .item .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  margin-top: 0.17rem;
  margin-bottom: 0.28rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main1 .main1-article .main1-right .item .detail {
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.7;
  color: #999999;
  /*margin-bottom: 0.25rem;*/
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 0;
}
.main1 .main1-article .main1-right .item.on .title {
  margin-bottom: 0.16rem;
  color: #003f88;
}
.main1 .main1-article .main1-right .item.on .detail {
  height: 46px!important;
  margin-bottom: 0.25rem;
  transition: all .3s;
}
.main1.showdiv .main1-article .main1-left,
.main1.showdiv .main1-article .main1-right {
  opacity: 1;
  transform: none;
}
.main2 {
  margin-top: 0.6rem;
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 0.8s ease-out 0s;
    overflow: hidden;
}
.main2.showdiv {
  opacity: 1;
  transform: none;
}
.main2 .layout {
  position: relative;
}
.main2  .swiper{
    padding-bottom: 0.35rem;
}
.main2  .swiper .swiper-pagination {
  bottom: 0rem;
}
.main2   .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2.5px;
  border-radius: 0;
  opacity: 1;
  width: 38px;
  height: 3px;
  background: #CACACA;
}
.main2  .swiper-pagination .swiper-pagination-bullet-active {
  background: #003F88;
}
.main2  .swiper-button-prev,
.main2  .swiper-button-next {
    margin-top: calc(-18px - 0.3rem);
    background-size: 20px 36px;

}
.main2  .swiper-button-prev {
    background-image: url(../images/main2-left-arrow.png);
    left: 0.27rem;
}
.main2  .swiper-button-next {
    background-image: url(../images/main2-right-arrow.png);
    right: 0.27rem;
}

.main2 .main2-banner {
  width: 100%;
}
.main2 .main2-banner img {
  width: 100%;
  object-fit: cover;
    height: 2.57rem;
  min-height: 200px;
}
.main2 .main2-info {
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
}
.main2 .main2-info .title img {
  height: 0.48rem;
  min-height: 38px;
}
.main2 .main2-info .detail {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.7;
  margin-top: 0.35rem;
  margin-bottom: 0.21rem;
  text-align: center;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.main2 .main2-info .more {
  width: 1.71rem;
  height: 0.43rem;
  min-width: 150px;
  min-height: 36px;
  background: linear-gradient(164deg, #223CB9, #3F5CE8);
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
    position: absolute;
    bottom: 0.25rem;
}
.main2 .main2-info .more a {
  line-height: 24px;
  color: #FFFFFF;
  background: url(../images/main2-more.png) no-repeat right center;
  padding-right: calc(0.12rem + 24px);
}
.main2 .main2-info .more:hover {
  transform: translateY(10px);
}
.main3 {
  margin-top: 1rem;
  background: url(../images/main3-bg.png) no-repeat center / cover;
  position: relative;
  padding-bottom: 0.79rem;
    overflow: hidden;
}
.main3::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.14);
}
.main3 .common-title {
  padding-top: 0.65rem;
  padding-bottom: 0.59rem;
}
.main3 .common-title .more a {
  color: #FFFFFF;
}
.main3 .common-title .title {
  background-image: url(../images/main3-title-icon.png);
  padding-left: 42px;
  color: #fff;
}
.main3 .main3-media {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.main3 .main3-media .main3-left {
  width: 58.3%;
  padding: 0.1rem 0.31rem 0.34rem;
  padding-right: 4%;
  background-color: #fff;
  box-sizing: border-box;
  align-self: flex-end;
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 0.8s ease-out 0s;
}
.main3 .main3-media .main3-left .item {
  padding: 0.2rem 0;
  border-bottom: 1px solid #f7f7f7;
  transition: all 0.3s;
}
.main3 .main3-media .main3-left .item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.main3 .main3-media .main3-left .item .pic {
    border: 1px dashed #003f88;
    padding: 1px;
}
.main3 .main3-media .main3-left .item .pic img {
  width: 0.9rem;
  object-fit: cover;
  max-height: 1rem;
}
.main3 .main3-media .main3-left .item .info {
  flex: 1;
  margin-left: 0.29rem;
  font-size: 18px;
  line-height: 18px;
}
.main3 .main3-media .main3-left .item .info .time {
  margin-bottom: 0.18rem;
  color: #003F88;
}
.main3 .main3-media .main3-left .item .info .title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.main3 .main3-media .main3-left .item:hover .info .title {
  color: #003f88;
  font-weight: bold;
}
.main3 .main3-media .main3-right {
  width: 44.5%;
  opacity: 0;
  transform: translate(100px, 0px);
  transition: all 0.8s ease-out 0s;
  align-self: center;
  position: absolute;
  right: 0;
}
.main3 .main3-media .main3-right .item {
  position: relative;
}
.main3 .main3-media .main3-right .item a {
  display: block;
  width: 100%;
}
.main3 .main3-media .main3-right .item .pic {
  width: 100%;
  height: 3.63rem;
  overflow: hidden;
  min-height: 290px;
}
.main3 .main3-media .main3-right .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.main3 .main3-media .main3-right .item:hover .pic img {
  transform: scale(1.1);
}
.main3 .main3-media .main3-right .item .cover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  opacity: 0.15;
}
.main3 .main3-media .main3-right .item .info {
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0.31rem;
}
.main3 .main3-media .main3-right .item .info .time {
  width: 1.26rem;
  min-width: 110px;
  height: 0.38rem;
  min-height: 28px;
  background: #003F88;
  font-size: 18px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main3 .main3-media .main3-right .item .info .title {
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-top: 0.13rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.main3.showdiv .main3-media .main3-left,
.main3.showdiv .main3-media .main3-right {
  opacity: 1;
  transform: none;
}
.main4 {
  padding: 1.29rem 0;
  background: url(../images//main4-bg.png) no-repeat center / cover;
}
.main4 .main4-link .item {
  float: left;
  width: 32%;
  margin-right: 2%;
  background-color: #fff;
  height: 1.3rem;
  min-height: 105px;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s;
}
.main4 .main4-link .item a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: center;
  padding-left: 0.28rem;
  box-sizing: border-box;
}
.main4 .main4-link .item .title {
  padding-left: calc(47px + 0.05rem);
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: bold;
  font-size: .22rem;
  line-height: 1.4;
  min-height: 47px;
  display: flex;
  align-items: center;
  padding-right: 0.05rem;font-family: "RobotoCondensed_Bold";
}
.main4 .main4-link .item .title span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.main4 .main4-link .item .icon-bg {
  position: absolute;
  right: 0.17rem;
  top: 0;
  height: 100%;
  width: 40%;
  background-repeat: no-repeat;
  background-position: right center;
}
.main4 .main4-link .item:nth-child(1) .title {
  background-image: url(../images/main4-link-icon1.png);
}
.main4 .main4-link .item:nth-child(1) .icon-bg {
  background-image: url(../images/main4-link-bg1.png);
}
.main4 .main4-link .item:nth-child(2) .title {
  background-image: url(../images/main4-link-icon2.png);
}
.main4 .main4-link .item:nth-child(2) .icon-bg {
  background-image: url(../images/main4-link-bg2.png);
}
.main4 .main4-link .item:nth-child(3) .title {
  background-image: url(../images/main4-link-icon3.png);
}
.main4 .main4-link .item:nth-child(3) .icon-bg {
  background-image: url(../images/main4-link-bg3.png);
}
.main4 .main4-link .item:nth-child(3n) {
  margin-right: 0;
}
.main4 .main4-link .item:hover {
  background-color: #21528F;
}
.main4 .main4-link .item:hover .title {
  color: #fff;
}
.main4 .main4-link .item:hover:nth-child(1) .title {
  background-image: url(../images/main4-link-icon1-active.png);
}
.main4 .main4-link .item:hover:nth-child(1) .icon-bg {
  background-image: url(../images/main4-link-bg1-active.png);
}
.main4 .main4-link .item:hover:nth-child(2) .title {
  background-image: url(../images/main4-link-icon2-active.png);
}
.main4 .main4-link .item:hover:nth-child(2) .icon-bg {
  background-image: url(../images/main4-link-bg2-active.png);
}
.main4 .main4-link .item:hover:nth-child(3) .title {
  background-image: url(../images/main4-link-icon3-active.png);
}
.main4 .main4-link .item:hover:nth-child(3) .icon-bg {
  background-image: url(../images/main4-link-bg3-active.png);
}
@media screen and (max-width: 1500px) {
  .header .banner.swiper-container .swiper-num {
    left: 30px;
  }.header .banner.swiper-container .swiper-txt {left: 86px;}
  .header .banner.swiper-container .swiper-pagination-bullets {
    right: 30px;
  }
}
@media screen and (max-width: 1450px) {
  .header .banner.swiper-container .swiper-num .active {
    font-size: 28px;
  }
  .research .research-list .item .right-col .title {
    font-size: .22rem;
  }
}
@media screen and (max-width: 1400px) {
  .news .news-list .news-list-ul .news-list-item a .info .date,
  .news .news-swiper .swiper-slide .time {
    font-size: 16px;
  }
  .news .news-swiper .swiper-slide .title,
  .news .news-list .news-list-ul .news-list-item a .info .title {
    font-size: 18px;
  }
  .news .news-swiper .swiper-slide .info {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .main4 .main4-link .item .title {
    font-size: .22rem;
  }
}
@media screen and (max-width: 1350px) {
  .research .research-list {
    height: 550px;
  }
  .member > .member-bg::before,
  .member > .member-bg::after {
    height: calc(100% - 0.72rem);
  }
  .main1 .main1-article .main1-right {
    padding-top: 10px;
    padding-bottom: 10px;
  }

}


@media screen and (max-width: 1250px) {
  .header .banner.swiper-container .swiper-num .active {
    font-size: 26px;
  }
  .header .banner.swiper-container .swiper-num .total {
    font-size: 22px;
  }
  .member > .member-bg::before,
  .member > .member-bg::after {
    height: calc(100% - 0.5rem);
  }
  .member .member-list .member-swiper .swiper-button-prev {
    left: 45.5%;
  }
  .member .member-list .member-swiper .swiper-button-next {
    right: 45.5%;
  }
  .main1 .main1-article .main1-left .swiper .swiper-wrapper .swiper-slide.item .info .title {
    font-size: 18px;
  }
  .main3 .main3-media .main3-right .item .info .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .news .news-swiper {
    width: 54%;
  }
  .news .news-list {
    width: 44.5%;
  }
  .news .news-list .news-list-ul .news-list-item a .info .title {
    margin-top: 5px;
   }
  .common-title .title {
    font-size: 24px;
  }
  .common-title .more:hover a {
    font-size: 16px;
  }
  .news .news-swiper .swiper-slide .title {
    line-height: 1.5;
    margin-top: 0rem;
  }
  .news .news-swiper .swiper-pagination {
    bottom: 0.05rem;
  }
}
@media screen and (max-width: 1080px) {
  .main1 .main1-article .main1-right .item .title {
    margin-top: 9px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 1050px) {
  .layout {
    padding: 0 3%;
  }
  html,
  body,
  header,
  .header,
  .header .banner-swiper {
    height: auto;
  }
  .header .banner.swiper-container {
    height: 7.8rem;
  }
  .header .banner.swiper-container .swiper-slide img {
    height: 100%;
  }
.header .banner.swiper-container .swiper-txt {
left: 8%;
}
  .header .banner.swiper-container .swiper-num {
    left: 3%;
  }
  .header .banner.swiper-container .swiper-pagination-bullets {
    right: 3%;
  }
  .header .banner.swiper-container .swiper-num .active {
    font-size: 24px;
  }
  .header .banner.swiper-container .swiper-num .total {
    font-size: 20px;
  }
  .header .pc-shadow,
  .body_b.showdiv .header2,
  .header .banner.swiper-container .tx-banner-bottom {
    display: none;
  }
  .body_b {
    position: static;
  }
  .box1 {
    padding-top: 0.28rem;
  }
  .research .research-list {
    height: auto;
    opacity: 1;
    transform: none;
  }
  .member .member-list,.main1 .main1-article .main1-left ,.main1 .main1-article .main1-right,.main3 .main3-media .main3-left,.main3 .main3-media .main3-right,.main2{
    opacity: 1;
    transform: none;
  }
  .research .research-list .item.on {
    width: 100%;
    overflow: hidden;
    margin-top: 0.25rem;
  }
  .research .research-list .item.on .left-col {
    margin-bottom: 0.47rem;
  }
  .research .research-list .item.on .right-col {
    top: 50%;
    transform: translateY(-50%);
  }
  .research .research-list .item .right-col .pic {
    overflow: auto;
    max-height: none;
  }
  .research .research-list .item .right-col .pic img {
    max-height: none;
  }
  .main1 .main1-article .main1-right .item {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
.main1 .main1-article {
    height: auto;
}

}
@media screen and (max-width: 1000px) {
  .member .member-list .member-swiper .swiper-wrapper .swiper-slide .title {
    font-size: 18px;
  }
  .news .news-swiper .swiper-slide .title,
  .news .news-list .news-list-ul .news-list-item a .info .title,
  .research .research-list .item .left-col .list .title,
  .main1 .main1-article .main1-right .item .title {
    font-size: 16px;
  }
  .research .research-list .item .left-col .list .detail {
    line-height: 1.6;
    min-height: 45px;
  }
  .main3 .main3-media .main3-left .item .info {
    font-size: 16px;
  }
  .main4 .main4-link .item .title {
    font-size: .2rem;
  }
}
@media screen and (max-width: 950px) {
  .news .news-list .news-list-ul .two .news-list-item{
    height: 50%;
  }
  .news .news-list .news-list-ul .two .news-list-item:nth-child(4) {
    display: none;
  }
.news .news-list .news-list-ul .two {
    height: 43.6%;
}
.news .news-list .news-list-ul .one {
    height: 56.4%;
}
}
@media screen and (max-width: 900px) {
  .main4 .main4-link .item a {
    padding-left: 0.18rem;
  }
  .main4 .main4-link .item .title {
    background-size: 38px;
    padding-left: calc(38px + 0.2rem);
  }
}
@media screen and (max-width: 850px) {.header .banner.swiper-container .swiper-txt {display: none}
  .news .news-list .news-list-ul .news-list-item a .info .title {
    margin-top: 5px;
  }
  .member .member-list .member-swiper .swiper-button-next,
  .member .member-list .member-swiper .swiper-button-prev {
    width: 26px;
    height: 26px;
    background-size: 26px;
  }
  .member .member-list .member-swiper .swiper-button-prev {
    left: 43.5%;
  }
  .member .member-list .member-swiper .swiper-button-next {
    right: 43.5%;
  }
.main2 .swiper-button-prev, .main2 .swiper-button-next {
    margin-top: calc(-14px - 0.3rem);
    background-size: 15px 28px;
}
.main2 .swiper-button-next {
    right: 8px;
}
.main2 .swiper-button-prev {
    left: 8px;
}

}
@media screen and (max-width: 800px) {
  .news .news-swiper,
  .news .news-list {
    width: 100%;
    float: none;
  }
  .news .news-list .news-list-ul .two .news-list-item:nth-child(4) {
    display: block;
  }
  .news .news-swiper .swiper-slide {
    width: 49%;
    margin-right: 2%;
  }
  .news .news-swiper .swiper-slide:nth-child(2) {
    margin-right: 0;
  }
  .news .news-swiper .swiper-slide:nth-child(n + 3),
  .news .news-swiper .swiper-slide .info::before,
  .news .news-swiper .swiper-pagination {
    display: none;
  }
  .news .news-swiper .swiper.swiper-container {
    overflow: visible;
  }
  .news .news-swiper .swiper-slide .info {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    border: 0;
    box-shadow: 0 5px 5px #ccc;
  }
  .news .news-con {
    margin-top: 15px;
  }
  .news .news-list {
    margin-top: 20px;
  }
  .research .research-list .item.on {
    margin-top: 0;
  }
  .research .research-list .item.on .left-col {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }.main4 .main4-link .item {width: 100%;margin-bottom: 0.2rem;}
.main4 .main4-link .item .title {        font-size: 18px;
}
}
@media screen and (max-width: 750px) {
  .main1 .main1-article {
    flex-direction: column;
    height: auto;
  }
  .main1 .main1-article .main1-left .swiper {
    padding-bottom: 30px;
    width: 100%;
  }
  .main1 .main1-article .main1-left .swiper .swiper-wrapper .swiper-slide.item {
    height: 4.8rem;
  }
  .main1 .main1-article .main1-left {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .main1 .main1-article .main1-right {
    width: 100%;
    height:335px;
  }

  .main2,
  .main3 {
    margin-top: 0.45rem;
  }
  .main4 .main4-link .item .title {
    font-size: 18px;
  }
  .main1 .main1-article .main1-left .swiper .swiper-pagination {
    width: 100%;
    text-align: center;
  }
  .main1 .main1-article .main1-left .swiper .swiper-pagination .swiper-pagination-bullet {
    min-width: 25px;
  }
  .main1 .main1-article .main1-left .swiper .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #cacaca;
  }
}
@media screen and (max-width: 650px) {
  .main3 .main3-media {
    flex-direction: column-reverse;
  }
  .main3 .main3-media .main3-left,
  .main3 .main3-media .main3-right {
    width: 100%;
  }
  .main3 .main3-media .main3-right {
    position: relative;
    margin-bottom: 20px;
  }
  .main3 .main3-media .main3-right .item .pic {
    height: auto;
    min-height: auto;
  }
}
@media screen and (max-width: 600px) {
  .research .research-list .item .right-col .pic,
  .research .research-list .item .right-col .cover {
    display: none;
  }
  .research .research-list .item.on .left-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .research .research-list .item.on .right-col {
    transform: none;
    width: 100%;
    position: relative;
    text-align: center;
  }
  .research .research-list .item.on {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 15px;
  }
  .research .research-list .item .right-col .title::after {
    width: 35%;
  }
  .research .research-list .item .right-col .title {
    left: auto;
    right: auto;
    transform: none;
    position: relative;
  }
  .member .member-list .member-swiper .swiper-wrapper .swiper-slide .title {
    font-size: 16px;
  }
  .member .member-list .member-swiper .swiper-wrapper .swiper-slide .zhic {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .main4 .main4-link .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
    height: auto;
    min-height: auto;
  }
  .main4 .main4-link .item a {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
@media screen and (max-width: 460px) {
  .member .member-list .member-swiper .swiper-button-prev {
    left: 41.5%;
  }
  .member .member-list .member-swiper .swiper-button-next {
    right: 41.5%;
  }
}
 .acade .acade-swiper {
            margin-top: 0.47rem;
            padding-bottom: 0.4rem;
        }

        .acade .acade-swiper .swiper1 {
            padding: 0 7px 0.42rem;
            height: 3.06rem;
            min-height: 240px;
        }

        .acade .acade-swiper .swiper1 .swiper-wrapper {
            height: 100%;
        }

        .acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide {
            height: 100%;
            box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
        }

        .acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a {
            display: flex;
            width: 100%;
            height: 100%;
            justify-content: space-between;
        }

        .acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a .img {
            width: 44.9%;
            height: 100%;
            overflow: hidden;
        }

        .acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a .img img:hover {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

        .acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a .info {
            flex: 1;
            box-sizing: border-box;
            padding: 0.16rem 5px 0.25rem 0.24rem;
            background-color: #fff;
        }

        .acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a .info .date {
            position: relative;
            font-size: 18px;
            color: #FFFFFF;
            width: 1.27rem;
            height: 0.4rem;
            display: flex;
            align-items: center;
            padding-right: 7px;
            justify-content: center;
            background: url(../images/acade-date-bg.png) no-repeat right center;
            box-sizing: border-box;
            min-width: 117px;
            min-height: 35px;
        }

        .acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a .info .title {
            font-size: 18px;
            font-weight: bold;
            line-height: 30px;
            display: -webkit-box;
            overflow: hidden;
            -webkit-line-clamp: 2;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            margin-top: 0.12rem;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

        .acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a .info .title:hover {
            color: #003f88;
        }

        .acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a .info .speaker {
            margin-top: 0.09rem;
            font-size: 18px;
            color: #003F88;
            line-height: 30px;
            display: -webkit-box;
            overflow: hidden;
            -webkit-line-clamp: 1;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            font-weight: bold;
        }

        .acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a .info .other {
            margin-top: 0.17rem;
        }

        .acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a .info .other>li {
            padding-left: 22px;
            font-size: 14px;
            color: #999999;
            line-height: 30px;
            background-repeat: no-repeat;
            background-position: left center;
            display: -webkit-box;
            overflow: hidden;
            -webkit-line-clamp: 1;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
        }

        .acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a .info .other>li:nth-child(1) {
            background-image: url(../images/acade-time-icon.png);
        }

        .acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a .info .other>li:nth-child(2) {
            background-image: url(../images/acade-address-icon.png);
        }

        .acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a .info .more {
            margin-top: 0.1rem;
            width: 1.02rem;
            height: 0.32rem;
            background: rgba(0, 63, 136, 0);
            border: 1px solid #E4E4E4;
            min-width: 80px;
            min-height: 26px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            color: #999999;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

        .acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a .info .more:hover {
            color: #fff;
            border-color: #003f88;
            background: #003f88;
        }

        @media screen and (max-width: 1350px) {
            .acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a .info .other {
                margin-top: 0.05rem;
            }

            .acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a .info .other>li {
                line-height: 24px;
            }
.acade .acade-swiper .swiper1{
    height: 3.26rem;
}
.acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a .info .title,.acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a .info .speaker,.acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a .info .date{
    font-size: 16px;
}
        }

        @media screen and (max-width: 1250px) {

            .acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a .info .date {
                font-size: 16px;
            }

            .acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a .info .title,
            .acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a .info .speaker {
                font-size: 16px;
                line-height: 24px;
            }

        }


        @media screen and (max-width: 1070px) {
            .acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide a .info {
                display: flex;
                flex-direction: column;
                justify-content: space-around;
            }
        }

        @media screen and (max-width: 620px) {
            .acade .acade-swiper .swiper1 {
                padding-left: 0;
                padding-right: 0;
            }

            .acade .acade-swiper .swiper1 .swiper-wrapper .swiper-slide {
                box-shadow: none;
            }
        }