@charset "utf-8";
.content{
	width: 100%;
	border: 1px solid #3f86be;
	border-radius: 8px 8px 0 0;
	background-color: #fff;
	margin-top: 10px;
}
.con-body{font-size:16px;}
.con-top{
	height: 45px;
	border-bottom: 1px dashed #08518b;
	line-height: 45px;
	padding-left: 20px;
        font-size:14px;
}
.con-top p,
.con-top a{
	
	color: #333333;
	font-size: 14px;
}
.con-top .red{
	color: #ff3636;
}

.con-title h3{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
}
.con-title p{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	line-height: 39px;
	margin-bottom: 35px;
}
