﻿/*首页头部样式*/
body {
	font-family: "微软雅黑";
}

.main-header {
	position: relative;
	width: 100%;
	height: 290px;
	background: url(../images/bg.jpg) no-repeat;
}

.top-bar {
	width: 100%;
	height: 65px;
	margin-bottom: 25px;
}

.top-bar .top-nav {
	float: right;
	height: 22px;
	margin-top: 22px;
}

.top-nav-a {
	float: left;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	color: #333;
	padding-left: 25px;
	background: url(../images/top_a_bg.png) no-repeat;
}

.top-bar a:hover {
	color: #1073b7;
}

.top-bar .line {
	float: left;
	display: inline-block;
	width: 1px;
	height: 18px;
	background: #6a6f73;
	margin: 2px 12px 0;
}

.header {
	position: relative;
	width: 100%;
	height: 106px;
	overflow: hidden;
	margin-bottom: 48px;
}

.header .logo {
	float: left;
	display: block;
	width: 469px;
	height: 106px;
	margin-left: 15px;
}

.header .logo img {
	width: 469px;
	height: 106px;
}

.search-box {
	float: right;
	width: 590px;
	height: 49px;
	margin-top: 56px;
	margin-right: 15px;
}

.search-box .search-bar {
	float: left;
	position: relative;
	width: 490px;
	height: 47px;
	border: solid 1px #1073b7;
	background: #fff;
}

.search-bar .search-ipt {
	float: left;
	width: 420px;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	font-size: 18px;
	outline: none;
	border: 0;
}

.search-bar .search-ipt::webkit-input-placeholder {
	color: #666;
}

.search-bar .search-ipt:-moz-placeholder {
	color: #666;
}

.search-bar .search-ipt::-moz-placeholder {
	color: #666;
}

.search-bar .search-ipt:-ms-input-placeholder {
	color: #666;
}

.search-bar .search-btn {
	display: block;
	width: 50px;
	height: 47px;
	float: right;
	border: 0;
	outline: none;
	cursor: pointer;
	background: #1073b7 url(../images/search_btn.png) no-repeat center;
}

.search-bar .search-placehoder {
	position: absolute;
	top: 0;
	left: 0;
	height: 47px;
	line-height: 47px;
	color: #666;
	padding-left: 10px;
	overflow: hidden;
}

/*语言*/
.language-switch {
	float: right;
}

.language-switch a {
	float: left;
	display: inline-block;
	width: 22px;
	height: 49px;
	font-size: 23px;
	line-height: 1.1;
	text-align: center;
	color: #1073b7;
}

.language-switch span {
	float: left;
	display: inline-block;
	margin: 0 15px;
	width: 1px;
	background: #1073b7;
	height: 37px;
	margin-top: 6px;
}

/*导航条*/
.navbar {
	padding: 0 15px;
	height: 46px;
	background: #1073b7;
}

.navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navbar ul li {
	float: left;
}

.navbar ul li a {
	display: block;
	width: 125px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

.navbar ul li a:hover,
.navbar ul li.active a {
	background: #f1f1f1;
	color: #1073b7;
	text-decoration: none;
}

/*落款*/
.main-footer {
	width: 100%;
	height: 250px;
	background: #1073b7;
	color: #fff;
	overflow: hidden;
}

.footer-links {
	/* LYL
	width: 1150px;
	*/
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}

.footer-links dt {
	float: left;
	width: 100px;
	height: 22px;
	line-height: 22px;
	margin-right: 10px;
	text-align: center;
	font-size: 19px;
}

.footer-links ul li {
	float: left;
	margin-right: 10px;
}

.select-bg {
	position: relative;
	width: 190px;
	height: 22px;
}

.footer-links ul li select {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4px;
	display: block;
	width: 190px;
	line-height: 22px;
	font-size: 17px;
	color: #fff;
	background-color: #1073b7;
	border: #1073b7 1px solid;
	appearance: none;
}

.top-arrow2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 24px;
	z-index: 2;
	background: #1073b7;
	text-align: center;
}

.footer-links ul li a {
	position: relative;
	display: block;
	line-height: 22px;
	padding-left: 20px;
	padding-right: 40px;
	font-size: 17px;
	color: #fff;
}

.footer-links ul li a .top-arrow {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 22px;
	background: url(../images/top_arrow.png) no-repeat center;
}

.main-footer .footer-info {
	position: relative;
	margin-top: 35px;
}

.main-footer .foot-img {
	float: left;
	margin-top: 15px;
	margin-left: 160px;
	width: 52px;
	height: 64px;
}

.main-footer .foot-text {
	float: left;
	margin-left: 20px;
}

.foot-text p {
	line-height: 30px;
	text-align: left;
	font-size: 15px;
}

.foot-text p a {
	margin: 0 15px;
	color: #fff;
}

.foot-text .web-map {
	margin-left: 200px;
}

.footer-info .find-fault {
	position: absolute;
	top: 45px;
	right: 440px;
	width: 113px;
	height: 58px;
}

/*cx*/
/*新闻*/
.container_news {
	width: 1200px;
	height: auto !important;
	min-height: 400px;
	margin: 0 auto;
}

.title_Column_news {
	width: 1200px;
	height: 45px;
	background-color: #e6e6e6;
}

.title_span_news {
	display: block;
	line-height: 45px;
	font-size: 24px;
	color: #040000;
	margin-left: 15px;
}

.listing_news {
	width: 1200px;
	padding: 20px 0 35px 0;
	border-bottom: #e3e3e3 1px solid;
}

.listing_news li {
	display: block;
	width: 1200px;
	height: 36px;
	line-height: 36px;
	background: url(../images/c_1.jpg) 15px center no-repeat;
}

.listing_news li a {
	width: 1000px;
	margin-left: 30px;
	display: block;
	float: left;
	font-size: 16px;
	color: #333333;
}

.listing_news li span {
	display: block;
	float: right;
	margin-right: 25px;
	font-size: 16px;
	color: #888;
}

.listing_no_news {
	border: none;
}

/*分页*/
.page {
	margin: 55px auto;
}

.paginator {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 45px 0;
	/*    padding: 10px 0;*/
}

.paginator a {
	display: inline-block;
	border: 1px solid #7c7c7c;
	color: #000000;
	font-size: 12px;
	margin-right: 2px;
	padding: 5px 10px;
	text-decoration: none;
}

.paginator a:visited {
	background: none repeat scroll 0 0 #F3F3F3;
	border: 1px solid #DDDDDD;
	padding: 5px 10px;
	text-decoration: none;
}

.paginator .cpb {
	border: medium none;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
}

.paginator a:hover {
	background: #1073b7;
	border-color: #F3F3F3;
	color: #FFFFFF;
	padding: 5px 10px;
	text-decoration: none;
}

.paginator input {
	width: 58px;
	height: 25px;
	border: 1px solid #7c7c7c;
	color: #000000;
	font-size: 12px;
	margin-right: 2px;
	padding: 0px 10px;
}

.paginator .on {
	background: #1073b7;
	color: #fff;
}

/*/分页*/
.title_dynamic {
	width: 100%;
	height: 43px;
	border-bottom: #e0dcdc 1px solid;
}

.title_span_dynamic {
	display: block;
	width: 176px;
	height: 44px;
	background: #1073b7 url(../images/c_8.png) 18px center no-repeat;
	line-height: 44px;
	text-indent: 52px;
	color: #fff;
	font-size: 26px;
}

.city_news {
	width: 1176px;
	height: auto !important;
	min-height: 500px;
	padding-top: 20px;
	padding-left: 24px;
	margin: 0 auto 30px;
}

.classify_news {
	width: 165px;
	height: auto !important;
	float: left;
}

.classify_news li {
	display: block;
	width: 100%;
	height: 64px;
}

.classify_news li:hover {
	background: url(../images/c_10.png) center no-repeat;
}

.classify_news li.hover {
	background: url(../images/c_10.png) center no-repeat;
}

.classify_news li a {
	display: block;
	width: 110px;
	height: 62px;
	line-height: 62px;
	padding-left: 40px;
	background-color: #f1f1f1;
	border: #fff 1px solid;
	font-size: 18px;
	color: #040000;
}

.classify_news li a:hover {
	background: none;
	border: none;
	color: #ffffff;
	padding-left: 41px;
	line-height: 64px;
}

.classify_news li a.hover {
	background: none;
	border: none;
	color: #ffffff;
	padding-left: 41px;
	line-height: 64px;
}

.clear {
	clear: both;
}

.classify_list_news {
	float: right;
	width: 1000px;
	height: auto !important;
	min-height: 684px;
}

.classify_news {
	width: 165px;
	height: auto !important;
	float: left;
}

.classify_news li {
	display: block;
	width: 100%;
	height: 64px;
}

.classify_news li:hover {
	background: url(../images/c_10.png) center no-repeat;
}

.classify_news li.hover {
	background: url(../images/c_10.png) center no-repeat;
}

.clear {
	clear: both;
}

.classify_list_news {
	float: right;
	width: 978px;
	height: auto !important;
	min-height: 400px;
}

.classify_list_news li {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(../images/c_1.jpg) 15px center no-repeat;
}

.classify_list_news li a {
	width: 800px;
	margin-left: 30px;
	display: block;
	float: left;
	font-size: 16px;
	color: #040000;
}

.classify_list_news li span {
	display: block;
	float: right;
	margin-right: 5px;
	font-size: 16px;
	color: #666666;
}

.container_video_news {
	width: 1200px;
	height: auto !important;
	min-height: 600px;
	padding-top: 45px;
}

.video_list_news {
	width: 365px;
	height: 310px;
	margin: 0 20px 45px 15px;
	float: left;
}

.vidro_news {
	display: block;
	width: 345px;
	height: 213px;
	padding: 10px;
	background-color: #f1f1f1;
}

.vidro_frame {
	position: relative;
}

.vidro_frame_hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 345px;
	height: 213px;
}

.vidro_frame_hover:hover {
	background: url(../images/c_2.png) center no-repeat;
}

.vidro_frame_hover.hover {
	display: block;
}

.inner_news {
	width: 100%;
	height: 178px;
	padding-top: 10px;
}

.inner_news a {
	display: block;
	line-height: 32px;
	margin-bottom: 8px;
	font-size: 18px;
	color: #282828;
}

.inner_news span {
	display: block;
	height: 29px;
	line-height: 29px;
	color: #666666;
}

/*/新闻*/
/*机构职能弹窗*/
.container_ifwk {
	background-color: rgba(134, 134, 134, 0.4);
	width: 100%;
	height: 100%;
	z-index: 0;
}

.container_if {
	width: 770px;
	background-color: #fff;
	z-index: 1;
}

.title_if {
	width: 730px;
	height: 75px;
	border-bottom: #1073b7 1px dashed;
	margin: 0 auto 15px;
}

.title_if_span {
	float: left;
	line-height: 75px;
	font-size: 28px;
	color: #1073b7;
	background: url(../images/c_3.png) left center no-repeat;
	display: block;
	padding-left: 50px;
}

.input_if {
	float: right;
	width: 26px;
	height: 26px;
	border: none;
	margin-top: 27px;
	background: url(../images/c_4.png) right center no-repeat;
}

.content_if {
	width: 755px;
	margin: 0 auto;
	line-height: 33px;
}

.title_jg_span {
	float: left;
	line-height: 75px;
	font-size: 28px;
	color: #1073b7;
	background: url(../images/c_5.png) left center no-repeat;
	display: block;
	padding-left: 50px;
}

.content_jg {
	width: 755px;
	margin: 0 auto;
	line-height: 33px;
	/*	overflow:auto !important;*/
}

.unit_title {
	display: block;
	font-size: 22px;
	line-height: 32px;
	color: #333333;
}

.title_ld_span {
	float: left;
	line-height: 75px;
	font-size: 28px;
	color: #1073b7;
	background: url(../images/c_6.png) left center no-repeat;
	display: block;
	padding-left: 50px;
}

.picture_id {
	width: 730px;
	height: 193px;
	padding-top: 7px;
	margin: 0 auto 20px;
	border-bottom: #1073b7 1px dashed;
}

.picture_id_ld {
	float: left;
	margin: 0 22px 0 40px;
}

.picture_id_jj {
	float: left;
	padding-top: 75px;
	height: 30px;
	width: 510px;
}

.name_id {
	font-size: 25px;
	color: #000000;
	display: block;
	margin-right: 24px;
	float: left;
	line-height: 30px;
	height: 30px;
}

.post_id {
	display: block;
	height: 25px;
	color: #000000;
	font-size: 18px;
	float: left;
	line-height: 25px;
	padding-top: 25px;
	margin-left: 20px;
}

.duty_id_jj {
	float: left;
	width: 510px;
	line-height: 27px;
	font-size: 16px;
}

.content_ld {
	width: 730px;
	margin: 0 auto;
	line-height: 33px;
}

/*ls1*/

.container {
	width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}

/* 内设机构 */
.nsjg {
	padding: 30px 30px 0;
}

.tab-panel .inBox {
	width: calc(32% - 40px);
	height: 140px;
	background-color: rgb(246, 246, 246);
	border-radius: 10px;
	border-bottom: 1px solid #1073b7;
	margin: 0 20px 10px 0;
	padding-left: 30px;
	padding-right: 10px;
	cursor: default;
	overflow: hidden;
}

.tab-panel li.inBox:nth-child(3n) {
	margin-right: 0;
}

.tab-panel li.inBox h3 {
	color: rgb(1, 82, 147);
	line-height: 2em;
	font-size: 20px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tab-panel li.inBox p,
.tab-panel li.inBox p span {
	line-height: 1.5em;
	color: #666;
	font-family: '微软雅黑' !important;
	font-size: 16px;
}


.tempWrap {
	transition: all 1s;
}

/*领导页*/
.navigation {
	height: 60px;
	width: 1200px;
	line-height: 60px;
	margin: 0 auto;
	color: #888;
	font-size: 16px;
}

.navigation a {
	color: #666;
}

.introduce {
	height: 540px;
	margin-top: 0px;
}

.introduce-top {
	height: 55px;
	line-height: 55px;
	font-size: 30px;
	border-bottom: solid 2px #e0dcdc;
}

.introduce-top h2 {
	width: 182px;
	font-weight: normal;
	color: #1073b7;
	padding-left: 54px;
	background: url(../images/icon_introduce.png) left center no-repeat;
	border-bottom: solid 2px #1073b7;
	font-size: 28px;
}

.introduce-left {
	width: 385px;
	height: 400px;
	margin-top: 30px;
	padding-left: 21px;
}

.introduce-left h3 {
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 68px;
}

.introduce-left .text {
	float: right;
	margin-left: 20px;
	margin-top: 24px;
	width: 200px;
}

.introduce-left .text h4 {
	font-size: 20px;
	margin-bottom: 20px;
}

.introduce-left .text p {
	font-size: 18px;
	margin-bottom: 4px;
}

.introduce-left .text a {
	display: block;
	height: 42px;
	line-height: 42px;
	padding-left: 55px;
	padding-top: 22px;
	background: url(../images/icon-text.png) left center no-repeat;
}

.introduce-right h3 {
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 23px;
	margin-left: 20px;
}

.introduce-right ul li {
	float: left;
	width: 143px;
	height: 185px;
	text-align: center;
	margin: 0 5px 16px;
}

.introduce-right ul li img {
	width: 102px;
	height: 116px;
	margin-bottom: 0px;
}

.introduce-right {
	width: 770px;
	height: 453px;
	padding-top: 30px;
	overflow: hidden;
}

.introduce-right .text {
	font-size: 14px;
	padding-top: 5px;
}

.institutions {
	height: 400px;
	margin-top: 0px;
	overflow: hidden;
}

.institutions-top {
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	border-bottom: solid 2px #e0dcdc;
}

.institutions-top h2 {
	width: 182px;
	font-weight: normal;
	color: #1073b7;
	padding-left: 54px;
	background: url(../images/icon_inst.png) left center no-repeat;
	border-bottom: solid 2px #1073b7;
	font-size: 28px;
}

.institutions-main {
	padding-top: 30px;
	font-size: 16px;
	line-height: 36px;

}

.institutions-main .more {
	color: #999;
}

.Hallmenu-top {
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	border-bottom: solid 2px #e0dcdc;
}

.Hallmenu h2 {
	float: left;
	margin-right: 66px;
	font-weight: normal;
	color: #333;
	padding-left: 54px;
	cursor: pointer;
	font-size: 28px;
}

.Hallmenu .on {
	color: #1073b7;
	border-bottom: solid 2px #1073b7;
}

.Hallmenu .organ.on {
	background: url(../images/icon_menu11.png) left center no-repeat;
}

.Hallmenu .unit.on {
	background: url(../images/icon_menu22.png) left center no-repeat;
}

.Hallmenu .disciplinary.on {
	background: url(../images/icon_menu33.png) left center no-repeat;
}

.Hallmenu-top .organ {
	background: url(../images/icon_menu1.png) left center no-repeat;
}

.Hallmenu-top .unit {
	background: url(../images/icon_menu2.png) left center no-repeat;
}

.Hallmenu-top .disciplinary {
	background: url(../images/icon_menu3.png) left center no-repeat;
}

.Hallmenu-main {
	width: 1168px;
	padding-top: 44px;
	margin-bottom: 40px;
}

.Hallmenu-main li a {
	display: block;
	width: 224px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	padding-left: 30px;
	margin-top: 10px;
	overflow: hidden;
	background: url(../images/icon_main.png) 10px center no-repeat;
	margin-right: 30px;
}

.Hallmenu-main ul li {
	float: left;
}

/* .Hallmenu-main li :hover {
	color: #fff;
	background: url(../images/icon_main1.png) 10px center no-repeat;
	background-color: #f14e4f;
} */


/*新闻*/
.container {
	width: 1200px;
	margin: 0 auto;
}

.top {
	text-align: center;
	font-size: 40.61px;
	color: #1073b7;
	font-family: "";

}

.lnews {
	height: 404px;
}

.news {
	text-align: center;
	color: #1073b7;
	margin-bottom: 38px;
}

.news-main {
	position: relative;
	height: 400px;
	margin-bottom: 10px;
}

.news-main .banner {
	width: 806px;
	height: 402px;
}

.news-main .banner img {
	width: 100%;
	height: 100%;
}

.news h2 {
	height: 66px;
	line-height: 66px;
	font-size: 30px;
	font-weight: 400px;
}

.news span {
	font-size: 16px;
	color: #555;
}

.news-list {
	width: 394px;
	height: 403px;
	background: #f6f7f8;
}

.news-list h3 {
	margin-top: 30px;
	font-size: 24px;
	line-height: 38px;
	padding: 0 0px;
	margin-bottom: 30px;
}

.news-list a {
	font-size: 18px;
	padding: 0 45px;
	display: block;
	line-height: 28px;
}

.news-main .hd li {
	float: left;
	height: 13px;
	width: 13px;
	background: #dededf;
	border-radius: 50%;
	margin-right: 8px;
	cursor: pointer;
}

.news-main .hd .on {
	background: #1073b7;
}

.news-main .hd {
	position: absolute;
	top: 346px;
	right: 38px;
}

.dynamic {
	height: 318px;
	margin-bottom: 8px;
}

.dynamic-left {
	float: left;
	width: 590px;
}

.dynamic-top {
	height: 64px;
	line-height: 64px;
	font-size: 22px;
	border-bottom: solid 2px #e4e1e1;
}

.dynamic-top2 {
	height: 64px;
	line-height: 64px;
	font-size: 24px;
}

.dy {
	height: 64px;
	line-height: 64px;
	font-size: 28px;
}

.dynamic-p {
	float: left;
}

.dynamic-top .on {
	color: #1073b7;
	border-bottom: 2px solid #1073b7;
}

.dynamic-pr li {
	float: left;
	margin-right: 5px;
}

.dynamic-pr li a {
	display: block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #bbbbbb;
}

.dynamic-pr {
	margin-top: 0px;
	float: right;
	text-align: center;
}

.dynamic-main {
	margin-top: 12px;
}

.dynamic-main li {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #888;
}

.dynamic-main span {
	float: right;
}

.dynamic-right {
	width: 577px;
	float: left;
	margin-left: 33px;
}

.dynamic-top span {
	padding: 0 15px;
}

.vio-pic {
	height: 460px;
	margin-bottom: 8px;
}

.vio-left {
	position: relative;
	float: left;
	margin-top: 26px;
}

.vio-left img {
	width: 590px;
	height: 366px;
}

.vio-four img {
	width: 290px;
	height: 170px;
}

.mask {
	position: absolute;
	width: 590px;
	height: 46px;
	top: 320px;
	left: 0px;
	background-color: #1a5230;
	opacity: 0.5;
}

.vio-txt {
	position: absolute;
	display: block;
	width: 588px;
	height: 46px;
	top: 322px;
	line-height: 46px;
	text-align: center;
	color: #fff;
}

.vio-right {
	width: 590px;
	float: left;
	margin-left: 19px;
	margin-top: 27px;
	overflow: hidden;
}

.vio-four {
	position: relative;
	float: left;
	width: 294px;
	height: 174px;
	margin-bottom: 23px;
}

.vio-four div {
	position: absolute;
	width: 289px;
	height: 46px;
	top: 125px;
	background-color: #1a5230;
	opacity: 0.5;
}

.vio-txt2 {
	display: block;
	position: absolute;
	width: 289px;
	height: 46px;
	top: 125px;
	line-height: 46px;
	text-align: center;
	color: #fff;
}

/*<!-- 		专题报道 -->*/
.report {
	overflow: hidden;
	margin: 0 auto 10px;
}

.report-main {
	margin-top: 16px;
	overflow: hidden;
}

.report-main img {
	width: 284px;
	height: 120px;
}

.report-main div {
	width: 288px;
	float: left;
	margin-right: 16px;
}

.report-main h4 {
	line-height: 62px;
	font-size: 20px;
	text-align: center;
}

.report-main h4:hover {
	color: #1073b7;
}

.report-main a {
	display: block;
	font-size: 16px;
	line-height: 36px;
	width: 274px;
}

.report-main span {
	float: right;
	font-weight: bold;
}

/*行政许可*/
.license {
	min-height: 242px;
}

.license .content {
	margin-top: 26px;
	min-height: 151px;
}

.content h4 {
	width: 234px;
	height: 123px;
	margin-bottom: 2px;
	line-height: 123px;
	color: #666666;
	font-size: 26px;
	font-weight: normal;
	background: #f1f1f1;
	text-align: center;
}

.license .content-right {
	min-height: 152px;
	width: 966px;
}

.content-right li a {
	float: left;
	width: 180px;
	height: 52px;
	margin: 2px 0 8px 10px;
	line-height: 54px;
	text-align: center;
	border: solid 1px #1073b7;
}

.content-right li a {
	font-size: 18px;
	color: #333333;
}

.content-right li a:hover {
	background: #1073b7;
	font-weight: bold;
	color: #fff;
}

.content-right li a.hover {
	background: #1073b7;
	font-weight: bold;
	color: #fff;
}

.content-left .on {
	font-weight: bold;
	color: #fff;
	background: url(../images/content_bg.png) 224px center no-repeat #1073b7;
}

/*行政许可事项*/
.matters {
	margin-top: 36px;
	height: 544px;
	margin-bottom: 36px;
}

.matters-left {
	width: 908px;
	height: 100%;
	background: #f1f1f1;
	overflow-y: scroll;
}

.matters-top {
	height: 66px;
	line-height: 66px;
	padding-left: 24px;
	font-weight: bold;
	font-size: 18px;
}

.matters-top span {
	padding: 0 15px;
}

.matters-top h5 {
	display: inline-block;
	font-size: 24px;
	color: #1073b7;
}

.right_list_main {
	height: auto;
	overflow: hidden;
	position: relative;
}

.sub_r1_main {
	min-height: 48px;
	overflow: hidden;
	position: relative;
}

.sub_r2_main {
	height: 48px;
	overflow: hidden;
	position: relative;
	border-top: 1px dashed #e9e9e9;
}

.tybs_list {
	width: 760px;
	height: auto;
	margin-left: 20px;
}

.tybs_list .r3 {
	min-height: 60px;
	overflow: hidden;
	position: relative;
}

.tybs_list .r3_tit {
	display: block;
	width: 760px;
	height: 60px;
	line-height: 60px;
	padding-left: 25px;
	float: left;
	background: url(right_tit_bg2.png) 10px no-repeat;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.r3_pic {
	position: absolute;
	right: 0px;
	top: 15px;
	width: 104px;
	height: 26px;
}

.r3_list {
	width: 760px;
	height: 28px;
	padding-left: 20px;
	float: left;
	display: none;
	margin-bottom: 15px;
}

.r3_bslj {
	height: 28px;
	float: left;
}

.bmfw_right_cell {
	height: auto;
	width: 842px;
	padding: 0 22px;
	margin-bottom: 24px;
}

.bmfw_right_cell .r1 {
	height: 60px;
	position: relative;
}

.bmfw_right_cell .r1 .r1_tit {
	width: 783px;
	/*	height:58px; */
	line-height: 60px;
	padding-left: 66px;
	float: left;
	background: url(../images/right_tit_bg2.png) 44px no-repeat #fff;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bmfw_right_cell .r1 .r1_index {
	width: 126px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 14px;
	right: 38px;
	background: url(../images/bmfw_r1_index.png) right no-repeat;
	transition: all 0.2s ease-out 0s;
	cursor: pointer;
}

.bmfw_right_cell .r2 {
	display: none;
	width: 824px;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
	border-top: 1px dashed #e9e9e9;
	padding-left: 25px;
}

.bmfw_right_cell .r2 .r2_tit {
	width: 736px;
	height: 53px;
	line-height: 53px;
	color: #666666;
	padding-left: 16px;
	float: left;
	background: url(right_tit_bg3.png) left no-repeat;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bmfw_right_cell .r2 .r2_pic {
	position: absolute;
	right: 38px;
	top: 18px;
	width: 117px;
	height: 24px;
}

.bmfw_right_cell .r2 .r2_bslj {
	height: 28px;
	float: right;
	margin-right: 12px;
}

.bmfw_right_cell .r2 .r2_slbm {
	height: 35px;
	line-height: 35px;
	float: left;
	font-size: 18px;
	color: #999;
	padding-left: 17px;
}

.r2_bslj a,
.r3_bslj a {
	float: left;
	width: 80px;
	height: 32px;
	line-height: 32px;
	padding: 0px 12px 0px 46px;
	cursor: pointer;
	margin-left: 20px;
	background: #fbf2f2;
	border: solid 1px #1073b7;
	border-radius: 5px;
}

.r2_bslj .bszn,
.r3_bslj .bszn {
	background: url(../images/tu_03.png) 15px center no-repeat;
}

.r2_bslj .zxbl,
.r3_bslj .zxbl {
	background: url(../images/et_16.png) 15px center no-repeat;
	cursor: default;
}

.r2_bslj .wypj,
.r3_bslj .wypj {
	background: url(../images/et_17.png) 15px center no-repeat;
}

.r2_bslj .wysc,
.r3_bslj .wysc {
	background: url(../images/et_18.png) 15px center no-repeat;
}

.r2_bslj .zxbl0,
.r3_bslj .zxbl0 {
	background: url(hui.png) 15px centerno-repeat;
	cursor: default;
}

.r2_bslj .zxyyh,
.r3_bslj .zxyyh {
	background: url(zxyy-hui1.png) no-repeat;
}

.r2_bslj .zxyy0,
.r3_bslj .zxyy0 {
	background: url(et_19.png) no-repeat;
}

.r2_bslj .zxyy0:hover,
.r3_bslj .zxyy0:hover {
	background: url(tu_10.png) no-repeat;
}


.r2_bslj .bszn:hover {
	background: url(../images/et_15.png) 15px center no-repeat #1073b7;
}

.r2_bslj .zxbl:hover {
	background: url(../images/tu_04.png) 15px center no-repeat #1073b7;
}

.r2_bslj .wypj:hover {
	background: url(../images/tu_07.png) 15px center no-repeat #1073b7;
}

.r2_bslj .wysc:hover {
	background: url(../images/tu_09.png) 15px center no-repeat #1073b7;
}

.r2_bslj .bszn:hover,
.r3_bslj .bszn:hover,
.r2_bslj .zxbl:hover,
.r3_bslj .zxbl:hover,
.r2_bslj .wypj:hover,
.r3_bslj .wypj:hover,
.r2_bslj .wysc:hover,
.r3_bslj .wysc:hover {
	color: white;
}

.r2_bslj .zxyy0:hover,
.r3_bslj .zxyy0:hover {
	color: white;
}

.matters-right {
	width: 278px;
	height: 506px;
}

.phone {
	padding: 24px 17px;
	background: #f1f1f1;
	margin-bottom: 30px;
	/*	height: 250px;*/
}

.phone div {
	width: 246px;
	height: 94px;
	border: solid 1px #c1c1c1;
	border-radius: 5px;
}

.phone .phone1 {
	margin-bottom: 24px;
	background: url(../images/phone1.png) 14px center no-repeat #ffffff;
}

.phone .phone2 {
	background: url(../images/phone2.png) 14px center no-repeat #ffffff;
}

.phone span {
	display: block;
	height: 50px;
	padding-left: 76px;
	font-weight: bold;
	color: #1073b7;
	letter-spacing: 1px;
}

.phone .phone-txt {
	line-height: 50px;
	font-size: 24px;
}

.number {
	line-height: 36px;
	font-size: 18px;
	/*	height: 250px;*/
}

.online {
	padding: 36px 17px;
	background: #f1f1f1;
	overflow: hidden;
}

.online a {
	display: block;
	width: 246px;
	height: 76px;
	line-height: 76px;
	color: #1073b7;
	font-size: 24px;
	font-weight: bold;
	border: solid 1px #c7c7c7;
	text-indent: 75px;
	border-radius: 5px;
	letter-spacing: 1px;
}

.online .zx {
	margin-bottom: 22px;
	background: url(../images/zx.png) 18px center no-repeat #fff;
}

.online .ts {
	background: url(../images/ts.png) 18px center no-repeat #fff;
}

.online a:hover {
	border: solid 1px #1073b7;
	background-color: #fbf2f2;
}

/*五个行政*/
.five-icon {
	height: 176px;
	overflow: hidden;
	margin-bottom: 20px;
}

.five-icon li {
	float: left;
}

.five-icon li {
	margin-right: 84px;
}

.five-icon li a {
	display: block;
	width: 170px;
	height: 170px;
	border: solid 1px #f2f2f2;
	overflow: hidden;
}

.five-icon li a p {
	margin-top: 130px;
	font-size: 18px;
	text-align: center;
}

.five-icon li a:hover {
	border: solid 1px #1073b7;
}

.five-icon .qr {
	background: #f2f2f2 url(../images/qr.png) center 30px no-repeat;
}

.five-icon .cf {
	background: #f2f2f2 url(../images/cf.png) center 30px no-repeat;
}

.five-icon .cs {
	background: url(../images/cs.png) center 30px no-repeat #f2f2f2;
}

.five-icon .jc {
	background: url(../images/jc.png) center 30px no-repeat #f2f2f2;
}

.five-icon .ql {
	background: url(../images/ql.png) center 30px no-repeat #f2f2f2;
}

/*办件公式*/
.formula .search {
	position: relative;
	float: right;
	width: 474px;
	height: 36px;
	margin-right: 7px;
}

.search input {
	width: 461px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	border: solid 1px #d03334;
	padding-left: 12px;
	border-radius: 5px;
	margin-top: 17px;
}

.search button {
	position: absolute;
	width: 100px;
	height: 34px;
	line-height: 35px;
	border: 0px;
	background: #dc6667;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	top: 18px;
	right: 0px;
}

.formula-rolling {
	min-height: 530px;
	margin-top: 16px;
}

.zwfw-bjgs-bk {
	width: 100%;
	min-height: 495px;
}

.zwfw-bjgs-list-title {
	width: 100%;
	height: 74px;
	line-height: 74px;
	background: #1073b7;
}

.zwfw-bjgs-list-title div {
	float: left;
	font-size: 18px;
	color: #fff;
	font-weight: bold
}

.zwfw-bjgs-slbm,
.list-slbm {
	width: 200px;
	text-align: center;
}

.zwfw-bjgs-slxm,
.list-slxm {
	width: 360px;
	text-align: center;
}

.zwfw-bjgs-sbr,
.list-sbr {
	width: 200px;
	text-align: center;
}

.zwfw-bjgs-slrq,
.list-slrq {
	width: 261px;
	text-align: center;
}

.zwfw-bjgs-bjzt,
.list-bjzt {
	width: 140px;
	text-align: center;
}

.list-slbm:hover,
.list-slxm:hover,
.list-sbr:hover {
	color: #1C649F;
}

.zwfw-bjgs-list {
	width: 100%;
	height: 450px;
	overflow: hidden;
}

.zwfw-bjgs-list li {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.zwfw-bjgs-list li span {
	display: block;
	font-size: 16px;
	color: #333333;
	float: left;
	cursor: pointer
}

.zwfw-bjgs-list span {
	display: block;
	height: 50px
}

.zwfw-bjgs-bk .more {}

/*业务*/
.agricultural {
	height: 320px;
	margin-bottom: 20px;
}

.agricultural-left {
	width: 585px;
}

.agricultural-left h3 {
	margin-right: 50px;
	font-weight: normal;
}

.agricultural-left .on {
	color: #282828;
	font-weight: bold;
	border: 0;
}

.agricultural-content {
	font-size: 18px;
}

.agricultural-content li {
	width: 100%;
	line-height: 44px;
	height: 44px;
}

.agricultural-content a {
	float: left;
}

.agricultural-content span {
	float: right;
	color: #888;
}

.standard-resource {
	height: 370px;
	margin-bottom: 20px;
}

.standard {
	width: 585px;
}

.standard-content {
	margin-top: 14px;
}

.standard-content h4 {
	font-size: 28px;
	color: #1073b7;
	line-height: 54px;
}

.standard-content a {
	display: block;
	line-height: 52px;
}

.resource {
	width: 585px;

}

.resource-content li {
	float: left;
	width: 170px;
	height: 148px;
}

.resource-content li a {
	display: block;
	width: 146px;
	text-align: center;
}

.resource-content li a {
	padding-top: 130px;
}

.resource-content li .mc {
	background: url(../images/mc.png) center 26px no-repeat;
}

.resource-content li .sc {
	background: url(../images/sc.png) center 26px no-repeat;
}

.resource-content li .cq {
	background: url(../images/cq.png) center 26px no-repeat;
}

.resource-content li .hb {
	background: url(../images/hb.png) center 26px no-repeat;
}

.resource-content li .gs {
	background: url(../images/gs.png) center 26px no-repeat;
}

.resource-content li .scpz {
	background: url(../images/scpz.png) center 26px no-repeat;
}

.resource-content li .ls {
	background: url(../images/ls.png) center 26px no-repeat;
}

.resource-content li .mc:hover {
	background: url(../images/mc1.png) center 26px no-repeat;
}

.resource-content li .sc:hover {
	background: url(../images/sc1.png) center 26px no-repeat;
}

.resource-content li .cq:hover {
	background: url(../images/cq1.png) center 26px no-repeat;
}

.resource-content li .hb:hover {
	background: url(../images/hb1.png) center 26px no-repeat;
}

.resource-content li .gs:hover {
	background: url(../images/gs1.png) center 26px no-repeat;
}

.resource-content li .scpz:hover {
	background: url(../images/scpz1.png) center 26px no-repeat;
}

.resource-content li .ls:hover {
	background: url(../images/ls1.png) center 26px no-repeat;
}

.system {
	margin-top: 10px;
	width: 100%;
	min-height: 204px;
	margin: 0;
	padding-top: 12px;
	background: #f1f1f1;
	position: relative;
}

.system_content {
	overflow: hidden;
	height: 122px;
	margin-top: 20px;
}

.system_content li {
	float: left;
	width: 259px;
	padding-left: 32px;
	margin-right: 12px;
	margin-bottom: 30px;
	background: url(../images/mechanical2.png) left top no-repeat;
}

.system_content li:hover {
	background: url(../images/mechanical1.png) left top no-repeat;
}

.system_content li a {
	font-size: 17px;
	line-height: 28px;
	color: #333333;
}

.system_content li a:hover {
	font-weight: bold;
	border-bottom: solid 1px #1073b7;
	color: #1073b7;
}

.system_content {
	overflow: hidden;
}

/*LYL
*/
.system_content2 {
	overflow: hidden;
	height: 60px;
}

.system_content2 li {
	float: left;
	width: 259px;
	padding-left: 32px;
	margin-right: 12px;
	margin-bottom: 30px;
	background: url(../images/mechanical2.png) left top no-repeat;
}

.system_content2 li:hover {
	background: url(../images/mechanical1.png) left top no-repeat;
}

.system_content2 li a {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

.system_content2 li a:hover {
	font-weight: bold;
	border-bottom: solid 1px #1073b7;
	color: #1073b7;
}

.system_content2 {
	overflow: hidden;
}



.system .all {
	display: block;
	width: 80px;
	height: 65px;
	line-height: 34px;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	background: url(../images/expansion.png) center bottom no-repeat;
	position: absolute;
	left: 50%;
	bottom: -32px;
	margin-left: -32px;
}

.guidance-technology {
	padding-top: 20px;
	width: 100%;
	/*LYL
	height: 1020px;
	*/
	height: 500px;
	background: url(../images/guidance_technology.png) no-repeat;
}

.guide {
	height: 255px;
}

.guide-left {
	margin-top: 10px;
	width: 585px;
	overflow: hidden;
}

.guide-left li {
	width: 130px;
	margin-right: 16px;
	float: left;
	margin-bottom: 23px;
}

.guide-left li a {
	display: block;
	width: 110px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	border: 1px solid #1073b7;
	border-radius: 25px;
	text-align: center;
}

.guide-left li a:hover {
	background: #1073b7;
	color: #fff;
}

.guide-right {
	margin-top: 0px;
	width: 585px;
}

.technology {
	height: 240px;
	margin-top: 16px;
	margin-bottom: 15px;
}

.technology-left {
	width: 585px;
}

.technology-left li {
	width: 140px;
	float: left;
}

.technology-left li a {
	display: block;
	height: 60px;
	line-height: 60px;
	padding-left: 34px;
	font-size: 18px;
}

.technology-right {
	width: 585px;
}

.technology-left li .tec1 {
	background: url(../images/icon/tec_icon1.png) left center no-repeat;
}

.technology-left li .tec2 {
	background: url(../images/icon/tec_icon2.png) left center no-repeat;
}

.technology-left li .tec3 {
	background: url(../images/icon/tec_icon3.png) left center no-repeat;
}

.technology-left li .tec4 {
	background: url(../images/icon/tec_icon4.png) left center no-repeat;
}

.technology-left li .tec5 {
	background: url(../images/icon/tec_icon5.png) left center no-repeat;
}

.technology-left li .tec6 {
	background: url(../images/icon/tec_icon6.png) left center no-repeat;
}

.technology-left li .tec7 {
	background: url(../images/icon/tec_icon7.png) left center no-repeat;
}

.technology-left li .tec8 {
	background: url(../images/icon/tec_icon8.png) left center no-repeat;
}

.technology-left li .tec9 {
	background: url(../images/icon/tec_icon9.png) left center no-repeat;
}

.technology-left li .tec10 {
	background: url(../images/icon/tec_icon10.png) left center no-repeat;
}

.technology-left li .tec11 {
	background: url(../images/icon/tec_icon11.png) left center no-repeat;
}

.technology-left li .tec12 {
	background: url(../images/icon/tec_icon12.png) left center no-repeat;
}

.technology-left li .tec13 {
	background: url(../images/icon/tec_icon13.png) left center no-repeat;
}

.technology-left li .tec1:hover {
	background: url(../images/icon/tec_icon14.png) left center no-repeat;
}

.technology-left li .tec2:hover {
	background: url(../images/icon/tec_icon15.png) left center no-repeat;
}

.technology-left li .tec3:hover {
	background: url(../images/icon/tec_icon16.png) left center no-repeat;
}

.technology-left li .tec4:hover {
	background: url(../images/icon/tec_icon17.png) left center no-repeat;
}

.technology-left li .tec5:hover {
	background: url(../images/icon/tec_icon18.png) left center no-repeat;
}

.technology-left li .tec6:hover {
	background: url(../images/icon/tec_icon19.png) left center no-repeat;
}

.technology-left li .tec7:hover {
	background: url(../images/icon/tec_icon20.png) left center no-repeat;
}

.technology-left li .tec8:hover {
	background: url(../images/icon/tec_icon21.png) left center no-repeat;
}

.technology-left li .tec9:hover {
	background: url(../images/icon/tec_icon22.png) left center no-repeat;
}

.technology-left li .tec10:hover {
	background: url(../images/icon/tec_icon23.png) left center no-repeat;
}

.technology-left li .tec11:hover {
	background: url(../images/icon/tec_icon24.png) left center no-repeat;
}

.technology-left li .tec12:hover {
	background: url(../images/icon/tec_icon25.png) left center no-repeat;
}

.technology-left li .tec13:hover {
	background: url(../images/icon/tec_icon26.png) left center no-repeat;
}

.video {
	height: 360px;
}

.video-content {
	margin-top: 20px;
	overflow: hidden;
}

.video-content li {
	width: 344px;
	float: left;
	margin-right: 86px;
}

.video-content li span {
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
}

/*互动*/
.letter {
	height: 552px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.letter-left {
	width: 722px;
	overflow: hidden;
}

.letter-left .dynamic-top h3 {
	margin-right: 180px;
}

.letter-top {
	height: 95px;
	margin-top: 14px;
}

.retrieve {
	padding-left: 14px;
	width: 250px;
	height: 95px;
	background: #f1f1f1;
	border-right: 1px solid #e0dcdc;
}

.letter-top .consulting {
	font-size: 18px;
	height: 48px;
	line-height: 48px;
}

.retrieve input {
	width: 170px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #e5e2e2;
	text-indent: 10px;
	color: #b8b8b8;
	margin-top: 0px;
}

.retrieve button {
	width: 64px;
	height: 36px;
	line-height: 36px;
	border: 0;
	color: #fff;
	text-align: center;
	background: #1073b7;
	font-size: 15px;
	font-family: 微软雅黑;
}

.query {
	width: 338px;
	height: 95px;
	padding-left: 14px;
	background: #f1f1f1;
}

.query input {
	width: 122px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #e5e2e2;
	text-align: center;
	color: #b8b8b8;
}

.query button {
	width: 64px;
	height: 36px;
	line-height: 36px;
	border: 0;
	color: #fff;
	text-align: center;
	background: #1073b7;
	font-size: 15px;
	font-family: 微软雅黑;
}

.message {
	width: 103px;
	height: 95px;
	background: #f1f1f1;
	border-left: 1px solid #e5e2e2;
}

.message a {
	display: block;
	margin-top: 18px;
	margin-left: 12px;
	width: 82px;
	height: 22px;
	text-align: center;
	color: #fff;
	padding-top: 46px;
	font-size: 16px;
	background: url(../images/icon/message_icon.png) center 10px no-repeat #1073b7;

}

.case {
	width: 900px;
	height: 100px;
	margin-top: 28px;
	padding: 0 18px;
	margin-bottom: 18px;
}

.case div {
	float: left;
	width: 100px;
	height: 68px;
	padding-top: 32px;
	margin-right: 200px;
	background: url(../images/case_bg.png) center no-repeat;
	text-align: center;
}

.case div a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #1073b7;
}

.letter-list li {
	padding: 0px 15px 0px 30px;
	height: 40px;
	line-height: 40px;
	background: url(../images/icon/letter_list_icon.png) 16px center no-repeat;
}

.letter-list li a {
	font-size: 16px;
}

.letter-list li span {
	float: right;
	font-size: 16px;
}

.letter-right {
	width: 434px;
}

.letter-right .video {
	height: 244px;
	margin-top: 14px;
	margin-bottom: 38px;
}

.letter-right-list {
	height: 220px;
}

.letter-right h4 {
	height: 40px;
	line-height: 40px;
	color: #1073b7;
	font-size: 20px;
}

.letter-right-list li {
	height: 40px;
	line-height: 40px;
	padding: 0px 15px 0px 14px;
	background: url(../images/icon/letter_list_icon.png) left center no-repeat;
}

.letter-right-list li span {
	font-weight: bold;
	font-size: 18px;
}

.consulting .letter {
	margin-top: 30px;
}

.consulting .letter-list {
	margin-top: 2px;
	height: 220px;
}

.consulting .letter-list h5 {
	display: inline-block;
	line-height: 40px;
	font-size: 18px;
}

.consulting .list-right li {
	padding: 0px 15px 0px 9px;
	background: url(../images/icon/letter_list_icon.png) left center no-repeat;
}

.hotline {
	margin-bottom: 58px;
}

.hotline-list {
	height: 360px;
	margin-top: 28px;
	overflow: hidden;
}

.hotline-list li {
	width: 250px;
	height: 224px;
	float: left;
	margin-right: 64px;
	margin-bottom: 32px;
}

.hotline-list .list {
	padding-left: 26px;
	background: url(../images/icon/hotline_bg.png) left 8px no-repeat;
}

.hotline-list .list:hover {
	background: url(../images/icon/hotline_bg1.png) left 8px no-repeat;
}

.hotline-list .hotline-name {
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
}

.hotline-list .hotline-address {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.hotline-list span {
	display: block;
	height: 32px;
	line-height: 32px;
	color: #666666;
	font-size: 12px;
}

/* 图片新闻 */
.container_picture {
	width: 100%;
	padding-top: 45px;
}

.picture_tp {
	width: 282px;
	height: 360px;
	float: left;
	margin: 0 8px 47px;
	border: #dbdbdb 1px solid;
}

.picture_tp:hover {
	box-shadow: #eaeaea 0px 0px 8px 3px;
}

.picture_pic {
	width: 282px;
	height: 221px;
	display: block;
}

.picture_title {
	width: 256px;
	height: 75px;
	padding-top: 9px;
	margin: 0 auto;
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	text-align: center;
}

.picture_time {
	display: block;
	background: url(../images/c_03.jpg) center 4px no-repeat;
	text-align: center;
	padding-top: 12px;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}

/* /图片新闻 */
/*内容页*/
/* 公开 信息公开指南 */
.open-guide-title {
	width: 100%;
	height: 44px;
	background: url(../images/guide_icon2.jpg) repeat-x;
	margin: 0 auto 18px;
}

.open-guide-title p {
	height: 44px;
	background: #1073b7 url(../images/guide_icon1.jpg) no-repeat right top;
	padding: 0 50px 0 30px;
	line-height: 44px;
	font-size: 24px;
	color: #fff;
	float: left;
}

.open-guide-name {
	width: 100%;
	line-height: 36px;
	padding: 20px 0;
	text-align: center;
	color: #1073b7;
	font-size: 30px;
}

.open-guide-content {
	width: 100%;
	line-height: 36px;
	font-size: 16px;
	color: #444px;
	margin: 0 auto 30px;
}

/* /公开 信息公开指南 */

/* 公开 信息公开制度 */
.open-system {
	width: 100%;
	margin: 0 auto 30px;
}

.open-system-right {
	width: 850px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	float: right;
}

.system-list {
	width: 100%;
}

.system-list li {
	height: 40px;
	line-height: 40px;
	background: url(../images/c_1.jpg) no-repeat left center;
	padding-left: 15px;
}

.system-list li a {
	display: block;
	width: 700px;
	height: 40px;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	float: left;
	font-family: '微软雅黑';
}

.system-list li a:hover {
	color: #1073b7;
}

.system-list li span {
	display: block;
	width: 120px;
	height: 40px;
	overflow: hidden;
	font-size: 16px;
	color: #777;
	float: right;
	text-align: right;
}

/* /公开 信息公开制度 */

/* 公开 信息公开目录 政府采购 */
.purchase-list {
	width: 100%;
}

.purchase-list td {
	padding: 12px 5px;
	line-height: 30px;
}

.purchase-list .indexes {
	font-size: 16px;
	color: #666;

}

.purchase-list .purchase-title {
	font-size: 18px;
	color: #444;
}

/* /公开 信息公开目录 政府采购 */

.contentpage {
	width: 1200px;
	height: auto !important;
	min-height: 500px;
	margin: 0 auto 30px;
}

.contentpage_title {
	width: 100%;
	height: auto !important;
	min-height: 36px;
	/*color:#1073b7;*/
	color: #000000;
	text-align: center;
	line-height: 56px;
	font-size: 30pt;
	padding: 40px 0 35px;
	font-family: "黑体";
	font-weight: 700;
}

.title-fbt {
	font-family: "方正小标宋简体", "宋体";
}

.contentpage_source {
	width: 100%;
	height: 50px;
	background: #f2f2f2;
	line-height: 50px;
	color: #999999;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 0 10px;
}

.print {
	background: url(../images/c_101.png) left center no-repeat;
	color: #999999;
	font-size: 18px;
	padding-left: 23px;
	border: none;
}

/* 李亚龙 20200617
.share{
	background:url(../images/c_102.png) 55px center no-repeat;
	color:#999999;
	font-size:18px;
	padding-right:120px;
	height:30px;}
*/
.publish {
	float: left;
	padding-left: 130px;
}

.p_rnfx {
	float: left;
	width: 215px;
	height: 50px;
}

.bdsharebuttonbox {
	float: right;
	padding-top: 11px;
}

.contentpage_content {
	width: 100%;
	height: auto !important;
	min-height: 500px;
	line-height: 32px;
	font-size: 16px;
	color: #333333;
}

/*/内容页*/
/*公开*/
.container_gk {
	width: 1200px;
	margin: 0 auto 28px;
}

.container_left_gk {
	width: 303px;
	min-height: 300px;
	float: left;
}

.public {
	display: block;
	width: 221px;
	height: 52px;
	padding-left: 80px;
	font-size: 22px;
	color: #333333;
	line-height: 52px;
	border: #dbdbdb 1px solid;
}

.setting1 {
	background: url(../images/c_13.png) 38px center no-repeat;
	margin-bottom: 12px;
}

.setting1:hover {
	background: #1073b7 url(../images/c_14.png) 38px center no-repeat;
	color: #fff;
	border: #1073b7 1px solid;
}

.setting1.hover {
	background: #1073b7 url(../images/c_14.png) 38px center no-repeat;
	color: #fff;
	border: #1073b7 1px solid;
}

.setting2 {
	margin-bottom: 12px;
	background: url(../images/c_15.png) 38px center no-repeat;
}

.setting2:hover {
	background: #1073b7 url(../images/c_16.png) 38px center no-repeat;
	color: #fff;
	border: #1073b7 1px solid;
}

.setting2.hover {
	background: #1073b7 url(../images/c_16.png) 38px center no-repeat;
	color: #fff;
	border: #1073b7 1px solid;
}

.setting3 {
	margin-bottom: 12px;
	background: url(../images/c_17.png) 38px center no-repeat;
}

.setting3:hover {
	background: #1073b7 url(../images/c_18.png) 38px center no-repeat;
	color: #fff;
	border: #1073b7 1px solid;
}

.setting3.hover {
	background: #1073b7 url(../images/c_18.png) 38px center no-repeat;
	color: #fff;
	border: #1073b7 1px solid;
}

.setting4 {
	margin-bottom: 12px;
	background: url(../images/c_19.png) 38px center no-repeat;
}

.setting4:hover {
	background: #1073b7 url(../images/c_20.png) 38px center no-repeat;
	color: #fff;
	border: #1073b7 1px solid;
}

.setting4.hover {
	background: #1073b7 url(../images/c_20.png) 38px center no-repeat;
	color: #fff;
	border: #1073b7 1px solid;
}

.setting5 {
	background: url(../images/c_21.png) 38px center no-repeat;
}

.setting5:hover {
	background: #1073b7 url(../images/c_22.png) 38px center no-repeat;
	color: #fff;
	border: #1073b7 1px solid;
}

.setting5.hover {
	background: #1073b7 url(../images/c_22.png) 38px center no-repeat;
	color: #fff;
	border: #1073b7 1px solid;
}

.public1 {
	width: 301px;
	height: auto !important;
	min-height: 387px;
	border: #1073b7 1px solid;
	margin-bottom: 12px;
}

.public2 {
	width: 301px;
	height: 52px;
	margin-bottom: 10px;
	line-height: 52px;
	font-size: 22px;
	color: #666666;
	line-height: 52px;
	border: #d5d5d5 1px solid;
	background: url(../images/c_29.png) 264px center no-repeat;
}

.public2:hover {
	background: #1073b7 url(../images/c_30.png) 264px center no-repeat;
	border: #1073b7 1px solid;
}

.setting6 {
	display: block;
	padding-left: 65px;
	background: url(../images/c_31.png) 18px center no-repeat;
}

.setting6:hover {
	background: url(../images/c_32.png) 18px center no-repeat;
	color: #fff;
}

.setting7 {
	display: block;
	padding-left: 65px;
	background: url(../images/c_33.png) 18px center no-repeat;
}

.setting7:hover {
	background: url(../images/c_34.png) 18px center no-repeat;
	color: #fff;
}

.setting8 {
	display: block;
	padding-left: 65px;
	background: url(../images/c_35.png) 18px center no-repeat;
}

.setting8:hover {
	background: url(../images/c_36.png) 18px center no-repeat;
	color: #fff;
}

.setting9 {
	display: block;
	padding-left: 65px;
	background: url(../images/c_37.png) 18px center no-repeat;
}

.setting9:hover {
	background: url(../images/c_38.png) 18px center no-repeat;
	color: #fff;
}

.conference {
	width: 273px;
	height: 285px;
	background-color: #f3f3f2;
	padding: 0 15px;
	margin-bottom: 19px;
}

.conference_perss {
	width: 100%;
	height: 58px;
}

.conference_titel {
	display: block;
	line-height: 58px;
	font-size: 22px;
	color: #333333;
	float: left;
}

.conference_gd {
	display: block;
	float: right;
	padding-top: 23px;
	height: 35px;
}

.conference_picture {
	display: block;
	width: 273px;
	height: 140px;
	margin-bottom: 11px;
}

.conference_perss_titel {
	display: block;
	line-height: 32px;
	font-size: 18px;
	color: #333333;
}

.access {
	width: 249px;
	height: 280px;
	padding: 14px 27px 0;
	background-color: #f3f3f2;
}

.access_titel {
	display: block;
	width: 237px;
	height: 40px;
	margin-bottom: 20px;
	line-height: 40px;
	font-size: 24px;
}

.access_listing {
	display: block;
	width: 204px;
	height: 46px;
	border: #839b5c 1px solid;
	line-height: 46px;
	font-size: 18px;
	padding-left: 43px;
	color: #333333;
	margin-bottom: 20px;
}

.areas1 {
	background: url(../images/c_23.png) 6px center no-repeat;
}

.areas1:hover {
	color: #fff;
	background: #839b5c url(../images/c_24.png) 6px center no-repeat;
}

.areas2 {
	background: url(../images/c_25.png) 6px center no-repeat;
}

.areas2:hover {
	color: #fff;
	background: #839b5c url(../images/c_26.png) 6px center no-repeat;
}

.areas3 {
	background: url(../images/c_27.png) 6px center no-repeat;
}

.areas3:hover {
	color: #fff;
	background: #839b5c url(../images/c_28.png) 6px center no-repeat;
}

.catalogue_gk {
	width: 100px;
	float: left;
	padding-top: 44px;
}

.catalogue1 {
	width: 22px;
	height: 92px;
	padding-left: 34px;
	padding-right: 44px;
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 63px;
	color: #000;
}

.catalogue1:hover {
	background: url(../images/c_40.png) left center no-repeat;
	color: #1073b7;
	font-weight: 700;
}

.catalogue1.on {
	background: url(../images/c_40.png) left center no-repeat;
	color: #1073b7;
	font-weight: 700;
}

.prospectus_gk {
	float: left;
	width: 200px;
	padding-top: 18px;
}

.prospectus1 {
	display: block;
	width: 116px;
	height: 32px;
	padding-left: 84px;
	line-height: 32px;
	font-size: 18px;
	color: #666666;
	background: url(../images/c_41.png) left center no-repeat;
}

.prospectus2 {
	display: block;
	width: 116px;
	height: 32px;
	padding-left: 84px;
	line-height: 32px;
	font-size: 18px;
	color: #666666;
	background: url(../images/c_42.png) left center no-repeat;
}

.prospectus3 {
	display: block;
	width: 116px;
	height: 32px;
	padding-left: 84px;
	line-height: 32px;
	font-size: 18px;
	color: #666666;
	background: url(../images/c_43.png) left center no-repeat;
}

.container_right_gk {
	width: 876px;
	height: 1640px;
	float: right;
	border: #eaeaea 1px solid;
	box-shadow: #eaeaea 0px 0px 8px 2px;
	padding-top: 10px;
}

.center_gk {
	width: 834px;
	height: auto !important;
	min-height: 256px;
	margin: 0 auto 15px;
}

.center_title {
	width: 100%;
	height: 56px;
	border-bottom: #dbdbdb 1px solid;
	margin-bottom: 16px;
}

.title_gk {
	display: block;
	float: left;
	font-size: 24px;
	color: #333333;
	line-height: 56px;
}

.title_gk .on {
	color: #1073b7;
}

.ddd_gk {
	display: block;
	height: 33px;
	float: right;
	padding-top: 23px;
}

.classification_gk {
	width: 100%;
}

.classification_gk li {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
}

.topic_gk_1 {
	display: block;
	float: left;
	/* width: 150px; */
	color: #999999;
	font-size: 16px;
	margin-right: 10px;
}

.topic_gk_2 {
	display: block;
	float: left;
	color: #333;
	font-size: 16px;
}

.classification_gk li span {
	display: block;
	float: right;
	font-size: 16px;
	color: #999999;
}

.vertical_gk {
	display: block;
	float: left;
	height: 57px;
	line-height: 53px;
	font-size: 18px;
	margin: 0 15px;
	color: #999;
}

.query_gk {
	margin-top: 23px;
	padding: 16px 16px 16px 15px;
	width: 803px;
	height: 36px;
	background-color: #f3f3f2;
}

.query_frame {
	margin-bottom: 23px;
	padding: 16px 16px 16px 15px;
	width: 819px;
	height: 36px;
	background-color: #f3f3f2;
}

.query_gk_1 {
	width: 154px;
	height: 36px;
	font-size: 16px;
	color: #333333;
	float: left;
	margin-right: 15px;
	padding-left: 8px;
	border: #dbdbdb 1px solid;
	background-color: #fff;
}

.query_gk_2 {
	width: 26px;
	height: 26px;
	font-size: 16px;
	color: #333333;
	float: right;
	margin-right: 6px;
	padding-top: 5px;
}

.query_gk_3 {
	width: 122px;
	height: 36px;
	font-size: 16px;
	color: #333333;
	border: none;
	float: left;
}

.query_gk_4 {
	width: 87px;
	float: left;
	height: 36px;
	background: #839b5c;
	color: #fff;
	border: none;
}

.interpretation {
	width: 245px;
	height: 225px;
	padding: 10px;
	float: left;
	border: #eaeaea 1px solid;
	box-shadow: #eaeaea 0px 0px 8px 2px;
}

.interpretation_gk {
	position: relative;
}

.interpretation_hover {
	display: block;
	width: 245px;
	height: 143px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/*.interpretation_hover:hover{
	background:url(../images/c_12.png) center no-repeat;
}
*/
.interpretation_title {
	display: block;
	width: 100%;
	height: 70px;
	line-height: 35px;
	color: #333333;
	font-size: 18px;
	letter-spacing: 0;
}

.interpretation_time {
	height: 30px;
	line-height: 30px;
	color: #666666;
	letter-spacing: 0;
	margin-left: 20px;
}

.interpretation_gd {
	display: block;
	float: right;
	height: 15px;
	line-height: 15px;
}

.spacing {
	margin-right: 16px;
}

.laws_gk {
	width: 100%;
	height: 40px;
	background-color: #f3f3f2;
	margin-bottom: 10px;
}

.laws_title {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #666666;
	padding: 0 15px;
}

/*/公开*/
/*国家法规左*/
.catalogue3 {
	width: 205px;
	height: 51px;
	padding-left: 96px;
	line-height: 51px;
	font-size: 20px;
	color: #333333;
	background: #f3c8c7 url(../images/catalogue_1.png) 67px center no-repeat;
}

.catalogue4 {
	width: 205px;
	height: 51px;
	padding-left: 96px;
	line-height: 51px;
	font-size: 20px;
	color: #333333;
	background: #f3c8c7 url(../images/catalogue_2.png) 67px center no-repeat;
}

.categorize {
	width: 100%;
	height: auto !important;
	background-color: #eeeeee;
}

.categorizeli {
	width: 301px;
	height: 52px;
}

.categorizeli a {
	display: block;
	width: 301px;
	height: 50px;
	text-align: center;
	color: #333333;
	line-height: 50px;
	font-size: 20px;
	border-bottom: #fff 2px solid;
}

.categorizeli a:hover {
	color: #1073b7;
	background-color: #fff;
}

.categorizeli a.hover {
	color: #1073b7;
	background-color: #fff;
}

.spacing {
	letter-spacing: 10px;
}

.categorizelino {
	width: 234px;
	height: auto !important;
	min-height: 50px;
	padding-left: 67px;
	background-color: #fff;
	padding-top: 4px;
}

.expansion {
	display: block;
	width: 187px;
	height: 50px;
	padding-left: 47px;
	color: #333333;
	line-height: 50px;
	font-size: 20px;
	background: url(../images/reduce.png) 15px center no-repeat;
}

.expansion1 {
	background: url(../images/add.png) 83px center no-repeat;
}

.categorizelino li {
	display: block;
	width: 234px;
	height: 43px;
}

.categorizelino li a {
	display: block;
	width: 162px;
	height: 43px;
	line-height: 43px;
	padding-left: 72px;
	font-size: 18px;
}

.categorizelino li a.hover {
	color: #1073b7
}

.categorizeli1 {
	width: 234px;
	height: 50px;
	padding-left: 67px;
}

.categorizeli1 a {
	display: block;
	width: 187px;
	height: 50px;
	padding-left: 47px;
	color: #333333;
	line-height: 50px;
	font-size: 20px;
}

/* /国家法规左 */

/* 政府信息公开目录 内容页 */
.catalog-form {
	width: 100%;
	height: 52px;
	margin: 0 auto 5px;
}

.catalog-indexes {
	width: 595px;
	height: 50px;
	border: #e0dcdc 1px solid;
	line-height: 50px;
	color: #333;
}

.indexes-number {
	display: block;
	width: 132px;
	height: 50px;
	background: #f9eeee;
	padding-left: 35px;
	font-size: 20px;
	font-weight: bold;
	float: left;
	border-right: #e0dcdc 1px solid;
}

.indexes-form {
	display: block;
	height: 50px;
	padding-left: 35px;
	font-size: 20px;
	float: left;
}

.catalog-share {
	width: 1200px;
	height: 50px;
	line-height: 50px;
	color: #999999;
	font-size: 18px;
	margin-bottom: 15px;
	border-top: #e0dcdc 1px dashed;

}

.catalog-share-in {
	float: left;
	padding-left: 360px;
}

/* /政府信息公开目录 内容页 */

/* 依申请公开 */
.work-query {
	width: 100%;
	height: 115px;
	margin: 0 auto 30px;
}

.work-query1 {
	height: 50px;
	background: #eaeaea url(../images/query_icon1.png) no-repeat 30px center;
	padding-left: 60px;
	font-size: 22px;
	color: #222;
	line-height: 50px;
}

.work-query2 {
	height: 60px;
	border: #dddddd 1px solid;
	color: #333;
	font-size: 20px;
	padding-top: 10px;
}

.parts-number {
	width: 220px;
	height: 48px;
	border: #dddddd 1px solid;
	padding: 0 5px;
	background: #f1f1f1;
	font-size: 18px;
}

.parts-number2 {
	width: 155px;
	height: 48px;
	border: #dddddd 1px solid;
	padding: 0 5px;
	background: #f1f1f1;
	font-size: 18px;
}

.parts-number3 {
	width: 100px;
	height: 48px;
	border: #dddddd 1px solid;
	padding: 0 5px;
	background: #f1f1f1;
	font-size: 18px;
}

.parts-number4 {
	display: block;
	width: 125px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	margin: 0 auto;
	color: #fff;
	background: #1073b7;
}

.apply-button {
	width: 100%;
	height: 60px;
	padding-top: 10px;
	border-top: #e0dcdc 1px solid;
}

.button-online {
	display: block;
	padding: 0 20px 0 50px;
	height: 36px;
	border-radius: 5px;
	background: #5181b1 url(../images/button_icon.png) no-repeat 20px center;
	color: #fff;
	font-size: 18px;
	float: left;
	margin-right: 30px;
	line-height: 36px;
}

.button-online:hover {
	color: #fff;
}

.button-download {
	display: block;
	padding: 0 20px 0 50px;
	height: 36px;
	border-radius: 5px;
	background: #eba141 url(../images/button_icon1.png) no-repeat 20px center;
	color: #fff;
	font-size: 18px;
	float: left;
	margin-right: 30px;
	line-height: 36px;
}

.button-download-lct:hover {
	color: #fff;
}

.button-download-lct {
	display: block;
	padding: 0 20px 0 50px;
	height: 36px;
	border-radius: 5px;
	background: #03df9d url(../images/ysqgktb.png) no-repeat 20px center;
	color: #fff;
	font-size: 18px;
	float: left;
	line-height: 36px;
}

.button-download:hover {
	color: #fff;
}

.apply-form {
	width: 95%;
	margin: 0 auto 30px;
	border: #e4e4e4 1px solid;
	padding-bottom: 20px;
}

.apply-personal {
	width: 100%;
	height: 420px;
}

.personal-name {
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	font-size: 20px;
	color: #333;
	background: #dddddd url(../images/down_arrow.png) no-repeat 1170px center;
}

.personal-button {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #333;
	padding-left: 480px;
}

.personal-table {
	width: 100%;
}

.personal-table tr {
	border-top: #ededed 1px solid;
}

.personal-table .td {
	line-height: 65px;
}

.personal-table .tname {
	text-align: right;
	padding-right: 5px;
	font-size: 18px;
	color: #333;
}

.gtext-domain {
	width: 310px;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	background: #f1f1f1;
	border: #ededed 1px solid;
	padding: 0 5px;
}

.gtext-domain2 {
	width: 787px;
	height: 110px;
	line-height: 36px;
	margin: 5px 0;
	background: #f1f1f1;
	border: #ededed 1px solid;
	padding: 0 5px;
}

.select-files {
	display: block;
	width: 125px;
	height: 35px;
	background: #999999;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #333;
	float: left;
	margin-right: 15px;
}

.view-examples {
	width: 125px;
	height: 35px;
	line-height: 35px;
	display: block;
	color: #1c0ddc;
}

.choice1 {
	float: left;
	margin-right: 30px;
}

.gtext-domain3 {
	width: 150px;
	height: 45px;
	line-height: 45px;
	margin-top: 5px;
	background: #f1f1f1;
	border: #ededed 1px solid;
	padding: 0 5px;
}

.apply-hand {
	width: 100%;
	margin: 0 auto;
	border-top: #ededed 1px solid;
}

.apply-hand a {
	display: block;
	width: 140px;
	height: 45px;
	margin: 20px auto 0;
	background: #5181b1;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 45px;
}

.online-column-in {
	height: 80px;
	line-height: 80px;
	font-size: 28px;
	color: #cd0000;
	background: url(../images/c_31.png) no-repeat left center;
	padding-left: 45px;
	margin-left: 30px;
}

/* /依申请公开 */

/* 重点领域信息公开 */
.field-top {
	width: 100%;
	height: 300px;
	background: url(../images/field_icon2.jpg) no-repeat top center;
}

.field-home {
	display: block;
	width: 1200px;
	height: 300px;
	margin: 0 auto;
	text-align: right;
}

.field-list {
	width: 100%;
	height: auto !important;
	min-height: 200px;
	height: 200px;
	margin: 0 auto 40px;
}

.field_title {
	width: 100%;
	height: 44px;
	background: url(../images/field_icon5.jpg) repeat-x;
}

.countryside-bt {
	display: block;
	padding: 0 25px 0 20px;
	height: 44px;
	background: #839b5c url(../images/field_icon4.jpg) no-repeat right;
	font-size: 24px;
	color: #fff;
	float: left;
}

.countryside-bt .span3 {
	background: url(../images/c_24.png) no-repeat left center;
	display: block;
	height: 44px;
	line-height: 40px;
	padding-left: 30px;

}

.countryside-bt .span4 {
	background: url(../images/c_26.png) no-repeat left center;
	display: block;
	height: 44px;
	line-height: 40px;
	padding-left: 35px;

}

.countryside-bt .span5 {
	background: url(../images/c_28.png) no-repeat left center;
	display: block;
	height: 44px;
	line-height: 40px;
	padding-left: 35px;

}

.countryside-bt span:hover {
	color: #fff;
}

.countryside-gd {
	width: 100px;
	height: 44px;
	background: #fff url(../images/field_icon3.png) no-repeat right center;
	line-height: 44px;
	font-size: 16px;
	color: #555;
	float: right;
	text-indent: 40px;
}

.field-listin {
	width: 100%;
	height: auto !important;
	height: 200px;
	min-height: 200px;
	padding-top: 20px;
}

.field-listin li {
	width: 100%;
	height: 70px;
	border-bottom: #d6d6d6 1px dashed;
}

.field-listin li:hover {
	background: #f1f1f1;
}

.field-listin .time1 {
	width: 120px;
	height: 60px;
	line-height: 25px;
	font-size: 18px;
	float: left;
	text-align: right;
	padding-top: 10px;
}

.field-listin .title1 {
	display: block;
	width: 1025px;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	float: left;
	margin-left: 50px;
	color: #333;
	overflow: hidden;
}

.field-listin .time1 .month {
	font-size: 22px;
	color: #839b5c;
	font-weight: bold;
}

.field-listin .time1 .year {
	font-size: 16px;
	color: #666;
}

/* /重点领域信息公开 */

/* 新闻发布会 */
.release-wai {
	width: 1200px;
	margin: 0 auto 30px;
}

.release-banner {
	width: 1200px;
	height: 200px;
}

.release-list {
	width: 100%;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	padding-top: 30px;
}

.release-list li {
	width: 585px;
	height: 180px;
	float: left;
	margin: 0 7px 40px;
}

.release-list li:hover {
	background: #f1f1f1;
}

.release-list li .tp {
	display: block;
	width: 260px;
	height: 180px;
	float: left;
}

.release-content {
	width: 310px;
	height: 180px;
	float: right;
}

.release-title {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 18px;
	color: #0f559d;
	font-weight: bold;
	margin-top: 5px;
}

.release-time {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	font-size: 16px;
	color: #444px;
}

.release-text {
	width: 100%;
	height: 90px;
	line-height: 28px;
	margin-top: 5px;
	font-size: 16px;
	color: #444px;
}

/* /新闻发布会 */

/* 双公示 */
.publicity-top {
	width: 100%;
	height: 300px;
	background: url(../images/publicity_banner.jpg) no-repeat top center;
}

.publicity-home {
	width: 1200px;
	height: auto !important;
	height: 350px;
	min-height: 350px;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: darkgrey 1px 0px 4px 0px;
	margin: 0 auto 30px;
}

.publicity-left {
	width: 240px;
	height: auto !important;
	height: 350px;
	min-height: 350px;
	float: left;
	margin-left: 20px;
	padding-top: 20px;
}

.publicity-title {
	width: 240px;
	height: 81px;
	background: url(../images/publicity_title.jpg) no-repeat;
	line-height: 81px;
	font-size: 26px;
	color: #fff;
	text-indent: 90px;
}

.publicity-title2 {
	width: 230px;
	min-height: 50px;
	margin-top: -10px;
}

.publicity-title2 a {
	display: block;
	width: 231px;
	height: 48px;
	line-height: 48px;
	margin-bottom: 10px;
	background: #4599e4 url(../images/top_arrow.png) no-repeat 200px center;
	font-size: 18px;
	color: #fff;
	text-indent: 50px;
}

.publicity-title2 a:hover {
	background: #267ecd url(../images/top_arrow.png) no-repeat 200px center;
	color: #fff;
}

.publicity-title2 a.hover {
	background: #267ecd url(../images/top_arrow.png) no-repeat 200px center;
	color: #fff;
}


.publicity-right {
	width: 890px;
	height: auto !important;
	height: 350px;
	min-height: 350px;
	float: right;
	margin-right: 20px;
	padding-top: 20px;
}

.publicity-right-title {
	width: 870px;
	height: 65px;
	line-height: 65px;
	border-bottom: #c4c4c4 1px dashed;
	font-size: 22px;
	color: #0847a5;
	margin: 0 auto 20px;
	background: url(../images/publicity_title3.jpg) no-repeat left center;
	text-indent: 20px;
}

.publicity-column {
	width: 870px;
	margin: 0 auto 30px;
}

.publicity-column a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	margin-right: 10px;
	border: #c4c4c4 1px dashed;
	border-radius: 5px;
	font-size: 16px;
	color: #333;
	float: left;

}

.publicity-column a:hover {
	background: #ffa423 url(../images/platform_icon.png) no-repeat center bottom;
	border: #fff 1px solid;
	color: #fff;
}

.publicity-column a.hover {
	background: #ffa423 url(../images/platform_icon.png) no-repeat center bottom;
	border: #fff 1px solid;
	color: #fff;
}

/* /双公示 */

/* 依法行政 */
.according-top {
	width: 100%;
	height: 300px;
	background: url(../images/according_banner.jpg) no-repeat top center;
}

.according-home {
	width: 1200px;
	height: auto !important;
	height: 350px;
	min-height: 350px;
	margin: 0 auto 30px;
}

.according-left {
	width: 270px;
	height: auto !important;
	height: 350px;
	min-height: 350px;
	float: left;
	border-radius: 5px;
	background: #ffffff;
}

.according-title {
	width: 100%;
	height: 65px;
	line-height: 65px;
	text-indent: 100px;
	background: #ee8219 url(../images/according_icon.png) no-repeat 50px center;
	font-size: 24px;
	color: #fff;
	border-radius: 5px 5px 0 0;
	margin-bottom: 20px;
}

.according-title2 {
	width: 250px;
	margin: 0 auto 20px;
}

.according-title2 a {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-indent: 15px;
	background: url(../images/according_icon2.png) no-repeat 3px center;
	border-bottom: #e6e6e6 1px solid;
	font-size: 18px;
	color: #333;
}

.according-title2 a:hover {
	background: url(../images/according_icon3.png) no-repeat center;
	color: #fff;
}

.according-title2 a.hover {
	background: url(../images/according_icon3.png) no-repeat center;
	color: #fff;
}

.according-right {
	width: 900px;
	height: auto !important;
	height: 600px;
	min-height: 600px;
	float: right;
	border-radius: 5px;
	background: #ffffff;
}

.acc-right-title {
	width: 870px;
	height: 65px;
	line-height: 65px;
	border-bottom: #e4e4e4 1px solid;
	font-size: 22px;
	color: #0847a5;
	margin: 0 auto 20px;
}

.acc-right-list {
	width: 870px;
	margin: 0 auto;
	min-height: 350px;
}

.acc-right-list li {
	width: 100%;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
	background: url(../images/c_1.jpg) no-repeat left center;
	text-indent: 20px;
}

.acc-right-list li a {
	font-size: 16px;
	color: #444;
}

.acc-right-list li span {
	font-size: 16px;
	color: #888;
}

.acc-right-list li a:hover {
	color: #3c79d2;
}

.acc-right-text {
	width: 870px;
	min-height: 350px;
	margin: 0 auto 30px;
}

.acc-right-text table {
	border-left: #e6e6e6 1px solid;
	border-bottom: #e6e6e6 1px solid;
}

.acc-right-text table td {
	border-top: #e6e6e6 1px solid;
	border-right: #e6e6e6 1px solid;
	line-height: 35px;
	padding: 8px;
}

.acc-right-crude {
	background: #efefef;
	font-size: 16px;
	font-weight: bold;
	color: #444;
	text-align: center;
}

.platform-column {
	width: 870px;
	margin: 0 auto 30px;
}

.platform-column a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	margin-right: 2px;
	margin-bottom: 10px;
	border: #c4c4c4 1px dashed;
	border-radius: 5px;
	font-size: 16px;
	color: #333;
	float: left;

}

.platform-column a:hover {
	background: #0847a5 url(../images/platform_icon.png) no-repeat center bottom;
	border: #0847a5 1px solid;
	color: #fff;
}

.platform-column a.hover {
	background: #0847a5 url(../images/platform_icon.png) no-repeat center bottom;
	border: #fff 1px solid;
	color: #fff;
}

.platform-text {
	width: 98%;
	margin: 0 auto;
	line-height: 36px;
	font-size: 16px;
	color: #333;
}

.document-right-list {
	width: 100%;
	margin: 0 auto;
}

.document-right-list li {
	width: 100%;
	height: 55px;
}

.document-right-list li .number {
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 16px;
	background: #e6e6e6;
	font-size: 14px;
	color: #444;
	text-align: center;
	line-height: 26px;
	margin-right: 15px;
	margin-top: 3px;
}

.document-right-list li .title {
	display: block;
	width: 680px;
	height: 32px;

	font-size: 16px;
	color: #444;
	line-height: 32px;
	overflow: hidden;
}

.document-right-list li .download {
	display: block;
	width: 110px;
	height: 32px;
	font-size: 15px;
	background: #94bce0 url(../images/document_icon.png) no-repeat 15px center;
	text-indent: 35px;
	border-radius: 17px;
	color: #fff;
	line-height: 32px;
}

.subject-content {
	width: 97%;
	min-height: 400px;
	margin: 0 auto;
}

.subject-content li {
	width: 260px;
	height: 50px;
	line-height: 50px;
	float: left;
	background: url(../images/subject_icon.png) no-repeat left center;
	text-indent: 20px;
	font-size: 16px;
	color: #444;
	margin: 0 10px 10px 0;
}

/* 依法行政 */
/*网站地图*/
.webmap-container {
	width: 1200px;
	height: auto !important;
	min-height: 500px;
	margin: 0 auto 80px;
}

.open-guide-title1 {
	width: 100%;
	height: 44px;
	background: url(../images/guide_icon3.jpg) repeat-x;
	margin: 0 auto 18px;
}

.open-guide-title1 p {
	height: 44px;
	background: #1073b7 url(../images/guide_icon1.jpg) no-repeat right top;
	padding: 0 50px 0 30px;
	line-height: 44px;
	font-size: 24px;
	color: #fff;
	float: left;
}

.u-cyjlm {
	width: 1145px;
	height: auto !important;
	min-height: 400px;
	padding-left: 55px;
}

.m-cafgn {
	width: 100%;
	height: auto !important;
	height: 30px;
	min-height: 30px;
	margin-bottom: 30px;
}

.u-csy {
	display: block;
	height: 30px;
	background: url(../images/circle.png) left center no-repeat;
	line-height: 30px;
	padding-left: 40px;
	font-size: 22px;
	color: #333333;
	float: left;

}

.m-cgnsc {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-bottom: 16px;
}

.m-cklfa {
	width: 1085px;
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
}

.u-cejlm {
	display: block;
	margin-right: 60px;
	font-size: 18px;
	color: #333333;
	float: left;
	padding-left: 20px;

}

.u-cejlm:hover {
	background: url(../images/mark.png) left center no-repeat;
	text-decoration: underline;
}

.conference-container {
	width: 1200px;
	height: auto !important;
	min-height: 500px;
	margin: 0 auto 100px;
}

.title-picture {
	width: 1200px;
	height: 200px;
	margin-bottom: 32px;
}

.title-conference {
	width: 1200px;
	height: 40px;
}

.title-conference {
	background: url(../images/trabecula.png) left center repeat-x;
	margin-bottom: 20px;
}

.title-text {
	height: 40px;
	display: block;
	line-height: 40px;
	padding: 0 11px 0 25px;
	font-size: 22px;
	color: #333333;
	background: #fff url(../images/title.png) left center no-repeat;
	float: left;
}

.title-background {
	display: block;
	width: 101px;
	height: 40px;
	float: left;
	background: url(../images/strip.png) 2px 11px no-repeat;
}

.listing-conference-large {
	width: 1200px;
	height: auto !important;
	min-height: 500px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: #a7a7a7 1px dashed;
}

.listing-conference {
	width: 1200px;
	height: 230px;
	display: block;
	margin-bottom: 6px;
}

.listing-conference:hover {
	background: #f1f1f1;
}

.listing-picture {
	width: 380px;
	height: 230px;
	float: left;
}

.listing-characters {
	width: 727px;
	height: 185px;
	float: right;
	padding: 22px 37px 23px 0;
	background: url(../images/oblique.png) left 66px no-repeat;
}

.listing-title {
	height: 36px;
	line-height: 36px;
	color: #333333;
	font-size: 18px;
	margin-bottom: 43px;
}

.listing-time {
	height: 30px;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 10px;
}

.listing-text {
	height: 66px;
	line-height: 33px;
	font-size: 16px;
	color: #333333;
}

.listing-conference-characters {
	width: 1200px;
	height: auto !important;
	min-height: 200px;
}

.listing-conference-characters li {
	display: block;
	width: 1200px;
	height: 50px;
	background: url(../images/garden.png) 20px center no-repeat;
}

.listing-conference-characters li:hover {
	background-color: #f1f1f1;
}

.listing-conference-characters li a {
	display: block;
	width: 1000px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #333333;
	padding-left: 40px;
	float: left;
}

.listing-conference-characters li span {
	display: block;
	height: 50px;
	line-height: 50px;
	float: right;
	font-size: 18px;
	color: #999999;
	padding-right: 18px;
}


/*不忘初心牢记使命首页*/
.top-head {
	width: 100%;
	height: 658px;
	background: url(../images/top_bg.jpg) no-repeat top center;
}

.organ-top {
	width: 100%;
	height: 84px;
	margin-top: 24px;
	margin-bottom: 28px;
	text-align: center;
	background: url(../images/organbg.png) 376px center no-repeat;
}

.organ-main {
	height: 450px;
}

.l-organ {
	height: 630px;
}

.organ-top a {
	display: block;
	font-size: 36px;
	padding-top: 22px;
}

.organ-left {
	width: 550px;
}

.organ-main .main-top {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
}

.organ-main p {
	font-size: 14px;
	line-height: 26px;
}

.details {
	display: inline-block;
	color: red;
}

.organ-list {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 3px solid #ce001d;
}

.organ-list li {
	padding-left: 20px;
	height: 46px;
	line-height: 46px;
	background: url(../images/icon/organ_list.jpg) left center no-repeat;
}

.organ-right {
	width: 550px;
}

.top-head .return {
	display: block;
	width: 112px;
	height: 54px;
	padding-top: 10px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: url(../images/return_bg.png) center center no-repeat;
}

.l-organ .more a {
	color: #ce001d;
}

.unit-dynamic {
	width: 100%;
	height: 692px;
	padding-top: 24px;
	background: url(../images/unit_dynamic_bg.png) no-repeat;
}

.unit-dynamic-top {
	width: 100%;
	height: 84px;
	margin-bottom: 28px;
	text-align: center;
	background: url(../images/organbg.png) 425px center no-repeat;
}

.unit-dynamic-top a {
	display: block;
	font-size: 36px;
	padding-top: 22px;
}

.unit-dynamic-list {
	width: 560px;
	height: 116px;
	margin-bottom: 18px;
	margin-right: 68px;
	background: url(../images/unit_dynamic_main.png) center bottom no-repeat;
}

.unit-dynamic-list a {
	display: block;
}

.unit-dynamic-main {
	width: 1268px;
	height: 540px;
}

.unit-dynamic-list .list-head {
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	font-weight: bold;
}

.unit-dynamic-list .list-main {
	height: 26px;
	line-height: 26px;
	margin-top: 8px;
	font-size: 15px;
}

/*底部*/
.main-footer1 {
	width: 100%;
	height: 260px;
	background: #eeeeee;
	color: #555555;
	overflow: hidden;
}

.main-footer1 .footer-info {
	position: relative;
	margin-top: 80px;
}

.main-footer1 .foot-img {
	float: left;
	margin-top: 15px;
	margin-left: 160px;
	width: 52px;
	height: 64px;
}

.main-footer1 .foot-text {
	float: left;
	margin-left: 20px;
}

.foot-text1 p {
	line-height: 30px;
	text-align: left;
	font-size: 15px;
}

.foot-text1 p a {
	margin: 0 15px;
	color: #555;
}

.foot-text1 .web-map {
	margin-left: 200px;
}

.footer-info .find-fault {
	position: absolute;
	top: 45px;
	right: 440px;
	width: 113px;
	height: 58px;
}

/*厅属单位动态*/
.l-top-head {
	width: 100%;
	height: 392px;
	background: url(../images/l_top_bg.jpg) no-repeat top center;
}

.l-top-head .return {
	display: block;
	width: 112px;
	height: 54px;
	padding-top: 10px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: url(../images/return_bg.png) center center no-repeat;
}

/*厅属单位动态列表*/
.l-dynamic-lists {
	margin-bottom: 54px;
}

.l-list-top {
	margin-top: 18px;
	margin-bottom: 26px;
	height: 64px;
	line-height: 64px;
	background: url(../images/l_dynamic_lists.png) left bottom no-repeat;
}

.list-top-left {
	font-size: 26px;
	font-weight: bold;
	color: #e8af00;
	padding-left: 40px;
	background: url(../images/icon/l_list_top.png) 10px center no-repeat;
}

.list-top-right a {
	color: #777777;
}

.list-top-right .on {
	color: #333333;
}

.l-list-main li {
	height: 60px;
	line-height: 60px;
	padding-left: 44px;
	background: url(../images/icon/l_list_main.png) 12px center no-repeat;
	border-bottom: 1px dashed #cccccc;
}

.l-list-main a {
	float: left;
	font-size: 20px;
}

.l-list-main span {
	float: right;
	font-size: 18px;
}

.l-list-main li:hover {
	background: url(../images/icon/l_list_main1.png) 12px center no-repeat;
}

/*不忘初心分页*/
.paginator1 {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 55px 0px 94px 0px;
	/* padding: 10px 0; */
}

.paginator1 a {
	display: inline-block;
	background: #f3f3f3;
	color: #000000;
	font-size: 12px;
	margin-right: 2px;
	padding: 5px 10px;
	text-decoration: none;
}

.paginator1 .on {
	border: 1px solid #1073b7;
	background: #fff;
}

.paginator1 input {
	width: 14px;
	height: 25px;
	border: none;
	color: #1073b7;
	font-size: 12px;
	margin-right: 2px;
	padding: 0px 10px;
	background: #f3f3f3;
}

/*专题*/
.project-main {
	min-height: 200px;
	margin-top: 28px;
	overflow: hidden;
}

.latest-project {
	height: 60px;
	line-height: 60px;
	/*	margin-top: 22px;*/
	font-size: 24px;
	color: #1073b7;
	padding-left: 34px;
	border-bottom: 1px solid #e7e7e7;
	background: url(../images/icon/project_bg.png) 8px center no-repeat;
}

.project-main li {
	float: left;
	margin-right: 16px;
	margin-bottom: 34px;
}

.project-main li img {
	width: 286px;
	height: 120px;
}

/*专题链接*/
.special-links {
	margin-top: 24px;
	min-height: 330px;
	overflow: hidden;
}

.special-links li {
	float: left;
	width: 572px;
	height: 108px;
	margin-bottom: 36px;
	margin-right: 46px;
}

.special-links li img {
	width: 294px;
	height: 108px;
}

.links-text {
	margin-left: 16px;
	width: 258px;
}

.links-text a {
	display: block;
	font-size: 20px;
	height: 72px;
	line-height: 36px;
	overflow: hidden;
	color: #000000;
}

.links-text span {
	font-size: 16px;
	color: #555555;
}

.market {
	width: 1172px;
	height: 58px;
	line-height: 58px;
	background: #fff5f5;
	margin-left: 14px;
	font-size: 18px;
	margin-bottom: 40px;
}

.market .drop-down {
	height: 34px;
	line-height: 34px;
	padding-left: 14px;
	margin-right: 22px;
	border-radius: 5px;
	font-size: 16px;
	border: 1px solid #e0dcdc;
}

.market .l-query {
	width: 76px;
	height: 34px;
	background: #1073b7;
	color: #fff;
	border: none;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}

.market-data {
	width: 1158px;
	min-height: 324px;
	margin-left: 14px;
	margin-bottom: 44px;
}

.market-data img {
	width: 1158px;
	height: 324px;
}

.Wdate {
	border: 1px solid #e0dcdc;
	height: 34px;
	line-height: 34px;
	padding-left: 14px;
	margin-right: 22px;
	border-radius: 5px;
	font-size: 16px;
	background: #fff url(../images/date.png) no-repeat 150px;
}



/* 机关党建 */
.off-in-head {
	width: 100%;
	height: 70px;
	background: url(../images/office_in_banner.jpg) no-repeat top center;
	margin: 0 auto 30px;
	padding-top: 757px;
}

.office-nav {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}

.office-nav a {
	padding: 0 35px;
	display: block;
	height: 50px;
	line-height: 50px;
	float: left;
	font-size: 24px;
	color: #fff;
	font-family: "微软雅黑";
}

.office-nav a:hover {
	color: #fff;
	background: #dfb426;
}

.office-nav a.hover {
	color: #fff;
	background: #dfb426;
}

.office-main {
	width: 100%;
	height: auto !important;
	height: 150px;
	min-height: 150px;
	margin: 0 auto 30px;
}

.office-work {
	width: 1200px;
	margin: 0 auto 30px;
}

.work-title {
	width: 100%;
	height: 44px;
	margin-bottom: 30px;
}

.work-list {
	width: 100%;
	height: 260px;
	margin: 0 auto 5px;
}

.work-list li {
	width: 565px;
	height: 40px;
	line-height: 40px;
	background: url(../images/office_icon3.jpg) no-repeat left center;
	text-indent: 25px;
	float: left;
	margin: 0 15px;
}

.work-list li a {
	display: block;
	font-size: 18px;
	color: #333;
}

.work-list li a:hover {
	color: #cd0000;
}

.work-list li span {
	display: block;
	font-size: 18px;
	color: #666;
}

.work-more {
	width: 100%;
	height: 38px;
	margin: 0 auto;
}

.work-more a {
	display: block;
	width: 135px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: #e02828 1px solid;
	border-radius: 19px;
	color: #e02828;
	margin: 0 auto;
}

.office-party {
	width: 100%;
	height: 412px;
	background: url(../images/office_in_icon6.jpg) no-repeat top center;
	padding-top: 30px;
	margin: 0 auto 30px;

}

.party-title {
	width: 1200px;
	height: 44px;
	margin: 0 auto 30px;
}

.party-list {
	width: 1200px;
	height: 260px;
	margin: 0 auto 5px;
}

.party-list li {
	width: 565px;
	height: 40px;
	line-height: 40px;
	background: url(../images/office_icon5.jpg) no-repeat left center;
	text-indent: 25px;
	float: left;
	margin: 0 15px;
}

.party-list li a {
	display: block;
	font-size: 18px;
	color: #333;
}

.party-list li a:hover {
	color: #cd0000;
}

.party-list li span {
	display: block;
	font-size: 18px;
	color: #666;
}

.party-more {
	width: 100%;
	height: 38px;
	margin: 0 auto;
}

.party-more a {
	display: block;
	width: 135px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #e02828;
	border-radius: 19px;
	color: #fff;
	margin: 0 auto;
}

.lian-help {
	width: 1200px;
	margin: 0 auto 30px;
	height: auto !important;
	height: 50px;
	min-height: 50px;
}

.lian-politics {
	width: 590px;
	height: auto !important;
	height: 50px;
	min-height: 50px;
}

.lian-title {
	width: 100%;
	height: 54px;
	margin-bottom: 10px;
}

.lian-title a {
	display: block;
	width: 130px;
	height: 54px;
	line-height: 38px;
	text-indent: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: url(../images/office_icon7.png) no-repeat;
}

.lian-list {
	width: 100%;
}

.lian-list li {
	height: 100px;
	background: #f6f6f6;
	border-left: #d8474e 6px solid;
	padding-top: 20px;
	margin-bottom: 20px;
}

.lian-list li:hover {
	height: 100px;
	background: #eeeeee;
	border-left: #d1454c 6px solid;
	padding-top: 20px;
	margin-bottom: 20px;
}

.lian-list li .politics-bt {
	display: block;
	width: 540px;
	height: 35px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 0 auto;
}

.lian-list li p {
	width: 540px;
	height: 50px;
	margin: 0 auto;
	line-height: 25px;
	font-size: 15px;
	color: #666;
}

.lian-list li .politics-more {
	color: #cd0000;
}

.help-title {
	width: 100%;
	height: 54px;
	margin-bottom: 10px;
}

.help-title a {
	display: block;
	width: 130px;
	height: 54px;
	line-height: 38px;
	text-indent: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: url(../images/office_icon.png) no-repeat;
}

.help-list {
	width: 100%;
}

.help-list li {
	height: 100px;
	background: #f6f6f6;
	border-left: #e7b147 6px solid;
	padding-top: 20px;
	margin-bottom: 20px;
}

.help-list li:hover {
	background: #eeeeee;
	border-left: #dfa534 6px solid;
}

.help-list li .politics-bt {
	display: block;
	width: 540px;
	height: 35px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 0 auto;
}

.help-list li p {
	width: 540px;
	height: 50px;
	margin: 0 auto;
	line-height: 25px;
	font-size: 15px;
	color: #666;
}

.help-list li .politics-more {
	color: #cd0000;
}

/* /机关党建 */

/* 机关党建列表页 */
.off-zy-head {
	width: 100%;
	height: 68px;
	background: url(../images/office_zy_banner.jpg) no-repeat top center;
	margin: 0 auto 30px;
	padding-top: 595px;
}

.office-zynav {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}

.office-zynav a {
	padding: 0 35px;
	display: block;
	height: 50px;
	line-height: 50px;
	float: left;
	font-size: 24px;
	color: #fff;
	font-family: "微软雅黑";
}

.office-zynav a:hover {
	color: #fff;
	background: #dfb426;
}

.office-zynav a.hover {
	color: #fff;
	background: #dfb426;
}

.office-zymain {
	width: 1200px;
	margin: 0 auto 30px;
}

.office-zy-title {
	width: 100%;
	height: 55px;
	background: url(../images/office_zy_title.jpg) no-repeat right bottom;
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}

.office-zy-title .zytitle {
	font-size: 26px;
	color: #000;
}

/* /机关党建列表页 */


/* 全文检索 */
.search-wraper {
	background: #fafafa;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

.container {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.search-menu {
	float: left;
	width: 220px;
	min-height: 150px;
	box-shadow: 1px 2px 8px #c0c0c0;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090, direction=120, strength=3);
}

.search-menu .menu-inner {
	padding: 10px 20px;
}

.search-menu .title {
	color: #fff;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	font-weight: bold;
	background-color: #C61A2A;
	padding: 0 10px;
	margin: 0px;
	border-bottom: 2px solid #C61A2A;
}

.search-menu .subtitle {
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #bbb;
}

.search-menu select {
	width: 180px;
	height: 28px;
	line-height: 28px;
	border: solid 1px #ccc;
}

.search-menu ul li {
	line-height: 28px;
}

.search-menu ul li a {
	color: #004986;
	display: block;
	padding: 2px 5px;
	font-size: 14px;
	cursor: pointer
}

.search-menu ul li.active a {
	background-color: #eee;
}

.search-content {
	float: left;
	width: 960px;
	margin-left: 20px;
	min-height: 400px;
}

.search-content .result-info {
	padding: 0px 10px;
	color: #666;
	background-color: #eee;
	height: 38px;
	line-height: 38px;
	text-align: left;
	border-bottom: 2px solid #c61a2a;
	border-top: 1px solid #E0E0E2;
	border-left: 1px solid #E0E0E2;
	border-right: 1px solid #E0E0E2
}

.search-content .result-info h3 {
	float: left;
	font-size: 16px;
	font-weight: normal;
}

.search-content .main-result {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #E0E0E2;
	border-top: 0;
	overflow: hidden;
}

.result-item {
	padding: 10px 10px;
	margin: 0px 0px;
	margin-bottom: 10px;
	line-height: 20px;
	border-radius: 5px;
	border: 0px solid #f5f5f5;
}

.result-item .result-title a {
	font-size: 16px;
	font-weight: normal;
	color: #00c
}

.result-item .result-title a:hover,
.result-item .result-title a:focus {
	color: #0000ff;
	text-decoration: underline
}

.result-item .result-content {
	margin: 5px 0;
	font-size: 13px;
	overflow: hidden;
	max-height: 62px;
}

.result-item .result-foot {
	font-size: 13px;
}

.search-content .no-data {
	text-align: center;
	height: 400px;
	line-height: 400px;
}

.search-content .no-data span {
	font-size: 26px;
	color: #666;
}

.pages {
	padding: 5px 0px 5px 0px;
	font-size: 13px;
}

.pages .pages-left {
	float: left;
}

.pages .pages-right {
	float: right;
}

.pages a {
	display: inline-block;
	border: 1px solid #7c7c7c;
	color: #000000;
	font-size: 12px;
	margin-right: 2px;
	padding: 5px 10px;
	text-decoration: none;
}

.pages a:hover,
.pages a.on {
	background: #1073b7;
	border-color: #F3F3F3;
	color: #FFFFFF;
	text-decoration: none;
}

.pages .jump-num {
	width: 30px;
	height: 25px;
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 0px 10px;
	margin: 0 5px;
}

.pages .go-jump {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px;
	font-size: 12px;
	border: solid 1px #ccc;
	cursor: pointer;
}

.lmmc:hover {
	color: #fff;
}

.news {
	position: relative;
}

.news .btns {
	position: absolute;
	height: 60px;
	right: 30px;
	top: 50%;
	margin-top: -30px;
	z-index: 10;
}

.news .btns {
	position: absolute;
	height: 60px;
	right: 30px;
	top: 50%;
	margin-top: -30px;
	z-index: 10;
}

.news .btns a {
	display: block;
	width: 27px;
	height: 27px;
	line-height: 27px;
	margin-bottom: 6px;
	text-align: center;
	background-color: #d3d3d3;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.news .btns a.prev {
	background-image: url(../images/cy-l1.png);
}

.news .btns a.prev:hover {
	background-image: url(../images/cy-l.png);
}

.news .btns a.next {
	background-image: url(../images/cy_12.png);
}

.news .btns a.next:hover {
	background-image: url(../images/cy_10.png);
}

/* 集约化头底 */
.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

.w1240 {
	width: 1240px;
	margin: 0 auto;
}

.w1100 {
	width: 1100px;
	margin: 0 auto;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.g-headbg {
	background: url(../images/bg.jpg) no-repeat top center;
}

.c_topup {
	line-height: 36px;
	font-size: 14px;
	position: relative;
	z-index: 99;
	background: url(../images/g_topbg.png) repeat;
}

.c_topup .c_topleft {
	float: left;
	overflow: hidden;
}

.c_topup .c_topleft .c_toplink {
	float: left;
	color: #333;
	padding-left: 24px;
	background: url(../images/ctopbiao.png) no-repeat left center;
	margin-right: 20px;
}

.c_topup .c_topleft .c_toplink:hover {
	color: #c30310;
}

.c_topup .c_topright {
	float: right;
	position: relative;
}

.c_topup .c_topright a {
	float: right;
	color: #333;
}

.c_topup .c_topright a.c_rightlink1 {
	background: url(../images/ctopright1.png) no-repeat 15px center;
	padding: 0 15px 0 51px;
}

.c_topup .c_topright a.c_rightlink2 {
	background: url(../images/ctopright2.png) no-repeat 15px center;
	padding: 0 15px 0 41px;
}

.c_topup .c_topright a.g_rightlink4 {
	background: url(../images/top_icon2.png) no-repeat 15px center;
	padding: 0 15px 0 41px;
}

.c_topup .c_topright a.c_rightlink3 {
	background: url(../images/ctopright3.png) no-repeat 15px center;
	padding: 0 15px 0 41px;
}

.c_topup .c_topright a.c_rightlink3:hover {
	background: #ff5b66 url(../images/ctopright3.png) no-repeat 15px center;
	padding: 0 15px 0 41px;
	color: #fff;
}

.c_topup .c_topright a:hover {
	color: #c30310;
}

.c_topup .c_topright .c_kunzigun {
	padding: 20px 30px;
	position: relative;
}

.c_topup .c_topright .c_guanblef {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 16px;
	background: #fff;
	right: 5px;
	top: 5px;
	font-size: 22px;
	font-weight: bolder;
	line-height: 30px;
	text-align: center;
	z-index: 9;
	cursor: pointer;
}

.c_topup .c_topright .c_caiddan {
	width: 560px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	right: 0;
	top: 36px;
	border: 2px solid #c30310;
	display: none;
}

.c_topup .c_topright .c_caiddan .c_yizutit {
	color: #c30310;
	font-size: 16px;
	font-weight: bold;
}

.c_topup .c_topright .c_caiddan .c_yizulitd {
	overflow: hidden;
}

.c_topup .c_topright .c_caiddan .c_yizulitd a {
	float: left;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	width: 31.33%;
	margin: 0 2% 0 0;
}

.c_topup .c_topright .c_caiddan .c_yizulitd a:hover {
	background: none;
	color: #c30310;
}

.c_topmid {
	position: relative;
	z-index: 90;
}

.c_topmid .c_topin {
	float: right;
	margin: 80px 0 0;
}

.c_topmid .c_topsearch {
	float: right;
	background: #fff;
	width: 435px;
	height: 47px;
	margin: 85px 20px 0 0;
	border: #c30310 1px solid;
}

.c_topmid .c_topsearch .c_searchclass {
	float: left;
	padding: 9px 8px 9px 15px;
}

.c_topmid .c_topsearch .c_searchclass select {
	display: block;
	width: 70px;
	font-family: "microsoft yahei";
	font-size: 15px;
	color: #999;
	border: none;
	outline: none;
	line-height: 32px;
	height: 32px;
	background: url("../images/arrow.png") no-repeat scroll right center transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*去掉下拉箭头*/
}

.c_topmid .c_topsearch .c_topsouan {
	width: 70px;
	height: 50px;
	line-height: 50px;
	font-size: 0px;
	color: #fff;
	background: url(../images/ctopsou.png) no-repeat center;
	display: block;
	text-align: center;
	float: right;
	margin: 0;
}

.c_topmid .c_topsearch .c_topsouan:hover {
	color: #F90;
}

.c_topmid .c_topsearch .c_sousuo {
	margin: 11px 110px 0 92px;
	height: 24px;
	line-height: 24px;
	border-left: 1px solid #d2d2d2;
	padding: 0 15px;
}

.c_topmid .c_topsearch .c_sousuo input {
	display: block;
	height: 24px;
	line-height: 24px;
	border: none;
	outline: none;
	font-family: "microsoft yahei";
	font-size: 16px;
	width: 100%;
}

.c_topmid .c_toplogo {
	float: left;
	padding-top: 42px;
}

.c_topmid .c_toplogo a {
	display: block;
}

.c_topmid .c_topnav {
	text-align: center;
	border-top: #d54f58 solid 1px;
	background: #c30310;
	width: 1200px;
	margin: 0 auto;
}

.c_topmid .c_topnav .c_topnavf {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;

}

.c_topmid .c_topnav .c_topnavf a {
	display: block;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 52px;
}

.c_topmid .c_topnav .c_topnavf a:hover {
	background: #ffffff;
	color: #c30310;
}

.c_topmid .c_list {
	float: right;
	display: none;
}

.c_footer {
	background: #c30310;
	padding: 28px 0;
}

.c_bottomlink {
	text-align: center;
	line-height: 38px;
}

.c_bottomlink .c_boli {
	display: inline-block;
	min-width: 210px;
	text-align: center;
	padding: 0 15px;
	color: #b8cbdf;
	background: #0366a9;
	margin: 0 10px;
	font-size: 15px;
}

.c_bottomlink .c_boli:hover {
	color: #fff;
}

.c_bottomlink .c_bottomlinksele {
	display: inline-block;
	min-width: 210px;
	text-align: center;
	color: #b8cbdf;
	background: #0366a9;
	margin: 0 10px;
	font-size: 15px;
}

.c_bottomlink .c_bottomlinksele select {
	background: none;
	border: none;
	outline: none;
	color: #b8cbdf;
	font-size: 15px;
	display: block;
	width: 100%;
	line-height: 38px;
	height: 38px;
	padding: 0 15px;
	background: #0366a9;
}

.c_bottomdibu {
	padding: 0;
	position: relative;
}

.c_bottomdibu .c_bottomtu1 {
	float: left;
	margin: 8px 0 0;
}

.c_bottomdibu .c_bottomleftli {
	float: left;
	line-height: 30px;
	padding: 0 30px;
	background: url(../images/shux.png) no-repeat right center;
}

.c_bottomdibu .c_bottomleftli a {
	display: block;
	color: #fff;
}

.c_bottomdibu .c_bottomleftli a:hover {
	color: #fff;
}

.c_bottomdibu .c_bottominfo {
	margin: 0 155px 0 255px;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
}

.c_bottomdibu .c_bottominfo a {
	color: #fff;
}

.c_bottomdibu .c_bottominfo a:hover {
	color: #fff;
}

.c_bottomdibu .c_bottominfo img {
	vertical-align: middle;
}

.c_bottomdibu .c_bottomerwei {
	float: right;
	font-size: 14px;
	color: #b8cbdf;
	text-align: center;
	line-height: 1.6;
	padding-left: 30px;
	background: url(../images/shux.png) no-repeat left center;
	margin-top: -8px;
}



.c_bottomlink {
	position: relative;
	text-align: center;
	line-height: 38px;
	margin: 0 auto 20px;
}

.c_bottomlink .c_boli {
	display: inline-block;
	min-width: 190px;
	text-align: center;
	padding: 0 5px;
	color: #fff;
	background: #c43142;
	margin: 0 5px;
	font-size: 15px;
}

.c_bottomlink .c_boli:hover {
	color: #fff;
}

.c_bottomlink .c_bottomlinksele {
	display: inline-block;
	min-width: 210px;
	text-align: center;
	color: #b8cbdf;
	background: #0366a9;
	margin: 0 10px;
	font-size: 15px;
}

.c_bottomlink .c_bottomlinksele select {
	background: none;
	border: none;
	outline: none;
	color: #b8cbdf;
	font-size: 15px;
	display: block;
	width: 100%;
	line-height: 38px;
	height: 38px;
	padding: 0 15px;
	background: #0366a9;
}

.g_bottomlinkxl {
	width: 265px;
	float: left;
	box-sizing: border-box;
	color: #fff;
	margin: 0 10px;
	text-align: center;
	font-size: 15px;
	background-color: #c43142;
	cursor: pointer;
}

.g_bottom_title {
	position: relative;
}

.g_bottomlinkxl .g_bottom_title img {
	width: 12px;
	height: 10px;
	position: absolute;
	top: 15px;
	right: 20px;
	transform: rotateZ(0);
	transition: all 0.3s;
}

.g_bottom_list {
	position: absolute;
	left: 10px;
	bottom: 48px;
	background-color: #c43142;
	width: 1160px;
	max-height: 300px;
	box-sizing: border-box;
	padding: 30px;
	z-index: 9999;
	padding-right: 20px;
	text-align: left;
	display: none;
}

.g_bottom_list a {
	width: 170px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 38px;
	line-height: 38px;
	font-size: 15px;
	color: #b8c6d8;
	display: inline-block;
}

.g_bottom_list a:hover {
	color: white;
	text-decoration: underline;
}

.g_bottom_list_in {
	max-height: 230px;
	min-height: 42px;
	overflow-y: auto;
}

.g_bottom_list_in::-webkit-scrollbar {
	width: 8px;
	background-color: #B82E3F;
	border-radius: 10px;
}

.g_bottom_list_in::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #CD384B;
}

.c_bottomleftzfzc {
	float: right;
	line-height: 30px;
	position: absolute;
	top: 18px;
	right: 0;
}

/* /集约化头底 */
