.banner{
    width: 100%;
    height: auto;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.banner-img{
    width: 15rem;
    height: 2.9rem;
    display: block;
}
.main{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.detail-box{
    margin: 1rem .6rem;
    overflow: hidden;
}
.detail-title{
    font-size: .5rem;
}
.detail-top{
    margin-top: .2rem;
    border-bottom: .05rem solid #ccc;
    padding-bottom: .5rem;
}
.detail-time{
    float: left;
    font-size: .4rem;
    color: #999;
    background: url("../images/news-detail/shijian.jpg") 0 center no-repeat;
    background-size: .26rem .26rem;
    padding-left: .5rem;
    height: .8rem;
    line-height: .8rem;
}
.detail-num{
    float: left;
    font-size: .4rem;
    color: #999;
    background: url("../images/news-detail/chakan.jpg") 0 center no-repeat;
    background-size: .28rem .18rem;
    padding-left: .5rem;
    height: .8rem;
    margin-left: .5rem;
    line-height: .8rem;
}
.detail-content{
    margin: 1rem 0;
}
.detail-content img{
    width: 100%;
    height: auto;
    display: block;
}
.detail-dis{
    color: #666;
    font-size: .4rem;
    line-height: .7rem;
}
.detail-img{
    width: 10rem;
    height: auto;
    margin: .4rem auto;
    display: block;
}