.m-right{
    border: 1px solid #DEDEDE;
    background: #fff;
    margin-bottom: 30px;
}
.news{
    padding: 14px 20px 40px;
}
.news ul{
    margin-bottom: 30px;
}
.news ul li{
    font-size: 14px;
    color: #333333;
    border-bottom: 1px dashed #E8E8E8;
}
.news ul li a{
    display: block;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.news ul li a em{
    font-style: normal;
    float: right;
    color: #666;
}
.news ul li:hover a,.news ul li:hover a em{
    color: #FD7466;
}