.go-back{
    position: absolute;
    top:50%;
    left: 2.6667vw;
    width: 6vw;
    height: 6vw;
    background: url(../images/back.png) no-repeat;
    background-size:100% 100%; 
    transform: translateY(-50%);
}
.header{
    position: relative;
    width: 100%;
    height: 12vw;
    background: #ededed;
    
}
.go-title{
    font-size: 4.8vw;
    color: #292828;
    margin-left: 8.2667vw;
    line-height: 12vw;
}
html{
    background: #f7f6f5;
}
/* 新闻 */
.news-item{
    width: 100%;
  
     background: #fff;
     margin-top: 2.6667vw;
    box-sizing: border-box;
    padding: 4.5333vw 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-item img{
   
    height: 19.2vw;
    border-radius: 1.3333vw;
    width: 25%;
}
.news-content{
    box-sizing: border-box;
    padding-left: 2vw;
    text-align: left;
    width: 75%;
   

}
.see-icon{
    display: inline-block;
    width: 4.2667vw;
    height:2.9333vw ;
    background: url(../images/eye.png) no-repeat;
    background-size:100% 100%; 
}
.news-title{
    color: #363636;
    font-size: 4vw;
    line-height: 1.4em;
}
.see-wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 4vw;

}
.multi-row{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}