/* banner图 */
.banner-wrap{
    width: 100%;
    height: auto;
    font-size: 0;
}
.banner-wrap img{
    width: 100%;
    height: 100%;
}
/* 路由跳转 */
.router-wrap{
    width: 100%;
    height: 80px;
    box-shadow:0 2px 5px rgba(100, 100, 100, 0.5);
}
.router-list{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.router-item a{
    display: inline-block;
    width: 130px;
    height: 80px;
    text-align: center;
    font-size: 16px;
    line-height: 80px;
}
.router-itemOn a{
    color: white;
    background-color: #54B33E;
}
/* 当前位置 */
.nowSite-wrap{
    width: 100%;
    height: auto;
    margin-top: 44px;
}
.nowSite{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    font-size: 14px;
    color: #666666;
    align-items: center;
    justify-content: flex-start;
}
.nowSite a:hover{
    color: #54B33E;
}
/* 新闻详情 */
.newsDetail-wrap{
    width: 100%;
    height: auto;
}
.newsDetail-box{
    max-width: 1200px;
    margin: 0 auto;
}
.newsDetail-title{
    padding: 50px 0 15px;
    border-bottom: 1px solid #EBEAEA;
}
.newsTitle-text{
    color: #666666;
    font-size: 24px;
    text-align: center;
}
.newsTime-text{
    margin-top: 20px;
    text-align: center;
    color: #999999;
    font-size: 14px;
    line-height: 28px;
}
.newsDetail-text{
    padding-top: 30px;
}
.newsDetail-text p{
    font-size: 12px;
    color: #333333;
    line-height: 28px;
}
.newsDetail-text img{
    /*width: 100%;*/
}
/* 上一篇、下一篇 */
.prevNext-wrap{
    width: 100%;
    height: auto;
    margin-top: 53px;
    margin-bottom: 80px;
}
.prevNext-box{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 24px 0;
    border-top: 1px solid #EBEAEA;
    align-items: center;
    justify-content: space-between;
}
.prevNext-box a:hover{
    color: #54B33E;
}