.newsList{
    width:100%;
    height:auto;
    background:#fff;
    padding:75px 120px 117px;
    box-sizing:border-box;
}
.lastNews{
    width:100%;
    height:auto;
    margin-bottom:20px;
}
.oldNews{
    width:100%;
    height:auto;
}
.newsBorder{
    display:inline-block;
    width:4px;
    height:16px;
    background:rgba(51,112,255,1);
    opacity:1;
    border-radius:27px;
    float:left;
    margin-right:10px;
    margin-top: 6px;
}
.lastTitle{
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(0,0,0,1);
    opacity:1;
}
.newsLastList{
    margin-bottom:45px;
}
.newsItem{
    width:100%;
    height:60px;
    line-height:60px;
    border-bottom:1px solid #CCCCCC;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(0,0,0,1);
    cursor:pointer;
}
.newsTime{
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    line-height:60px;
    color:rgba(204,204,204,1);
    opacity:1;
    float:right;
}