.content_title{margin-top:20px;}
@charset "utf-8";
.content {
	font-size: 12px;
	line-height: 25px;
	color: #333;
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e0e0e0;

}
.content .ctitle {
	font-size: 16px;
	font-weight: bold;
	color: #06C;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.content .cauthor {
	line-height: 25px;
	background-color: #f2f2f2;
	text-align: center;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.content .contentmain {
	font-size: 12px;
	line-height: 25px;
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
		min-height:500px;
}
.contentmain P{
	text-indent: 2em;
	margin: 0px;
	padding: 0px;
	
		
	}
	.content .crelative {
	line-height: 25px;
	background-color: #f2f2f2;
	padding-left:50px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
@media screen and (max-width:568px){
  .content{width:100%;}
  .content .cauthor{width:100%;}
}