

.news-content{
    padding: 0 11.4vw;
    padding-top: 2vw;
    min-height: 15vw;
}
.news-list{
    width: 78.2vw;
    margin-top: 3.2vw;
    height: 14vw;
    border-bottom: 1px dashed #999;
    min-height:126px;
    position: relative;
}
.news-list:hover{
    border-bottom: 4px solid #d9b765;
}
.news-list:last-child{
    border: none;
}
.news-content .left{
    float: left;
    width: 19.3vw;
    height: 12.55vw;
    margin-left: 5vw;
}
.news-img{
    width: 19.3vw;
    height: 12.55vw;
}
.news-content .right{
    float: left;
    padding: 0 5vw 0 2vw;
    width: 52vw;
    min-height:126px;
}
.news-content .right .text1{
    margin-top: 1vw;
    color:#d9b765;
    font-size: 1.2vw;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news-content .right .text2{
    margin-top: 1vw;
    color:#999999;
    font-size: 0.8vw;
    line-height: 1.7;
    overflow: hidden;
    /*height:4vw;*/
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-content .right .text3{
    margin-top: 1vw;
    color:#999999;
    font-size: 0.6vw;
    line-height: 1.7;
    text-align: right;
    position: absolute;
    bottom: 2vw;
    right: 3vw
}