.index-news .more,
.index-new .more,
.index-event .more,
.index-speakers .more,
.index-video .more,
.index-pic .more{
  width: 100rem;
  height: 33rem;
  text-align: center;
  border-radius: 15rem;
  box-sizing: border-box;
  margin: 29rem auto 0;
  background: #8fc31f;
  line-height: 33rem;
  color: #fff;
  display: block;
}
.banner img{
  width: 100%;
}

.web-link{
  display: flex;
  flex-wrap: wrap;
  padding: 2px 0;
  text-align: center;
  background-color: #0053b6;
}
.web-link a{
  padding: 13px 0;
  width: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  background-color: #074187;
}
.web-link a:nth-child(1){
  background-color: #043672d1;
}

.index-news{
  width: 100%;
  background: #011e39;
  padding-bottom: 40rem;
}
.index-news .title{
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 25rem;
  color: #1467b4;
  text-transform: uppercase;
  padding: 30rem 0 19rem;
}
.index-news .list{
  padding: 0 15rem;
  box-sizing: border-box;
}
.index-news .list li a{
  width: 100%;
  border-bottom: 1rem solid #3e3e3e;
  display: flex;
  justify-content: space-between;
  padding: 20rem 0 15rem;
}
.index-news .list li .img{
  width: 90rem;
  height: 90rem;
}
.index-news .list li img{
  width: 100%;
  height: 100%;
}
.index-news .list li .tbox{
  width: calc(100% - 105rem);
}
.index-news .list li .t1{
  margin-bottom: 5rem;
  font-size: 15rem;
  color: #ccc;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news .list li .t2{
  margin-bottom: 3rem;
  color: #777;
  font-size: 12rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-news .list li .t3{
  color: #1b95ff;
}


.index-new{
  width: 100%;
  background: #00294e;
  box-sizing: border-box;
  padding: 0 15rem 38rem;
}
.index-new .title{
  font-size: 25rem;
  font-weight: bold;
  color: #1467b4;
  text-transform: uppercase;
  text-align: center;
  padding: 30rem 0 20rem;
}
.index-new .list li{
  width: 100%;
  box-sizing: border-box;
  padding: 0 10rem;
  background: url(../images/eicon1.png) left center no-repeat;
  background-size: 11rem;
  line-height: 50rem;
  border-bottom: 1rem dashed #5c6670;
}
.index-new .list li a{
  font-size: 15rem;
  color: #aaa;
}

.index-event{
  background: #011e39;
}

/* 论坛 */
.index-speakers{
  padding-bottom: 30rem;
  width: 100%;
  background: url(/public/images/luntan01.jpg) center center no-repeat;
  background-size: cover;
}
.index-speakers .title{
  font-size: 25rem;
  font-weight: bold;
  color: #1467b4;
  text-transform: uppercase;
  text-align: center;
  padding: 30rem 0 20rem;
}

.index-speakers .speaker{
  width: 100%;
}
.index-speakers .speaker .swiper-container{
  padding-bottom: 0rem;
}
.index-speakers .swiper-slide{
  padding: 0 10rem;
  box-sizing: border-box;
}
.index-speakers .speaker .speaker-box{
  width: 100%;
  text-align: center;
  padding-bottom: 36rem;
}
.index-speakers .speaker .speaker-box .img{
  width: 100rem;
  height: 100rem;
  border-radius: 50%;
  margin: 0 auto 15rem;
  overflow: hidden;
}
.index-speakers .speaker .speaker-box .img img{
  width: 100%;
}
.index-speakers .speaker .speaker-box .t1{
  font-size: 16rem;
  color: #fff;
  margin-bottom: 6rem;
}
.index-speakers .speaker .speaker-box .t2{
  width: 11rem;
  height: 1rem;
  background: #f5f5f5;
  margin: 0 auto 7rem;
}
.index-speakers .speaker .speaker-box .t3{
  font-size: 14rem;
  color: #999;
  line-height: 16rem;
}
.index-speakers .swiper-pagination-bullet{
  border: 1rem solid #f5f5f5;
}
.index-speakers .swiper-pagination-bullet-active{
  border-color: #8fc31f;
}
.index-speakers .more{
  margin-top: 0;
}

.index-video{
  width: 100%;
  background: #00294e;
  box-sizing: border-box;
  padding: 28rem 15rem 36rem;
}
.index-video .title{
  font-size: 25rem;
  color: #1467b4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 27rem;
}
.index-video .big .t1{
  font-size: 13rem;
  color: #fafafa;
  line-height: 32rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10rem;
}

.index-pic{
  width: 100%;
  background: #011e39;
  box-sizing: border-box;
  padding: 36rem 19rem 30rem;
}
.index-pic .title{
  font-size: 25rem;
  font-weight: bold;
  color: #1467b4;
  text-align: center;
  margin-bottom: 45rem;
}
.picture-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.picture-list .big{
  position: relative;
  width: 48%;
  margin-bottom: 15rem;
}
.picture-list .big:nth-child(1){
  width: 100%;
}
.picture-list .big .img{
  width: 100%;
}
.picture-list .big .img img{
  width: 100%;
}
.index-pic .big .txt{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 30rem;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  box-sizing: border-box;
  padding-left: 5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
}


.index-link{
  width: 100%;
  background: #0074c1;
  padding: 23rem 0 25rem;
}
.index-link .title{
  font-size: 24rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.index-link .list ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10rem;
}
.index-link .list li{
  margin-bottom: 20rem;
  width: 48%;
  text-align: center;
  box-sizing: border-box;
}
.index-link .list li img{
  width: 100%;
  height: 60rem;
  object-fit: contain;
  background-color: #fff;
}