﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

html, body {
	font-size: 14px;
	font-family: "微软雅黑", "宋体";
}

a {
	color: #333333;
}

a:hover {
	color: #014c9a;
}

img {
	border: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.blank5 {
	clear: both;
	height: 5px;
}

.blank10 {
	clear: both;
	height: 10px;
}

.blank15 {
	clear: both;
	height: 15px;
}

.blank20 {
	clear: both;
	height: 20px;
}

.blank25 {
	clear: both;
	height: 25px;
}

.blank30 {
	clear: both;
	height: 30px;
}

/* 顶部LOGO */
.top {
	width: 100%;
	min-width: 1200px;
	max-width: 1903px;
	height: 197px;
	margin: 0 auto;
	background: url(../images/topBg.png) no-repeat;
}

.topBox {
	width: 1200px;
	height: 197px;
	margin: 0 auto;
}

.top-tool a {
	line-height: 30px;
}

.topBox .logo img {
	margin-top: 18px;
}

.topBox .search input[type=text] {
	width: 250px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #a3a3a3;
	/*margin-top: 50px;*/
	padding-left: 10px;
	background: white;
	border: none;
	outline: none;
	float: left;
	/*position: relative;*/
	/*left: 3px;*/
}
.search_p{
	overflow: hidden;
	padding-top: 35px;
}
.topBox .search input[type=button] {
	width: 40px;
	height: 40px;
	border: none;
	background: url(../images/searchBtn.png) no-repeat;
	/*position: relative;*/
	/*top: 15px;*/
	/*left: 0;*/
	cursor: pointer;
}

.topBox .search p {
	margin-top: 15px;
}

.topBox .search span {
	font-size: 16px;
	color: #333333;
	margin-top: 15px;
	margin-left: 15px;
	position: relative;
	top: -3px;
}

/* 导航栏 */
.nav {
	width: 100%;
	min-width: 1200px;
	max-width: 1903px;
	height: 53px;
	margin: 0 auto;
	background: #1b50a0;
}

.navBox {
	width: 1200px;
	margin: 0 auto;
}

.nav .cat>li {
	float: left;
	text-align: center;
}

.nav .cat>li>a {
	display: block;
	width: 150px;
	height: 53px;
	line-height: 53px;
	font-size: 20px;
	color: white;
	font-weight: bold;
}

.nav .cat>li>a:hover, .nav .cat>li.active>a {
	background: #409ae6;
}

.nav .cat .subCat {
	background: rgba(64, 154, 230, .9);
	position: absolute;
	z-index: 999;
}

.nav .cat .subCat>li>a {
	display: block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: white;
}

.nav .cat .subCat>li>a:hover {
	color: #0e60a6;
	background: #d7ebf0;
}

/* 头条新闻 */
.headNews {
	width: 100%;
	min-width: 1200px;
	max-width: 1903px;
	height: 80px;
	margin: 0 auto;
	padding: 20px 0;
	background: white;
}

.headNewsBox {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.headNewsBox h2 {
	margin-bottom: 15px;
}

.headNewsBox h2 span {
	font-size: 30px;
	color: #0042fe;
}

.headNewsBox h2 a {
	font-size: 30px;
	color: #eb010b;
}

.headNewsBox ul li {
	display: inline-block;
}

.headNewsBox ul li.line {
	margin: 0px 15px;
	line-height: 25px;
}

.headNewsBox ul li a {
	font-size: 18px;
}

/* 主体内容 */
.main {
	width: 100%;
	min-width: 1200px;
	max-width: 1903px;
	margin: 0 auto;
	padding: 30px 0;
	background: #ecf0f1;
}

.focusNews {
	width: 1200px;
	margin: 0 auto;
}

.focusBox {
	position: relative;
	width: 600px;
	height: 395px;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	text-align: left;
	background: white;
}

.focusBox .pic img {
	width: 600px;
	height: 395px;
	display: block;
}

.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;
}

.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 36px;
	width: 100%;
	overflow: hidden;
}

.focusBox .txt li {
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: -36px;
}

.focusBox .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 18px;
	text-decoration: none;
}

.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 45px;
	left: 45%;
}

.focusBox .num li {
	float: left;
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	margin-right: 8px;
	cursor: pointer;
}

.focusBox .num li a, .focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}

.focusBox .num li span {
	z-index: 1;
	background: #f2ebee;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.focusBox .num li.on a, .focusBox .num a:hover {
	background: #ec1d1d;
}

/* 通知公告 */
.notice {
	width: 581px;
	height: 90px;
	background: url(../images/noticeBg.png) no-repeat;
}

.m_wnews {
	width: 490px;
	position: relative;
	height: 90px;
	overflow: hidden;
	float: right;
	padding: 10px 0;
}

.m_wnews a {
	color: #2A78B4;
}

.m_wnews div {
	padding: 3px;
	line-height: 2em;
}

#miniNewsRegion div a {
	display: block;
	width: 450px;
	height: 32px;
	font-size: 17px;
	color: #000000;
	background: url(../images/noticeSpot.png) no-repeat;
	background-position: 8px 13px;
	padding-left: 25px;
}

#miniNewsRegion div a:hover {
	color: #014c9a;
}

#miniNewsRegion div a span.date {
	float: right;
}

/* 执法动态 */
.zfdt {
	width: 581px;
	height: 278px;
	margin-top: 25px;
}

.zfdtHead {
	width: 581px;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #b0b0b0;
}

.zfdtHead ul li {
	display: inline-block;
	font-size: 17px;
	margin-right: 20px;
	text-align: center;
	padding: 0 10px;
}

.zfdtHead ul li.active {
	font-size: 20px;
	background: #0864b3;
	border-radius: 8px 8px 0 0;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

.zfdtHead span a {
	display: block;
	width: 71px;
	height: 26px;
	background: url(../images/moreBg.png) no-repeat;
	position: relative;
	left: 510px;
	top: -36px;
	line-height: 26px;
	text-align: center;
	padding-left: 3px;
	color: #868a8b;
}

.zfdtBody {
	padding: 15px;
}

.zfdtBody ul li {
	line-height: 45px;
}

.zfdtBody ul li a {
	font-size: 18px;
}

.zfdtBody ul li span {
	float: right;
	font-size: 18px;
	color: #666666;
}

.specialFocusBox {
	position: relative;
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
}

.specialFocusBox .pic {
	position: relative;
	z-index: 0;
}

.specialFocusBox .pic img {
	width: 1200px;
	height: 120px;
	display: block;
}

/* 政策信息 */
.commonNews {
	width: 1200px;
	margin: 0 auto;
}

.commonNewsLeft {
	width: 825px;
}

.commonNewsLeft .infoBox {
	width: 390px;
	overflow: hidden;
}

.infoBoxHead {
	width: 390px;
	height: 42px;
	border-bottom: 1px solid #b0b0b0;
}

.infoBoxHead label {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	color: #02528b;
	font-weight: bold;
	border-bottom: 2px solid #245ca1;
}

.infoBoxHead a {
	display: block;
	float: right;
	width: 71px;
	height: 26px;
	background: url(../images/moreBg.png) no-repeat;
	line-height: 26px;
	text-align: center;
	padding-left: 3px;
	margin-top: 8px;
	color: #868a8b;
}

.infoBoxTit {
	margin: 20px 0 10px 0;
}

.infoBoxTit a {
	font-size: 18px;
}

.infoBoxDesc {
	font-size: 15px;
	color: #666666;
	line-height: 28px;
}

.infoBoxDesc a {
	color: #014c9a;
}

.infoBoxDesc span {
	color: #014c9a;
	float: right;
}

.infoBox .line {
	border-bottom: 1px dashed #b5b5b5;
	height: 25px;
	margin-bottom: 18px;
}

.infoBoxUl ul li {
	line-height: 35px;
}

.infoBoxUl ul li a {
	font-size: 15px;
}

.infoBoxUl ul li span {
	float: right;
	font-size: 14px;
	color: #999999;
}

.midBanner {
	width: 825px;
	height: 81px;
}

.commonNewsRight {
	width: 350px;
}

.publicInfoBody a {
	display: block;
}

.publicInfoBtnGkml {
	float: left;
	width: 108px;
	height: 80px;
	margin: 15px 13px 0 0;
}

.publicInfoBtnGkml label {
	position: relative;
	left: 30px;
	top: 50px;
	cursor: pointer;
}

.publicInfoBtnXxgk {
	float: left;
	width: 170px;
	height: 80px;
	margin: 13px 10px 0 0;
}

.publicInfoBtnXxgk label {
	position: relative;
	left: 30px;
	top: 50px;
	cursor: pointer;
}

.publicInfoBtnYjs {
	float: left;
	width: 350px;
	height: 78px;
	margin-top: 13px;
}

.publicInfoBtnYjs label {
	position: relative;
	left: 140px;
	top: 30px;
	cursor: pointer;
}

.onlineAnswer {
	width: 350px;
	height: 280px;
	background: white;
}

.onlineAnswerTit {
	height: 48px;
	line-height: 48px;
	background: #2e64a5;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
}

.onlineAnswerBox {
	height: 230px;
	font-size: 15px;
}

/* 网上调查 */
.answerfocusBox {
	position: relative;
	width: 350px;
	height: 230px;
	overflow: hidden;
}

.answerfocusBox .pic img {
	width: 328px;
	height: 200px;
	display: block;
}

.answerfocusBox .hd {
	overflow: hidden;
	zoom: 1;
	position: absolute;
	bottom: 0px;
	left: 40%;
	z-index: 3
}

.answerfocusBox .hd li {
	float: left;
	line-height: 8px;
	text-align: center;
	font-size: 12px;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	cursor: pointer;
	overflow: hidden;
	background: #9f9f9f;
	margin-left: 4px;
	filter: alpha(opacity=80);
	opacity: .8;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease
}

.answerfocusBox .hd .on {
	background: #ec1d1d;
	filter: alpha(opacity=100);
	opacity: 1;
}

.answerfocusBox .prev, .answerfocusBox .next {
	width: 28px;
	height: 58px;
	position: absolute;
	top: 60px;
	z-index: 3;
}

.answerfocusBox .prev {
	background-image: url(../images/wsdcBtnLa.png);
	position: absolute;
	left: 0;
}

.answerfocusBox .next {
	background-image: url(../images/wsdcBtnRa.png);
	position: absolute;
	right: 0;
}

.answerfocusBox .prev:hover {
	background-image: url(../images/wsdcBtnLb.png);
	top: 59px;
}

.answerfocusBox .next:hover {
	background-image: url(../images/wsdcBtnRb.png);
	top: 61px;
}

.voteBox {
	line-height: 30px;
	height: 68px;
	border-bottom: 1px dotted #6a6a6a;
}

.voteBox .voteDate a {
	color: #ffa200;
}

.jzEmail {
	width: 350px;
	height: 60px;
}

/* 底部版权 */
.footer {
	width: 100%;
	min-width: 1200px;
	max-width: 1903px;
	height: 206px;
	margin: 0 auto;
	background: #3a434f;
}

.footerBox {
	width: 1200px;
	margin: 0px auto;
	padding-top: 40px;
}

.footerCode {
	width: 87px;
	text-align: center;
}

.footerCode p {
	color: white;
	font-size: 12px;
}

.footerNav {
	width: 725px;
}

.footerNav ul {
	height: 40px;
	margin-left: 60px;
	border-bottom: 1px solid #616972;
	margin-bottom: 10px;
}

.footerNav ul li {
	float: left;
}

.footerNav ul li.line {
	border-left: 1px solid white;
	height: 15px;
	margin: 0 15px;
	margin-top: 4px;
}

.footerNav ul li a {
	font-size: 16px;
	color: white;
	letter-spacing: 5px;
}

.footerNav p {
	margin-left: 60px;
	font-size: 15px;
	color: #c0c2c5;
	line-height: 25px;
}

.footerIcon {
	width: 380px;
}

.footerIcon img {
	margin: 0 10px;
}

/* 列表页区域 */
.list {
	width: 100%;
	min-width: 1200px;
	max-width: 1903px;
	margin: 0 auto;
	background: #ecf0f1;
	padding: 20px 0;
}

.listBox {
	padding: 20px;
	width: 1160px;
	margin: 0 auto;
	background: #fff;
}

.catpos {
	font-size: 14px;
	line-height: 38px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
}

.list_main {
	overflow: hidden;
}

.list_main {
	overflow: hidden;
}

.list_main_l {
	width: 250px;
	float: left;
	height: auto;
	display: block;
	background: #f7f7f7;
}

.list_main_l li {
}

.list_main_l li a {
	border-bottom: 1px solid #e6e6e6;
	display: block;
	text-align: center;
	padding: 20px;
}

.list_main_l li a:hover, .list_main_l li .a_h {
	color: #13599e;
}

.list_main_l_first {
	background: #1167b7;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	display: block;
	height: 53px;
	line-height: 53px;
	cursor: pointer;
}

.list_main_r {
	float: right;
	width: 864px;
	overflow: hidden;
	min-height: 500px;
}

.list_con {
	width: 1140px;
	margin: 0 auto;
	overflow: hidden;
	min-height: 500px;
}

.list_main_r_first {
	height: 53px;
	width: inherit;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 30px;
}

.list_main_r_first span {
	border-bottom: 3px solid #1167b7;
	color: #1167b7;
	font-size: 21px;
	display: inline-block;
	line-height: 53px;
}

.list_main_r li {
	color: #404040;
	font-size: 18px;
	line-height: 60px;
	text-indent: 10px;
}

.list_main_r li .date {
	float: right;
	color: #666666;
}

.page {
	border-top: none;
	height: 29px;
	line-height: 29px;
	margin: 20px auto;
}

.page div {
	height: 29px;
}

.page .num {
	display: block;
	float: left;
	height: 29px;
	width: 30px;
	text-align: center;
	line-height: 29px;
	margin-right: 6px;
}

.page  a {
	display: block;
	float: left;
	height: 29px;
	min-width: 30px;
	text-align: center;
	line-height: 29px;
	border: 1px solid #bebebe;
	margin-right: 6px;
	color: black;
}

.page .current, .page  a:hover {
	float: left;
	text-align: center;
	line-height: 29px;
	height: 29px;
	min-width: 30px;
	background: #2175cd !important;
	color: #ffffff;
	margin-right: 6px;
	border: 1px solid white;
}

.page .prev, .page .next, .page .first, .page .end {
	width: 63px;
	border: solid thin #ddd;
	background-color: #ddd;
}

.page .next, .page .last {
	margin-left: 10px;
}

.list_main_r_title {
	text-align: center;
	line-height: 50px;
	color: #1c77dd;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.list_main_r_title2 {
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #363636;
	background: #f3f3f3;
}

.list_main_r_content {
	margin: 20px 0;
	line-height: 30px;
}

.list_main_r_content img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.shce-head{
    width: 100%;
    min-width: 1600px;
    max-width: 1903px;
    height: 700px;
    margin: 0 auto;
    background: url(../images/cg_shce.png) no-repeat;
    background-size: 100% 100%;
}
.shce-main{
	width: 100%;
    min-width: 1200px;
    max-width: 1903px;
	height: 530px;
    background: url(../images/shce_main_bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 70px;
}
.shce-content{
	width: 1200px;
	margin: 0 auto;
	height: 430px;
}
.shce-content-left{
	width: 760px;
	float: left;
	height: 430px;
}
.shce-content-left-top{
	width: 730px;
	height: 54px;
	background: url(../images/shce_left_top.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 30px;
    font-weight: bolder;
    text-align: left;
    line-height: 54px;
    padding-left: 30px;
}
.shce-content-left-bottom{
	margin-top: 15px;
	width: 700px;
	height:300px;
    background-size: 100% 100%;
    padding: 30px;
    background-color: #fff;
}
.shce-content-left-bottom li{
	width: 670px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	padding-left: 30px;
	background: url(../images/shce_point.png) no-repeat;
	background-position: 10px 17px; 
}
.shce-content-left-bottom li .date{
	float: right;
}
.shce-content-right{
	width: 420px;
	float: right;
	height: 430px;
}
.shce-content-right-top{
	width: 420px;
	height: 54px;
	background: url(../images/shce_right_top.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
    line-height: 54px;
}
.shce-content-right-bottom{
	margin-top: 15px;
	width: 420px;
	height:360px;
	background: url(../images/shce_right_bottom.jpg) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 500px;
    font-size: 40px;
    color: #fff;
}
.main_l_page{
	height: 70px;
	background: #fffffb;
	text-align: center;
    font-size: 14px;
}
.main_l_page a{
    display: inline-block;
    padding: 0px 12px 10px 12px;
    margin: 0 0 0 8px;
    border: 1px solid #bfbfbf;
    line-height: 30px;
    height: 20px;
    color: #666666;
    background: #fff;
    text-decoration: none;
}
.main_l_page span {
    padding: 0px 12px 10px 12px;
    margin: 0 0 0 8px;
    color: #FFF;
    font-weight: normal;
    background-color: #ef2c2e;
    display: inline-block;
    line-height: 30px;
    height: 20px;
}
.pxisl{
	margin: 8px 0 8px 20px;line-height: 35px;
}