/* 首页 start */
.layer01 {
	background: url(../images/common/topbg.jpg) no-repeat top center;
	height: 288px;
}
.top-links {
	float: left;
	padding: 20px 0;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}
.top-operation {
	padding: 20px 0;
	float: right;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}
.top-links a,
.top-operation a {
	color: #fff;
}
.top-operation a.barrier-free {
	background: url(../images/common/barrier_free.png) no-repeat 0 center;
	padding: 10px 0 10px 36px;
}
.layer01.act {
	background: #f8fcff;
	height: 248px;
}
.layer01.act .top-links {
	color: #e8002b;
}
.layer01.act .top-operation {
	color: #bd0729;
}
.layer01.act .top-links a {
	color: #e8002b;
}
.layer01.act .top-operation a {
	color: #bd0729;
}
.layer01.act .top-operation a.barrier-free {
	background: url(../images/common/barrier_free1.png) no-repeat 0 center;
	padding: 10px 0 10px 36px;
}
.zyt-logo {
	margin-left: 3.17%;
	width: 52.33%;
	float: left;
}
.zyt-search {
	float: right;
	width: 25.75%;
	margin-right: 30px;
	margin-top: 2.5%;
	border-radius: 8px;
	box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.2);
}
.top-search {
	width: 100%;
	border: 1px solid #eee;
	text-align: center;
	margin: 0 auto;
	border-radius: 8px;
}
.search-input {
	width: 81.61%;
	line-height: 25px;
	color: #999;
	font-size: 14px;
	padding: 2.9% 2.5% 2.9% 2.5%;
	background: rgba(255, 255, 255, 0.3);
	float: left;
	box-shadow: none;
	margin: 0;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.search-input::-webkit-input-placeholder {
	color: #999;
}

.search-input::-moz-placeholder {
	color: #999;
}

.search-input:-moz-placeholder {
	color: #999;
}

.search-input:-ms-input-placeholder {
	color: #999;
}
.search-button {
	float: left;
	background: linear-gradient(to bottom, #2d71a8, #025394);
	width: 18.39%;
	padding: 1.3% 0 1.3% 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.search-icon {
	width: 28px;
	height: 28px;
	background: url(../images/common/search.png) no-repeat 0 0;
	background-size: 100% 100%;
	float: none;
	cursor: pointer;
	margin: 6% 12%;
	border: none;
	outline: none;
}
.layer02 {
	background: #015293;
}
.top-nav {
	width: 91.833%;
	margin: 0 auto;
}
.top-nav li {
	width: 14.285%;
	text-align: center;
	line-height: 55px;
	float: left;
}
.top-nav li a {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
}
.top-nav li a:hover {
	text-decoration: none;
}
.top-nav li:hover a {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
}
.top-nav li.act a {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
}
.layer03 {
	background: #fff;
}
.headline {
	width: 95%;
	margin: 0 auto;
	padding: 3.55% 0;
	text-align: center;
	overflow: hidden;
}
.headline a {
	color: #000;
	font-weight: bold;
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 45px;
	width: 100%;
}
.headline-desc {
	font-size: 16px;
	line-height: 18px;
	color: #999;
	padding-top: 30px;
	padding-bottom: 18px;
}
.swiper-more {
	text-align: right;
	padding-top: 1.2%;
	padding-right: 1%;
}
.swiper-more a {
	color: #666;
	font-size: 14px;
	line-height: 14px;
}
.headline-swiper .swiper-pagination-bullet {
	width: 130px;
	height: 4px;
	border-radius: 5px;
	opacity: 1;
	background: #d9d9d9;
}
.headline .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 2px;
}

.headline-swiper .swiper-pagination-bullet-active {
	background: #015293;
}
.news-wrapper {
	padding-bottom: 3%;
}
.news-swiper {
	float: left;
	width: 50.25%;
}
.news-swiper img {
	width: 603px;
	height: 408px;
}
.swiper-title {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	padding-left: 15px;
	background-color: rgba(0, 0, 0, 0.9);
	display: block;
	width: 100%;
	text-align: left;
}
.swiper-title a {
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	width: 70%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-swiper .swiper-pagination {
	text-align: right;
	bottom: 4%;
	padding-right: 2%;
}
.news-swiper .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
}

.news-wrapper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

.news-swiper .swiper-pagination-bullet-active {
	width: 42px;
	height: 8px;
	background: #fff;
	border-radius: 15px;
}
.news-content {
	float: right;
	width: 47.75%;
}
.news-tab {
}
.news-tab li {
	float: left;
	padding-bottom: 15px;
}

.news-tab li a {
	font-size: 21px;
	line-height: 30px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.news-tab li a:hover {
	text-decoration: none;
}
.news-tab li:nth-of-type(1) {
	width: 34%;
}
.news-tab li:nth-of-type(2) {
	width: 30%;
}
.news-tab li:nth-of-type(3) {
	border-right: none;
	width: 25.3%;
}
.news-tab li.act {
	background: url(../images/index/selected1.png) no-repeat bottom center;
}
.news-tab li.act a {
	font-size: 23px;
	color: #015293;
}
.news-tab span:nth-of-type(1) {
	float: left;
	padding-top: 1.3%;
	color: #bfbfbf;
	margin-right: 3.2%;
}
.news-tab span:nth-of-type(2) {
	float: left;
	color: #bfbfbf;
	padding-top: 1.3%;
	margin-right: 4.3%;
}
.news-extract {
}
.news-extract li a {
	font-size: 17px;
	color: #333;
	line-height: 36px;
	display: inline-block;
	width: 75%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-extract li span {
	font-size: 14px;
	color: #999;
	float: right;
	padding-right: 10px;
	line-height: 36px;
}
.news-extract .govpushinfo150203 {
	height: 120px;
	overflow: hidden;
}
.trends-tab {
	/* width: 66.31%; */
	width: 100%;
	margin: 11px auto 0 auto;
}
.trends-tab li a {
	font-size: 21px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
}
.trends-tab li a:hover {
	text-decoration: none;
}
.trends-tab li {
	float: left;
	width: 33%;
	text-align: center;
	padding-bottom: 15px;
}

/* .trends-tab li:nth-of-type(1) {
	float: left;
	width: 49.8%;
	text-align: left;
	padding-bottom: 15px;
}
.trends-tab li:nth-of-type(2) {
	float: left;
	width: 49.8%;
	text-align: right;
	padding-bottom: 15px;
} */
.trends-tab span {
	float: left;
	width: 1px;
	padding-top: 2%;
	color: #bfbfbf;
}
.trends-tab li.act {
	background: url(../images/index/selected2.png) no-repeat center bottom;
}
/* .trends-tab li:nth-of-type(1).act {
	background: url(../images/index/selected2.png) no-repeat left bottom;
}
.trends-tab li:nth-of-type(2).act {
	background: url(../images/index/selected2.png) no-repeat right bottom;
} */
.trends-tab li.act a {
	font-size: 23px;
	color: #015293;
}
.trends-extract li a {
	font-size: 17px;
	color: #333;
	line-height: 36px;
	display: inline-block;
	width: 75%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.trends-extract li span {
	font-size: 14px;
	color: #999;
	float: right;
	padding-right: 10px;
	line-height: 36px;
}
.layer04 .comW1200 {
	padding-right: 10px;
	margin: 36px auto 31px auto;
	position: relative;
}
.ztzl-title {
	float: left;
	width: 3.65%;
}
.ztzl-swiper {
	float: right;
	width: 88.7%;
	margin-left: 3.4%;
	margin-right: 3.4%;
}
.ztzl-swiper .swiper-button-prev,
.ztzl-swiper .swiper-button-next {
	width: 23px;
	height: 37px;
	margin-top: -18px;
	background-size: 23px 37px;
}
.layer04 .swiper-button-prev {
	background: url(../images/index/left1.png) no-repeat top center;
	left: 5%;
	border: none;
	outline: none;
}
.layer04 .swiper-button-next {
	background: url(../images/index/right1.png) no-repeat top center;
	right: 1.5%;
	border: none;
	outline: none;
}
.layer05 .comW1200 {
	background: #fff;
	padding: 35px 35px 10px 30px;
}
.zwgk-extract {
	width: 64.76%;
	float: left;
}
.zwgk-tab {
	text-align: left;
}
.zwgk-tab li {
	width: 200px;
	background: #eee;
	text-align: center;
	float: left;
}
.zwgk-tab li a {
	font-size: 22px;
	line-height: 38px;
	color: #000;
}
.zwgk-tab li a:hover {
	text-decoration: none;
}
.zwgk-tab li.act {
	background: url(../images/index/selected3.png) no-repeat center top;
	padding-bottom: 12px;
}
.zwgk-tab li.act a {
	color: #fff;
}
.zwgk-extract-first {
	margin-top: 10px;
}
.zwgk-extract-first-date {
	width: 79px;
	height: 79px;
	text-align: center;
	margin-right: 37px;
	float: left;
	background: linear-gradient(to bottom, #fff, #ebebeb);
}
.zwgk-extract-first-date .day {
	font-size: 28px;
	color: #6f6f6f;
	font-weight: bold;
	line-height: 36px;
	padding-top: 8px;
}
.zwgk-extract-first-date .month {
	font-size: 16px;
	color: #6f6f6f;
	line-height: 24px;
}
.zwgk-extract-first-title {
	width: 84.21%;
	padding-top: 14px;
	float: right;
}
.zwgk-extract-first-title a {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
}
.zwgk-extract-others {
	width: 100%;
	margin-top: 10px;
}
.zwgk-extract-others li {
	padding-left: 16px;
	background: url(../images/index/icon1.jpg) no-repeat left center;
}
.zwgk-extract-others a {
	font-size: 17px;
	color: #333;
	line-height: 48px;
	width: 75%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
}
.zwgk-extract-others span {
	float: right;
	font-size: 15px;
	color: #999;
	line-height: 48px;
}
.zwgk-link {
	float: right;
	width: 29.25%;
}
.zfxxgkpt-title {
	padding-top: 14px;
	padding-bottom: 12px;
}
.zwgk-link-ul li {
	text-align: center;
	margin-bottom: 14px;
}
.layer06 {
	margin-top: 60px;
}
.layer06-title {
	cursor: pointer;
}
.zwfw-title {
	float: left;
}
.hdjl-title {
	margin-left: -10.2%;
	float: left;
}
.zwfw-title.act {
}
.hdjl-title.act {
	margin-left: -10.2%;
}
.layer06-wrapper {
	background: #fff;
	padding-top: 32px;
	padding-bottom: 18px;
}
.system-ul {
	padding: 0 8px 0 8px;
	width: 76.67%;
	float: left;
}
.system-ul li {
	float: left;
	width: 24.2%;
	margin-right: 5px;
}
.system-ul li:last-of-type {
	margin-right: 0;
}
.service-ul {
	margin-right: 2px;
	float: right;
	width: 22.66%;
}
.service-ul li {
	width: 100%;
	text-align: left;
}
.service-ul li:nth-of-type(1) {
	padding: 10px 0 10px 1%;
	border-bottom: 2px solid #ecf4fd;
}
.service-ul li:nth-of-type(2) {
	padding: 10px 0 10px 1%;
}
.layer06-wrapper-hdjl {
	background: url(../images/index/layer06-wrapper-hdjl.jpg) no-repeat top center;
	padding: 48px 14px 56px 19px;
}
.layer06-wrapper-hdjl .hdjl-service-ul {
	width: 100%;
	margin: 0 auto;
}
.layer06-wrapper-hdjl .hdjl-service-ul li {
	float: left;
	width: 25%;
}
.layer07 {
	background: #fff;
	margin-top: 40px;
	padding-top: 40px;
}
.layer07 .comW1200 {
	background: linear-gradient(to bottom, #93c7f8, #fff);
	border-radius: 12px;
}
.tdky-wrapper {
	width: 94%;
	margin: 0 auto;
	padding-top: 32px;
}
.tdsc-wrapper {
	width: 48.6%;
	float: left;
	padding: 32px 48px 0 40px;
	background: #fff;
	border-radius: 10px;
}

.tdsc-tab-wrapper {
	background: url(../images/index/tdsc-icon.png) no-repeat left top;
	padding-left: 120px;
	padding-bottom: 28px;
	border-bottom: 1px solid #ebebeb;
}
.kysc-tab-wrapper {
	background: url(../images/index/kysc-icon.png) no-repeat left top;
	padding-left: 128px;
	padding-bottom: 28px;
	border-bottom: 1px solid #ebebeb;
}

.tdsc-tab-wrapper h4 {
	margin-bottom: 20px;
}
.tdsc-tab-wrapper h4 a {
	font-size: 24px;
	color: #000;
	line-height: 36px;
	font-weight: bold;
}
.tdsc-tab {
	padding-bottom: 10px;
}
.tdsc-tab li {
	float: left;
	font-size: 17px;
}
.tdsc-tab li a {
	font-size: 17px;
	color: #000;
	line-height: 25px;
}
.tdsc-tab li.act a {
	font-weight: bold;
	color: #07438a;
}
.tdsc-extract {
	margin-top: 6px;
	padding-bottom: 55px;
}
.tdsc-extract li {
}
.tdsc-extract li a {
	font-size: 17px;
	line-height: 50px;
	color: #333;
	display: inline-block;
	width: 75%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tdsc-extract span {
	float: right;
	font-size: 15px;
	line-height: 50px;
	color: #999;
}
.kysc-wrapper {
	width: 48.93%;
	float: right;
	padding: 32px 45px 0 35px;
	background: #fff;
	border-radius: 10px;
}
.kysc-tab {
	padding-bottom: 10px;
}
.kysc-tab li {
	float: left;
	font-size: 17px;
}
.kysc-tab li a {
	font-size: 17px;
	color: #000;
	line-height: 25px;
}
.kysc-tab li.act a {
	font-weight: bold;
	color: #07438a;
}
.kysc-extract {
	margin-top: 6px;
	padding-bottom: 55px;
}
.kysc-extract li {
}
.kysc-extract li a {
	font-size: 17px;
	line-height: 50px;
	color: #333;
	display: inline-block;
	width: 75%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.kysc-extract span {
	float: right;
	font-size: 15px;
	line-height: 50px;
	color: #999;
}
.layer08 {
	background: #fff;
	overflow: hidden;
}
.ad-swiper {
	width: 89%;
	margin-bottom: 42px;
	margin-left: 4.4%;
}
.ad-swiper img {
	width: 284px;
	height: 79px;
}
.layer08 .swiper-button-prev,
.layer08 .swiper-button-next {
	width: 26px;
	height: 42px;
	margin-top: -21px;
	background-size: 26px 42px;
}
.layer08 .swiper-button-prev {
	background: url(../images/index/left2.png) no-repeat top center;
	left: 0;
	border: none;
	outline: none;
}
.layer08 .swiper-button-next {
	background: url(../images/index/right2.png) no-repeat top center;
	right: 0;
	border: none;
	outline: none;
}
.ad-swiper-more {
	position: absolute;
	right: 4.3%;
	top: 0;
	cursor: pointer;
	background: #015293;
	width: 27px;
	height: 79px;
	text-align: center;
	padding-top: 5px;
	border-radius: 6px;
}
.ad-swiper-more a {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	display: block;
}
.ad-swiper-more a:hover {
	text-decoration: none;
}
.page_bottom {
	background: #ebebeb;
}
.hr {
	border-bottom: 4px solid #015293;
}
.page_bottom .mlinknav {
	padding: 30px 0;
	width: 68.67%;
	margin: 0 auto;
}

.page_bottom .mlinknav > li {
	color: #4c4c4c;
	border: 1px solid #d8d8d8;
	float: left;
	font-size: 14px;
	line-height: 32px;
	padding: 0 10px;
	width: 220px;
	cursor: pointer;
	margin-right: 9.9%;
	background: #f7f7f7 url(../images/common/icon2.png) no-repeat 194px 14px;
	position: relative;
}

.page_bottom .mlinknav > li:last-of-type {
	margin-right: 0;
	float: right;
}

.page_bottom .mlinknav > li > ul {
	height: 320px;
	overflow-y: scroll;
	display: none;
	position: absolute;
	left: 0;
	top: -320px;
	width: 100%;
	background-color: #fff;
	z-index: 111;
	font-size: 14px;
	padding-left: 10px;
	border: 1px solid #ccc;
	min-height: 30px;
}

.page_bottom .mlinknav > li:hover > ul {
	display: block;
}
.page_bottom .mlinknav > li > ul li a {
	color: #4c4c4c;
}
.footer-content {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	color: #666;
	padding: 24px 0 36px 0;
}
.dzjg-icon {
	margin-top: 0;
	padding: 18px 0 0 9px;
	float: left;
	width: 4.5%;
}
.bgt {
	padding: 18px 0 0 14px;
	float: left;
	width: 8%;
}
.jiucuo {
	width: 8%;
	float: left;
	padding: 18px 0 0 10px;
	cursor: pointer;
}
.bqxx {
	margin-top: 0;
	padding: 0 0 0 5px;
	float: left;
	color: #fff;
	font-size: 14px;
	width: 79.5%;
}
.line6 {
	border-right: 1px solid #b9b9b9;
	margin: 9px 5px;
	float: left;
	width: 1px;
	height: 105px;
}
.zbdw {
	margin: 0 14px 0 16px;
	float: left;
	/* width: 21.8%; */
	width: 22.8%;
	color: #666;
	line-height: 24px;
}
.zbdw a {
	color: #666;
	line-height: 26px;
}
.jszc {
	line-height: 24px;
	margin: 0 14px 0 16px;
	float: left;
	width: 25.5%;
	color: #666;
}
.baxx {
	line-height: 30px;
	margin-left: 22px;
	float: left;
	width: 25.4%;
	color: #666;
	margin-top: -10px;
}
.dgwa {
	padding-left: 25px;
	background: url(../images/common/dgwa.png) no-repeat left center;
}
.baxx a,
.baxx a:hover,
.baxx a:link,
.baxx a:active,
.baxx a:visited {
	color: #666;
}
.dnr_code {
	float: left;
	line-height: 24px;
	margin-left: 20px;
	width: 10.6%;
	text-align: center;
	margin-top: -20px;
}
/* 首页 end */
/* 互动交流 start */
.layer09 .comW1200 {
	width: 100%;
	padding: 0 58px;
	background: #fff;
}
.layer09-lyxx {
	width: 100%;
	padding: 41px 0;
}
.layer09-lyxx li {
	float: left;
	margin-right: 52px;
}
.layer09-lyxx li:last-of-type {
	margin-right: 0;
}
.layer09-dczj {
	padding-left: 8px;
}
.dczj-title {
	width: 26.67%;
	border-bottom: 1px solid #e8e8e8;
}
.dczj-title a {
	font-size: 22px;
	line-height: 36px;
	color: #333;
	padding-bottom: 1%;
	border-bottom: 3px solid #88aecd;
}
.dczj-content {
	margin-top: 12px;
	margin-bottom: 30px;
}
.dczj-content li {
	border-bottom: 1px dashed #f0f0f0;
	padding-left: 20px;
}
.dczj-content li p {
	display: inline;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	padding: 3px;
	text-align: center;
	width: 53px;
	border-radius: 15px;
	font-size: 12px;
	background: #e6e6e6;
	color: #333;
}
.dczj-content li p.act {
	background: #015293;
	color: #fff;
}
.dczj-content li a {
	width: 64%;
	float: left;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 48px;
	color: #333;
}
.dczj-content li span {
	float: right;
	font-size: 14px;
	line-height: 48px;
	padding-right: 2.5%;
}
.zxft-content {
	margin-top: 25px;
}
.zxft-thumb {
	float: left;
	width: 51.2%;
}
.zxft-thumb img {
	width: 555px;
	height: 341px;
}
.zxft-wrapper {
	float: right;
	width: 46%;
}
.zxft-wrapper h4 {
	margin-top: 10px;
	height: 52px;
	overflow: hidden;
}
.zxft-wrapper h4 a {
	font-size: 18px;
	line-height: 28px;
	color: #333;
	font-weight: bold;
}
.zxft-wrapper p {
	font-size: 16px;
	line-height: 30px;
	color: #888;
	margin-top: 10px;
	letter-spacing: 1px;
	height: 90px;
	overflow: hidden;
}
.zxft-detail label {
	font-size: 17px;
	line-height: 50px;
	color: #333;
	padding-bottom: 3px;
	border-bottom: 2px solid #015293;
}
.zxft-detail span {
	font-size: 16px;
	line-height: 50px;
	font-weight: bold;
	color: #333;
}
.lyhf-title {
	padding-top: 35px;
	padding-bottom: 20px;
}
.lyhf-table {
	width: 100%;
	margin: 2% auto;
	background: #fff;
	border: 1px solid #f1f1f1;
	table-layout: fixed;
}
.lyhf-table thead {
	background: #f1f1f1;
	font-size: 22px;
	color: #3582c4;
	text-align: center;
}
.lyhf-table thead tr th {
	padding: 2.6% 0;
	text-align: center;
	border-right: 1px solid #fff;
}

.xjbt {
	width: 32.2%;
}
.hfnr {
	width: 32.2%;
}
.lxlx {
	width: 10.3%;
}
.hfsj {
	width: 13.3%;
}
.bjzt {
	width: 12%;
}
.lyhf-table tbody {
	font-size: 17px;
	text-align: center;
	color: #000;
}
.lyhf-table tbody tr td {
	padding: 1.2% 10px;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	text-align: center;
	line-height: 25px;
}
.lyhf-table tbody tr td > a {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
	color: #000;
	width: 100%;
}

.lyhf-table tbody tr td a:hover {
	color: #000;
	text-decoration: underline;
}
.lyhf-table tbody tr td span {
	display: inline-block;
}
.lyhf-table tbody tr td span.hfnr-content {
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 86%;
	line-height: 25px;
	float: left;
}
.lyhf-table tbody tr td span a {
	font-size: 16px;
	display: inline-block;
	color: #8a8a8a;
	text-decoration: none;
}
.lyhf-table tbody tr td span a:hover {
	font-size: 16px;
	display: inline-block;
	color: #8a8a8a;
	text-decoration: underline;
}
.lyhf-lxtj {
	width: 90%;
	text-align: center;
	color: #acacac;
	font-size: 17px;
	margin: 0 auto;
	padding: 2.5% 0 6% 0;
}
.lyhf-lxtj span.lxtj {
	color: #5f5f5f;
}
.lyhf-lxtj span.number {
	color: #eb2e2e;
}
/* 互动交流 end */
/* 机构职能 start */
.layer09-zyzn {
	padding-top: 45px;
	padding-bottom: 45px;
}
.zyzn-thumb {
	float: left;
	width: 25.5%;
	box-shadow: 5px 7px 0 #015293;
}
.zyzn-content {
	float: right;
	width: 71.5%;
}
.zyzn-title {
	width: 41.3%;
	padding-bottom: 0.45%;
	border-bottom: 1px solid #e8e8e8;
}
.zyzn-title a {
	font-size: 22px;
	line-height: 36px;
	color: #333;
	padding-bottom: 2%;
	border-bottom: 3px solid #88aecd;
}
.zyzn-title a:hover {
	text-decoration: none;
}
.zyzn-content p {
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 38px;
	margin-top: 2px;
	color: #333;
}
.zyzn-content p:nth-of-type(1) {
	margin-top: 12px;
}
.zyzn-content p span a {
	font-size: 17px;
	line-height: 38px;
	color: #cc0026;
}
.ldzc-content {
	margin-top: 25px;
}
.ldzc-content li {
	float: left;
	width: 23.53%;
	margin-right: 1.95%;
	background: #f5f5f5;
	border: 1px dashed #1e659f;
	cursor: pointer;
	margin-bottom: 2.8%;
	padding-left: 28px;
}
.ldzc-content li:nth-of-type(4n) {
	margin-right: 0;
}
.ldzc-content li h3 {
	padding-top: 4.9%;
	font-size: 20px;
	line-height: 38px;
	text-decoration: none;
	color: #333;
}

.ldzc-content li a,
.ldzc-content li a:hover {
	text-decoration: none;
}
.ldzc-content li p {
	padding-bottom: 4.9%;
	font-size: 15px;
	line-height: 38px;
	padding-right: 5px;
	color: #333;
}
.ldzc-content li.act p {
	padding-bottom: 4.12%;
	line-height: 20px;
}
.ldzc-content li:hover {
	background: url(../images/common/ldzc_bg.png) no-repeat top center;
	background-size: 100% 100%;
	border: 1px solid transparent;
}
.ldzc-content li:hover h3 {
	color: #fff;
}
.ldzc-content li:hover p {
	color: #fff;
}
.nsjg-content {
	margin-top: 25px;
}
.nsjg-content li {
	float: left;
	width: 22.33%;
	margin-right: 3.55%;
	background: #f5f5f5;
	margin-bottom: 2.8%;
	text-align: center;
}

.nsjg-content li:nth-of-type(4n) {
	margin-right: 0;
}
.nsjg-content li a {
	font-size: 18px;
	line-height: 73px;
	color: #333;
}
.zsdw-content {
	margin-top: 25px;
}
.zsdw-content li {
	float: left;
	width: 22.33%;
	margin-right: 3.55%;
	background: #f5f5f5;
	margin-bottom: 2.8%;
	text-align: center;
}
.zsdw-content li:nth-of-type(4n) {
	margin-right: 0;
}
.zsdw-content li a {
	font-size: 18px;
	line-height: 98px;
	color: #333;
}
/*一行无样式，两行act1，三行act2*/
.zsdw-content li.act1 {
	padding: 25px 28px 25px 28px;
}
.zsdw-content li.act1 a {
	line-height: 24px;
}
.zsdw-content li.act2 {
	padding: 13px 28px 13px 28px;
}
.zsdw-content li.act2 a {
	line-height: 24px;
}
/* 机构职能 end */
/* 新闻动态 start */
.list-wrapper {
	background: #fff;
	padding: 1% 1.2% 0 0.9%;
}
.list-titles {
	width: 220px;
	margin-right: 22px;
	float: left;
}
.list-sub-title {
	background: #fafafa;
	width: 100%;
}
.list-sub-title li {
	width: 85%;
	margin: 0 auto;
	padding-top: 6%;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px dashed #e0e0e0;
}
.list-sub-title li a {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	text-decoration: none;
	padding-bottom: 7px;
	font-weight: bold;
}
.list-sub-title li.act a {
	border-bottom: 1px solid #1184e7;
	color: #1184e7;
}
.list-sub-title li.act span {
	color: #1184e7;
}
.list-content {
	float: left;
	width: 79.1%;
}
.list-nav {
	color: #666;
	font-size: 15px;
	line-height: 15px;
	text-align: left;
	padding-top: 5px;
	padding-left: 3px;
}
.list-nav a {
	font-size: 15px;
	line-height: 15px;
	color: #666;
	text-decoration: none;
}
.list-nav a:hover {
	text-decoration: underline;
}
.list-text ul {
	padding: 3.2% 4.8% 3% 4.6%;
	box-shadow: 0 0 10px #e0e0e0;
	margin: 2.4% 0 1.5% 0;
	border-radius: 6px;
}
.list-text ul li {
	padding-left: 25px;
	background: url(../images/common/icon1.png) no-repeat 0 center;
}
.list-text ul li:last-of-type {
	margin-bottom: 3%;
}
.list-text ul li a {
	width: 85%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 17px;
	line-height: 40px;
	color: #424242;
	text-decoration: none;
}
.list-text ul li a:hover {
	text-decoration: underline;
}
.list-text ul li span {
	font-size: 17px;
	line-height: 40px;
	float: right;
	color: #999;
}
.line1 {
	margin: 3.5% 0 3.5% 0;
	border-bottom: 5px solid #f0f0f0;
}
.guidang {
	position: absolute;
	top: 0;
	right: 32%;
}
/* 新闻动态 end */
/* 详情页面 start */
.layer10-nav {
	color: #666;
	text-align: left;
	padding-bottom: 2.2%;
}
.layer10-nav a {
	font-size: 15px;
	line-height: 15px;
	color: #666;
}
.layer10-content {
	width: 84%;
	margin: 0 auto;
	text-align: center;
}
.show-title {
	width: 100%;
	margin: 1% auto;
	font-size: 35px;
	line-height: 67px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.lyrqzt {
	width: 100%;
	font-size: 14px;
	color: #777;
	padding-bottom: 12px;
	border-bottom: 1px solid #dbdbdb;
	margin: 1% auto;
	line-height: 38px;
	text-align: center;
}
.fsw {
	margin-left: 3%;
	display: inline-block;
}
.fsw span {
	cursor: pointer;
}
.show-detail {
	width: 100%;
	margin: 3.5% auto 0 auto;
	text-align: center;
}
.show-detail p {
	color: #333;
	line-height: 34px;
	font-size: 16px;
	text-align: left;
}
.show-detail p img {
	max-width: 815px;
	margin: 20px auto;
}
.show-detail p a {
	cursor: pointer;
	color: #333;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
.show-detail p a:hover {
	text-decoration: underline;
}
.list-content-attach {
	background: #ebebeb;
	color: #666;
	margin: 30px auto 55px auto;
	box-sizing: border-box;
	text-align: right;
	padding: 15px 50px 4px 0;
}
.social-share {
	margin-top: -11px;
}
.social-share .icon-wechat .wechat-qrcode .help p {
	text-align: center;
}
/*详情页面 end*/
/* 土地规划管理 start*/
.tdghgl-wrapper .list-nav {
	padding-top: 32px;
	padding-bottom: 27px;
}
.tdgggl-wrapper {
	padding: 0 16px 0 39px;
	background: #fff;
	margin-bottom: 22px;
}
.tdgggl-wrapper .tdgggl-title {
	background: url(../images/common/icon3.png) no-repeat left 36px;
	padding-left: 25px;
	padding-top: 30px;
	padding-bottom: 33px;
	cursor: pointer;
}
.tdgggl-wrapper .tdgggl-title-text {
	font-size: 19px;
	color: #333;
	line-height: 39px;
	float: left;
	font-weight: bold;
	width: 75%;
}
.tdgggl-wrapper .tdgggl-icon {
	float: right;
	margin-right: 5%;
	text-align: center;
	padding-top: 1%;
	width: 17px;
	height: 17px;
}
.tdgggl-detail {
	padding: 5px 68px 0 26px;
}
.tdgggl-detail .tdgggl-matter {
	font-size: 18px;
	line-height: 39px;
	color: #333;
}
.tdgggl-detail .bszn-title {
	margin-top: 32px;
	padding-bottom: 40px;
}
.tdgggl-detail .bszn-title .bszn-href {
	float: left;
	width: 108px;
	text-align: center;
	background: #015293;
	border-radius: 10px;
}
.tdgggl-detail .bszn-title .bszn-href a {
	font-size: 17px;
	line-height: 39px;
	color: #fff;
}
.tdgggl-detail .bszn-title .bszn-bljg {
	font-size: 15px;
	line-height: 39px;
	color: #666;
	float: right;
}

.tdgggl-wrapper .tdgggl-title.act {
	border-bottom: 2px solid #cfcfcf;
	padding-bottom: 12px;
}
.tdgggl-system {
	margin-top: 45px;
	margin-bottom: 45px;
}
/* 土地规划管理 end*/
/* 业务系统 start */
.ywxt-wrapper .list-nav {
	padding-top: 32px;
	padding-bottom: 20px;
}
.ywxt-content {
	background: #fff;
	padding: 0 32px 0 31px;
	margin-bottom: 42px;
}
.ywxt-content .ywxt-title {
	width: 12.83%;
	font-weight: bold;
	margin: 0 auto 45px auto;
	font-size: 35px;
	color: #015293;
	padding-top: 52px;
	padding-bottom: 10px;
	border-bottom: 2px solid #015293;
}
.ywxt-ul {
	padding-bottom: 150px;
}
.ywxt-ul li {
	float: left;
	width: 23.28%;
	margin-right: 26px;
	margin-bottom: 23px;
}
.ywxt-ul li:nth-of-type(4n) {
	margin-right: 0;
}
.ztzl-content {
	background: #fff;
	padding: 0 74px 0 74px;
}
.ztzl-content .ywxt-title {
	width: 13.6%;
	font-weight: bold;
	margin: 0 auto 45px auto;
	font-size: 35px;
	color: #015293;
	padding-top: 52px;
	padding-bottom: 10px;
	border-bottom: 2px solid #015293;
}
.ztzl-ul {
	padding-bottom: 16px;
}
.ztzl-ul li {
	float: left;
	width: 23.35%;
	margin-right: 23px;
	margin-bottom: 37px;
}
.ztzl-ul li:nth-of-type(4n) {
	margin-right: 0;
}
/* 业务系统 end */
/* 规范性文件 start */
.show-gfxwj {
	background: #fff;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.gfxwj-unit {
	text-align: center;
	position: relative;
	padding-top: 60px;
	border-bottom: 5px solid #015293;
}
.gfxwj-unit img {
	max-width: 100%;
	padding-right: 75px;
}
.gfxwj-download {
	margin-right: 12px;
	margin-bottom: 12px;
	margin-top: -10px;
	text-align: right;
}
.gfxwj-download > div {
	line-height: 34px;
	width: 88px;
	height: 36px;
	border: 1px solid #d1d2d4;
	display: inline-block;
	text-align: center;
}
.gfxwj-download a {
	font-size: 14px;
	line-height: 33px;
	text-decoration: none;
	color: #666666;
}
.gfxwj-content-wrapper {
	max-width: 1200px;
	padding: 30px;
}
.gfxwj-title {
	color: #282828;
	text-align: center;
	margin-bottom: 15px;
	font-size: 28px;
	line-height: 1.6;
	font-family: FZXiaoBiaoSong-B05S;
}
.gfxwj-sub-title {
	font-size: 18px;
	margin-top: 18px;
	text-align: center;
	color: #333;
	font-family: fangsong;
}
.gfxwj-content {
	padding: 0 40px;
	line-height: 30px;
	font-size: 16px;
	clear: both;
	text-align: left;
}
.release-wrapper {
	margin-top: 40px;
}
.release-unit {
	padding: 40px 40px 0 0;
	text-align: right;
	border-top: 5px solid #015293;
}
.gfxwj-content p a {
	color: #333;
}
.gfxwj-content p a:hover {
	color: #015293;
	text-decoration: none;
}
.referencebox {
	width: 83.33%;
	padding: 2% 0 3.2% 0;
	margin: 0 auto;
	color: #333;
	clear: both;
	text-align: left;
}

.reference {
	width: 49%;
	margin-right: 4px;
	float: left;
	margin-bottom: 2px;
	line-height: 40px;
	background: #ebf0f9;
}

.reference dt {
	background: url(../images/common/qtwj_bg.png) left no-repeat;
	color: #fff;
	text-align: justify;
	float: left;
	width: 134px;
	height: 40px;
	font-size: 16px;
	padding: 0 30px;
}

.reference dt i {
	display: inline-block;
	width: 100%;
}

.reference dd {
	padding-left: 20px;
	float: left;
	line-height: 40px;
	text-align: left;
	font-size: 14px;
}
/* 规范性文件 end */
/* 网站声明 start */
.wzsm-nav {
	max-width: 1200px;
	color: #666;
	text-align: left;
	padding-bottom: 1.5%;
	padding-top: 1.5%;
	margin: 0 auto;
}
.wzsm-nav a {
	font-size: 15px;
	line-height: 15px;
	color: #666;
}
.layer10-wzsm {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 4.2%;
	padding-top: 4.5%;
}
.wzsm-title {
	color: #1a1a1a;
	font-size: 31px;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
	background: url(../images/common/icon6.png) no-repeat bottom center;
}
.wzsm-content {
	font-size: 17px;
	line-height: 48px;
	clear: both;
	padding-top: 2.5%;
}
.wzsm-content p {
	font-size: 17px;
	line-height: 48px;
	text-align: justify;
	word-wrap: break-word;
	color: #333;
}
.iframe-wrapper {
	width: 100%;
	margin: 0 auto;
}
.wzdt-title {
	width: 12.2%;
	background: url(../images/common/wzdt_bg.jpg) no-repeat left top;
	line-height: 42px;
	margin-top: 2.8%;
	text-align: left;
	padding-left: 4%;
}
.wzdt-title a {
	font-size: 21px;
	line-height: 42px;
	color: #333;
	font-weight: bold;
}
.wzdt-ul {
	margin-top: 1.3%;
}
.wzdt-ul li {
	float: left;
	margin-right: 32px;
}
.wzdt-ul li a {
	font-size: 18px;
	color: #333;
	line-height: 36px;
}
.layer10-ldzc {
	width: 86.8%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 4.2%;
	padding-top: 2.4%;
}
.ld-thumb {
	float: left;
	width: 10.6%;
	margin-right: 32px;
}
.ld-info {
	float: left;
	width: 86%;
}
.ld-info h3 {
	font-size: 28px;
	line-height: 36px;
	color: #015293;
	font-weight: bold;
	text-align: left;
}
.ld-info h6 {
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #333;
	text-align: left;
	margin-top: 3%;
}
.ld-info p {
	font-size: 20px;
	line-height: 26px;
	text-align: left;
	color: #333;
}
.ldzc-fg {
	text-align: left;
}
.ldzc-fg img {
	margin-top: 86px;
	margin-bottom: 25px;
}
.ldzc-fg p {
	font-size: 20px;
	line-height: 36px;
	color: #333;
}
/* 网站声明 end */
/* 404 start */
.layer11 {
	background: #f2f5fa;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 52px 0;
}
.layer12 {
	background: url(../images/common/bg_404.jpg) no-repeat left center;
	height: 1047px;
	text-align: center;
}
.icon-404 {
	padding: 18.2% 0 2% 0;
}
.sure-404 {
	background: #fff;
	width: 136px;
	line-height: 45px;
	text-align: center;
	margin: 0 auto;
	border-radius: 24px;
}
.sure-404 a {
	text-decoration: none;
	font-size: 24px;
	color: #14171d;
}
/* 404 end */
/* 留言回复详情页 start */
.layer10-lyhf {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 1.2% 2.6% 4.2% 5.2%;
}
.layer10-lyhf table {
	width: 100%;
	background-color: transparent;
}
.layer10-lyhf table tr,
.layer10-lyhf table td {
	border: 1px solid #e6e6e6;
}
.layer10-lyhf table tr {
	line-height: 2em;
}
.layer10-lyhf table td {
	padding: 8px;
	vertical-align: middle;
}
.layer10-lyhf table .td6 {
	width: 130px;
	font-weight: bold;
	font-size: 19px;
	background-color: #fff;
	text-align: center;
}
.layer10-lyhf table .td8,
.layer10-lyhf table .td9 {
	padding-left: 4%;
	padding-right: 2%;
	text-align: left;
}
.layer10-lyhf table .td11 {
	padding-left: 4%;
	padding-right: 6%;
	text-align: left;
}
/* 留言回复详情页 end */
#pages {
	padding: 14px 0 10px;
	font-family: SimSun;
	text-align: center;
	margin: 0 auto;
	clear: both;
	line-height: 35px;
}
#pages a {
	display: inline-block;
	height: 28px;
	line-height: 27px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	padding: 0 10px;
	text-decoration: none;
}
#pages a:hover {
	text-decoration: underline;
}
#pages a.a1 {
	width: 75px;
	padding: 0;
}
#pages span {
	display: inline-block;
	height: 28px;
	line-height: 27px;
	background: #5a85b2;
	border: 1px solid #5a85b2;
	color: #fff;
	text-align: center;
	padding: 0 10px;
}
/*事业单位飘窗  */
.sydwrk {
	position: fixed;
	bottom: 3%;
	right: 1.6%;
	z-index: 2;
}
.sydwrk img {
	width: 100%;
}

.pcShow {
	display: block;
}
.mobShow {
	display: none;
}

/*全国土地日*/
.top-header {
	min-height: 1080px;
	width: 1920px;
	background: url(/statics/dnr/images/qgtdr/qgtdr.png) no-repeat center center;
}
