/*新闻列表*/
.news{
    padding-top: 20px;
}
.news ul li{
    margin-bottom: 40px;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 28px;
}
.news ul li:last-child{
    margin-bottom: 0;
}
.news ul li .img{
    width: 16px;
    height: 108px;
    overflow: hidden;
    border-radius: 10px;
}
.news ul li .img img{
    height: 100%;
}
.news ul li dl{
    width:calc(100% - 204px);
}
.news ul li dl dt{
    overflow: hidden;
    font-weight: 100;
    margin: 0 0 15px 0;
    line-height: 24px;
}
.news ul li dl dt a{
    display: inline-block;
    max-width: 80%;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.news ul li dl dt span img{
    margin-right: 10px;
}
.news ul li dl dd p{
    font-weight: 100;
    max-width: 100%;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    height: 48px;
}






