

body {
	color: #333333;
	font-size: 16px;
	font-family: Microsoft YaHei, Simsun, SimHei, Arial;
	-webkit-text-size-adjust: none;
	/* background: url(../image/bg.jpg)  #eaf4fe no-repeat center top; */
	background: #eaf4fe;
}

body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
textarea,
ul {
	padding: 0;
	margin: 0;
}

li,
ol,
ul {
	list-style: none;
}

img {
	border: none;
	border: 0;
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #333333;
	noline: expression(this.onFocus=this.blur());
}

a:focus {
	outline: none;
	-moz-outline: none;
}

a:hover {
	color: #2c538e;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 0.9375em;
}

input:focus,
textarea:focus {
	outline: none;
}

/* input:focus{
	background-color:transparent；
} */
input:-webkit-autofill {
	/* box-shadow: 0 0 0px 1000px white inset !important;width: 132px; */
	border-radius: 22px;
	width: 99px;
	padding-left: 10px;
	border: 0px;
	outline: none;
	display: block;
	background: none;
	font-size: 16px;
	padding-right: 37px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#view {
	color: #888888
}

#search-list li span {
	float: right;
}

.clearfix {
	*zoom: 1
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: ""
}

.clearfix:after {
	clear: both
}

.clear {
	clear: both;
}

.boxsizing_c {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.mb10 {
	margin-bottom: 10px;
}

.pt {
	padding-top: 20px;
}

.pb {
	padding-bottom: 20px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hide {
	display: none;
}

.fs15 {
	font-size: 15px;
}

.bg-gray {
	background: #f9f9f9;
}

.transition a,
.transAfter li:after {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.imgScale a img {
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.imgScale a:hover img {
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.bg {
	background: #fff;
}

.more {
	float: right;
	font-size: 14px;
	line-height: 2;
	margin-top: 15px;
	color: #3c6ca6;
}

/* .jd {
	margin-bottom: 0px !important;
} */

/* .zcjd_jdhy {
	border: #eeeeee 2px solid;
	margin-top: -2px;
}

.zcjd_jdhy ul {
	margin-left: 10px;
	margin-right: 10px;
	height: 347px;
	margin-top: 10px;
}

.zcjd_jdhy ul li {
	
} */

/* 图片新闻 */
.home-tpxw {
	height: 300px;
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
}

.home-tpxw .owl-carousel img {
	height: 300px;
}

.home-tpxw .owl-carousel .item-name {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	padding: 0 70px 0 10px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
}

.home-tpxw .owl-dots {
	position: absolute;
	bottom: 18px;
	right: 5px;
	z-index: 99;
}

.home-tpxw .owl-dot {
	float: left;
	width: 9px;
	height: 8px;
	margin-right: 5px;
	background-color: #fff;
}

.home-tpxw .owl-dot.active {
	background-color: #ffc926;
}

/* .tpxw li {
	float: left;
	width: 24%;
	height: 183px;
	margin-right: 15px;
	background-color: #F0F0F0;
}

.tpxw li:last-child {
	margin-right: 0px
}

.tpxw li img {
	height: 142px;
	width: 100%;
}

.tpxw li span {
	text-align: center;
} */

.new_list strong {
	text-align: center;
	display: block;
	font-size: 18px;
	color: #0072d1;
	margin-top: 15px;
	margin-bottom: 10px;
}

.new_list strong a {
	color: #0072d1;
}

.new_list p {
	font-size: 16px;
	line-height: 29px;
	border-bottom: 1px dashed #d2d2d2;
	padding-bottom: 20px;
}

.new_list p a {
	color: #0072d1;
	font-weight: bold
}

/* 图片新闻 */
/*layout*/
.container-bg {
	background: #eef4f9;
}

.container {
	width: 1200px;
	margin: 0 auto;
	clear: both;
}

.container:after {
	clear: both;
}

.container:after,
.container:before {
	display: table;
	content: "";
}

.white-box {
	background: #fff;
	padding: 20px;
}

.white-box-mt {
	margin-top: 20px;
}

.module-main {
	margin-right: -10px;
	margin-left: -10px;
	overflow: hidden;
}

.module-max {
	overflow: hidden;
}

.module-span3 {
	float: left;
	width: 28%;
}

.module-span4 {
	float: left;
	width: 33.33%;
}

.module-span5 {
	float: left;
	width: 43%;
}

.module-span6 {
	float: left;
	width: 50%;
}

.module-span7 {
	float: left;
	width: 57%;
}

.module-span8 {
	float: left;
	width: 66.67%;
}

.module-span9 {
	float: left;
	width: 72%;
}

.module-span12 {
	float: left;
	width: 100%;
}

.module-box {
	margin-right: 10px;
	margin-left: 10px;
}

.pageBox {
	padding: 20px;
}

.mainBox {
	/* padding-right:20px; padding-left:20px; */
	padding: 20px;
}

.innerBox {
	overflow: hidden;
	zoom: 1;
}

.mb {
	margin-bottom: 20px;
}

.mt {
	margin-top: 20px;
}


/***** header *****/
.header {
	position: relative;
}

.header-logo {
	background: url(../image/bg.jpg) no-repeat #f5f5f5 center top;
	height: 363px;
	background-size: cover;

}

.header_title {
	background: url(../image/nav.png) no-repeat center;
	width: 100%;
	bottom: -50px;
	position: absolute;
        height: 78px;
}

.header_title ul li {
	float: left;
	width: 8.8%;
	text-align: center;

}

.header_title ul li a {
	color: #fff;
	line-height: 4;
	font-size: 18px;
}

.search {
	background: url(../image/search_bg.png);
	float: right;
	height: 32px;
	width: 140px;
	margin-top: 20px;
	border: 0px;
	position: relative;
}

.search_input {
	border: 0px;
	background: none;
	outline: none;
	padding-left: 7px;
	line-height: 2.2;
}

.search_btn {
	background: url(../image/search_btn.png);
	border: none;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 2px;
	right: 5px;
}

/* .header-t {
	height: 35px;
	line-height: 33px;
	color: #fff;
	font-size: 14px;
	background: #2d548f;
}

.header-t a {
	color: #fff;
}

.header-r .iconfont {
	font-size: 22px;
}

.header-r li {
	float: left;
	position: relative;
	margin-left: 10px;
}

.header-r li a:hover {
	opacity: 0.8
}

.header-t .drop {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	display: none;
	z-index: 9;
	display: none;
}

.header-t .drop dd {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	position: relative;
	padding-top: 7px;
	*overflow: hidden;
}

.header-t .drop b {
	display: block;
	width: 100%;
	height: 135px;
	background: #000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.header-t .drop i {
	display: block;
	line-height: 0;
	font-size: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	border: 7px solid transparent;
	border-bottom-color: #000;
	position: absolute;
	left: 50%;
	top: -7px;
	margin-left: -7px;
}

.header-t .drop dt {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}

.header-t .drop dt img {
	display: block;
	margin: 17px auto 0;
	width: 66px;
	height: 66px;
	padding: 5px;
	background: #fff;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.header-t .drop dt span {
	display: block;
	text-align: center;
	color: #fff;
	padding-top: 5px;
	line-height: 18px;
	font-size: 12px;
}

.header-t li:hover .drop {
	display: block;
} */

.banner {
	clear: both;
	height: 379px;
	overflow: hidden;
	background: url(http://www.jxsncggzy.cn/ncsggzyjyzx/xhtml/images/banner.jpg) repeat-x center top;
}

.header-logo img {
	display: block;
	margin: 0 auto;
}

.header-search {
	width: 620px;
	margin: 0 auto;
}

.header-search-form {
	position: relative;
}

.header-search .hs-txt {
	padding-left: 10px;
	width: 522px;
	height: 48px;
	line-height: 48px;
	color: #666666;
	background: #fff;
	border: #dddddd 1px solid;
	border-right: none;
}

.header-search .hs-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 97px;
	height: 50px;
	font-size: 1.875em;
	color: #fff;
	border: 0;
	cursor: pointer;
	background: #2d548f;
	-webkit-appearance: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 2;
}

.header-search .hs-btn:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

.header-search .trend {
	padding-top: 15px;
	color: #555;
	font-size: 14px;
}

.header-search .trend a {
	margin: 0 5px;
}

.header-search .trend a:hover {
	text-decoration: underline;
	color: #bd1a2d;
}

.mainNav {
	clear: both;
	height: 60px;
	background: #2d548f;
}

.mainNav ul {
	overflow: hidden;
	position: relative;
}

.mainNav ul li {
	float: left;
	width: 12.5%;
	position: relative;
	text-align: center;
}

.mainNav ul li a {
	display: inline-block;
	font-size: 1.5em;
	line-height: 60px;
	color: #fff;
}

.mainNav ul li a:hover {
	color: #ffd800;
}

.mainNav ul li.on a {
	font-weight: bold;
}

/* 内容 */
.nr {
	/* border: 1px solid; */
	/* height: 200px; */
	background: #fff;
	margin-top: 85px;
	margin-bottom: 32px;
}

.tzgg {
	height: 90px;
	/* border: 1px solid; */
	margin: 18px;
	background: url(../image/gzgg.png) no-repeat left;
	padding: 0 0 0 120px;
}

.tzgg_left {
	float: left;
	margin-right: 10px;
}

.tzgg_right {
	float: left;
	margin-right: 10px;
}

.tzgg ul li h4 a {
	line-height: 1.8em !important;
}

.banner_hf {
	margin: 18px;
}

.news_left {
	width: 565px;
	height: 300px;
	/* border: 1px solid; */
	margin-left: 18px;
	float: left;
}

.news_right {
	float: right;
	width: 49%;
	margin-right: 18px;
}

.main_nr {
	margin: 18px;
}

/* .minjin li {
	width: 24%;
	margin-right: 5px;
	float: left;
	text-align: center;
	background-color: #F0F0F0;
}

.minjin li a {
	line-height: 3;
}

.minjin li a img {
	display: inline-block;
	width: 32px;
	height: 33px;
	vertical-align: middle;
} */

.three_pic li {
	width: 24%;
	float: left;
	margin-right: 10px;
}

.three_pic li:last-child {
	margin-right: 0px;
}

/* 内容 */

/* 新底部 */
.dfzz {
	background-color: #dbeeff;
}

.dfzz_logo {
	height: 90px;
	/* border: 1px solid; */
	margin: 18px;
	background: url(../image/dfzz.png) no-repeat left;
	padding: 0 0 0 120px;
}

.dfzz_list ul li {
	float: left;
	/* border: 1px solid; */
	width: 19%;
	/*line-height: 3;*/
        line-height: 5;
	text-align: center;
}
#_span_jiucuo {
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -26px;
}
.slh{
    position: absolute;
    right: 130px;
    top: 50%;
    margin-top: -26px;
}
/* 新底部end */
/*修改后新头部*/
/* .xbanner {
	clear: both;
	height: 200px;
	overflow: hidden;
	background: url(../images/add_banner.jpg) repeat-x center top;
}

.xbanner .header-logo {
	padding: 52px 0 0px 26px;
	float: left;
	width: 480px;
}

.xbanner .header-logo img {
	display: block;
	margin: 0 auto;
}

.xbanner .header-search {
	width: 620px;
	float: right;
	margin-right: 34px;
	padding-top: 62px;
}

.xbanner .header-search-form {
	position: relative;
}

.xbanner .header-search .hs-txt {
	padding-left: 10px;
	width: 522px;
	height: 48px;
	line-height: 48px;
	color: #666666;
	background: #fff;
	border: #dddddd 1px solid;
	border-right: none;
}

.xbanner .header-search .hs-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 97px;
	height: 50px;
	font-size: 1.875em;
	color: #fff;
	border: 0;
	cursor: pointer;
	background: #2d548f;
	-webkit-appearance: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 2;
}

.xbanner .header-search .hs-btn:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

.xbanner .header-search .trend {
	padding-top: 15px;
	color: #555;
	font-size: 14px;
}

.xbanner .header-search .trend a {
	margin: 0 5px;
}

.xbanner .header-search .trend a:hover {
	text-decoration: underline;
	color: #bd1a2d;
} */

/*footer*/
.wrap-yqljs {
	padding: 12px 0px;
	background: #323232;
	border-bottom: 1px solid #f3f3f3;
}

.footer {
	clear: both;
	background: #1267bd;
	color: #fff;
	font-size: 14px;
}

.footer-links {
	margin: 0 -10px;
}

.footer-links .item {
	float: left;
	/* width: 16.666666%; */
	width: 19.666666%;
	margin-right: 5px
}

.footer-links .item:last-child {
	margin-right: 0px
}

.footer-links dl {
	position: relative;
	z-index: 5;
	margin: 0 10px;
}

.footer-links dl dt {
	position: relative;
	z-index: 5;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	border: #c9c9c9 1px solid;
	cursor: pointer;
	overflow: hidden;
}

.footer-links dl dt i {
	float: right;
	font-size: 12px;
}

.footer-links dl dd {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	border: #5272a2 1px solid;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
	background: rgba(45, 84, 143, 0.9);
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
	display: none;
	max-height: 360px;
	overflow-y: auto
}

.footer-links dl dd a {
	display: block;
	padding: 8px 10px;
	color: #9db3d4;
	border-bottom: #5272a2 1px solid;
}

.footer-links dl dd a:hover {
	font-weight: bold;
	color: #fff;
	background: #2d548f;
}

.footer-links dl dd a:last-child {
	border-bottom: none;
}

.footer-jiucuo {
	position: absolute;
	left: 68px;
	top: 58%;
	margin-top: -40px;
}

.footer-cont {
	clear: both;
	position: relative;
	padding: 30px 0;
	overflow: hidden;
}

.footer-wzbs {
	position: absolute;
	left: 220px;
	top: 50%;
	margin-top: -40px;
}

.footer-wzbs img {
	vertical-align: middle;
}

.footer-woffs {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -26px;
}

.footer-woffs img {
	vertical-align: middle;
}

.footer-txt {
	margin: 0 auto;
	width: 600px;
	text-align: center;
}

.footer-nav {
	margin-bottom: 6px;
}

.footer-nav a {
	color: #ffffff;
	margin: 0 10px;
}

.footer-nav a:hover {
	font-weight: bold;
}

.footer-copyright {
	padding-left: 10px;
	line-height: 25px;
}

.footer-copyright a {
	color: #fff;
}

.beian a {
	color: #fff;
}



/*common*/
.page-title {
	border-bottom: 1px solid #bebebe;
	margin-bottom: 15px;
}

.page-title h2 {
	display: inline-block;
	position: relative;
	padding-bottom: 12px;
	font-size: 1.5em;
	color: #0072d1;
	font-weight: bold;
}

.page-title h2:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 3px;
	width: 100%;
	background: #0072d1;
}

.common-title .currentName {
	position: relative;
	float: left;
	padding-left: 20px;
	font-size: 1.125em;
	color: #01559d;
}

.common-title .currentName:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 5px;
	height: 22px;
	margin-top: -11px;
	background-color: #01559d;
}

.common-title .currentName a {
	color: #01559d;
}

.common-box .hd li {
	float: left;
	position: relative;
	margin-right: 40px;
	padding-bottom: 19px;
}

.common-box .hd li a {
	font-size: 1.5em;
}

.common-box .hd li.on a {
	font-size: 1.5em;
	color: #2c538e;
	font-weight: bold;
}

.common-box .hd li:after {
	content: '';
	height: 3px;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #2d548f;
}

.common-box .hd li.on:after {
	width: 100%;
}

.common-box .bd {
	padding: 0 20px;
	margin-top: -2px;
	border: #eeeeee 2px solid;
	background-color: #fff;
}

/* .infoList{overflow:hidden;} */
.infoList li {
	padding-top: 6px;
	padding-bottom: 6px;
	overflow: hidden;
}

.infoList li h4 {
	position: relative;
	padding: 0 95px 0 16px;
	font-weight: normal;
	font-size: 1em;
	overflow: hidden;
}

.infoList li h4 a {
	float: left;
	line-height: 1.6em;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.infoList li h4 a.noLink:hover {
	color: inherit;
}

.infoList li h4 a:before {
	position: absolute;
	top: -2px;
	left: 2px;
	content: "";
	margin-top: .8em;
	width: 6px;
	height: 6px;
	border-radius: 4px;
	background-color: #0072d1;
	background-repeat: no-repeat;
}

.infoList li h4 a:hover:before {
	background-color: #333;
}

.infoList li h4 .time {
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 0px;
	margin-top: -.8em;
	line-height: 1.6em;
	color: #666;
	white-space: nowrap;
}

.infoList li br {
	display: none;
}

.infoList.fileList li h4 a {
	float: none;
	display: block;
	max-width: 100%;
	width: 100%\9;
}

.infoList.fileList li h4 a font {
	float: left;
	max-width: 90%;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.infoList.fileList li h4 a:hover font {
	float: left;
	max-width: 90%;
	color: #c00;
}

.infoList.fileList li .Icon {
	float: left;
	margin-left: 5px;
	width: 23px;
	height: 25px;
	background: url(http://www.jxsncggzy.cn/ncsggzyjyzx/xhtml/images/new.png) left center no-repeat;
	overflow: hidden;
}

.infoList.others li {
	padding-top: 4px;
	padding-bottom: 4px;
}

.infoList.notTime li h4 {
	padding-right: 0;
}

.infoList.notTime li .time {
	display: none;
}

.infoList.noDot li h4 a:before {
	display: none;
}

.infoList.noDot li h4 {
	padding-left: 0;
}

.infoList.infoList-YMD li h4 {
	padding-right: 100px;
}

.otherList .infoList li {
	padding-top: 9px;
	padding-bottom: 9px;
}

.otherList .infoList li h4 {
	padding-right: 0;
	text-align: justify;
}

.otherList .infoList li h4 a {
	float: none;
	display: inline;
	max-width: none;
	line-height: 1.8em;
	white-space: normal;
}

.otherList .infoList li h4 .time {
	position: static;
	float: right;
	margin-top: 0;
	line-height: 1.8em;
}

.home-news-tab .bd {
	margin-right: 12px;
}

.infoList li h4 a,
.text-nowrap,
.text-nowrap p,
.text-nowrap a,
.text-nowrap span,
.text-nowrap font,
.common-pic-mode ul li span.txt {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.common-pic-mode {
	overflow: hidden;
}

.common-pic-mode ul {
	margin-right: -10px;
	margin-left: -10px;
	overflow: hidden;
	zoom: 1;
}

.common-pic-mode ul li {
	float: left;
	overflow: hidden;
	zoom: 1;
}

.common-pic-mode ul li a {
	position: relative;
	display: block;
	margin: 20px 10px 0;
	overflow: hidden;
}

.common-pic-mode ul li p.pic {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.common-pic-mode ul li p.pic img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
}

.common-pic-mode ul li span.txtbg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.common-pic-mode ul li span.txt {
	position: absolute;
	right: 0;
	bottom: 0px;
	left: 0;
	z-index: 2;
	margin: 0 10px;
	font-size: 15px;
	line-height: 50px;
	color: #f1f1f1;
	text-align: center;
}

.crumb {
	padding: 20px 20px;
	font-size: 0.9375em;
	line-height: 24px;
}

.crumb h2 {
	font-size: 1em;
}

.crumb i {
	color: #2d548f;
}

.crumb span {
	color: #2d548f;
}

.crumb-inWhiteBox {
	padding: 0 0 20px;
}

.crumb-inWhiteBox h2 {
	padding: 0;
}

.crumb-inWhiteBox-line {
	border-bottom: 1px solid #f0f0f0;
}

/* 选项卡 */
.tab-brief .hd {
	line-height: 40px;
	border-bottom: 1px solid #f0f0f0;
}

.tab-brief .hd li {
	float: left;
	position: relative;
	margin-right: 5%;
	padding-bottom: 8px;
}

.tab-brief .hd li a {
	font-size: 1.25em;
}

.tab-brief .hd li.on a {
	/* font-size: 1.5em; */
	color: #0072d1;
	font-weight: bold;
}

.tab-brief .hd li:after {
	content: '';
	height: 3px;
	width: 0;
	position: absolute;
	bottom: -1px;
	left: 0;
	background: #0072d1;
}

.tab-brief .hd li.on:after {
	width: 100%;
}

.commonHd-arrow {
	padding-top: 10px;
}

.commonHd-arrow li {
	float: left;
	padding: 10px 0;
	font-size: 1.25em;
	margin-right: 13%;
	position: relative;
}

.commonHd-arrow li:last-child {
	width: 17%;
	text-align: center;
	margin-right: 0px;
}

.commonHd-arrow li:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #bd1a2d;
}

.commonHd-arrow li.on:after {
	width: 100%;
}

.commonHd-arrow li.on a {
	color: #2d548f;
}

.commonHd-arrow li.on a:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -3px;
	border: transparent 6px solid;
	border-top-color: #bd1a2d;
}

.tab-brief .hd .zzjs_li li.on a {
	text-align: center;
	display: block;
	font-size: 18px;
	background: #175eb8;
	color: #fff;
	line-height: 1.9;
}

.tab-brief .hd .zzjs_li li a {
	text-align: center;
	display: block;
	font-size: 18px;
	background: #f0f0f0;
	color: #a5a5a5;
	line-height: 1.9;
}

.zzjs_li li {
	width: 50%;
	margin-right: 0px !important;
}

.zzjs_div .hd {
	border: none;
}

.zzjs_div .hd li:after {
	background: none;
}

/*pagediv*/
.pagediv {
	padding: 20px 0;
	font-size: 14px;
	color: #555;
	line-height: 28px;
	text-align: center;
	clear: both;
}

.pagediv li {
	display: inline-block;
}

.pagediv .arrow a {
	color: #555;
}

.pagediv .total_count,
.pagediv .arrow a,
.pagediv .arrow span,
.page_jump a {
	display: inline-block;
	padding: 0 10px;
	margin: 4px;
	zoom: 1;
	border: #dfdfdf 1px solid;
	border-radius: 3px;
}

.pagediv #page_input {
	width: 40px;
	height: 28px;
	color: #888;
	text-align: center;
	border: #dfdfdf 1px solid;
	border-radius: 3px;
	background: #fff;
}

.pagediv .total_count,
.pagediv .arrow a,
.page_jump a {
	transition: all .2s;
	-webkit-transition: all .2s;
	background: #f1f1f1;
	background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
	background: linear-gradient(#ffffff 10%, #f1f1f1);
}

.pagediv .arrow span {
	background: #f5f5f5;
	color: #999;
}

.pagediv .arrow a:hover,
.page_jump a:hover,
.pagediv .arrow .current {
	background: #006cab;
	border-color: #006cab;
	color: #fff;
	text-decoration: none;
}

.pagediv .arrow .current {
	font-weight: bold;
}

.page_jump {
	margin-left: 4px;
}

.page_jump a {
	margin-left: 6px;
}

.table-style {
	margin: 0 auto 15px;
	border-collapse: collapse;
}

.table-style td,
.table-style th {
	border-collapse: collapse;
	border: solid #000 1px;
	padding: 8px;
	line-height: 160%;
}

.table-style th {
	font-weight: 700;
	text-align: center;
	background-color: #efefef;
}

.rel-appendixs {
	display: none;
	margin-top: 20px;
	border-top: 2px solid #efefef;
}

.rel-appendixs h3 {
	padding: 25px 0 10px;
	color: #333333;
	font-weight: bold;
	font-size: 1em;
}

.rel-appendixs .infoList li h4 a:before {
	background-color: #999;
}


/* 文字排列 */
.verticle-mode {
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	*writing-mode: tb-rl;
}

.not-data-mod {
	text-align: center;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.leader_list li {
	line-height: 36px;
	position: relative;
	height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 82%;
	padding-right: 22%;
	text-indent: 12px;
	background: url(http://www.jxsncggzy.cn/ncsggzyjyzx/xhtml/2020/images/dot.png) no-repeat left center;
}

@media (max-width: 1280px) {}

@media (max-width: 991px) {
	.container {
		width: 96% !important;
	}

	.container-xsPad {
		width: 96%;
		margin: 0 auto;
	}

	.header-logo {
		
		background: url(../image/bg_mob.png) no-repeat ;
		height: 34rem;
		background-size: cover;
		
	}

	.header_title {
		background: #0072d1;
		position: static;
                height: auto;
	}

	.header_title ul li {
		width: 33.3%;
	}
        .header_title ul li a {
	
	   line-height: 3;
	
        }
	.search {
		background: #fff;
		width: 90%;
		border-radius: 20px;
		opacity: 0.8;
		margin-bottom: 10px;
		margin-right: 5%;
	}

	.main_nr {
		margin: 0px;
	}

	.nr {
		margin-top: 0px;
	}

	.tzgg {
		display: none;
	}

	.news_left {
		width: 100%;
		margin-left: 0px;
	}

	.news_right {
		width: 100%;
		margin-right: 0px;
	}

	.tab-brief .hd li.on a {
		font-size: 1em;
	}

	.tab-brief .hd .zzjs_li li a {
		font-size: 1em;
	}

	.tab-brief .hd .zzjs_li li.on a {
		font-size: 1em;
	}

	.comnav2 li a {
		font-size: 1em;
		padding: 0px 7px;
	}

	.module-span6 {
		width: 100%;
	}

	.minjin li {
		width: 100%;
		margin-bottom: 10px;
	}

	.three_pic li {
		width: 100%;
	}

	.three_pic li a {
		display: block;
	}

	.three_pic li a img {
		width: 100%;
	}

	.sjkf-eChart .tit_hd {
		width: 30%;
	}

	.sjkf-eChart .hd .tit {
		font-size: 0.75em;
	}

	.sjkf-eChart .bd {
		width: 65%;
	}

	.dot {
		margin: 0 3px;
	}

	.tit-t ul li a {
		font-size: 1em;
	}

	.ztzl_bd ul li {
		width: 100%;
	}

	.tpxw li {
		width: 47%;
	}

	.tpxw li:nth-child(even) {
		margin-right: 0px;
	}

	/* 偶数 */
	.dfzz {
		display: none;
	}

	.mt {
		margin-top: 0px
	}

	.mb {
		margin-bottom: 0px
	}

	.footer-txt {
		margin-left: 0;
		text-align: center;
		margin-bottom: 10px;
		width: 100%;
	}

	.search_input {
		width: 91%;
		max-width: 91%;
		padding: 0px 0px 0px 7px;
	}

	.mainBox {
		width: auto !important;
	}

	.footer-wzbs {
		position: static;
		margin-top: 0;
		text-align: center;
	}

	#_span_jiucuo {
		position: static;
		margin-top: 12px;
		text-align: center;
		display: block;
	}

}

@media (max-width: 768px) {
	.container {
		width: 96% !important;
	}

	.container-xsPad {
		width: 96%;
		margin: 0 auto;
	}

	.header-logo {
		background: url(../image/bg_mob.png) no-repeat ;
		height: 25rem;
		background-size: cover;
	}

	.header_title ul li {
		width: 33.3%;
	}

	.nr {
		margin-top: 0px;
	}

	.tzgg {
		display: none;
	}

	.news_left {
		width: 100%;
		margin-left: 0px;
	}

	.news_right {
		width: 100%;
		margin-right: 0px;
	}

	.module-span6 {
		width: 100%;
	}

	.minjin li {
		width: 100%;
		margin-bottom: 10px;
	}

	.three_pic li {
		width: 100%;
	}

	.tpxw li {
		width: 47%;
	}

	.tpxw li:nth-child(even) {
		margin-right: 0px;
	}

	/* 偶数 */
	.dfzz {
		display: none;
	}

	.mt {
		margin-top: 0px
	}

	.mb {
		margin-bottom: 0px
	}

	.footer-txt {
		margin-left: 0;
		text-align: center;
		margin-bottom: 10px;
		width: 100%;
	}

	.search_input {
		width: 91%;
		max-width: 91%;
		padding: 0px 0px 0px 7px;
	}

	.mainBox {
		width: auto !important;
	}
}

@media (max-width: 580px) {
	.container {
		width: 96% !important;
	}

	.container-xsPad {
		width: 96%;
		margin: 0 auto;
	}

	.header-logo {

		background: url(../image/bg_mob.png) no-repeat;
		height: 15rem;
		background-size: cover;

	}

	.header_title ul li {
		width: 33.3%;
	}

	.nr {
		margin-top: 0px;
	}

	.tzgg {
		display: none;
	}

	.news_left {
		width: 100%;
		margin-left: 0px;
	}

	.news_right {
		width: 100%;
		margin-right: 0px;
	}

	.module-span6 {
		width: 100%;
	}

	.minjin li {
		width: 100%;
		margin-bottom: 10px;
	}

	.three_pic li {
		width: 100%;
	}

	.tpxw li {
		width: 47%;
	}

	.tpxw li:nth-child(even) {
		margin-right: 0px;
	}

	/* 偶数 */
	.dfzz {
		display: none;
	}

	.mt {
		margin-top: 0px
	}

	.mb {
		margin-bottom: 0px
	}

	.footer-txt {
		margin-left: 0;
		text-align: center;
		margin-bottom: 10px;
		width: 100%;
	}

	.search_input {
		width: 91%;
		max-width: 91%;
		padding: 0px 0px 0px 7px;
	}

	.mainBox {
		width: auto !important;
	}
}

@media (max-width: 479px) {
	.container {
		width: 96% !important;
	}

	.container-xsPad {
		width: 96%;
		margin: 0 auto;
	}

	.header-logo {
		
		background: url(../image/bg_mob.png) no-repeat ;
		height: 15rem;
		background-size: cover;
		
	}

	.header_title ul li {
		width: 33.3%;
	}

	.nr {
		margin-top: 0px;
	}

	.tzgg {
		display: none;
	}

	.news_left {
		width: 100%;
		margin-left: 0px;
	}

	.news_right {
		width: 100%;
		margin-right: 0px;
	}

	.module-span6 {
		width: 100%;
	}

	.minjin li {
		width: 100%;
		margin-bottom: 10px;
	}

	.three_pic li {
		width: 100%;
	}

	.tpxw li {
		width: 47%;
	}

	.tpxw li:nth-child(even) {
		margin-right: 0px;
	}

	/* 偶数 */
	.dfzz {
		display: none;
	}

	.mt {
		margin-top: 0px
	}

	.mb {
		margin-bottom: 0px
	}

	.footer-txt {
		margin-left: 0;
		text-align: center;
		margin-bottom: 10px;
		width: 100%;
	}

	.search_input {
		width: 91%;
		max-width: 91%;
		padding: 0px 0px 0px 7px;
	}

	.mainBox {
		width: auto !important;
	}

}


/*飘窗*/
.gban {
	cursor: pointer;
	position: absolute;
	top: -15px;
	left: 5px;
	display: block;
	height: 20px;
	width: 20px;
	background: url(../image/close.jpg) no-repeat left top;
}

.pdck {
	z-index: 999;
}

/*飘窗end*/
/* 对联 */

.ydbg1 {
	position: fixed;
	top: 447px;
	left: 9px;
	z-index: 99;
}

.ydbg1 p img {
	border: 0px;
	/* width: 200px; */
}

.gban1 {
	cursor: pointer;
	position: absolute;
	top: -15px;
	left: 5px;
	display: block;
	width: 48px;
	height: 17px;
	background: url(../image/close.jpg) no-repeat left top;

}
/*网站地图*/
#group-navigation {
	font-family: Microsoft Yahei;
	padding: 30px
}

.group-department {
	height: 42px;
	font-size: 18px;
	border-bottom: 1px dashed #ccc;
	line-height: 42px;
	color: #0072d1
}

.group-department span {
	display: block;
	margin-bottom: 5px;
	line-height: 25px;
	border-left: solid 5px #0072d1;
	padding-left: 12px
}

.group-department span a {
	color: #0072d1;
}

.group-department-list {
	padding-top: 10px;
	font-size: 16px;
	margin-bottom: 20px
}

.group-department-list li {
	float: left;
	padding: 0 10px;
	/* width:177px; */
	line-height: 32px;
	height: 32px;
	overflow: hidden
}
/*按钮列表*/
.lh li {
    float: left;
    width: 25%;
    text-align: center;
    list-style: none;
    border-bottom: none;
}
.lh li a {
    display: block;
    margin: 0 10px 20px;
    padding: 15px 15px;
    font-size: 15px;
    color: #333333;
    border: 1px solid #dedede;
    background: url(http://www.jxsncggzy.cn/ncsggzyjyzx/xhtml/images/1809141402300528191.png) no-repeat 20px center #f6f6f6;
    text-decoration: none;
}