@charset "gb2312";

html {font-size: 62.5%;}
body {font-size:15px;font-family:"微软雅黑";background:url(dabj.jpg) no-repeat top center;background-attachment:fixed;}
ul,ol,li {margin: 0;border: 0;padding: 0;list-style:none;-webkit-margin-before: 0;-webkit-margin-after: 0;}
h1,h2,h3,h4,h5,h6 {margin: 0;padding: 0;border: 0;}
/*所有元素使用box-sizing和background-size*/
body, ul, li, h1, h2, h3, h4, h5, h6, p, form, dl, dt, dd, input,div,span,img,a,* {margin: 0;border: 0;padding: 0;box-shadow: none; text-shadow:none;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-webkit-margin-before:0;-webkit-margin-after:0;}
.clear {clear:both;font-size:1px;width:100%;height:0;visibility:hidden;margin-top:0px!important;*margin-top:-1px;line-height:0;}

/***********************************************************************************************************************************/

/*定义html5元素 兼容IE8*/
header, section, footer, aside, nav, main, article, figure {display: block;margin: 0;border: 0;padding: 0;box-shadow: none;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}

/*定义所有图片自适应*/
img {max-width: 100%;width: auto;}
/*************************************************************************************************************************************/

.fz_nav{ height:30px; width:1000px; margin:0 auto; overflow:hidden; background:#f6f6f6; line-height:30px;}
.fz_nav_left{ font-size:13px; padding-left:12px; float:left;}
.fz_nav_right{ float:right; height:30px; margin-right:15px;}
.fz_nav_right div{ float:left; height:30px; font-size:13px; line-height:30px; }

/*politics-content*/
div.special-content {
	width: 1000px;
	min-height: 886px;
	margin: 10px auto;
	padding: 15px;
	background-color: white;
}
div.special-content h1 {
	width:100%;
	height:15px;
	line-height:15px;
	color: #0c599f;
	font-size: 15px;
	text-indent: 15px;
	margin-bottom:5px;
	background-image: url(rc-pic-001.png);
	background-repeat: no-repeat;
}
div.special-content ul li {
	float: left;
	width: 308px;
	height: 250px;
	margin: 7px;
	padding: 18px 13px 9px 13px;
	border: 2px solid #e9e9ea;
}
div.special-content ul li img {
	width: 278px;
	height: 80px;
}
div.special-content ul li h2 {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	margin: 5px 0;
}
div.special-content ul li p {
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 26px;
	text-indent: 26px;
}
div.special-content ul li a {
	color: red;
}
