body{
    background-color: #F3F3F3;
}
/*中间内容*/
 .place{
   
}
.banner-inner {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner-wrapper {
    position: relative;
    height: 0;
    padding-top: 23.5%;
}


.banner-box{
    position:relative;
    /* width:100%; 
    height:100%; */
}
.banner-img-box{
    z-index: 1;
    /* position: absolute; */
    top: 0;
    width: 100%;
    height: 100%;
}
.banner-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*面包屑*/
.navigation-box{
    background-color: #fff;
    color:#999999;
    /* padding-bottom:15px; */
}
.navigation-content{
    height:80px;
    line-height:80px;
    border-bottom: 1px solid #EEEEEE;
}
.navigation-item{
    font-size: 20px;
    font-family: Source Han Sans SC VF-Normal, Source Han Sans SC VF;
    font-weight: 400;
    color: #999999;
    line-height: 23px;
}
.navigation-end{
    font-size: 20px;
    font-family: Source Han Sans SC VF-Normal, Source Han Sans SC VF;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
}
.navigation-active{
    color:#21A63B;
    padding-bottom:27px;
    border-bottom:2px solid #21A63B;
}
.navigation-item:last-child{
    margin-right:0;
}





/*新闻详情*/
.previous{
    font-size: 20px;
    color: #333333;
    line-height: 23px;
    margin-top:30px;
}
.means-detail{
    background-color: #fff;
    margin-top:30px;
    margin-bottom:130px;
    padding:52px 150px;
}
.news-detail{
    padding-left:28px;
}
.item-date-box{
     padding-right:28px;
    border-right:1px solid #ccc;
}
.item-date{
    font-size: 36px;
    color: #000000;
   
}
.item-years{
    font-size: 18px;
    color: #000000;
}
.news-title{
    font-size: 32px;
    color: #000000;
    margin-bottom:15px;
}
.line-bottom{
    height: 7px;
    background: #F3F3F3;
    margin-top:29px;
}
.detail-content{
    margin-top:30px;
    border-bottom:1px solid #CCCCCC;
    padding-bottom:28px;
}
.detail-content img{
    max-width: 100%;
}
.news-line{
    height: 16px;
    border-right: 1px solid #CCCCCC;
    margin:0 28px;
}
.news-prev img{
    margin-right:13px;
    width:17px;
    height:8px;
}
.news-next{
    text-align: right;
}
.news-next img{
    margin-left:13px;
    width:17px;
    height:8px;
}
@media (max-width: 768px) {
      /*banner 和 导航*/
    .banner-title{
        font-size:20px;
    }
    .banner-wrapper {
        padding-top: 47%;
    }
    .banner-wrapper {
        position: relative;
        height: 0;
        padding-top: 23.5%;
    }
    .navigation-item,.navigation-end{
        font-size:16px;
    }
    .navigation-content{
        height:60px;
        line-height:60px;
    }
    .navigation-active{
        padding-bottom:20px;
    }

    .news-next{
        text-align: left;
    }
    .means-detail{
        padding:12px;
        margin-top:10px;
        margin-bottom:30px;
    }
    .line-bottom{
        margin-top:15px;
    }
    .item-date{
        font-size:18px;

    }
    .item-years{
        font-size:12px;
    }
    .news-title{
        font-size:18px;
    }
    .news-author,.news-look{
        font-size:14px;
    }
   .previous{
    font-size:14px;
    margin-top:12px;
   }
   
}
