/* 路由导航 */
.navigat-wrap{
    width: 100%;
    height: auto;
    padding: 51px 0 37px;
    background-color: #FCF9FC;
}
.navigat-box{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.navigat-box a,.navigat-box span{
    font-size: 14px;
    color: #999999;
}
/* 新闻详情 */
.newsDetail-wrap{
    width: 100%;
    height: auto;
    background-color: #FCF9FC;
}
.newsDetail-box{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}
.newsDetail-text{
    color: #333333;
    font-size: 24px;
    text-align: center;
}
.newsDetail-time{
    font-size: 12px;
    color: #999999;
    text-align: center;
    margin-top: 29px;
}
.newsDetai{
    margin-top: 81px;
    padding-bottom: 98px;
    border-bottom: 1px solid #D9D9D9;
}
.newsDetai img{
    width: 100%;
    height: auto;
}
.newsDetai p{
    font-size: 12px;
    color: #333333;
    line-height: 30px;
    letter-spacing: 1.2px;
}
.paging-wrap{
    margin-top: 30px;
    padding-bottom: 140px;
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
}
.paging-left p{
    margin-top: 19px;
}
.paging-left p:first-child{
    margin-top: 0;
}
.paging-left a{
    font-size: 14px;
    color: #666666;
}
.paging-left a:hover{
    color: #90C42F;
}
.paging-right a{
    display: inline-block;
    width: 96px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #ffffff;
    background-color: #90C42F;
}
@media screen and (max-width:768px){
    .newsDetai{
        margin-top: 41px;
        padding-bottom: 48px;
    }
}