.banner{
  height: 8rem;
}
.banner .swiper-slide{
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
.banner .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.13rem;
  border-radius: .05rem;
  background: #fff;
  opacity: .7;
}
.banner .swiper-pagination-bullet-active{
  width: .75rem;
  background-color: #087dcd;
  opacity: 1;
}
.news-list {
    position: relative;
    z-index: 3;
    margin-top: .4rem;
}
.news-list .item:before {
    content: " ";
    position: absolute;
    left: 0;
    top: .4rem;
    width: .10666667rem;
    height: .4rem;
    background-color: #0084ff;
}
.news-list  .item {
    position: relative;
    width: 9.2rem;
    height: 1.6rem;
    box-sizing: border-box;
    padding: .33333333rem .4rem;
    border: #e4e4e4 solid 1px;
	list-style: none;
	margin-bottom: 0.3333rem;
}
.news-list .item .link {
	 display: block;
    position: absolute!important;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    z-index: 8;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
}
.news-list  .item h3 {
    font-size: .37rem;
    line-height: .53333333rem;
	color:#999;
}
.news-list  .item h3 a{

	color:#333;
}
.news-list .item p {
    margin-top: .2rem;
    font-size: .34666667rem;
    color: #999;
    line-height: .48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: .96rem;
}