.news-wrap{}
.news{
    margin-top: 30px;
    background-color: #fff;
}
.news .box-top{
    border-bottom: 1px solid rgb(193, 193, 193);
}
.news .box-nav{

}
.news .box-nav ul li{
    margin: 0 20px;
    float: left;
}
.news .box-nav ul li a{
    color: #333;
    line-height: 60px;
    font-size: 16px;
}
.news .box-location{
    margin-right: 20px;
}
.news .box-location a{
    line-height: 60px;
}
.news .box-location a:hover{
    color: #8e1019;
}
.news .box-article{

}
.news .article-img{
    margin-left: 20px;
}
.news .box-article ul>li{
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(238, 238, 238);
}
.news .box-article ul>li a{
    color: #333;
}
.news .box-article ul>li a:hover{
    color: #8e1019;
}
.news .box-article ul>li img{
    cursor: pointer;
}
.news .box-article ul>li img:hover{
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    box-shadow:0 10px 20px rgba(0,0,0,0.1);
}
.news .article-des{
    font-size: 14px;
    margin: 10px 30px;
}
.news .article-des h2{
    font-size: 18px;
}
.news .date{
    line-height: 2.5;
}
.news .article-des p{
    display: block;
    width: 705px;
    font-size: 14px;
}