.rxx{
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 35px;
}
.rxx .rxx-div1,.rxx .rxx-div2,.rxx .rxx-div3{
    width: 390px;
    height: autoa;
}
.rxx .rxx-div1{
    margin-right: 15px;
}
.rxx .rxx-div2{
    margin-right: 15px;
}
.rxx-div1-top{
    width: 100%;
    height: 44px;
    line-height: 42px;
    border-bottom: 3px solid #be0030;
}
.rxx-div1-top p{
    color: #333333;
    font-size: 26px;
}
.rxx-div1-top span{
    color: #bcbcbc;
    font-size: 14px;
    font-style: italic;
}
.rxx-div1-top a{
    color: #bcbcbc;
    font-size: 14px;
}
.rxx-div1-top a:hover{
    color: #604c9e;
}
.r-d-ul li{
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #bcbcbc;
}
.ymd{
    width: 65px;
    height:40px;
    margin: 18px 0px 14px 0px;
    background: #604c9e;
    position: relative;
    text-align: center;
}
.year{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #e5e4ef;
}
.m-day{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #e5e4ef;
}
.ymd img{
    width: 12px;
    position: absolute;
    top: 15px;
    right: -10px;
}
.r-d-ul li a{
    display: block;
    width: 75%;
    height: 45px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 18px 0px 14px 0px;
}
.r-d-ul li a p{
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
}
.r-d-ul li:hover a p{
    color: #604c9e;
    font-weight: bold;
}