/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0;}
ul{
	list-style:none;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
body{
	background:#fcfcfc;
	font-family:'微软雅黑';
	font-size:14px;
	min-width:1260px;
	_width:1260px;
}
.clear{
	clear:both;
}
.clearfix:after{
	content:'.';
	height:0;
	clear:both;
	display:block;
	overflow:hidden;
}
.clearfix{
	zoom:1;
}
.wrapper{
	width:1100px;
	margin:0 auto;
}
*:focus{
	outline:none;
}
input{
	font-family:'微软雅黑';
}

/*logo*/
.logo{ 
	height:82px;
	overflow:hidden;
}
.logo h1{
	float:left;
}
.logo ul{
	float:right;
}
.logo li{
	display:inline;
	padding:0 5px;
	font-size:14px;
	line-height:82px;
}
.logo li a{
	color:#999;
}
.logo li a:hover{
	color:#f00;
}


/*banner*/

#banner{
	background:url(../images/banner.jpg) no-repeat center center;
	height:200px;
}

/*nav*/

.nav{
	background:#eb004a;
}
.nav li{
	height:40px;
	line-height:40px;
	float:left;
}
.nav li a{
	color:#fff;
	padding:0 25px;
	display:block;
	height:40px;
}
.nav li a:hover{
	background:#dd5e40;
}

/*mian*/

.main{
	padding:20px 0px;
}

.hit_area{
	border:1px dashed #999;
	/*padding:20px;*/
	height:100px;
	margin-bottom:20px;
}
.hit_area h3{
	float:left;
	width:30px;
	padding:20px 10px;
	text-align:center;
	border-right:1px dashed #999;
	height:60px;
	color:#eb004a;
	font-size:16px;
}
.hit_area h3.all{
	padding:8px 10px;
	height:84px;
}

.detail{
	float:left;
	/*padding-left:30px;*/
	width:1047px;
}
.province{
	height:40px;
	line-height:40px;
	border-bottom:1px dashed #999;
	padding-left:30px;
	color:#c95338;
	font-size:16px;
	overflow:hidden;
}

.province .pro{
	float:left;
}
.province p{
	float:right;
	color:#666;
	padding-right:20px;
	font-size:14px;
}
.province p em{
	font-style:normal;
	color:#eb004a;
	font-weight:bold;
	padding:0 2px;
}
.subject li{
	float:left;
	line-height:60px;
	padding-left:30px;
}
.subject li a{
	color:#333;
	font-size:14px;
}
.subject li a strong{
	color:#f00;
	font-size:12px;
}

/*footer*/
.footer{
	border-top:1px solid #ccc;
	/*margin-top:20px;*/
	padding:20px 0;
}
.footer p{
	height:30px;
	line-height:30px;
	color:#999;
	text-align:center;
}

.footNav a{
	color:#999;
	margin:0 8px;
}
.footNav a:hover{
	text-decoration:underline;
}

