.news-item{
    margin: 0 10px;
    padding: 20px 0 29px;
    border-bottom: 1px solid rgba(216,216,216,1);
}
.news-item img{
    width: 300px;
    height: 168px;
    min-width: 300px;
    min-height: 168px;
    margin-right: 40px;
    box-sizing: border-box;

}
.news-item h3{
    width: 610px;
    /* height: 20px; */
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    color: #071C2F;
    letter-spacing: 0.62px;
    font-weight: 400;
    white-space: nowrap;
                overflow:hidden;
                text-overflow:ellipsis;
}
.news-item:hover h3{
    color: #073190;
}
.news-item p{
    height: 56px;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #313336;
    text-align: justify;
    line-height: 26px;
    font-weight: 400;
    overflow: hidden;
    margin-top: 26px;
}
.news-item p.date{
    font-family: SourceHanSansCN-Normal;
font-size: 14px;
color: #6D7278;
letter-spacing: 0.44px;
font-weight: 400;
margin-top: 40px;
height: auto;
}
