.site-footer{
  background-color:#0982c7;
}
.top{
  margin:30px 0;
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.top .left{
  position: relative;
  width:calc(50% - 10px)
}
.top .left>img{
  width:100%;
}
.top .right{
  width:calc(50% - 10px);

}
.top .right .list{
  background:#0ab6cd;
  height:calc(100% - 45px)
}
.swiper{
  overflow: hidden;
}
.top .right .title{
  height:20%;
  display:flex;
  align-items: center;
}
.swiperActiveItme{
  background:#63e3ff;
  font-weight:700;
}
.top .right .title .Circle{
  width: 6px;
  height: 6px;
  background:#fff;
  border-radius:50%;
  margin-left:30px;
  margin-right:10px
}
.top .right .title a{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
#swiper .swiper-pagination {
  bottom: 13px;
  right: 0;
  left: auto;
  width: 30%;
}
#swiper .swiper-pagination-bullet-active{
  background:#fff;
}
.top .left .swiper-slide .title{
  background:#e23779;
  height: 50px;
  display: flex;
  align-items: center;
}
.top .left .swiper-slide .title a{
  height: 100%;
  width: 70%;
  margin-left: 5px;
  line-height: 50px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.oneLine{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.threeLine{
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media(max-width:650px){
  body .m-banner{
    display:block;
    width:100%;
  }
  body .banner-img{
    display:none;
  }
  body .top .left,
  body .top .right{
    width:100%;
  }
  body .top .left{
    margin-bottom:30px;
  }
  body .bottom .list .item{
    width:calc(50% - 10px);
  }
  body .bottom .list .item .title{
    font-size:16px;
  }
  body .top .right .list{
    height:200px;
  }
}
.bottom .list{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.bottom .list .item{
  margin-bottom:20px;
  width:calc(33.33% - 10px)
}
.bottom .list .item .text{
  margin-top: 10px;
}
.bottom .list .item .title{
  font-size:18px;
  font-weight:700;
}
.bottom .list .item .describe{
  text-indent: 30px;
}
.m-banner{
  display:none;
}