.top{ width:100%; position:fixed;top:0;}
.top_name {
	background-color: #F2EADC;
	height: 50px;
	width: 100%;
	padding:15px 0;
	background-image: url(../../Images/topbg.png);
	background-size:100% 100%;
	background-repeat: no-repeat;	
}
.top_l {
	width: 10%;
	float:left;
	text-align: right;
}
.top_c {
	width: 80%;
	float:left;
	text-align: center;
}
.top_r {
	width: 10%;
	float:left;
	text-align: left;
}

.c_body{ height:auto;margin-top:120px; padding:10px}
.c{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	padding-bottom: 10px;
	padding-top: 10px;
}
.c img{float:left; margin-right:10px}
.c h4{
	height:60px;
	line-height:20px;
	font-weight: normal;
}
.c span{ height:15px; font-size:12px; color:#333333}

/*ÁÐ±í·ÖÒ³*/
	#page {width:100%;padding:15px 0;}
    #pagetop {width:100%;padding:3px 0;}
	#pagetop ul,#page ul{margin:0 auto 5px auto; display:table;text-align:center;}
	#pagetop li,#page li{float:left;*float:none;line-height:21px;height:21px;margin: 2px;display:inline; zoom:1;}
	#pagetop span,#page span{
	font-size:14px;
	display: block;
	padding:5px;
	border: 1px solid #fff;
	color: #999999;
	height:20px;
	width:70px;
	background-color: #E4E4E4;border-radius:5px;
}
	#pagetop a,#page a{
	height:20px; width:70px;
	font-size:14px;
	display: block;
	text-decoration: none;
	margin:0px;
	color: #FFFFFF;
	padding: 5px;
	background-color: #c9302c;border-radius:5px;
}
	#pagetop a:link,#pagetop a:visited,#page a:link,#page a:visited {border: 1px solid #ffffff; }
	#pagetop a:hover,#page a:hover {background:#f8f8f8;color:#000000;}
	#pagetop #span1,#page #span1 {background:#FFFFFF;display: block;}
	#page p{height:20px; width:50px; padding: 5px;line-height:20px;}
