/* CSS Document */

/*************** 公用样式 **********************/
*{
	margin:0;
	padding:0;
}
body{
	background-color:#F2EFE8;
}
a{
	text-decoration: none;
}
/************** 头部样式 **********************/
.top{
	width:100%;
	height:20px;
	background:#2D82DC;
}
.top_warp{
	width: 980px;
	height: 20px;
	margin: 0px auto;
	color: #fff;
	text-align: right;
}
.top_warp a{
	color:#fff;
}

/************** 主体内容样式 *******************/
.main{
	width: 980px;
	height: 100%;
	margin: 0px auto;
}
.bread{
	width: 980px;
	height: 50px;
	margin-top: 10px;
	background: #fff;
	border-radius: 5px;
}
.bread span{
	width: 300px;
	height: 30px;
	font-family: 微软雅黑;
	position: relative;
	top:13px;
	left: 10px;
}
.bread a{
	color: #205882;
}
.verify{
	width: 980px;
	height: 200px;
	margin-top: 10px;
	background: #fff;
}
.verify ul{
	width: 500px;
	margin-left: 30px;
	float: left;
	list-style-type: disc;
}
.verify ul li{
	padding-top: 20px;
}
.content{
	width: 980px;
	height: 100%;
	margin-top: 10px;
	background: #fff;
	float: left;
}
.content_warp{
	width: 900px;
	height: 100px;
	margin:10px auto;
	margin: 10px auto\9;
	border-bottom:1px solid #ccc;
}
.cont_title{
	font-size: 20px;
	font-weight: bold;
	background: #ddffcc;
}
a{
	color: #000;
}
a:hover{
	color: #A5170D;
	text-decoration: underline;
}
.cont_time{
	color: #d4d4d4;
	position: relative;
	top:-25px\9;
	float: right;
}
.cont_intro{
	width: 900px;
	text-align: justify;
	text-indent: 20px;
	text-indent: 10px\9;
	margin-top: 10px;
	margin-top: -10px\9;
	line-height: 20px;
	color:#787979;
	overflow :hidden;
	text-overflow:ellipsis;
}

/***************** 协议页面样式 ************************/
.protocol_title{
	width: 980px;
	height: 50px;
	background: #fff;
	margin-top: 20px;
	text-align: center;
}
.protocol_content{
	width: 980px;
	height: 800px;
	margin-top: 30px;
	background: #fff;
}
.proto_intro{
	width: 700px;
	height: 600px;
	position: relative;
	top:30px;
	line-height: 40px;
	margin: 0px auto;
	font-size: 20px;
}
.proto_intro p{
	margin-top: 20px;

}

.button_next{
	width: 131px;
	height: 37px;
	line-height: 37px;
	background-image: url('../images/but_next.gif');
	background-repeat: no-repeat;
	background-position: left center;
	border: 0px none;
	cursor: pointer;
}
.button_next_grey{
	width: 131px;
	height: 37px;
	line-height: 37px;
	background-image: url('../images/but_next_grey.gif');
	background-repeat: no-repeat;
	background-position: left center;
	border: 0px none;
	cursor: pointer;
}
/***************** 举报页面样式 ************************/
.pro_info{
	width: 980px;
	height: 200px;
	margin-top:20px;
	background: #fff;
	font-family: 微软雅黑;
}
.pro_title{
	width: 980px;
	height: 40px;
	color: #FF6600;
	border-bottom: 5px solid #00C6FF;
}
.pro_title h4{
	width: 100px;
	height: 30px;
	position: relative;
	top:10px;
	left: 10px;
}
.info_cont{
	width: 980px;
	height: 100px;
	margin-top: 10px;
}
.report_in{
	width: 200px;
	height: 25px;
}
.info_cont td{
	padding-top: 20px;
}

.report_content{
	width: 980px;
	height: 100%;
	margin-top: 30px;
	background: #fff;
	font-family: 微软雅黑;
}
.report_warp{
	width: 980px;
	height: 100%;
	margin-top: 10px;
}
.btn_submit{
	background-image: url('../images/submit90x30.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	width: 90px;
	height: 30px;
	line-height: 23px;
	font-size: 16px;
	color: #FFF;
	font-weight: bolder;
	border: 0px none;
	cursor: pointer;
}

/********************** 文章样式 *****************************/
.article{
	width: 980px;
	height: 100%;
	margin-top: 20px;
	background: #fff;
}
.article_line{
	width: 980px;
	height: 80px;
	border-bottom: 5px solid #00C6FF;
	text-align: center;
}
.article_line h2{
	position: relative;
	top:15px;
}
.article p{
	width: 800px;
	height: 100%;
	margin: 20px auto;
	text-indent: 30px;
	line-height: 30px;
	text-align: justify;
	font-size: 18px;
	overflow: hidden;
}