.cms-rr-md-list {
    margin: 12px 0;
}
.cms-rr-md-list >ul {
    box-shadow: 1px 2px 3px rgba(0,0,0,0.08);
    overflow: hidden;
    border-radius: 5px;
}
.cms-rr-md-list >ul >li {
    position: relative;
    border-top: 1px solid #ededed;
    background-color: #fff;
    padding: 10px 47px 80px 314px;
    height: 201px;
}
.cms-rr-md-list >ul >li:first-child {
    border-top: none;
    height: 200px;
}
.cms-rr-md-list-images {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    border-radius: 6px;
    overflow: hidden;
    width: 286px;
    height: 180px;
    background: #f8f8f8 url("img/info/images.png") no-repeat 50% 50%;
}
.cms-rr-md-list-images-content, .cms-rr-md-list-images-content span {
    display: block;
    width: 100%;
    height: 100%;
}
.cms-rr-md-list-images-content span {
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.cms-rr-md-list-images-pager {
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    text-align: center;
    z-index: 200;
}
.cms-rr-md-list-images-pager button {
    display: inline-block;
    margin: 0 2px;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    background-color: #fff;
    border-radius: 100px;
}
.cms-rr-md-list-images-pager button.active {
    background-color: #fe5339;
}
.cms-rr-md-list-subject {
    display: block;
    margin: 10px 0 4px -1px;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.4em;
    letter-spacing: -1px;
    color: #333;
}
.cms-rr-md-list-infos {
    font-family: ;
    font-size: 12px;
    line-height: 18px;
    color: #888;
}
.cms-rr-md-list-infos li {
    max-height: 36px;
    overflow: hidden;
}
.cms-rr-md-list-btns {
    position: absolute;
    left: 314px;
    bottom: 20px;
}
.cms-rr-md-list-btns .btn {
    margin-right: 2px;
}
.cms-rr-md-list-more-wrap {
    margin: 30px 0;
    text-align: center;
}
.cms-rr-md-list-more {
    border-radius: 100px;
    padding: 19px 37px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3em;
    color: #333;
    box-shadow: 1px 2px 2px #d8d8d8;
}
.cms-rr-md-list-more i {
    margin-left: 4px;
}
