/*  内容盒子   */
.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%;
    font-size:13px;
    font-weight:normal;
    text-align:left;
}
.detailed p{
    line-height: 150%;
    margin-top: 10px;
}
.detailed img{
    width: 100% !important;
    height: auto !important;
}

.detailed>p>img{
    width: 100% !important;
    height: auto !important;
}
.detailed div:first-child{
    font-weight:600;
    text-align:center;
    margin-bottom:14px;
}

