@charset "utf-8";
/* CSS Document */
.content{
	margin: 0 auto;
}
.content img{
	max-width:100%;
	height:auto !important;
}
.content .info{
	border-left:#6A3D89 5px solid;
	padding:10px;
	background:#EAEAEA;
	color:#464646;
	font-size: 14px;
	line-height:1.2;
}
.content .contitle{
	color:#6A3D88;
	font-size:17px;
	font-weight:bold;
	line-height:40px;
}