@charset "utf-8";
/* CSS Document */
.content{
	margin: 0 auto;
}
.content img{
	max-width:100%;
	height:auto !important;
}
.content .contitle{
	color:#333F90;
	font-size:21px;
	line-height:40px;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	margin-bottom:10px;
}
.content .contitle span{
	font-weight: bold;
}
.content .list li{
	list-style:none;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:#EEE 1px solid;
	padding-left:20px;
	position: relative;
}
.content .list li:before{
	content:'';
	width: 5px;
	height: 5px;
	position: absolute;
	background:#344190;
	left:5px;
	top:8px;
}