.content {
	font-size: 12px;
	line-height: 25px;
	color: #333;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #0d799d;

}
.content .ctitle {
        width:80%;
        margin:0 auto;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
    }
.content .cauthor {
	line-height: 25px;
	color: #000;
	text-align: center;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.content .contentmain {
	font-size: 12px;
	line-height: 25px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
		min-height:200px;
}
.contentmain P{
	text-indent: 2em;
	margin: 0px;
	padding: 0px;
	
		
	}
	.content .crelative {
	line-height: 25px;
	background-color: #fff;
	padding-left:50px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
