@charset "utf-8";
/* CSS Document */
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
body {
	background: url(body_bg_01.jpg) repeat-x;
	position: relative;
	font-size: 14px;
}
/*顶部导航开始*/
.top_nav {
	width: 100%;
	background: #ffffff;
	border-bottom: 2px solid #a70000;
}
.top_nav_box {
	width: 1000px;
	margin: 0px auto;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.top_nav_box a {
	font-size: 12px;
	display: inline-block;
}
.welcome {
	padding-left: 20px;
}
.rss {
	padding-right: 14px;
}
/*顶部导航结束*/
/*banner开始*/
.banner {
	width: 1000px;
	height: 171px;
	margin: 0px auto;
	background: url(http://www.jncz.gov.cn/picture/0/1709061610291655561.jpg);
}
/*banner结束*/
/*导航开始*/
.nav {
	width: 970px;
	margin: 0px auto;
	background: url(nav_bg_03.jpg) repeat-x;
	padding-left: 30px;
	overflow: hidden;
}
.nav ul li {
	width: 86px;
	height: 50px;
	margin-right: 10px;
	float: left;
}
.nav ul li:hover {
	background: url(nav_mouseover_bg_03.jpg) no-repeat;
}
.origin {
	background: url(nav_mouseover_bg_03.jpg) no-repeat;
}
.nav ul li a {
	display: inline-block;
	width: 100%;
	height: 50px;
}
.nav ul li a img {
	margin-top: 16px;
	margin-left: 8px;
}
.first {
	margin-left: 17px;
}
/*导航结束*/
/*date开始*/
.date {
	width: 1000px;
	margin: 0px auto;
	background: url(date_bg_32.jpg) repeat-x;
	height: 30px;
}
/*date结束*/
/*页面中部开始*/
.main {
	width: 980px;
	padding: 17px 10px 10px;
	background: #FFF;
	margin: 0px auto;
	-webkit-box-shadow: 0 0 20px #e9e9e9;
	-moz-box-shadow: 0 0 20px #e9e9e9;
	box-shadow: 0 0 20px #e9e9e9;
}
.main_box {
	margin-bottom: 20px;
}


.main_boxT {
	width: 740px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
}
.main_boxB {
	border: 1px solid #d9d9d9;
	padding: 56px 65px 0px;
	min-height:260px;
}

/*页面中部结束*/
/*footer开始*/
.footer {
	width: 980px;
	height: 175px;
	background: url(footer_bg_96.jpg) no-repeat;
	margin: 0px auto;
}
.footer_top {
	padding-top: 11px;
	margin-left: 13px;
	overflow: hidden;
}
.footer_top div {
	float: left;
}
.footer_top div select {
	width: 196px;
	height: 30px;
	margin-left: 13px;
	border: 1px solid #de4f0f;
}
.relation {
	background: url(foot_first_bg_99.jpg) no-repeat;
	width: 108px;
	height: 30px;
}
.relation a {
	text-align: center;
	line-height: 30px;
	width: 100px;
	display: inline-block;
	color: #FFF;
	font-weight: bold;
}
.footer_bottom {
	margin: 0px auto;
	padding-top: 50px;
	font-size: 12px;
	color: #FFF;
	overflow:hidden;
}
.footer_bottom div {
	margin-top: 10px;
}
.address {
	margin-left: 15px;
	color: #FFF;
}
.ins {
	margin-left: 18px;
}
/*footer结束*/

/* 底部相关阅读部分 */
.bt-left{float: left;}
.rdyd{font-family: '微软雅黑';}
.rdyd .bt{font-size: 22px;color: #4c67a7;height: 45px;line-height: 45px;border-bottom: 1px solid #c1cae0;}
.rdyd .list li a{font-size: 16px;line-height: 40px;}
.rdyd .list li span{font-size: 16px;line-height: 40px;color: #999999;}
.rdyd ul li{list-style: none;}
.rdyd ul li span{float: right;}
/* 底部相关阅读部分结束 */


