/*  内容盒子   */
.box2{
    width: 90%;
    margin: 0 auto;
    padding: 18px 0;
}
/*  公用标题   */
.box2 div{
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}
/*  新闻列表   */
.new div{
    font-size: 15px;
    font-weight: 600;
}
.new>a>ul{
    margin-top: 30px;
    overflow: hidden;
}
.new>a>ul>li:nth-child(1){
    font-size: 13px;
    font-weight: 600;
}
.new>a>ul>li:nth-child(2){
    margin-top: 6px;
    line-height: 150%;
}
.new>a>ul>li:nth-child(3){
    margin-top: 6px;
    color: #787878;
}
/*  新闻详情   */
.detailed{
    font-size: 12px;
}
.detailed div{
    line-height: 150%;
}
.detailed p{
    text-indent: 22px;
    line-height: 150%;
    margin-top: 30px;
}
.detailed img{
    margin-top: 30px;
    height: 144px;
}
.detailed-img{
    text-align: center;
}