.left{
    width:760px;
}
.news-info-title{
    margin-bottom:20px;
    font-size: 16px;
    font-weight: bold;
    color: #111111;
}
.news-item{
    padding:20px 0;
    border-bottom: 1px solid #999999;
    cursor: pointer;
}
/*.news-item:last-child{*/
/*    border-bottom:none;*/
/*}*/
.news-item-img{
    width: 174px;
    height: 114px;
}
.news-item-img img{
    display:block;
    width:100%;
    height:100%;
    object-fit: cover;
}
.news-item-text{
    width:100%;
    margin-left:10px;
}
.news-item-title{
    line-height:20px;
    font-size: 16px;
    color: #111111;
}
.news-item-time{
    margin:5px 0;
    height:20px;
    line-height:20px;
    font-size: 14px;
    color: #999999;
}
.news-item-desc{
    font-size: 14px;
    color: #111111;
    line-height: 24px;
}
.news-item-reading-num{
    text-align:right;
    font-size:12px;
    color:#999;
}
.news-item-title:hover{
    color:#1185EE;
}