@charset "utf-8";
/* CSS Document */

.position {
	height: 24px;
	line-height: 24px;
	background: url("../images/position.png") 0 center no-repeat;
	padding-left: 30px;
	color: #666;
	margin-bottom: 15px;
}

.position.wdxj {
	margin-top: 0 !important;
}

.position a {
	color: #666;
}

.position a:hover {
	color: #cc3333;
}

/* 焦点图s */
.ywdt-banner {
	float: left;
	height: 390px;
	position: relative;
	width: 590px;
	background: #ccc;
}

.ywdt-banner .focus {
	width: 590px;
	height: 390px;
	position: relative;
	overflow: hidden;
}

/*大图切换*/
.ywdt-banner .yx-rotaion {
	width: 100%;
	height: 390px !important;
	overflow: hidden;
	background-color: #fefefe;
}

.ywdt-banner .yx-rotaion-btn,
.yx-rotaion-title,
.yx-rotation-focus,
.yx-rotation-t,
.yx-rotaion-btn {
	position: absolute
}

.ywdt-banner .yx-rotation-title {
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	left: 0;
	bottom: 0;
	z-index: 1
}

.ywdt-banner .yx-rotation-t {
	color: #fff;
	font-size: 16px;
	font-family: microsoft yahei;
	z-index: 2;
	bottom: 0px;
	left: 10px;
	line-height: 40px;
	width: 470px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ywdt-banner .yx-rotation-t {
	font-size: 16px;
	font-family: microsoft yahei;
	z-index: 2;
	bottom: 0;
	width: 500px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

.ywdt-banner .yx-rotaion-btn .left_btn {
	background: url(../images/prev.png) no-repeat center center;
}

.ywdt-banner .yx-rotaion-btn .right_btn {
	background: url(../images/next.png) no-repeat center center;
}

.ywdt-banner .yx-rotation-focus {
	height: 25px;
	line-height: 25px;
	right: 20px;
	bottom: 14px;
	z-index: 2
}

.ywdt-banner .yx-rotation-focus span {
	background: url(../images/focus-gdots.png) no-repeat;
	width: 12px;
	height: 12px;
	line-height: 12px;
	float: left;
	margin-left: 5px;
	position: relative;
	top: 14px;
	cursor: pointer;
	text-indent: -9999px
}

.ywdt-banner .yx-rotaion-btn {
	height: 41px;
	top: 46%;
	width: 100%;
}

.ywdt-banner .yx-rotaion-btn span {
	width: 41px;
	height: 41px;
	cursor: pointer;
	filter: alpha(opacity=30);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	position: relative
}

.ywdt-banner .yx-rotaion-btn .left_btn {
	float: left;
	left: 10px
}

.ywdt-banner .yx-rotaion-btn .right_btn {
	float: right;
	right: 10px
}

.ywdt-banner .yx-rotaion-btn span.hover {
	filter: alpha(opacity=80);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.ywdt-banner .yx-rotation-focus span.hover {
	background: url(../images/focus-ydots1.png) no-repeat;
}

.ywdt-banner .detail {
	position: absolute;
	bottom: -8px;
	text-indent: 2em;
	width: 470px;
	height: 56px;
	padding: 0 15px;
	overflow: hidden;
	font-size: 14px;
	color: #6f6f6f;
	display: none;
}

.ywdt-banner .detail span {
	color: #aba8a8;
}

/* 焦点图e */

.public-t {
	height: 44px;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
}

.public-t h3 {
	box-sizing: border-box;
	height: 44px;
	line-height: 42px;
	border-bottom: 2px solid #cc3333;
	font-size: 24px;
	font-weight: normal;
	float: left;
	color: #333;
}

.public-t a {
	float: right;
	font-size: 15px;
	line-height: 44px;
	color: #999;
	background: url("../images/more.png") no-repeat right center;
	margin-right: 15px;
	padding-right: 15px;
	font-size: 15px;
}

.public-t a:hover {
	color: #cc3333;
	background: url("../images/more_h.png") no-repeat right center;
}

.public-ul ul {
	padding: 0 10px;
}

.public-ul ul li {
	height: 38px;
	padding-left: 10px;
	background: url("../images/dots.png") no-repeat 0 center;
}

.public-ul ul li a {
	display: block;
	float: left;
	width: 75%;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

.public-ul ul li a:hover {
	color: #cc3333;
}

.public-ul ul li span {
	line-height: 38px;
	float: right;
	color: #999;
	font-size: 14px;
}

.zmhd-tab {
	width: 750px;
	float: left;
}

.zmhd-tab-t {
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
	height: 50px;
}

.zmhd-tab-t li {
	float: left;
	box-sizing: border-box;
	height: 50px;
	color: #333;
	line-height: 44px;
	font-size: 24px;
	margin-right: 20px;
}

.zmhd-tab-t li.on {
	border-bottom: 2px solid #cc3333;
}

.zmhd-tab-t li.on a {
	color: #cc3333;
}

.zmhd-main {
	height: 285px;
	overflow: hidden;
}

.zmhd-main .zmhd-tabList {
	display: none;
	height: 100%;
}

.zxft {
	width: 430px;
	float: right;
}

.zxft-t {
	height: 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;

}

.zxft-t h3 {
	font-size: 24px;
	float: left;
	color: #333;
	line-height: 48px;
	font-weight: normal;
	border-bottom: 2px solid #cc3333;
}

.zxft-t a {
	float: right;
	font-size: 15px;
	line-height: 50px;
	color: #999;
	background: url("../images/more.png") no-repeat right center;
	margin-right: 15px;
	padding-right: 15px;
}

.zxft-t a:hover {
	color: #cc3333;
	background: url("../images/more_h.png") no-repeat right center;
}

.zxft-first {
	padding-bottom: 10px;
	width: 410px;
	margin: 0 auto;
	border-bottom: 1px dashed #ccc;
}

.zxft-img {
	float: left;
}

.zxft-img img {
	display: block;
	width: 145px;
}

.zxft-xq {
	float: right;
	width: 253px;
	box-sizing: border-box;
}

.zxft-xq h3 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
}

.zxft-xq h3 a {
	color: #333;
}

.zxft-xq h3 a:hover {
	color: #cc3333;
}

.zxft-xq p {
	font-size: 15px;
	color: #333;
	line-height: 24px;
	text-align: justify;
	padding-bottom: 10px;
}

.zxft-xq p span {
	color: #cc3333;
}

.zxft-list {
	padding: 9px 10px 0 10px;
}

.zxft-list li {
	height: 30px;
	background: url("../images/dot.png") no-repeat 0 center;
	padding-left: 10px;
}

.zxft-list li a {
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 75%;
	line-height: 30px;
	color: #333;
}

.zxft-list li a:hover {
	color: #c33;
}

.zxft-list li span {
	float: right;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}

.zmhd-links ul {
	margin-right: -18px;
}

.zmhd-links ul li {
	float: left;
	box-sizing: border-box;
	width: 185px;
	height: 125px;
	margin-right: 18px;
}

.zmhd-links ul li a {
	display: block;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #d7d7d7;
	height: 100%;
	text-align: center;
	background: #fff;
}

.zmhd-links ul li a:hover {
	border: 1px solid #fb9696;
	background: #fef4f4;
}

.zmhd-links ul li a p {
	font-size: 18px;
	font-weight: bold;
	border-top: 1px solid #cc3333;
	color: #cc3333;
	line-height: 18px;
	padding-top: 10px;
}

.dczj-ul ul li {
	height: 38px;
	padding-left: 10px;
	background: url("../images/dots.png") no-repeat 0 center;
}

.dczj-yzlist ul li {
	height: 38px;
}

.dczj-ul ul li a.wztt {
	display: block;
	float: left;
	width: 65%;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

.dczj-yzlist ul li a.wztt {
	line-height: 38px;
}

.dczj-ul ul li a:hover {
	color: #cc3333;
}

.dczj-ul ul li p {
	float: right;
}

.dczj-ul ul li span {
	line-height: 38px;
	float: left;
	color: #999;
	font-size: 14px;
}

.dczj-yzlist ul li span {
	line-height: 34px;
}

.dczj-ul ul li span.flag_grey {
	display: block;
	float: left;
	background: #eaeef2;
	width: 70px;
	height: 24px;
	text-align: center;
	border-radius: 5px;
	color: #999;
	font-size: 14px;
	line-height: 24px;
	margin-top: 7px;
	margin-right: 15px;
}

.dczj-yzlist ul li span.flag_grey {
	margin-top: 5px;
}

.dczj-ul ul li span.flag_red {
	display: block;
	float: left;
	background: #eaeef2;
	width: 70px;
	height: 24px;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	line-height: 24px;
	margin-top: 7px;
	margin-right: 15px;
}

.dczj-yzlist ul li span.flag_red {
	margin-top: 5px;
}

.dczj-ul ul li span.flag_red a {
	color: #cc3333;
}

.dczj-ul ul li:hover span.flag_red {
	background: #cc3333;
}

.dczj-ul ul li:hover span.flag_red a {
	color: #fff;
}

.Chart {
	height: 480px;
}

.Chart-left {
	width: 260px;
	float: left;
}

.Chart-left h3 {
	height: 40px;
	box-sizing: border-box;
	line-height: 34px;
	color: #333;
	text-align: center;
	font-size: 18px;
	border-bottom: 2px solid #c43232;
	font-weight: bolder;
	background: url(../images/sjfw-icon1.png) 40px 0px no-repeat;
	padding-left: 30px;
}

.Chart-left ul {
	margin-top: 10px;
	padding-bottom: 15px;
	background: #f9f9f9;
}

.Chart-left ul li {
	height: 46px;
	box-sizing: border-box;
	line-height: 46px;
	border-bottom: 1px solid #ebe9e9;
	padding-left: 30px;
	font-size: 16px;
	cursor: pointer;
	color: #333;
}

.Chart-left ul li.on {
	color: #fff;
	background: #dd6464;
}

.Chart-right {
	width: 920px;
	height: 100%;
	float: right;
	overflow: hidden;
}

.Chart-right .small_cont {
	height: 100%;
	display: none;
}

.sjkf-t {
	height: 44px;
	box-sizing: border-box;
	border-bottom: solid 1px #e5e5e5;
}

.sjkf-t h3 {
	float: left;
	height: 44px;
	box-sizing: border-box;
	font-size: 24px;
	color: #333;
	line-height: 42px;
	font-weight: normal;
	border-bottom: 2px solid #cc3333;
}

.sjkf-btn {
	height: 232px;
}

.kfpt {
	display: block;
	float: left;
	width: 166px;
	height: 24px;
	box-sizing: border-box;
	border: 1px solid #cc3333;
	color: #cc3333;
	text-align: center;
	line-height: 24px;
	border-radius: 12px;
	margin-top: 8px;
	font-size: 14px;
	margin-right: 55px;
}

.kfpt:hover {
	background: #cc3333;
	color: #fff;
}

.sjkf-t ul {
	float: left;
	padding-right: 10px;
	margin-top: 10px;
}

.sjkf-t ul li {
	cursor: pointer;
	float: left;
	width: 20px;
	height: 20px;
	margin-left: 8px;
	background: #d5d1d1;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #333;
}

.sjkf-t ul li.on {
	background: #cc3333;
	color: #fff;
}

.sjkf-btn ul {
	display: none;
}

.sjkf-btn ul li {
	width: 9.0909%;
	text-align: center;
	float: left;
}

.sjkf-btn ul li a {
	display: block;
	padding: 25px 0;
	text-align: center;
}

.sjkf-btn ul li a img {
	height: 36px;
	margin-bottom: 5px;
}

.sjkf-btn ul li a p {
	color: #333;
}

.sjkf-btn ul li a:hover p {
	color: #cc3333;
}

.hzimg {
	display: block;
	width: 100%;
}

.hzsgk {
	height: 140px;
	border-top: 3px solid #cc3333;
	box-sizing: border-box;
	background: url("../images/hzsgk-bg.png") no-repeat;
	background-size: 100% 100%;
	padding: 20px;
}

.hzsgk-t {
	float: left;
}

.hzsgk-t img {
	display: block;
	height: 100%;
}

.hzsgk p {
	width: 940px;
	margin-top: 10px;
	text-align: justify;
	text-indent: 2em;
	float: left;
	margin-left: 30px;
	font-size: 15px;
	line-height: 25px;
	color: #333;
}

.hzsgk p a {
	color: #cc3333;
}

.dmtjz {
	float: left;
	width: 750px;
}

.dmtjz-t img {
	display: block;
	width: 100%;
	height: 58px;
}

.dmtjz ul li {
	width: 171px;
	float: left;
	text-align: center;
	margin-left: 22px;
}

.dmtjz ul li:first-child {
	margin-left: 0;
}

.dmtjz ul li img {
	display: block;
	width: 171px;
	height: 171px;
}

.dmtjz ul li p {
	color: #333;
	font-size: 17px;
	margin-top: 5px;
}

.zjhz-more {
	display: block;
	height: 40px;
	box-sizing: border-box;
	width: 105px;
	text-align: center;
	line-height: 40px;
	color: #9a9a9a;
	border: 1px solid #9a9a9a;
	margin: 0 auto;
	font-size: 15px;
}

.zjhz-more:hover {
	background: #cc3333;
	color: #fff;
	border: 1px solid #cc3333;
}

.xzgk {
	float: right;
	width: 416px;
}

.xzgk-t img {
	display: block;
	width: 100%;
	height: 58px;
}

.xzgk-list ul {
	margin-right: -12px;
}

.xzgk-list ul li {
	float: left;
	width: 95px;
	margin-right: 12px;
	margin-bottom: 12px;
}

.xzgk-list ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #ddd;
	color: #333;
}

.xzgk-list ul li a:hover {
	background: #cc3333;
	border: 1px solid #cc3333;
	color: #fff;
}

.hzstk-t img {
	width: 100%;
	display: block;
}

.hzstk-main {
	padding: 0 10px;
}

.hzstk-first {
	display: block;
	float: left;
	width: 570px;
	height: 400px;
}

.hzstk-first img {
	display: block;
	width: 100%;
	height: 100%;
}

.hzstk-list {
	width: 600px;
	height: 400px;
	float: right;
}

.hzstk-list ul {
	margin-right: -10px;
}

.hzstk-list ul li {
	float: left;
	width: 295px;
	height: 195px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.hzstk-list ul li a img {
	display: block;
	width: 100%;
	height: 100%;
}

.public-cycx h3 {
	color: #cc3333;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border-bottom: 2px solid #cc3333;
	font-weight: normal;
}

.public-cycx-list {
	padding: 0 20px;
}

.public-cycx-list ul {
	margin-right: -20px;
}

.public-cycx-list ul li {
	width: 275px;
	height: 60px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

.public-cycx-list ul li a {
	display: block;
	height: 100%;
	line-height: 60px;
	text-align: center;
	color: #333;
	background: #F1F2F3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.public-cycx-list ul li a:hover {
	color: #fff;
	background: #cc3333;
}

/*横州图库*/
.Hz_img {
	width: 100%;
}

.Hz_img ul {
	width: 1220px;
	overflow: hidden;
}

.Hz_img ul li {
	width: 285px;
	height: 190px;
	float: left;
	margin: 0px 20px 20px 0;
}

.Hz_img ul li a {
	width: 285px;
	height: 190px;
	display: block;
}

.Hz_img ul li a img {
	width: 100%;
	height: 160px;
}

.Hz_img ul li div {
	font-size: 16px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

/* 办事服务 */
.bsfw-title {
	height: 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
}

.bsfw-title h3 {
	font-weight: normal;
	font-size: 24px;
	float: left;
	height: 50px;
	box-sizing: border-box;
	border-bottom: 2px solid #cc3333;
	color: #333;
	line-height: 50px;
}

.bsfw-title h3 span {
	color: #cc3333;
}

.bsfw-more {
	float: right;
	margin-right: 15px;
	padding-right: 15px;
	line-height: 50px;
	background: url("../images/more.png") no-repeat right center;
	font-size: 15px;
	color: #999;
}

.bsfw-more:hover {
	color: #cc3333;
	background: url("../images/more_h.png") no-repeat right center;
}

.ztfw-list ul {
	margin-right: -15px;
}

.ztfw-list ul li {
	margin-top: 15px;
	margin-right: 15px;
	width: 228px;
	height: 190px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 35px;
	float: left;
}

.ztfw-list ul li h4 {
	color: #fff;
	font-size: 19px;
	line-height: 20px;
}

.ztfw-list ul li div {
	width: 135px;
	margin: 0 auto;
	margin-top: 15px;
}

.ztfw-list ul li div a {
	display: block;
	box-sizing: border-box;
	border: 1px solid #fff;
	font-size: 15px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	margin-top: 10px;
}

.ztfw-list ul li div a:hover {
	text-decoration: underline;
}

.ztfw1 {
	background: url("../images/fwbg1.png") no-repeat;
	background-size: 100%;
}

.ztfw2 {
	background: url("../images/fwbg2.png") no-repeat;
	background-size: 100%;
}

.ztfw3 {
	background: url("../images/fwbg3.png") no-repeat;
	background-size: 100%;
}

.ztfw4 {
	background: url("../images/fwbg4.png") no-repeat;
	background-size: 100%;
}

.ztfw5 {
	background: url("../images/fwbg5.png") no-repeat;
	background-size: 100%;
}

.ztfw6 {
	background: url("../images/fwbg6.png") no-repeat;
	background-size: 100%;
}

.ztfw7 {
	background: url("../images/fwbg7.png") no-repeat;
	background-size: 100%;
}

.ztfw8 {
	background: url("../images/fwbg8.png") no-repeat;
	background-size: 100%;
}

.ztfw9 {
	background: url("../images/fwbg9.png") no-repeat;
	background-size: 100%;
}

.ztfw10 {
	background: url("../images/fwbg10.png") no-repeat;
	background-size: 100%;
}

.border {
	height: 1px;
	background: #d2d2d2;
	margin-top: 30px;
}

.grfw-title ul {
	width: 350px;
	height: 40px;
	background: #fff;
	margin: 0 auto;
	margin-top: -20px;
}

.grfw-title ul li {
	float: left;
	height: 40px;
	cursor: pointer;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}

.grfw-title ul li:first-child {
	border-right: 2px solid #ccc;
}

.grfw-title ul li i {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 8px;
}

.grfw-title ul li.grfw1 i {
	background: url("../images/ggfw-icon1.png") no-repeat top center;
}

.grfw-title ul li.grfw2 i {
	background: url("../images/ggfw-icon2.png") no-repeat top center;
}

.grfw-title ul li.on i {
	background-position: 0 -40px;
}

.grfw-title ul li span {
	font-size: 24px;
	float: left;
	color: #333;
	line-height: 40px;
}

.grfw-title ul li.on span {
	color: #cc3333;
}

.grfw-list ul {
	display: none;
	margin-right: -15px;
}

.grfw-list ul:first-child {
	display: block;
}

.grfw-list ul li {
	float: left;
	margin-right: 15px;
	width: 228px;
	box-sizing: border-box;
	margin-top: 20px;
	box-shadow: 0 0 8px #ccc;
}

.grfw-list ul li:hover {
	box-shadow: 0 0 10px #666;
}

.grfw-list ul li a {
	display: block;
	color: #333;
	text-align: center;
	padding: 30px 0;
	box-sizing: border-box;
	height: 210px;
}

.grfw-list ul li a img {
	height: 60px;
}

.grfw-list ul li a p {
	font-size: 20px;
	margin-top: 20px;
	color: #000;
}

.grfw-list ul li a:hover p {
	color: #cc3333;
}

.grfw-list ul li a div {
	font-size: 14px;
	margin-top: 20px;
	padding: 0 8px;
}

.grfw-list ul li a div span {
	padding: 0 2px;
}

.cycx-title {
	float: left;
}

.cycx-title li {
	cursor: pointer;
	float: left;
	height: 50px;
	line-height: 50px;
	margin-right: 20px;
	box-sizing: border-box;
	font-size: 24px;
	color: #333;
}

.cycx-title li.on {
	border-bottom: 2px solid #cc3333;
}

.cycx-title li.on span {
	color: #cc3333;
}

.cycx-list ul {
	display: none;
	margin-right: -18px;
}

.cycx-list ul:first-child {
	display: block;
}

.cycx-list ul li {
	width: 185px;
	float: left;
	margin-right: 18px;
	margin-top: 18px;
	box-shadow: 0 0 8px #ccc;
}

.cycx-list ul li:hover {
	box-shadow: 0 0 10px #666;
}

.cycx-list ul li a {
	display: block;
	box-sizing: border-box;
	padding: 20px 10px;
	color: #000;
	text-align: center;
	font-size: 18px;
}

.cycx-list ul li a:hover {
	color: #cc3333;
}

.cycx-list ul li a img {
	height: 54px;
	padding-bottom: 5px;
}

/* 本例子css */
.ztgd-banner .picScroll-left {
	width: 1200px;
	height: 125px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.ztgd-banner .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
	overflow: hidden;
	margin-left: -16px;
}

.ztgd-banner .picScroll-left .bd ul li {
	width: 136px;
	display: inline-block;
	margin-left: 16px;
	text-align: center;
	border: 1px solid #ededed;
	box-sizing: border-box;
	overflow: hidden;
}

.ztgd-banner .picScroll-left .bd ul li a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	font-size: 18px;
	padding: 20px 0;
}

.ztgd-banner .picScroll-left .bd ul li a img {
	height: 48px;
	padding-bottom: 5px;
}

.ztgd-banner .picScroll-left .bd ul li a:hover p {
	color: #cc3333;
}

.xxgk-tab {
	width: 770px;
	float: left;
}

.xxgk-tab-title {
	height: 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
}

.xxgk-tab-title ul {
	float: left;
}

.xxgk-tab-title ul li {
	height: 50px;
	box-sizing: border-box;
	float: left;
	margin-right: 20px;
}

.xxgk-tab-title ul li a {
	display: block;
	height: 100%;
	line-height: 44px;
	font-size: 24px;
	color: #333;
}

.xxgk-tab-title ul li.on {
	border-bottom: 2px solid #cc3333;
}

.xxgk-tab-title ul li.on a {
	color: #cc3333;
}

.xxgk-more {
	float: right;
	line-height: 50px;
	color: #999;
	font-size: 14px;
	padding-right: 15px;
	background: url("../images/more.png") no-repeat right center;
}

.xxgk-more:hover {
	color: #cc3333;
	background: url("../images/more_h.png") no-repeat right center;
}

.xxgk-tab-list ul {
	display: none;
	padding: 0 10px;
}

.xxgk-tab-list ul:first-child {
	display: block;
}

.xxgk-tab-list ul li {
	height: 36px;
	padding-left: 10px;
	box-sizing: border-box;
	background: url("../images/dot.png") no-repeat 0 center;
}

.xxgk-tab-list ul li a {
	color: #333;
	font-size: 16px;
	height: 100%;
	line-height: 36px;
	display: block;
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xxgk-tab-list ul li a:hover {
	color: #cc3333;
}

.xxgk-tab-list ul li span {
	color: #999;
	line-height: 36px;
	float: right;
	font-size: 14px;
}

.zfxxgkzl {
	width: 400px;
	float: right;
	background: #f5f5f5;
}

.zfxxgkzl h3 {
	background: #dd3a3a;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
}

.zfxxgkzl h3 a {
	color: #fff;
}

.zfxxgkzl ul {
	padding: 0 0 17px 14px;
}

.zfxxgkzl ul li {
	background: #fff;
	height: 50px;
	width: 179px;
	margin-right: 14px;
	margin-top: 15px;
	float: left;
}

.zfxxgkzl ul li a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	padding-left: 10px;
}

.zfxxgkzl ul li a img {
	display: block;
	height: 24px;
	float: left;
	margin-top: 13px;
	margin-right: 10px;
}

.zfxxgkzl ul li a span {
	line-height: 50px;
	font-size: 16px;
	color: #333;
}

.zfxxgkzl ul li a:hover span {
	color: #c01628;
}

.xxgk-links ul {
	margin-right: -20px;
}

.xxgk-links ul li {
	margin-right: 20px;
	float: left;
	width: 224px;
	height: 70px;
	background: #fbe8d5;
}

.xxgk-links ul li:hover {
	background: #f6d7b8;
}

.xxgk-links ul li a {
	display: block;
	padding-left: 40px;
	height: 100%;
	box-sizing: border-box;
	line-height: 70px;
	font-size: 20px;
	font-weight: bold;
	color: #ca8d5b;
}

.xxgk-links ul li a img {
	height: 40px;
	margin-top: 15px;
	display: block;
	float: left;
	margin-right: 20px;
}

/*政策图解*/
.img_wjjd ul {
	width: 1230px;
}

.img_wjjd ul li {
	display: block;
	width: 277px;
	height: 160px;
	float: left;
	margin-right: 30px;
}

.img_wjjd ul li img {
	display: block;
	width: 277px;
	height: 160px;
}

.czwj {
	width: 400px;
	float: right;
	box-sizing: border-box;
	border: 10px solid #dcdcdc;
	background: #fff;
}

.czwj form {
	padding: 18px 25px;
	text-align: center;
}

.czwj form h2 {
	margin-bottom: 20px;
}

.czwj form h2 img {
	vertical-align: middle;
	margin-right: 10px;
}

.czwj form h2 span {
	vertical-align: middle;
	color: #c20505;
	font-size: 30px;
}

.czwj form .xxgk-text {
	width: 100%;
	height: 48px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	background: #fff;
	outline: none;
	color: #333;
	font-size: 16px;
	padding: 0 25px;
}

.xxgk-submit {
	height: 46px;
	background: #fe6702;
	border-radius: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.xxgk-submit input {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	background: url("../images/s2.png") no-repeat 95px center;
	box-sizing: border-box;
	outline: none;
	border: none;
	font-size: 24px;
	padding-left: 25px;
	cursor: pointer;
}

.nnszcfgk {
	font-size: 16px;
	color: #333;
}

.nnszcfgk:hover {
	color: #cc3333;
}

.zdxxgk-t h3 {
	width: 280px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	background: #fff;
	font-size: 30px;
	color: #333;
	margin-top: -20px;
	text-align: center;
	font-weight: normal;
}

.zdxxgk-t h3 span {
	color: #dc0000;
}

.zdxxgk ul {
	padding: 0 1%;
}

.zdxxgk ul li {
	width: 14%;
	height: 125px;
	float: left;
	margin-top: 15px;
	text-align: center;
}

.zdxxgk ul li a {
	color: #333;
	font-size: 16px;
}

.zdxxgk ul li a:hover {
	color: #cc3333;
}

.zdxxgk ul li a img {
	height: 75px;
	display: block;
	margin: auto;
}

.zdxxgk ul li:hover a img {
	margin-top: -5px;
}

.zdxxgk ul li a p {
	margin-top: 5px;
	line-height: 20px;
	height: 20px;
	padding: 0 10px;
}

.zwgkzt ul li {
	width: 270px;
	margin: 0 15px;
	float: left;
	height: 160px;
}

.zwgkzt ul li img {
	display: block;
	width: 100%;
	height: 100%;
}

/*===============专题主页===================*/
.zt_main_page {
	width: 1200px;
	margin: auto;
}

.zt_cont {
	width: 100%;
}

.zt_cont ul {
	width: 1220px;
	overflow: hidden;
}

.zt_cont ul li {
	width: 285px;
	height: 92px;
	float: left;
	margin: 0px 20px 20px 0;
}

.zt_cont ul li a {
	width: 100%;
	height: 100%;
	display: block;
}

.zt_cont ul li a img {
	width: 100%;
	height: 100%;
	display: block;
}

.lszt_lm li {
	display: block;
	width: 200px;
	height: 30px;
	border: solid 1px #ccc;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.lszt_lm li a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 14px;
	text-align: center;
}

.lszt_lm li:hover {
	border: solid 1px #cc3333;
}

.lszt_lm li a:hover {
	color: #cc3333;
}




/* 农村饮用水安全 s */
.ysaqbanner {
	width: 100%;
	display: block;
}

.ysaq-gzbj {
	padding-bottom: 40px;
	background: url("../images/ysaqbg1.png") no-repeat center bottom;
}

.ysaq-gzbj p {
	text-align: justify;
	text-indent: 2em;
	font-size: 18px;
	line-height: 34px;
	padding: 0 20px;
}

.gzjzycg {
	float: left;
	width: 715px;
	box-sizing: border-box;
	margin-top: 45px;
	position: relative;
	background: #daecff;
	padding: 50px 30px 10px 30px;
	box-shadow: 5px 5px #bcd0e6;
	height: 230px;
}

.gzjzycg h3 {
	position: absolute;
	width: 316px;
	height: 70px;
	background: url("../images/ysaqt1.png") no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	line-height: 70px;
	left: 50%;
	margin-left: -158px;
	top: -40px;
}

.gzjzycg p {
	text-align: justify;
	text-indent: 2em;
	font-size: 18px;
	line-height: 34px;
	color: #333;
}

.ysaq-zcyj {
	float: right;
	width: 430px;
	height: 230px;
	background: #daecff url("../images/ysaqicon.png") no-repeat 270px 105px;
	position: relative;
	box-sizing: border-box;
	box-shadow: 5px 5px #bcd0e6;
	margin-top: 45px;
	padding: 55px 30px 40px 30px;
}

.ysaq-zcyj h3 {
	text-align: center;
	position: absolute;
	width: 206px;
	height: 70px;
	line-height: 70px;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	background: url("../images/ysaqt2.png") no-repeat;
	background-size: 100% 100%;
	left: 50%;
	margin-left: -103px;
	top: -40px;
}

.ysaq-zcyj a {
	display: block;
	color: #333;
	font-size: 26px;
	font-weight: bold;
	text-align: justify;
	line-height: 42px;
}

.ysaq-zcyj a:hover {
	color: #c01628;
}

.ysaq-title {
	text-align: center;
	margin: 0 auto;
	width: 195px;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	font-size: 36px;
	color: #333;
	border-bottom: 4px solid #625c5c;
}

.ysaq-lc p {
	text-align: justify;
	text-indent: 2em;
	color: #333;
	line-height: 18px;
}

.ysaq-lc ul {
	margin-top: 20px;
	line-height: 60px;
	margin-right: -24px;
}

.ysaq-lc ul li {
	float: left;
	width: 175px;
	height: 60px;
	line-height: 60px;
	border-radius: 20px;
	text-align: center;
	color: #333;
	font-size: 18px;
	background: #97c7fb
}

.ysaq-lc ul img {
	float: left;
	display: block;
	height: 24px;
	margin: 18px 24px;
}

.ysaq-lc1 ul li {
	width: 520px;
	box-sizing: border-box;
	padding: 15px 15px 15px 60px;
	border: 1px solid #97c7fb;
	position: relative;
	display: table;
	margin-top: 25px;
}

.ysaq-lc1 ul li span {
	display: block;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	text-align: center;
	line-height: 78px;
	font-size: 50px;
	color: #1575db;
	background: #97c7fb;
	position: absolute;
	left: -34px;
	top: 50%;
	font-weight: bold;
	margin-top: -39px;
}

.ysaq-lc1 ul li.li1 {
	float: left;
	height: 115px;
	margin-left: 34px;
}

.ysaq-lc1 ul li.li2 {
	float: right;
	height: 115px;
}

.ysaq-lc1 ul li.li3 {
	float: left;
	height: 210px;
	margin-left: 34px;
}

.ysaq-lc1 ul li.li4 {
	float: right;
	height: 210px;
}

.ysaq-lc1 ul li p {
	vertical-align: middle;
	display: table-cell;
	font-size: 18px;
	line-height: 28px;
	color: #333;
	text-align: justify;
}

.ysaqimg {
	padding: 0 70px;
}

.ysaqimg ul {
	margin-right: -20px;
}

.ysaqimg ul li {
	float: left;
	width: 520px;
	margin-right: 20px;
	margin-top: 20px;
}

.ysaqimg ul li img {
	width: 100%;
	display: block;
}

.ysaqimg ul p {
	text-align: center;
	font-size: 18px;
	color: #333;
}

/* 农村饮用水安全 e */

/* 安全生产专题s */
.aqsc-zcyj {
	height: 120px;
	background: #eff6fd;
}

.aqsc-zcyj h3 {
	width: 230px;
	height: 100%;
	float: left;
	background: url("../images/aqsct1.png") no-repeat;
	background-size: 100% 100%;
	text-align: center;
	line-height: 120px;
	color: #fff;
	font-weight: bold;
	font-size: 36px;
}

.aqsc-zcyj ul {
	float: right;
	width: 920px;
	padding: 20px 20px 20px 0;
	box-sizing: border-box;
}

.aqsc-zcyj ul li {
	line-height: 40px;
	font-size: 22px;
	background: url("../images/blue-dot.png") no-repeat 0 center;
	padding-left: 20px;
}

.aqsc-zcyj ul li a {
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aqsc-zcyj ul li a:hover {
	color: #32b3ea;
}

.aqscT {
	height: auto;
}

.aqscT h3 {
	width: 206px;
	margin-left: -103px;
	background: url("../images/aqsct2.png") no-repeat;
	background-size: 100% 100%;
}

.aqscT1 h3 {
	width: 294px;
	margin-left: -147px;
	background: url("../images/aqsct3.png") no-repeat;
	background-size: 100% 100%;
}

.aqscT1 h3 a {
	color: #fff;
}

.aqscT1-list li {
	line-height: 34px;
	background: url("../images/blue-dot.png") no-repeat 0 center;
	padding-left: 20px;
}

.aqscT1-list li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size: 18px;
}

.aqscT1-list li a:hover {
	color: #32b3ea;
}

.aqsc-gzjh p {
	font-size: 20px;
	color: #333;
	line-height: 34px;
}

.aqsc-gzjh {
	background: #daecff url("../images/ysaqicon.png") no-repeat 300px 205px;
}

.aqsc-links {
	width: 430px;
	float: right;
}

.aqsc-links li {
	width: 100%;
	height: 60px;
	margin-top: 10px;
}

.aqsc-links li a {
	display: block;
	height: 100%;
	background: #32b3ea;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 22px;
}

.aqsc-links li a img {
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 20px;
}

.aqsc-links li a:hover {
	background: #1da2da;
}

/* 安全生产专题e */

/* 花香童园 s */
.hxty-bjjj {
	height: 475px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	background: url("../images/hxty-bg.png") no-repeat;
	background-size: 100% 100%;
	padding: 65px 30px 30px 25px;
}

.hxty-bjjj h2 {
	font-size: 36px;
	color: #769e63;
	font-weight: bold;
	top: 6px;
	right: 35px;
	position: absolute;
	line-height: 36px;
}

.hxty-bjjj p {
	font-size: 18px;
	line-height: 34px;
	text-align: justify;
	text-indent: 2em;
	color: #333;
}

.hxty {
	background: #e6f4e7;
	box-shadow: 5px 5px #c2e4c4;
}

.hxty h3 {
	width: 206px;
	margin-left: -103px;
	background: url(../images/hxtyT.png) no-repeat;
	background-size: 100% 100%;
}

.hxty p a {
	color: #d6910c;
}

.hxty p a:hover {
	color: #e99a03;
}

.hxty-gzmb p {
	font-size: 20px;
	line-height: 32px;
}

.hxty-btns ul {
	margin-right: -15px;
}

.hxty-btns ul li {
	float: left;
	width: 390px;
	margin-right: 15px;
}

.hxty-btns ul li a {
	display: block;
	height: 78px;
	line-height: 78px;
	background: #87af73;
	color: #fff;
	font-size: 22px;
	text-align: center;
}

.hxty-btns ul li a img {
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 15px;
}

.hxty-btns ul li a:hover {
	background: #769e63;
}

/* 花香童园 e */

/* 蓝天保卫战 s */
.ltbwz-bjjs {
	background: #effbff;
	position: relative;
	padding: 40px 25px 25px 25px;
}

.ltbwz-bjjs p {
	font-size: 18px;
	line-height: 34px;
	text-align: justify;
	text-indent: 2em;
}

.ltbwzT {
	width: 220px;
	height: 50px;
	background: url("../images/ltbwztbg.png") no-repeat;
	background-size: 100% 100%;
	line-height: 48px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -110px;
	top: -20px;
}

.ltbwz-bjjsImg {
	text-align: center;
	padding: 10px 0;
}

.ltbwz-gzdt {
	float: left;
	width: 770px;
	background: #effbff;
	position: relative;
	box-sizing: border-box;
	padding: 40px 20px 20px 20px;
}

.ltbwz-gzdt .ltbwzT {
	left: 0;
	margin-left: 0;
}

.ztList li {
	height: 34px;
	line-height: 34px;
	background: url("../images/dots.png") no-repeat 0 center;
	padding-left: 15px;
	font-size: 18px;
}

.ztList li a {
	display: block;
	width: 70%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

.ztList li a:hover {
	color: #c01628;
}

.ztList li span {
	float: right;
	color: #999;
	font-size: 16px;
}

.ltbwz-gzmb {
	width: 370px;
	position: relative;
	float: right;
	box-sizing: border-box;
	padding: 50px 20px 20px 20px;
	background: #effbff;
	height: 230px;
}

.ltbwz-gzmb p {
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	text-align: justify;
	text-indent: 2em;
}

.ltbwz-links {
	height: 114px;
	background: #55cbf9;
}

.ltbwz-links ul li {
	float: left;
	width: 262.5px;
}

.ltbwz-links ul li a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 22px;
	line-height: 114px;
	text-align: center;
}

.ltbwz-links ul li a img {
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 30px;
}

.ltbwz-xian {
	float: left;
	width: 50px;
	height: 90px;
	display: block;
	margin-top: 12px;
}

/* 蓝天保卫战 e */


/* 城市执法服务专题 s */
.zt_box {
	min-width: 1300px;
	margin: 0 auto;
}

.cgzfbg {
	background: url("../images/cgzfbanner.jpg") no-repeat #fff;
	background-size: 100% 360px;
}

.zt_top a {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, 0.24);
	font-size: 22px;
	padding: 0 20px;
	font-weight: bold;
}

.cgzf-zt img {
	display: block;
	margin-bottom: 20px;
}

.cgzf-zt .cgzfT2 {
	display: none;
}

.zt_main {
	width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
}

.w560 {
	width: 560px;
}

.w570 {
	width: 570px;
}

.cgzf-title {
	position: relative;
	height: 50px;
	box-sizing: border-box;
	padding-top: 10px;
}

.cgzf-title1 {
	height: 40px;
	background: #f4f4f4;
}

.cgzf-title1 a {
	float: right;
	margin-right: 10px;
	color: #333;
	font-size: 14px;
	line-height: 40px;
}

.cgzf-title1 a:hover {
	color: #0296de;
}

.cgzf-title h3 {
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

.cgzf-title h3.w130 {
	width: 130px;
	background: url("../images/cgzfTbg1.png") no-repeat;
	background-size: 100% 100%;
}

.cgzf-title h3.w170 {
	width: 170px;
	background: url("../images/cgzfTbg2.png") no-repeat;
	background-size: 100% 100%;
}

/* 焦点图 */
.cgzfban .focus {
	width: 570px;
	height: 390px;
	position: relative;
	overflow: hidden;
}

/*大图切换*/
.cgzfban .yx-rotaion {
	width: 100%;
	height: 390px !important;
	overflow: hidden;
	background-color: #fefefe;
}

.cgzfban .yx-rotaion-btn,
.cgzfban .yx-rotaion-title,
.cgzfban .yx-rotation-focus,
.cgzfban .yx-rotation-t,
.cgzfban .yx-rotaion-btn {
	position: absolute
}

.cgzfban .yx-rotation-title {
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	left: 0;
	bottom: 0;
	z-index: 1
}

.cgzfban .yx-rotation-t {
	color: #fff;
	font-size: 16px;
	font-family: microsoft yahei;
	z-index: 2;
	bottom: 0px;
	left: 10px;
	line-height: 40px;
	width: 470px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cgzfban .yx-rotation-t {
	font-size: 16px;
	font-family: microsoft yahei;
	z-index: 2;
	bottom: 0;
	width: 500px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}

.cgzfban .yx-rotaion-btn .left_btn {
	background: url(../images/prev.png) no-repeat center center;
}

.cgzfban .yx-rotaion-btn .right_btn {
	background: url(../images/next.png) no-repeat center center;
}

.cgzfban .yx-rotation-focus {
	height: 25px;
	line-height: 25px;
	right: 20px;
	bottom: 14px;
	z-index: 2
}

.cgzfban .yx-rotation-focus span {
	background: url(../images/focus-gdots.png) no-repeat;
	width: 12px;
	height: 12px;
	line-height: 12px;
	float: left;
	margin-left: 5px;
	position: relative;
	top: 14px;
	cursor: pointer;
	text-indent: -9999px
}

.cgzfban .yx-rotaion-btn {
	height: 41px;
	top: 46%;
	width: 100%;
}

.cgzfban .yx-rotaion-btn span {
	width: 41px;
	height: 41px;
	cursor: pointer;
	filter: alpha(opacity=30);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	position: relative
}

.cgzfban .yx-rotaion-btn .left_btn {
	float: left;
	left: 10px
}

.cgzfban .yx-rotaion-btn .right_btn {
	float: right;
	right: 10px
}

.cgzfban .yx-rotaion-btn span.hover {
	filter: alpha(opacity=80);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.cgzfban .yx-rotation-focus span.hover {
	background: url(../images/focus-ydots.png) no-repeat;
}

.cgzfban .detail {
	position: absolute;
	bottom: -8px;
	text-indent: 2em;
	width: 470px;
	height: 56px;
	padding: 0 15px;
	overflow: hidden;
	font-size: 14px;
	color: #6f6f6f;
	display: none;
}

.cgzfban .detail span {
	color: #aba8a8;
}

.cgzf-list ul {
	padding: 0 6px;
}

.cgzf-list ul li {
	height: 40px;
	line-height: 40px;
	background: url("../images/dot.jpg") no-repeat 0 center;
	padding-left: 15px;
	box-sizing: border-box;
	font-size: 16px;
}

.cgzf-list ul li a {
	display: block;
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

.cgzf-list ul li a:hover {
	color: #0296de;
}

.cgzf-list ul li span {
	float: right;
	color: #999;
}

.cgzf-cxfw {
	position: relative;
	box-sizing: border-box;
	padding: 20px;
	background: #f4f4f4;
	padding-top: 60px;
}

.cgzf-cxfw h2 {
	position: absolute;
	top: -5px;
	left: 50%;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-left: -75px;
	color: #fff;
	background: url("../images/cgzfTbg3.png") no-repeat;
	background-size: 100% 100%;
	font-size: 20px;
}

.w525 {
	width: 525px;
}

.cgzf-cxfwT {
	height: 34px;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
}

.cgzf-cxfwT h3 {
	float: left;
	line-height: 34px;
	height: 34px;
	box-sizing: border-box;
	border-bottom: 3px solid #0296de;
	color: #0296de;
	font-size: 20px;
}

.cgzf-cxfwT a {
	float: right;
	line-height: 34px;
	font-size: 14px;
	color: #333;
	margin-right: 10px;
}

.cgzf-cxfwT a:hover {
	color: #0296de;
}

.cgzf-cxfw .cgzf-list ul li a {
	width: 100%;
}

.border1 {
	width: 1px;
	box-sizing: border-box;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 65px;
	border-left: 1px dashed #e3e2e2;
}

/* 城市执法服务专题 e */

/* 优化营商专题 s */
.zt-head {
	position: relative;
}

.zt-banner {
	width: 100%;
	display: block;
}

.zt-logo-red {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 0;
}

.f9f9f9 {
	background: #f9f9f9;
}

.mt-50 {
	margin-top: -50px;
	z-index: 3;
	position: relative;
}

.yhysT1 {
	height: 50px;
	line-height: 50px;
	background: url("../images/yhys-tbg.png") no-repeat center bottom;
	text-align: center;
	font-size: 32px;
	color: #238bf3;
}

.whly-list ul {
	margin-right: -20px;
}

.whly-list ul li {
	float: left;
	width: 570px;
	height: 125px;
	box-sizing: border-box;
	border: 1px solid #a3e2fc;
	background: #fff;
	margin-top: 20px;
	margin-right: 20px;
	padding: 15px 20px;
}

.whly-list ul li i {
	display: block;
	width: 52px;
	height: 6px;
	background: #77cff3;
	margin-bottom: 10px;
}

.whly-list ul li a {
	text-align: justify;
	color: #333;
	font-size: 18px;
	display: block;
	line-height: 24px;
	margin-bottom: 10px;
}

.whly-list ul li a:hover {
	color: #0296de;
}

.whly-list ul li span {
	color: #999;
	font-size: 16px;
	display: block;
}

.yhys-more {
	clear: both;
	display: block;
	width: 120px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 20px;
	text-align: center;
	margin: 0 auto;
	color: #999;
	border: 1px solid #e4e4e4;
	line-height: 40px;
	margin-top: 20px;
}

.yhys-more:hover {
	background: #0296de;
	border: 1px solid #1575db;
	color: #fff;
}

.yhys-zxcx {
	background: #f4f4f4;
}

.yhys-zxcx {
	box-sizing: border-box;
	padding: 10px 10px 20px 10px;
	background: #f4f4f4;
}

.yhys-zxcx a {
	display: block;
	float: left;
	width: 320px;
	margin: 15px 25px 0 25px;
	height: 70px;
	line-height: 70px;
	background: #38a6db;
	text-align: center;
	color: #fff;
	font-size: 20px;
	border-radius: 10px;
}

.yshj-bsfw {
	margin-right: -10px;
}

.yshj-bsfw a {
	display: block;
	float: left;
	width: 380px;
	margin-right: 10px;
	margin-top: 10px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 18px;
	color: #333;
	border: 1px solid #dbf0fc;
}

.yshj-bsfw a:hover {
	color: #1575db;
	border: 1px solid #1575db;
}

/* 优化营商专题 e */

/* 妇幼健康 s */
.ztbox {
	width: 100%;
	min-width: 1300px;
}

.ztbg1 {
	background: #fff url("../images/ztbg1.png") no-repeat;
	background-size: 100% auto;
}

.ztTop {
	width: 1200px;
	margin: 0 auto;
}

.website-name {
	display: inline-block;
}

.website-name:hover {
	color: #fff;
}

.m-l50 {
	margin-left: 50px;
}

.ztLogo {
	text-align: center;
}

.ztLogo img {
	width: 600px;
}

.clear40 {
	clear: both;
	height: 40px;
}

.clear30 {
	clear: both;
	height: 30px;
}

.zt-main {
	box-sizing: border-box;
	background: #fff;
	padding: 20px;
}

.jbfk-zcwj {
	height: 310px;
	background: url("../images/jbfkbg1.png") no-repeat;
	background-size: 100% 100%;
}

.jbfk-zcwjC {
	width: 810px;
	float: right;
}

.jbfk-zcwjT h3 {
	height: 48px;
	line-height: 48px;
	background: #21abe8;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 0 25px;
	float: left;
	box-shadow: 3px 3px #b8d5e2;
}

.jbfk-zcwjT a {
	float: right;
	height: 32px;
	line-height: 32px;
	background: #21abe8;
	color: #fff;
	padding: 0 15px;
	font-size: 16px;
}

.ztList ul li {
	height: 36px;
	background: url("../images/dot.jpg") no-repeat 0 center;
	padding-left: 15px;
	line-height: 36px;
	font-size: 16px;
}

.ztList ul li a {
	display: block;
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

.ztList ul li a:hover {
	color: #21abe8;
}

.ztList ul li span {
	float: right;
	color: #999;
}

.pl45 {
	padding-left: 45px;
}

.pr15 {
	padding-right: 15px;
}

.w565 {
	width: 565px;
}

.jbfkT {
	height: 46px;
	line-height: 46px;
}

.jbfkT a {
	float: right;
	font-size: 16px;
	color: #21abe8;
}

.jbfkT a:hover {
	color: #1594cc;
}

.jbfkT h3 {
	width: 196px;
	height: 100%;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background: url("../images/jbfkt1.png") no-repeat;
	background-size: 100% 100%;
}

.jbfkT1 h3 {
	width: 180px;
	background: url("../images/jbfkt2.png") no-repeat;
	background-size: 100% 100%;
}

.jbfkbg2 {
	height: 190px;
	background: url("../images/jbfkbg2.png") no-repeat 0 bottom;
	background-size: 100% auto;
}

.jbfk-zxcx {
	height: 185px;
	background: url("../images/jbfkbg3.png") no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 25px 45px;
}

.jbfk-zxcx-icon {
	display: block;
	float: left;
	margin-top: 10px;
}

.jbfk-zxcx ul {
	float: right;
	width: 960px;
}

.jbfk-zxcx ul li {
	width: 430px;
	float: left;
	margin-left: 50px;
	box-sizing: border-box;
	padding-left: 15px;
	font-size: 16px;
	background: url("../images/dot.jpg") 0 center no-repeat;
	height: 36px;
	line-height: 36px;
}

.jbfk-zxcx ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

.jbfk-zxcx ul li a:hover {
	color: #1594cc;
}

.ztbg2 {
	background: #fff url("../images/ztbg2.png") no-repeat;
	background-size: 100% auto;
}

.ztbg3 {
	background: #fff url("../images/ztbg3.png") no-repeat;
	background-size: 100% auto;
}

.wsjd-zcwj {
	background: url("../images/wsjdbg1.png") no-repeat;
	background-size: 100% 100%;
}

.wsjdxian {
	height: 1px;
	background: #e1eefd;
}

.wsjd-zsk {
	height: 160px;
	width: 770px;
	float: left;
	background: #e1eefd;
	box-sizing: border-box;
	padding-right: 20px;
}

.wsjd-zxcx {
	float: right;
	width: 350px;
	height: 160px;
}

.wsjd-zxcx img {
	display: block;
	width: 100%;
	height: 100%;
}

.wsjd-zsk-name {
	display: block;
	height: 100%;
	float: left;
}

.wsjd-zsk-name img {
	display: block;
	height: 100%;
}

.wsjd-zsk-list {
	width: 670px;
	float: right;
	padding-top: 10px;
}

.fyjk-zcwj {
	background: url("../images/fyjkbg1.png") no-repeat;
	background-size: 100% 100%;
}

.fyjk-zcwjT h3 {
	background: #f84f74;
	box-shadow: 3px 3px #fe94ac;
}

.fyjk-zcwjT a {
	background: #f84f74;
}

.ztbg3 .ztList li a:hover {
	color: #f84f74;
}

.fyjkT h3 {
	background: url("../images/fyjkt1.png") no-repeat;
}

.fyjkT a {
	color: #f84f74;
}

.fyjkT a:hover {
	color: #f52a56;
}

.fyjk-zxcx img {
	display: block;
	width: 100%;
}

.fyjk-banner {
	display: none;
}

/* 妇幼健康 e */

/* 主题服务样式 s */
.ztfw-head {
	height: 240px;
	background: url("../images/ztfwbg.png") no-repeat;
	background-size: 100% 100%;
	position: relative;
	box-sizing: border-box;
}

.ztfwLogo {
	position: absolute;
	top: 55px;
	left: 80px;
}

.ztfw-title {
	text-align: center;
	color: #fff;
	font-size: 56px;
	font-weight: normal;
	letter-spacing: 5px;
	padding-top: 50px;
}

#dropdown {
	width: 205px;
	position: absolute;
	right: 30px;
	top: 55px;
}

.input_select {
	width: 100%;
	height: 50px;
	padding-left: 25px;
	padding-right: 50px;
	border: none;
	font-size: 20px;
	color: #fff;
	background: url(../images/selectbg.png) no-repeat;
	box-sizing: border-box;
}

.input_select1 {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

#dropdown ul {
	width: 100%;
	background: #e8f5fe;
	margin-top: 1px;
	border: 1px solid #a9c9e2;
	position: absolute;
	border-radius: 10px;
	overflow: hidden;
	display: none;
	z-index: 10;
}

#dropdown ul li {
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-size: 16px;
}

#dropdown ul li a {
	display: block;
	height: 30px;
	color: #000;
	text-decoration: none;
}

#dropdown ul li a:hover {
	background: #f87705;
	color: #fff;
}

.ztfw-nav {
	text-align: center;
	box-sizing: border-box;
	padding: 0 20px;
	margin-top: 40px;
}

.ztfw-nav a {
	display: inline-block;
	padding: 7px 20px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.4);
	color: #094074;
	font-size: 18px;
	margin: 0 10px;
	margin-top: 8px;
}

.ztfw-nav a:hover {
	color: #fff;
}

.ztfw-main {
	font-size: 16px;
	text-align: justify;
}

.ztfw-left {
	width: 710px;
	float: left;
}

.ztfwT1 {
	height: 40px;
	position: relative;
	background: url("../images/ztfwTbg.png") repeat-x 0 center;
}

.ztfwT1 h3 {
	float: left;
	background: #fff url("../images/ztfwTbg1.png") no-repeat 0 center;
	padding-right: 12px;
	font-size: 26px;
	line-height: 40px;
	padding-left: 30px;
	font-weight: normal;
}

.ztfwT1 a {
	display: block;
	float: right;
	background: #fff;
	color: #333;
	padding-left: 10px;
	line-height: 40px;
}

.ztfwT1 a:hover {
	color: #235dc5;
}

.ztfwsub-list li {
	line-height: 38px;
	height: 38px;
	clear: both;
	background: url("../images/ztfw-dot.png") no-repeat 0 center;
	padding-left: 12px;
}

.ztfwsub-list li a {
	display: block;
	float: left;
	width: 72%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ztfwsub-list li a:hover {
	color: #235dc5;
}

.ztfwsub-list li span {
	color: #999;
	float: right;
}

.ztfwTabT {
	height: 40px;
}

.ztfwTabT li {
	float: left;
	width: 20%;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	font-size: 24px;
	height: 40px;
}

.ztfwTabT li.on {
	background: #4fc8f3;
	color: #fff;
}

.ztfwTab-sub {
	display: none;
}

.ztfw-more {
	display: block;
	width: 120px;
	height: 40px;
	border: 1px solid #f2f0f0;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: 20px;
	color: #999;
	line-height: 40px;
	text-align: center;
}

.ztfw-more:hover {
	color: #fff;
	background: #4fc8f3;
	border: 1px solid #48b4db;
}

.ztfw-right {
	float: right;
	width: 450px;
}

.ztfwT2 {
	background: none;
}

.jingyan {
	display: block;
}

.jingyan img {
	width: 100%;
	display: block;
}

.clear4 {
	height: 4px;
	clear: both;
}

.ztfw-links {
	margin-right: -11px;
}

.ztfw-links a {
	display: block;
	width: 142px;
	margin-right: 11px;
	height: 56px;
	line-height: 56px;
	color: #fff;
	background: #78b5f9;
	float: left;
	text-align: center;
	font-size: 18px;
	box-sizing: border-box;
}

.ztfw-links a.ztfw-wyjb {
	background: #5fbddc;
}

.ztfw-links a.ztfw-fwrx {
	background: #5ecd7d;
	line-height: 20px;
	padding-top: 8px;
}

.ztfw-links a.ztfw-fwrx span {
	font-weight: bold;
}

.ztfw-list2 a {
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border-radius: 5px;
	background: #e0f3fe;
	margin: 0 5px;
	margin-top: 10px;
}

.ztfw-list2 a:hover {
	color: #235dc5;
}

/* 主题服务样式 e */

/* 报考机动车驾驶证 s */
.jz_banner img {
	width: 100%;
}

.jz_con {
	padding-top: 20px;
}

.jz_box1 h2 {
	background: #acefff;
	padding: 10px 20px;
	display: inline-block;
	color: #1a74c5;
	font-size: 24px;
}

.jz_box1 h3 {
	line-height: 40px;
	font-size: 18px;
	font-weight: 400;
}

.jz_box1 .jz_hs {
	color: #ff9000;
}

.jz_box1 .jz_ls {
	color: #1a74c5;
}

.jz_zgzz {
	border: 1px solid #acefff;
	margin-bottom: 10px;

}

.jz_zgzz h4 {
	border-bottom: 1px solid #acefff;
	height: 50px;
	line-height: 50px;
	color: #1a74c5;
	font-size: 24px;
	text-align: center;
}

.jz_zgzz h4 i {
	width: 12px;
	height: 12px;
	background: #acefff;
	border-radius: 100%;
	display: inline-block;
	margin: 0 20px;
}

.jz_zgzz_nr {
	padding: 10px;
	line-height: 34px;
	font-size: 18px;
}

.jz_zgzz_nr p {
	width: 50%;
	float: left;
}

.jz_qc {
	width: 580px;
	margin-bottom: 10px;
}

.jz_qc .jz_zgzz_nr p {
	width: 100%;
	float: none;
}

.jz_red {
	color: #ff0000;
}

.jz_lx {
	color: #ff0000;
}

.jz_xlj {
	font-size: 18px;
	font-weight: 400;
	border: 1px solid #1a74c5;
	padding: 10px 20px;
	border-radius: 100px;
	color: #1a74c5;
}

.jz_xlj:hover {
	background: #acefff;
}

.jz_cjwt {
	line-height: 34px;
	font-size: 18px;
}

.jz_cjwt i {
	width: 8px;
	height: 8px;
	background: #acefff;
	display: inline-block;
	margin-right: 8px;
}

.jz_cjwt a {
	color: #1a74c5;
}

@media (max-width: 768px) {
	.w1200 {
		width: 100%;
		margin: auto;
	}

	.jz_box1 h2 {
		font-size: 20px;
	}

	.jz_box1_con,
	.jz_box1 h3 {
		font-size: 16px;
		line-height: 32px;
	}

	.jz_zgzz h4 {
		font-size: 16px;
	}

	.jz_zgzz_nr {
		padding: 10px;
	}

	.jz_zgzz_nr p {
		width: 100%;
		font-size: 16px;
	}

	.jz_qc {
		width: 100%;
		margin-bottom: 10px;
	}

	.jz_xlj {
		font-size: 16px;
		padding: 6px 16px;
		display: block;
		text-align: center;
	}

	.jz_zgzz {
		margin-bottom: 10px;
	}

}

/* 报考机动车驾驶证 e */

/* 电动自行车业务办理指南 s */
.dc_nav ul {
	margin: -4px;
}

.dc_nav li {
	float: left;
	width: 20%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	position: relative;
	margin-bottom: 20px;
}

.dc_nav li a {
	color: #fff;
	display: block;
	background: #1a74c5;
	border-radius: 50px;
	margin: 0 4px;
	font-size: 18px;
	font-weight: 700;
}

.dc_nav li a:hover {
	text-decoration: underline;
}

.dc_nav li.on a {
	background: #acefff;
	color: #1a74c5;
}

.dc_nav li.on a:hover {
	text-decoration: none;
}

.dc_nav li.on i {
	width: 0px;
	height: 0px;
	border: 16px solid #000;
	border-top-color: #acefff;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	display: inline-block;
}

.dc_nr p {
	width: 100%;
}

.h238 {
	height: 238px;
}

.h272 {
	height: 272px;
}

.h204 {
	height: 204px;
}

.h170 {
	height: 170px;
}

.w590 {
	width: 590px;
}

@media (max-width: 768px) {
	.dc_nav ul {
		margin: 0px;
	}

	.dc_nav li {
		width: 50%;
	}

	.dc_nav li a {
		font-size: 16px;
	}

	.h238,
	.h272,
	.h20,
	.h204,
	.h170 {
		height: auto;
	}

	.w590 {
		width: 100%;
	}
}

/* 电动自行车业务办理指南 e */

/* 食品安全 s */
.spaq1 {
	position: absolute;
	left: 0;
	top: -130px;
	display: block;
}

.spaq2 {
	position: absolute;
	right: 0;
	top: -100px;
	display: block;
}

.spaqT1 {
	background: url("../images/spaq-tbg.png") no-repeat center bottom;
	color: #0da85f;
}

.spaq-list ul li {
	border: 1px solid #cfefe0;
}

.spaq-list ul li i {
	background: #0da85f;
}

.spaq-list ul li a:hover {
	color: #0da85f;
}

.spaq-more:hover {
	background: #0da85f;
	border: 1px solid #0b9454;
}

.spaq-list1 ul li a:hover {
	color: #0da85f;
}

.spaq-bsfw a {
	border: 1px solid #c8f5d5;
}

.spaq-bsfw a:hover {
	border: 1px solid #0b9454;
	color: #0b9454;
}

.spaq-banner {
	width: 100%;
	height: 390px;
}

.spaq-banner .slideBox {
	width: 100%;
	height: 390px;
	overflow: hidden;
	position: relative;
}

.spaq-banner .slideBox .hd {
	height: 12px;
	position: absolute;
	right: 10px;
	text-align: center;
	bottom: 17px;
	z-index: 1;
}

.spaq-banner .slideBox .hd ul li {
	display: inline-block;
	width: 12px;
	height: 12px;
	line-height: 14px;
	border-radius: 50%;
	text-align: center;
	background: #ffd1d1;
	cursor: pointer;
}

.spaq-banner .slideBox .hd ul li.on {
	background: #0da85f;
	color: #fff;
}

.spaq-banner .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.spaq-banner .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.spaq-banner .slideBox .bd li a {
	display: block;
	position: relative;
}

.spaq-banner .slideBox .bd li a p {
	width: 100%;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 40px;
	color: #fff;
	padding-left: 10px;
	box-sizing: border-box;
	padding-right: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.spaq-banner .slideBox .bd img {
	width: 100%;
	height: 390px;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.spaq-banner .slideBox .prev,
.spaq-banner .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.spaq-banner .slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.spaq-banner .slideBox .prev:hover,
.spaq-banner .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.spaq-banner .slideBox .prevStop {
	display: none;
}

.spaq-banner .slideBox .nextStop {
	display: none;
}

/* 食品安全 e */

/* 教师资格证书补发、换发办理指南 */
.jszgz_box h3 {
	text-indent: 2em;
}

@media (max-width: 768px) {
	.jszgz_h4 h4 {
		font-size: 15px;
	}

	.gatxz_a {
		font-size: 14px;
	}

}

/* 失业登记办理指南 */
.sydj_nr p {
	width: 33.33%;
}

@media (max-width: 768px) {
	.sydj_nr p {
		width: 50%;
	}
}

/* 公租房办理指南 */
.gzf_sj p,
.gzf_box1 h3 {
	text-indent: 2em;
}

.gzf_sm {
	padding: 0px 10px 10px 10px;
	text-indent: 2em;
	line-height: 32px;
}

.gzf_box2,
.gzf_zcyj {
	border: 1px solid #acefff;
	font-size: 18px;
}

.gzf_box2 h4 {
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	padding-left: 10px;
	color: #1a74c5;
	border-bo: 1px solid #acefff;
}

.gzf_box2 h4 img {
	vertical-align: middle;
}

.gzf_zcyj ul {
	padding: 10px;
}

.gzf_zcyj ul li {
	padding-left: 20px;
	background: url(../images/gzf-dian.png) no-repeat left 11px;
	line-height: 34px;
}

.gzf_zcyj ul li a {
	display: block;
	color: #1a74c5;
}

.gzf_sqxz h5 {
	font-size: 18px;
}

.gzf_sqxz a {
	color: #1a74c5;
}

.gzf_sqxz p {
	text-indent: 2em;
}

.gzf_hycl .num {
	display: block;
	float: left;
	height: 28px;
	width: 28px;
	border: 2px solid #3087fb;
	color: #3087fb;
	font-weight: bold;
	box-sizing: border-box;
	text-align: center;
	line-height: 24px;
	border-radius: 50%;
	margin-right: 12px;
}

@media (max-width: 768px) {
	.gzf_box2 h4 {
		font-size: 20px;
	}

	.gzf_box2 h4 img {
		width: 28px;
	}

	.gzf_box2 {
		font-size: 16px;
	}

	.gzf_hycl li {
		font-size: 16px;
	}
}

.jz_con a:hover {
	text-decoration: underline;
}

/* 生育服务 */
.syfw_img h6 {
	vertical-align: middle;
	display: block;
	font-size: 20px;
	border-bottom: 1px solid #acefff;
}

.syfw_img h6 img {
	vertical-align: middle;
}

/* 社会救助 */
.shjz-code {
	float: left;
	text-align: center;
	width: 210px;
}

.shjz-sm {
	box-sizing: border-box;
	width: 150px;
	float: left;
	text-align: center;
	line-height: 40px;
	padding-top: 40px;
}

/* 身份证办理 s */
.sfzBox {
	position: relative;
	font-size: 18px;
	text-align: justify;
}

.sfzTabT {
	margin-top: 10px;
	text-align: center;
}

.sfzTabT li {
	display: inline-block;
	width: 49.5%;
	height: 80px;
	line-height: 80px;
	background: #edeff0;
	color: #1a74c5;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	border-radius: 20px;
}

.sfzTabT li.on {
	background: #1a74c5;
	color: #fff;
}

.sfzTabT li.on::after {
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
	content: '';
	border: 15px solid transparent;
	border-top: 15px solid #1a74c5;
}

.sfzTabC {
	margin-top: 10px;
}

.sfz-zc {
	position: relative;
	background: #caddee;
	height: 145px;
	border-radius: 93px;
	box-sizing: border-box;
	padding-right: 60px;
}

.sfz-zc img {
	display: block;
	float: left;
	height: 100%;
	/* width: 193px; */
}

.sfz-zc-text {
	width: 1150px;
	float: left;
	margin-left: 35px;
	box-sizing: border-box;
	padding-top: 20px;
}

.sfz-zc-text p {
	line-height: 30px;
	text-indent: 2em;
}

.sfz-zc-text ul {
	margin-top: 15px;
}

.sfz-zc-text ul span {
	color: #ff5a00;
}

.sfz-zc-text ul a {
	color: #ff5a00;
	margin-right: 20px;
}

.sfz-zc-text ul a:hover {
	text-decoration: underline;
}

.sfz-xz {
	vertical-align: middle;
	font-size: 24px;
	text-align: center;
}

.sfz-xz img {
	vertical-align: middle;
	height: 24px;
	margin-left: 5px;
}

.sfzSub {
	background: #f9f9f9;
}

.sfzSubT {
	height: 90px;
	background: #dcedfb;
}

.sfzSubT li {
	box-sizing: border-box;
	float: left;
	width: 33.3333%;
	height: 100%;
	cursor: pointer;
	color: #1a74c5;
	text-align: center;
	border-left: 1px solid #fff;
}

.sfzSubT li:first-child {
	border-left: none;
}

.sfzSubT li i {
	display: inline-block;
	width: 60px;
	height: 1px;
	background: #3d77a8;
}

.sfzSubT li h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
}

.sfzSubT li h4 span {
	color: #de8d00;
}

.sfzSubT li p {
	font-size: 16px;
}

.sfzSubT li.on {
	background: #1a74c5;
	color: #fff;
}

.sfzSubT li.on i {
	background: #fff;
}

.sfzSubT li.on p {
	color: #e6e6e6;
}

.sfzSubT li.on h4 span {
	color: #fff000;
}

.sfzSubC {
	box-sizing: border-box;
	padding: 0 15px;
}

.sfzT1 {
	display: inline-block;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	background: #4089c7;
	color: #fff;
	font-size: 22px;
	box-shadow: 3px 3px 0 #dcedfb;
}

.sfz-p {
	line-height: 34px;
	padding: 0 10px;
	padding-bottom: 5px;
}

.sfz-yow {
	color: #ff8a00;
}

.sfz-blue {
	color: #4398f4;
}

.sfz-red {
	color: #ff3b3b;
}

.sfz-time {
	margin-right: -20px;
}

.sfz-time li {
	float: left;
	width: 100%;
	margin-right: 20px;
	box-sizing: border-box;
	padding: 20px;
	border: 1px dashed #4398f4;
	border-radius: 15px;
	position: relative;
	margin-top: 20px;
}

.sfz-time li h3 {
	width: 136px;
	height: 46px;
	border-radius: 10px;
	background: #4398f4;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 46px;
	text-align: center;
	margin: 0 auto;
	margin-top: -43px;
}

.sfz-time-line {
	height: 46px;
	line-height: 46px;
	box-sizing: border-box;
	border-bottom: 1px dashed #e8e7e7;
	background: url("../images/sfz-icon3.png") no-repeat 0 center;
	padding-left: 25px;
	font-size: 18px;
}

.sfz-time li.w625 {
	width: 625px;
}

.sfz-time li.w485 {
	width: 485px;
}

.sfz-time-tj {
	margin-top: 15px;
}

.sfz-time-tj a {
	background: url("../images/sfz-dot.png") no-repeat 0 center;
	color: #0b7ee0;
	margin-right: 10px;
	padding-left: 5px;
}

.sfz-time-tj a:hover {
	text-decoration: underline;
}

.noborder {
	border: none;
}

.xhx-blue {
	border-bottom: 1px solid #4089c7;
}

.sfz-base {
	background: #f9f9f9;
	box-sizing: border-box;
	padding: 0 15px;
}

.sfz-lxdh {
	padding: 0 10px;
}

.sfz-lxdh li {
	float: left;
	width: 33.3333%;
	box-sizing: border-box;
	padding-right: 20px;
}

.sfz-lxdh li p {
	line-height: 38px;
}

.sfz-list1 {
	padding: 0 10px;
}

.sfz-list1 li {
	background: url("../images/sfz-dot.png") no-repeat 0 14px;
	line-height: 34px;
	padding-left: 15px;
	margin: 0 10px;
}

.sfz-list2 {
	color: #ff5a00;
	padding: 0 10px;
	line-height: 30px;
}

.sfz-list2 a {
	color: #0b7ee0;
}

.sfz-list2 a:hover {
	text-decoration: underline;
}

.sfzSubT1 li {
	width: 50%;
}

.sfz-2em {
	text-indent: 2em;
}
.stz_sm ul,.stz_sm b{
	text-indent: 0;
	display: block;
}
@media (max-width: 768px) {
	.sfzBox {
		padding: 0 10px;
		font-size: 16px;
	}

	.sfzTabT {
		margin-top: 0;
		display: flex;
	}

	.sfzTabT li {
		width: 50%;
		display: block;
		font-size: 18px;
		height: 50px;
		line-height: 50px;
	}

	.sfzTabT li.on::after {
		bottom: -25px;
	}

	.sfz-zc {
		height: auto;
		border-radius: 10px;
		padding: 10px;
	}

	.sfz-zc img {
		display: none;
	}

	.sfz-zc-text {
		width: 100%;
		float: none;
		margin-left: 0;
		padding: 0;
	}

	.sfz-zc-text p {
		line-height: 26px;
	}

	.sfz-zc-text ul {
		margin-top: 5px;
	}

	.sfz-zc-text ul a {
		margin-right: 0;
	}

	.sfzTabC {
		margin-top: 0;
	}

	.sfz-xz {
		font-size: 16px;
	}

	.sfz-xz img {
		height: 18px;
	}

	.sfzSubT {
		height: auto;
		display: flex;
		justify-content: center;
	}

	.sfzSubT li {
		float: none;
		padding: 0 5px;
		padding-bottom: 10px;
		height: 100%;
	}

	.sfzSubT li i {
		width: 40px;
	}

	.sfzSubT li h4 {
		font-size: 16px;
		line-height: 20px;
	}

	.sfzSubT li p {
		font-size: 15px;
		line-height: 18px;
	}

	.sfzSubC {
		padding: 0 10px;
	}

	.sfzT1 {
		font-size: 18px;
		height: 36px;
		line-height: 36px;
		padding: 0 20px;
	}

	.sfz-p {
		line-height: 26px;
		padding: 0 7px;
		padding-bottom: 5px;
	}

	.sfz-time {
		margin-right: 0;
	}

	.sfz-time li {
		float: none;
		width: 100%;
		margin-top: 40px;
		margin-right: 0;
		padding: 10px;
		border-radius: 10px;
	}

	.sfz-time li.w625,
	.sfz-time li.w485 {
		width: 100%;
	}

	.sfz-time li h3 {
		width: 110px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		margin-top: -32px;
	}

	.sfz-time-line {
		height: auto;
		line-height: 26px;
		font-size: 16px;
		background-position: 0 6px;
		background-size: 14px 14px;
		margin-top: 5px;
	}

	.sfz-base {
		padding: 0 10px;
	}

	.sfz-lxdh {
		padding: 0 7px;
	}

	.sfz-lxdh li {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.sfz-lxdh li p {
		line-height: 28px;
	}

	.sfz-list1 {
		padding: 0 7px;
	}

	.sfz-list1 li {
		line-height: 28px;
		padding-left: 12px;
		margin: 0;
		background-position: 0 11px;
	}

	.sfz-list2 {
		padding: 0 7px;
		line-height: 24px;
	}
}

/* 身份证办理 e */
