.m-right{
    border: 1px solid #DEDEDE;
    background: #fff;
    margin-bottom: 30px;
}
.news{
    padding: 33px 20px 40px;
}
.d-tit{
    text-align: center;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 19px;
}
.d-tit h3{
    font-size: 18px;
    color: #333;
    margin-bottom: 16px;
}
.d-tit1 i{
    display: inline-block;
    font-size: 12px;
    color: #999999;
    line-height: 12px;
    font-style: normal;
}
.d-tit1 i img{
    float: left;
    width: 16px;
    height: 12px;
    margin-right: 10px;
}
.d-container{
    font-size: 14px;
    color: #666;
    text-align: justify;
    line-height: 24px;
    padding: 30px 0px 30px;
    word-wrap: break-word;
}
    .d-container img {
        max-width:100%;
    }
.news .d-bottom span{
    display: block;
    width: 265px;
    padding: 0px 20px;
    line-height: 24px;
    font-size: 12px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
 white-space: nowrap;
}
.news .d-bottom span a{
    font-size: 12px;
    color: #999999;
}
.d-bottom span:hover,.d-bottom span:hover a{
    color: #FD7466;
}
.d-bottom span em{
    display: inline-block;
    font-style: normal;
}