.va-full-banner{
    width: 100%;
}
.va-full-banner img{
    display: inline-block;
    width: 100%;
}
.va-main-1000{
    max-width: 1000px;
    margin: 0 auto;
}
.va-mar-20{
    margin-top: 20px;
    margin-bottom: 20px;
}
.va-mar-30{
    margin-top: 30px;
    margin-bottom: 30px;
}
.va-nav a{
    line-height: 34px;
    font-size: 16px;
}
.va-nav a.on{
    font-weight: 600;
}
a:hover{
    color:#b0b0b0;
}
.va-nav span{
    line-height: 34px;
    font-size: 16px;
    padding: 0 10px;
}
.va-slide-toutiao{
    width: 100%;
    overflow: hidden;
}
.va-slide-left{
    width: 70%;
    float: left;
}
.va-toutiao-right{
    width: 26%;
    float: right;
}
.va-clear-l{
    clear: left;
}
.va-clear-r{
    clear: right;
}
.va-slide-main img{
    max-width: 100%;
}
.toutiao-title{
    font-size: 16px;
    margin-bottom: 17px;
    position: relative;
    padding-left: 15px;
}
.toutiao-title:after{
    content: '';
    width: 2px;
    height: 16px;
    background: #191512;
    position: absolute;
    left: 0;
    top: 3px;
}
.toutiao-main ul{
    list-style: unset;
    padding-left: 13px;
}
.toutiao-main ul li{
    margin-bottom: 10px;
    list-style: unset;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
}
.toutiao-main ul li:last-child{
    margin-bottom: 0px;
}
.toutiao-main ul li a{
    font-size: 14px;
}
.va-fout-img ul{
    overflow: hidden;
    display: flex;
}
.va-fout-img ul li{
    flex: 1;
    margin-right: 20px;
}
.va-fout-img ul li:last-child{
    margin-right: 0;
}
.va-fout-img ul li img{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
}
.va-left-list{
    width: 70%;
    float: left;
}
.va-right-recomment{
    width: 26%;
    float: right;
}
.va-list-item{
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
}
.va-item-left{
    width: 40%;

}
.va-item-left img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.va-item-right{
    margin-left: 5%;
    width: 55%;
    position: relative;
}
.va-right-title{
    font-size: 18px;
    margin-bottom: 15px;
}
.va-right-title .va-list-type{
    color: #b55e10;
    padding-right: 10px;
}
.va-right-title .va-list-title{

}
.va-right-info{

}
.va-right-info p{
    font-size: 14px;
    color: #9a9a9a;
    letter-spacing: 2px;
}
.va-right-time{
    font-size: 14px;
    color: #9a9a9a;
    position: absolute;
    bottom: 0;
}

.va-recomment-item{

}
.va-recomment-item .va-top-img img{
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.va-recomment-item .va-title{

}
.va-recomment-item .va-title p{
    text-align: center;
    margin: 15px 0;
}
.va-hr{

    background-color:#dadada;
    height: 1px;
    width:100%;
    border: none;
}
.font-600{
    font-weight: 600;
}
.va-list-item:last-child{
    border-bottom: 0;
}
.va-read-more{
    text-align: center;
}
.va-read-more a{
    width: 50%;
    display: inline-block;
    padding: 10px;
    border: 1px solid #b55e10;
    color: #b55e10;
}
.news-content-title{
    border-bottom: 0;
}
.va-article-des{
    border: 1px dashed #b2b2b2;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    margin-top: 20px;
}
.va-article-des .va-read-des{
    position: absolute;
    left: 10px;
    top: -10px;
    background: #fff;
    padding: 0 10px;
    color: #b2b2b2;

}

.va-none{
    display: none;
}
.paged{
    margin-bottom: 30px;
}
@media screen and (max-width: 750px){
    .va-main-1000{
        max-width: 90%;
    }
    .va-nav{
        text-align: center;
    }
    .va-nav a{
        line-height: 34px;
        font-size: 14px;
    }
    .va-slide-toutiao{
        display: none;
    }
    .va-fout-img{
        display: none;
    }
    .va-hr{
        margin-top: 10px;
    }
    .va-right-recomment{
        display: none;
    }
    .va-left-list{
        width: 100%;
    }
    .va-right-info p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .va-right-title{
        font-size: 16px;
    }
    .va-right-title .va-list-type{
        padding-right: 5px;
        display: block;
        padding-bottom: 5px;
        font-size: 14px;
    }
    .va-full-banner img{
        height: 220px;
        object-fit: cover;
    }
}