.r-list-content {
    background-color: #EEE;
}
.r-list-plain {
    max-width: 1250px;
    margin: 0 auto;
    padding: 50px 0;
}
.r-box {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	padding: 25px 2%;
}
.r-body {
    position: relative;
    padding: 25px 35px 35px;
    border-radius: 0 0 15px 15px;
    background-color: #FFF;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 20px rgba(0,0,0,.1);
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
}
.r-box-caption {
    height: 290px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.r-body > span {
    position: relative;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 20px;
    display: inline-block;
}
.r-body > span:after {
    position: absolute;
    content: '';
    background-color: #005392;
    width: 15px;
    height: 2px;
    top: 9px;
    right: -24px;
}
.r-body > h2 {
    color: #222;
    font-size: 17px;
    margin-bottom: 20px;
    min-height: 40px;
}
.r-body > p {
    color: #4c4949;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
    min-height: 51px;
}
.r-body > a {
    color: #005392;
    font-size: 15px;
}
@media screen and ( max-width : 1200px ){
	.r-list-plain {
		max-width: 980px;
	}
	.r-box {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
}
@media screen and ( max-width : 1024px ){
	.r-breadcrump {
		padding: 20px 0;
	}
}
@media screen and ( max-width : 768px ){
	.r-list-plain {
		max-width: 480px;
	}
	.r-box-caption {
		height: 200px;
	}
	.r-box {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}