/*content*/
.content{
	border-top: 4px solid #e0e5eb;
}
/*content-left*/
.content {
	background: #f1f2f7;
	padding-bottom: 30px;
}
.content .row {
	margin:0;
}
.content .content-l {
	padding:0;
}
.content .content-l dl>h3{
	color: #345c97;
	margin-top: 0;
	margin-bottom: 15px;
}
.content .content-l dl {
	padding:15px 0 10px 0;
	border: 2px solid #dddce2;
	background: #FFFFFF;	
	overflow:hidden;
}
.content .content-l dl:nth-of-type(1){
	border-top: 0;
}
.content .content-l .content-media:nth-of-type(1){
	border-top: 4px solid #365d98;
}
.content .content-l dl dt {
	width: auto;
}
.content .content-l dl dd {
	margin: 0;
}
.content .content-l dl dd h4 {
	font-size: 20px;
	margin-bottom: 17px;
}
.content .content-l dl dd h4 a {
	color:#000000;
}
.content .content-l dl dd p {
	font-size: 12px;
	color: #7a7a7c;
}
/*content-left*/

.content .content-l img {
	width:100px;
	height:100px;
}
/*content-right*/
/*content*/