/*去除默认样式*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

marquee {
	margin: 0;
	padding: 0;
	border: 0;
}

ul,
li {
	list-style: none;
}

i {
	font-style: normal;
}

b {
	font-style: normal;
}

body {
	font-size: 14px;
	font-family: "微软雅黑";
	background-color: #f2f2f2;
	color: #282828;
	min-width: 1000px;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	border-collapse: inherit;
}

.clear {
	clear: both;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

td,
th {
	padding: 3px;
}

img {
	border: none;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: #333333;
}

body a:active,
a:hover {
	color: #016bb9;

	outline: 0;


}

/*去除默认样式*/
.pull-left {
	float: left;
}

.pull-right {
	float: right;
	color: #908f8f;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfix {
	zoom: 1
}

.content {
	width: 1000px;
	margin: 0 auto;
	//position: relative;
}

.content1 {
	width: 1000px;
	margin: 0 auto;
}

.content2 {
	width: 1000px;
	height: 210px;
	margin: 0 auto;
}

body .mar_l {
	+margin-left: 30px;
}

body .no_brL {
	border-left: none;
}

body .no_brR {
	border-right: none;
}

body .have_brL {
	border-left: 1px solid #c9c9c9;
}

.content .font_14 {
	font-size: 14px;
}

.mar_B {
	margin-bottom: 15px;

}

.tc {
	text-align: center;
}

/*首页START*/
.head {
	background-image: url(../images/logo_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
}

.head_left img {
	margin-top: 22px;
}

.head_right {
	_height: 50px;
	_overflow: hidden;
}

.head_right span {
	display: block;
	margin-top: 22px;
	color: #686868;
	text-align: right;
}

.head_erji {
	background-image: url(../images/erji_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
}

.head_erji .head_left img {
	margin-top: 25px;
}

.head_erji .nav {
	margin: 15px 0;
	_line-height: 43px;

}

.head_erji .head_right span {
	margin-top: 25px;
	color: #686868;
}

.select {
	height: 35px;
	_height: 32px;
	_width: 387px;
	position: relative;
	margin-top: 8px;
	border-radius: 5px;
	background: #fff;
	_background: none;
	border: 1px solid #2a7ebd;
	_border: none;
	border-right: none;
}

.findTxt {
	width: 248px;
	_width: 246px;
	height: 33px;
	_height: 34px;
	line-height: 33px;
	_line-height: 31px;
	padding-left: 15px;
	outline: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: none;
	_border: solid 1px #2a7ebd;
	_border-right: none;
	vertical-align: top;
}

.findTxt2 {
	width: 250px;
	height: 24px;
	_height: 24px;
	line-height: 24px;
	margin-left: 5px;
	padding-left: 15px;
	outline: none;
	border-right: none;
	vertical-align: top;
}

.findTxt3 {
	width: 410px;
	height: 30px;
	_height: 30px;
	line-height: 30px;
	margin-left: 5px;
	padding-left: 15px;
	outline: none;
	border-right: none;
	vertical-align: top;
}

.findBtn {
	background-color: #3489c7;
	background-image: url(../images/select.jpg);
	background-position: 5px center;
	background-repeat: no-repeat;
	outline: none;
	border: none;
	color: #fff;
	font-size: 16px;
	padding-left: 18px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	position: absolute;
	top: -1.5px;
	right: -1px;
	width: 73px;
	height: 37px;
}

.nav {
	width: 100%;
	background-color: #005ea3;
	margin: 20px 0;
	position: relative;
	z-index: 3;
	height: 43px;
	_line-height: 43px;
}

.nav ul li {
	float: left;
	font-size: 18px;
	height: 43px;
	width: 166px;
	_width: 165px;
	text-align: center;
}

.nav ul li:hover {
	background-color: #015694;
}

.nav ul li.first a {
	border-left: 1px solid #015694;
}

.nav ul li a {
	color: #fff;
	display: inline-block;
	width: 100%;
	border-right: 1px solid #015694;
	margin-top: 10px;
	_margin-top: 8px;
	_float: left;
}

.nav ul li a:hover {
	color: #fff;
}

.nav ul li.titactive {
	background-color: #014b81;
}

.nav ul li.titactive a {
	border-right: none;
}

.xxgk {
	width: 100%;
	display: none;
	height: 182px;
	position: absolute;
	top: 43px;
	left: 0;
	z-index: 10;
}

.layout {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #015694;
	opacity: 0.95;
	filter: alpha(opacity=95);
	height: 100%;
	width: 100%;
	z-index: 20;
}

.navpanel {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	margin-left: -500px;
	z-index: 100;
	width: 1000px;
}

.navpanel_Limg {
	margin: 22px 0;
	width: 290px;
}

.navpanel_rList {
	width: 700px;
	margin-top: 33px;
	margin-left: 10px;
}

.navpanel_rList span {
	float: left;
	width: 140px;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
}

.navpanel_rList span a {
	color: #fff;
}

.navpanel_rList span a:hover {
	color: #fff;
}

.jianzhu {
	position: absolute;
	right: -120px;
	bottom: -48px;
}

.wx {
	width: 80px;
	position: fixed;
	right: 3%;
	top: 180px;
	z-index: 0;
	_position: absolute;
	_right: -100px;
}

.wx img {
	margin-left: 0px;
}

/*第一部分*/
.lbTzyw {
	z-index: 10;
}

.Imglb {
	width: 480px;
	height: 330px;
	/**background-color: #fdfdfd;**/
	padding: 30px 20px 30px 20px;
	overflow: hidden;
}

.Imglb img {
	width: 100%;
	height: 100%;
}

.ttyw_Txt {
	width: 465px;
}

.sanjiao {
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #016bb9;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -7px;
	display: none;
	height: 0;
	width: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.ttyw_Stt {
	border-bottom: 1px solid #cdcdcd;
	padding: 0px 5px 10px 5px;
}

.ttyw_Stt_zy {
	text-indent: 2em;
	line-height: 24px;
}

.ttyw_Stt p {
	font-size: 12px;
	color: #43434 3;
	text-indent: 2em;
	line-height: 22px;
	margin-bottom: 8px;
}

.ttyw_Stt h2 {
	color: #016bb9;
	font-size: 20px;
	margin: 20px 0px;
	text-align: center;
}

.ttyw_Stt h2 a {
	color: #016bb9;
	display: block;
	margin: 0 auto;
}

.ttyw_Stt h2 a img {
	width: 100% !important;
}

.ttyw_con {
	margin-bottom: 10px;
	zoom: 1;
}

.ttyw_Img {
	width: 40%;
	height: 97px;
	float: left;
	margin-top: 10px;
	overflow: hidden;
	text-align: center;
}

.ttyw_P {
	width: 56%;
	float: right;
}

.ttyw_P p {
	text-align: left;
	text-indent: 2em;
	font-size: 14px;
	margin: 0;
	line-height: 22px;
}

.ttyw_P a {
	color: #c87c00;
	margin-left: 10px;
}

.ttyw_P a:hover {
	color: #0270c1;
}

.ttyw_Img img {
	height: 100%;
	width: auto;
}

.ttyw_Ct {
	height: 105px;
	overflow: hidden;
	position: relative;
	margin-bottom: 8px;
}

.ttyw_Ct ul {
	position: absolute;
	top: 8px;
	width: 100%;
}

.ttyw_Ct ul li {
	background-image: url(../images/list.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 10px;
	line-height: 30px;
	height: 30px;
	*height: 25px;
	*line-height: 25px;
}

.ttyw_Ct ul li a {
	color: #484848;
	width: 100%;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}

.ttyw_Ct ul li a:hover {
	color: #3e8be4;
}

.ttyw_btn a {
	display: inline-block;
	width: 18px;
	height: 18px;
	float: right;
	background-position: 0 center;
	background-repeat: no-repeat;
}

.ttyw_btn a.xia {
	background-image: url(../images/xia.png);
}

.ttyw_btn a.shang {
	background-image: url(../images/shang.png);
}

.ttyw_btn a.xia:hover {
	background-image: url(../images/dp.png);
}

.ttyw_btn a.shang:hover {
	background-image: url(../images/dps.png);
}

/*第一部分*/

/*第二部分*/
.space {
	margin: 10px 0;
}

.index_xfdt {
	background: url(../images/xfdt.jpg) no-repeat;
	width: 100%;
	height: 189px;
}


.xfBtn {
	font-size: 18px;
	height: 51px;
	width: 250px;
	text-align: center;
	float: left;
	margin-top: 70px;
}

.xfBtn a {
	background: url(../images/xfBtn.png) no-repeat;
	background-position: center;
	display: block;
	height: 51px;
	color: #fff;
	line-height: 46px;
	/*width:250px;*/
}

.xfBtn a:hover {
	background: url(../images/xfBtn_a.png) no-repeat;
	background-position: center;
	color: #fff;
}

/*首页测试*/

.index_xfdt2 {
	background: url(../images/xfdt2.jpg) no-repeat;
	width: 100%;
	height: 189px;
}

.xfBtn1 {
	width: 130px;
	margin-left: 50px
}

.xfBtn2,
.xfBtn3 {
	width: 130px;
	margin-left: 256px
}


/*第二部分*/

/*第三部分*/
.index_news_tt {
	margin: 10px 0;
}

.index_news_conL {
	width: 680px;

	height: 228px;
	_height: 240px;
	border: 1px solid #e9e9e9;
	background: #fff;
}


.index_news_conL2 {
	height: 298px;
}

.index_news_conL_tt {
	border-bottom: 2px solid #cdcdcd;
	height: 40px;
	line-height: 40px;
	_background-image: url(../images/ddd.jpg);
	_background-repeat: repeat-x;
	_background-position: bottom;
	_border-bottom: none;
	display: none;
}

.ywgz span a {
	font-size: 18px;
}


.index_news_conL_tt div {
	width: 100%;
}

/*add*/
.index_news_conL_tt div span {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	padding: 0 22px;
	height: 40px;
	line-height: 40px;
	_height: 42px;
	_line-height: 40px;
	position: relative;

}



/* .index_news_conL_tt div span.big_pad{
	padding: 0 68px;
}*/

.index_news_conL_tt div span a {
	color: #000000;
	font-weight: 400;
	/* display: inline-block;
	height: 100%; */
}

.index_news_conL_tt div span.active a {
	color: #016bb9;
}

.index_news_conL_tt div span.active .sanjiao {
	display: inline-block;
}

.index_news_conL_tt div span.active {
	border-bottom: 2px solid #076eba;
	height: 40px;

}

/*add*/
/* 
.index_news_conL_tt ul li{
	float: left;
	text-align: center;
	font-size: 18px;
	padding: 0 22px;
	height: 40px;
	line-height: 40px;
	position: relative;


}
.index_news_conL_tt ul li.big_pad{
	padding: 0 68px;
}
.index_news_conL_tt ul li a{
	color:#000000;
	display: inline-block;
	height: 100%;
}
.index_news_conL_tt ul li.active{
	border-bottom:2px solid #076eba;
	height: 40px;
	_position:absolute;
}
.index_news_conL_tt ul li.active a{
	color:#016bb9;
}
.index_news_conL_tt ul li.active .sanjiao{
	display: inline-block;
} */
.index_news_conL_zs {
	margin: 15px 12px;
}

.index_news_xxgk_list {
	width: 322px;
	font-size: 16px;
	float: left;
}


.index_news_xxgk_list h3 {
	color: #383838;
	font-size: 16px;
	margin-bottom: 10px;
}

.index_news_xxgk_list .ttyw_P {
	font-size: 14px;
	color: #424242;
	line-height: 24px;
}

.index_news_xxgk_list .ttyw_P p {
	line-height: 20px;
	color: #898989;
}

.index_news_xxgk_list ul li {
	font-size: 14px;
	background-image: url(../images/list.png);
	background-position: 8px center;
	background-repeat: no-repeat;
	padding-left: 18px;
	line-height: 32px;
	height: 32px;
}

.index_news_xxgk_list ul li a {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}

.index_news_conR {
	width: 308px;
}

.index_news_conR img {
	margin-bottom: 3px;
}

.havmarT_15 {
	margin-top: 15px;
}

.index_news_spL {
	width: 335px;
	position: relative;
	height: 220px;
	overflow: hidden;
}

.index_news_spL img {
	height: auto;
	width: 335px;
}

.index_news_spR {
	width: 320px;
}

.index_news_spR ul li {
	float: left;
	margin-left: 13px;
	_margin-left: 9px;
	margin-bottom: 10px;
	width: 141px;
	height: 105px;
	position: relative;
	overflow: hidden;
}

.index_news_spR ul li:hover {
	border: solid 3px #046fbe;
	width: 135px;
	height: 99px;
}

.img_Explian {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 0px;
	_bottom: -3px;
	width: 100%;
	_bottom: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;

}

.New_layout {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	width: 100%;
	height: 100%;
}

.heigt {
	height: 220px;
}

.img_L {
	_bottom: 4px;
}

.New_Img_Txt {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
	color: #fff;
	font-size: 12px;
	text-align: left;
	width: 100%;
}

.New_Img_Txt a {
	color: #fff;
	width: 120px;
	display: inline-block;
	margin-left: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.img_Explian .New_Img_Txt a {
	width: 100%;
}

.xxgk_img {
	background: #fff;
	margin-top: 14px;
}

.xxgk_img div {
	float: left;
	width: 153px;
	height: 86px;
	margin-right: 1px;
	margin-bottom: 1px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.xxgk_img div a {
	color: #Fff;
}

.xxgk_img1 {
	background: url(../images/xxgkImg_j1.png) no-repeat;
}

.xxgk_img2 {
	background: url(../images/xxgkImg_j2.png) no-repeat;
	onmousemove: url(../images/xxgkImg_j22.png);
}

.xxgk_img3 {
	background: url(../images/xxgkImg_j33.png) no-repeat;
}

.xxgk_img4 {
	background: url(../images/xxgkImg_j4.png) no-repeat;
}

.xxgk_img5 {
	background: url(../images/xxgkImg_j5.png) no-repeat;
}

.xxgk_img6 {
	background: url(../images/xxgkImg_j6.png) no-repeat;
}

.xxgk_img div img {
	border: 1px solid #fff;
	margin-top: 0px;
	/* width:100%;*/
}

.xxgk_img div span {
	_margin-top: -10px;
}

.havBr {
	border-right: 1px solid #e2e2e2;
	padding-right: 8px;
}

.newPublish {
	height: 298px;
	background: #fff;
	border: 1px solid #e9e9e9;
}

.newPublish2 {
	height: 199px;
	_height: 220px;
	overflow: hidden;
}

.ggb ul li {
	background-image: url(../images/list.png);
	background-position: 8px 8px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 8px;
}

.index_xfgj_con {
	width: 490px;
	height: 222px;
}

.index_news_xxgkCon {
	margin-bottom: 0px;
	border: 1px solid #e9e9e9;
	background: #fff;
}

.index_xfgj_list {
	margin: 15px 12px;
	font-size: 16px;
}

.index_xfgj_list ul li {
	font-size: 14px;
	background-image: url(../images/list.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 30px;
	line-height: 30px;
}

.index_xfgj_list ul li a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 362px;
	*width: 350px;
	display: inline-block;
	float: left;
}

.index_hdjl_List {
	padding: 0 10px;
}

.index_hdjl {
	margin-bottom: 14px;
}

.index_hdjl_tt h3 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	margin: 18px 10px;
}

.xhx {
	padding-bottom: 16px;
	_padding-bottom: 8px;
	border-bottom: 1px solid #d7d7d7;
}

.index_hdjl_img {
	width: 110px;
	margin-left: 10px;
}

.index_hdjl_Txt {
	/*width:530px;*/
	width: 485px;
	color: #383838;
}

.index_hdjl_Txt p {
	text-indent: 2em;
	line-height: 28px;
}

.index_hdjl_Txt a {
	color: #686868;
	line-height: 24px;
}

.index_hd_conL {
	width: 680px;
	height: 347px;
	background: #fff;
	border: 1px solid #e9e9e9;
	margin-right: 15px;
}

.index_hdjl_Txt h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

.index_hdjlR_con {
	color: #383838;
}

.index_hdjlR_con h3 {
	font-size: 14px;
	margin: 10px 0;
}

.index_hdjlR_con p {
	text-indent: 2em;
	line-height: 25px;
}

.index_hdjlR_con p a {
	color: #3e8be4;
}

.index_hdjlR_con img {
	text-align: center;
	margin-top: 6px;
}

.index_link {
	margin: 20px 0;
	border: 1px solid #e9e9e9;
	background: #fff;
	padding: 10px 15px;
}

.hostRequest {
	margin-bottom: 9px;
}

.hostRequest h4.fz_s a {
	font-size: 16x;
	color: #434343;
}

.hostRequest h4 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0;
	padding-left: 15px;
	background: url(../images/list_sj.png) no-repeat;
	background-repeat: no-repeat;
	background-position: 2px center;
}

.hostRequest h4 a {
	color: #000;
}

.hostRequest h4 a:hover {
	color: #016bb9;
}

.hostRequest p {
	line-height: 24px;
	color: #686868;
}

.hostRequest a {
	color: #686868;
	line-height: 24px;
}

.hostRequest p a:hover {
	color: #1074bd;
	text-decoration: underline;
}

.hostRequest span {
	color: #1074bd;
}

.zxtc {
	width: 100%;
	background: #fff;
	border: 1px solid #e9e9e9;
	margin-bottom: 10px;
}

.bnfw {
	float: left;
	width: 33%;
	text-align: center;
	margin-bottom: 4px;
}

.index_zxtc_conR {
	width: 284px;
}

.wzdh {
	margin-bottom: 10px;
}

.wzdh span {
	color: #016bb9;
	font-size: 18px;
	padding-left: 25px;
	background-image: url(../images/wzdh.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.wzdh_conL {
	float: left;
}

.wzdh_conL img {
	margin-right: 20px;
}

.wzdh_conR {
	float: left;
	border-left: 1px solid #d7d7d7;
}

.bmwz_lj p {
	color: #1074bd;
	margin-bottom: 6px;
}

.bmwz_lj {
	float: left;
	margin-left: 20px;
}

.bmwz_lj select {
	border: solid 1px #999;
	width: 145px;
	_width: 135px;
}

/*第三部分*/

/*首页END*/
/*二级页面-信息公开START*/
.ej_tt {
	margin-bottom: 10px;
	display: none;
}

.ej_tt span {
	background-image: url(../images/ej_tt.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #484848;
}

.ejxxgk_Left {
	width: 682px;
	margin-right: 10px;
}

.ejxxgk_head {
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 47px;
	margin-bottom: 18px;
}

.ejxxgk_head_con {
	background: #bfdbea;
	border-radius: 4px;
	margin: 5px;
	height: 37px
}

/*信息公开目录检索*/
.ejxxgk_head2 {
	width: 765px;
	margin-left: 10px;
	_margin-left: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 47px;
	margin-bottom: 15px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
}

.ejxxgk_head_con2 {
	background: #bfdbea;
	border-radius: 4px;
	margin: 5px;
	height: 37px
}

.ejxxgk_head_con2 select {
	height: 24px;
	line-height: 24px;
	margin-right: 4px;
	position: relative
}

.xxnrjs {
	background: #076eba;
	font-size: 16px;
	color: #fff;
	width: 160px;
	float: left;
	height: 100%;
	text-align: center;
	line-height: 37px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-right: 5px;
}

.nr_find {
	height: 24px;
	line-height: 24px;
	background: #fff;
	width: 400px;
	border-radius: 4px;
	border: 0;
	outline: none;
	margin-top: 6px;
	padding-left: 10px;
	margin-right: 5px;
}

.nr_select {
	width: 235px;
	margin-top: 6px;
	margin-right: 5px;
	border: 0;
	outline: none;
	border-radius: 4px;
	height: 24px;
	background: #fff;
}

.js_btn {
	display: block;
	width: 73px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border: 0;
	outline: none;
	color: #036ab7;
	text-decoration: underline;
}

.js_btn:hover {
	color: #036ab7;
}

.icon_btn {
	padding: 2.5px 12px 2.5px 25px;
	*padding: 2px 6px 0 16px;
	background-image: url(../images/icon_btn.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	_padding: 3px 6px 1px 16px;
}

.xxgk_znjs,
.xxgk_znjs2 {
	display: none;
	border-left: 1px solid #cecece;
	padding-left: 20px;
	padding-bottom: 8px;
	*margin-bottom: 8px;
}

.xxgk_znjs h3,
.xxgk_znjs2 h3 {
	color: #076eba;
	font-size: 16px;
	margin: 5px 0;
}

.xxgk_znjs p,
.xxgk_znjs2 p {
	line-height: 22px;
	text-indent: 2em;
}

.xxgk_ggb_con {
	margin: 5px 10px;
	+padding-bottom: 10px;
}

.xxgk_jgsz a {
	background: #e5f0f8;
	width: 162px;
	height: 35px;
	display: inline-block;
	margin-bottom: 4px;
	text-align: center;
	line-height: 35px;
	color: #434343;
}

.xxgk_jgsz a.gzzzmore {
	background: none;
	float: right;
	margin-right: 15px;
	text-align: right;
	font-size: 14px;
	color: #707070;
}

.xxgk_jgsz a.gzzzmore:hover {
	background: none;
	color: #016bb9
}

.xxgk_jgsz p {
	line-height: 32px;
	color: #434343;
}

.xxgk_jgsz a:hover {
	background: #076eba;
	color: #fff;

}

.xxgk_jgsz a.active {
	background: #076eba;
	color: #fff;
	height: 35px;
}

.xxgk_ggb_con ul li {
	background-image: url(../images/list.png);
	background-position: 5px 15px;
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

.xxgk_ggb_con ul li a {
	color: #434343;
	height: auto;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xgfj_l_a ul li a {
	width: 560px;
	+width: 545px;
}

.xxgk_ggb_con ul li a:hover {
	color: #3E8BE4;
}

.ejxxgk_right {
	width: 308px;
}

.xxgk_blue_btn {
	background: #016bb9;
	padding: 20px 10px;
	cursor: pointer;
	margin-bottom: 20px;
	width: 277px;
	height: 310px;
}

.white_line {
	height: 1px;
	font-size: 0px;
	line-height: 1px;
	background-color: #cccccc;
	width: 220px;
	margin-left: 30px;
}

.xxgk_blue_list {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin: 5px 0;
	width: 257px;
}

.xxgk_blue_list a {
	color: #fff;
}

.xxgk_blue_btn div.active {
	background: #80b5dc;
	font-size: 24px;
	width: 100%;

}

.xxgk_blue_list:hover {
	background: #80b5dc url(../images/arrow.png) no-repeat 236px 18px;
	font-size: 24px;
	width: 100%;

}

.xxgk_blue_SJ {
	font-weight: bold;
	font-size: 24px;
	padding-left: 5px;
}

.xxgk_lxwm {
	border: 1px solid #ccc;
	background: #fff;
}

.xxgk_lxwm_head {
	color: #000000;
	font-size: 18px;
	text-align: center;
	border-bottom: 2px solid #ccc;
	height: 43px;
	line-height: 43px;
}

.xxgk_lxwm_con {
	font-size: 16px;
	color: #434343;
	text-align: center;
	line-height: 30px;
	padding: 20px 0;
}

/*信息公告详情页*/
.ejxxgk_xqcon {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	background-color: #fff;
}

.ejxxgk_xq_tt {
	text-align: center;
}

.ejxxgk_xq_tt h3 {
	font-size: 30px;
	color: #000;
	margin-bottom: 10px;
	font-weight: normal;
}

.ejxxgk_xq_tt h4 {
	color: #7d7d7d;
	font-weight: normal;
	margin-bottom: 20px;
}

.ejxxgk_xq_tt small {
	color: #7d7d7d;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 14px;
}

.ejxxgk_xq_con {
	border-top: 1px dotted #076EBA;
	padding-top: 15px;
	color: #383838;
}

.tp_xqcon {
	padding: 20px 40px;
}

.img_xq_intro {
	color: #7d7d7d;
	margin: 6px 0;
	display: inline-block;
}

.ejxxgk_xq_con p {
	text-indent: 2em;
	margin-bottom: 30px;
	line-height: 30px;
	//font-size: 16px;

}

.ggb_list_top {
	background-image: url(../images/ejTbg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 33px;
	line-height: 33px;
	margin-bottom: 3px;
	padding: 0 15px;
}

.ggb_list_top span {
	color: #076eba;
	font-size: 16px;
}

.ggb_list {
	margin: 0 10px;
	padding: 10px 10px 50px 10px;
	_margin-top: -33px;
}

.ggb_list ul li {
	background-image: url(../images/list.png);
	background-position: 0px center;
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 35px;
	+height: auto;
	_height: 35px;
	line-height: 35px;
}

.ggb_list ul li a {
	width: 100%;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ggb_list ul.ggb_listUl {
	border-bottom: 1px dashed #b5b5b5;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.ggb_list ul.ggb_listUl li a {
	//display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	width: 850px;
}


.ggb_list ul.ggb_listUl li a.lxlf {
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 500px;
}


.page {
	text-align: center;
	margin-bottom: 20px;
	height: 50px;
	line-height: 50px;
}

.page span {
	padding: 2px 6px;
	cursor: pointer;
}

.page span.active {
	border-bottom: 3px solid #016bb9;
}

.next {
	background: #016bb9;
	color: #fff;
}

/*网上信访开始*/
.ejwsxf_con {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #fff;
}

.wsxf_img {
	padding: 50px 60px;
	background: url(../images/xf_br.png) no-repeat;
	background-position: bottom;
}

.wsxf_bt {
	background: url(../images/xf_br.png) no-repeat;
	background-position: top;
	height: 40px;
}

.wsxfy {
	width: 200px;
	height: 200px;
	float: left;
	background: url(../images/wsxfy1.png) no-repeat;
	margin: 0 46px;
	position: relative;
	cursor: pointer;
	_margin: 0 32px;
	display: block;
}

.wsxfy:hover {
	background: url(../images/wsxfy2.png) no-repeat;
}

.wsxfy span {
	position: absolute;
	left: 50%;
	display: inline-block;
	color: #016bb9;
	font-size: 18px;
	margin-left: -54px;
	bottom: 20px;
	font-weight: bold;
	_width: 108px;
}

/*网上信访结束*/
/*信访广角开始*/
.ejxxgk_con_last .flfg_List {
	_width: 49%;
	width: 100%;
}

.ejxxgk_con_last .flfg_List ul li a {
	width: 100%;
}

.tssk_tab {
	display: none;
}

.dcsx_tab {
	display: none;
}

.widt {
	_width: 80px;
}

/*信访广角结束*/
/*互动交流开始*/
.hdjl_zxft {
	/*background: url(../images/xf_br.png) no-repeat;
    background-position: bottom;*/
	margin: 10px 0;
	+height: 265px;
}

.hdjl_zxft_list {
	border: 1px solid #cacaca;
	width: 236px;
	height: 200px;
	float: left;
	margin-left: 9px;
	margin-bottom: 20px;
	background: #f3f3f3;
}

.hdjlimg {
	width: 236px;
	height: 139px;
	overflow: hidden;
	text-align: center;
	background: #fff;
}

.hdjlimg img {
	width: auto;
	height: 139;
}

.hdjl_zxft_list span {
	display: inline-block;
	padding: 3px 6px;
}

.hdjl_rdhf_All {
	margin: 20px;
}

.hdjl_rdhf {
	width: 49%;
}

.hdjl_havBr {
	border-right: 1px solid #ccc;
	padding-right: 6px;
}

/*互动交流结束*/
/*新闻中心开始*/
.xwzx_lb {
	margin-bottom: 15px;
	background: #ededed;
}

.lb {
	height: 347px;
	width: 1000px;
}

.xwzx_lb_lbImg {
	width: 550px;
	height: 347px;
	float: left;
}

.xwzx_lb_Txt,
.xwzx_lb_Txt a {
	width: 410px;
	padding: 0 20px;
	padding-right: 18px;
	text-align: left;
	float: right;
	line-height: 28px;

}

.silder .silder_list .xwzx_lb_Txt a {
	position: absolute;
	right: 0px;
}

.xwzx_lb_Txtzy {
	text-indent: 2em;
}

.xwzx_lb_Txt h3 {
	margin: 20px 0;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
}

.xwzx_lb_Txt h1 a {
	margin: 20px 0;
	color: #d90112;
	font-size: 20px;
	text-align: center;
	line-height: 26px;
}

.silder .silder_list .xwzx_lb_Txt a.h1 {
	width: 410px;
	padding: 0 20px;
	padding-right: 0px;
	text-align: center;
	float: right;
	line-height: 28px;
	margin: 20px 0;
	color: blue;
	font-size: 20px;
	position: static;
	border: none;
	font-weight: bold;






}


.xwzx_lb_Txt p {
	color: #434343;
	text-align: left;
	line-height: 25px;
	font-size: 16px;
	text-indent: 2em;
}

.flfg_List {
	border: 1px solid #d7d7d7;
	background: #fff;
	margin-bottom: 20px;
	_margin-bottom: 30px;
}

.news_conR_con {
	background: #edf3f6;
	padding: 0px 0px;
}

.news_conR_con h1 {
	background: #016bb9;
	font-size: 14px;
	padding: 6px;
}

.news_conR_con h1 a {
	color: #fff;
}

.news_conR_con h1 a:hover {
	color: #fff;
}

.news_conR_con ul li {
	background: url(../images/list_ct.png) no-repeat;
	background-position: 8px 14px;
	line-height: 20px;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 6px 10px 15px;
}

.news_conR_con ul li.last_nobb {
	border-bottom: none;
}

.new_fb {
	border: 1px solid #cccccc;
	margin: 5px 0;
}

.gzzz_tab,
.flfg_tab,
.tabl_tab,
.ttxw_tab,
.mtgz_tab,
.tpxw_tab,
.szyw_tab,
.fgwj_tab,
.jyta_tab,
.dcsx_tab,
.tssk_tab,
.ywgz2_tab,
.ywgz3_tab {
	display: none;
}

/*新闻中心结束*/
/*尾部开始*/
.footer {
	height: 210px;
	border-top: 2px solid #016bb9;
	text-align: center;
	position: relative;
	margin-top: 10px;
	width: 100%;
	background-color: #e3e3e3;
	z-index: 2;
}

.footer div {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.footer img {
	margin-top: 30px;
}

.footer p {
	color: #333;
	line-height: 22px;
}

/*尾部结束*/
/*机构设置*/
.jgsz_con {
	margin: 15px 0;
	+padding-bottom: 15px;
}

.jgsz_sider {
	width: 174px;
	_width: 166px;
	float: left;

	padding: 0 16px;
	border-right: 1px solid #cecece;
}

.xxgk_znjs1 div {
	line-height: 24px;
	color: #565656;
}

.xxgk_znjs1 .wipt {
	border: solid 1px #aaa;
	margin-left: 5px;
}

.xxgk_znjs1 div.biaoti2 {
	width: 100%;
	font-size: 16px;
	height: 62px;
	line-height: 62px;
	padding-left: 5px;
	font-weight: bold;
	text-align: center;
}

.xxgk_znjs1 div .newbt {
	color: #076eba;
	font-size: 16px;
	margin: 2px 0;
	font-weight: bold;
}

.xxgk_znjs1 div p {
	text-indent: 2em;
	line-height: 2;
	margin-bottom: 50px;
}

.xxgk_znjs1 #BodyLabel {
	line-height: 30px;
	color: #565656;
	padding-left: 5px;
}

#BodyLabel {
	font-size: 16px;
}

.jgsz_list table {
	display: block;
	border-collapse: inherit;
}

.jgsz_list tr {
	display: block;
}

.jgsz_list tr td {
	padding: 0px;
	display: block;
	margin-bottom: 5px;
}

.jgsz_list td.zipindao {
	line-height: 35px;
	font-size: 16px;
	height: 35px;
	background: #e5f0f8;
	text-align: left;
	width: 176px;
	float: left;
	+border-bottom: solid 5px #fff;
}


.jgsz_list td.zipindao a {
	display: inline-block;
	width: 100%;
	height: 21px;
	text-align: center;
	line-height: 21px;
	margin-top: 7px;
	+margin-top: 0px;
}

.jgsz_list td.zipindao:hover {
	line-height: 35px;
	font-size: 16px;
	height: 35px;
	background: #076eba;
	text-align: left;
	width: 166px;
	float: left;
	padding-left: 10px;

}

.jgsz_list td.zipindao:hover a {
	border-left: 3px solid #fff;
	color: #Fff;
	padding-left: 8px;
	text-align: left;

}

.jgsz_list td.active {
	line-height: 35px;
	font-size: 16px;
	height: 35px;
	background: #076eba;
	text-align: left;
	width: 166px;
	float: left;
	padding-left: 10px;
	+border-bottom: solid 5px #fff;
}

.jgsz_list td.active a {
	border-left: 3px solid #fff;
	color: #Fff;
	padding-left: 8px;

}



.jgsz_list div {
	background: #e5f0f8;
	width: 156px;
	height: 35px;
	display: inline-block;
	margin-bottom: 4px;
	line-height: 35px;
	font-size: 16px;
	padding: 0 10px;
	text-align: center;
}

.jgsz_list div:hover {
	background: #076eba;
	text-align: left;
}

.jgsz_list div:hover a {
	border-left: 3px solid #fff;
	color: #Fff;
	padding-left: 8px;
}

.jgsz_list div.active {
	border-left: 3px solid #fff;
	color: #Fff;
	padding-left: 8px;
	background: #076eba;
	text-align: left;

}

.jgsz_list div.active a {
	border-left: 3px solid #fff;
	color: #Fff;
	padding-left: 8px;
}





.jgsz_main {
	width: 761px;
	_width: 745px;
	float: right;
	padding: 10px 15px;
}

.jgsz_js {
	margin-bottom: 20px;
}

/*领导介绍*/
.ldjs_head {
	border-top: 1px dashed #c9c9c9;
	position: relative;
	margin-bottom: 15px;
}

.ldjs_head span {
	position: absolute;
	left: 0;
	top: -14px;
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	font-size: 16px;
	color: #076eba;
	font-weight: bold;
}

.ldjs_infor {
	background: #f5f5f5;
	padding: 22px;
	margin-bottom: 30px;
}

.ldjs_infor_img {
	width: 170px;
	float: left;
	border: 1px solid #c5c5c5;
}

.ldjs_infor_img img {
	padding: 5px;
}

.ldjs_infor_Txt {
	width: 540px;
	float: right;
}

.ldjs_infor_Txt p {
	text-indent: 2em;
	line-height: 25px;
}

.ldjs_head a {
	position: absolute;
	right: 0;
	top: -12px;
	background-color: #Fff;
	padding-left: 6px;
	_padding-right: 10px;
}

.gray_list ul li {
	background: url(../images/list_hdjl.png) no-repeat;
	line-height: 28px;
	padding-left: 28px;
	background-position: 16px center;
}

/*机构设置*/
/*图片新闻列表*/
.tp_sp_show {
	padding: 31px;
	width: 938px;
}

.tp_sp_list {
	margin-bottom: 20px;
}

.tp_sp_list a:hover {
	background: #016bb9;
	color: #fff;
}

.tp_sp_list a {
	float: left;
	width: 280px;
	_width: 283px;
	height: 252px;
	padding: 16px;
	display: block;
}

.tp_sp_list a img {
	width: 100%;
}

.tp_sp_list a span {
	display: block;
	margin-top: 5px;
	line-height: 24px;
}

.tp_sp_list a .tpys {
	width: 280px;
	height: auto;
}

/*图片新闻列表*/
/*申请公开*/
.sqgk_con {
	padding: 15px;
}

.div1-1 {
	width: 998px;
	height: 48px;
	background: #f2f9ff;
}

.div1-1 span {
	color: #016bb9;
	font-size: 20px;
	font-weight: bold;
	display: block;
	height: 48px;
	line-height: 48px;
	text-align: center;
}

.SQGK_line {
	background: url(../images/xf_br.png) no-repeat;
	width: 998px;
	height: 3px;
	margin: 0 auto;
}

.sqr_type {
	height: 30px;
	width: 100%;
	font-size: 16px;
	margin-top: 15px;
}

.sqr_type span {
	color: #f6000c;
}

.sqr_type img {
	margin-right: 6px;
	margin-left: 4px;
	vertical-align: middle;
}

.sqr_xx_Tab table {
	width: 968px;
	text-align: center;
	color: #000;
}

.sqr_xx_Tab table tr {
	height: 40px;
	*height: 32px;
}

.sqr_xx_Tab table tr td {
	border: 1px solid #ccc;
}

.tab_tt {
	background: #f8f8f8;
	width: 110px;
}

.tab_tt small {
	color: #f6000c;
	padding-right: 4px;
}

.sqr_xx_Tab table tr td input {
	width: 98%;
	padding: 0 1%;
	height: 100%;
	outline: none;
	border: 0;
}

.sqr_xx_Tab table tr td select {
	width: 100%;
	height: 39px;
	outline: none;
	border: 0;
}

.mar_bt {
	margin-bottom: 20px;
}

.sqr_xx_Tab table tr td textarea {
	width: 100%;
	height: 120px;
	outline: none;
	border: 0;
}

.sqr_xx_Tab table tr td.chooseFs {
	border: 0;
	text-align: left;
}

.sqr_xx_Tab table tr td span {
	display: inline-block;
	margin-right: 15px;
}

.sqr_xx_Tab table tr td span img {
	margin-right: 6px;
	float: left;
}

.other_fs {
	padding-left: 8px;
	color: #000000;
	font-size: 16px;
	margin-top: 60px;
	height: 22px;
}

.other_fs img {
	float: left;
	margin-top: 3px;
}

.other_fs span {
	float: left;
	display: inline-block;
	margin: 0 6px;
}

.sqr_xx_Tab table tr td input.yzm_Txt {
	border: 1px solid #ccc;
	height: 38px;
	width: 200px;
	float: left;
}

td.padd_0 {
	padding: 0;
}

.yzm_img {
	float: left;
	margin: 0 8px;
}

.change {
	color: #0055bf;
	text-decoration: underline;
	padding-top: 10px;
	display: block;
	float: left;
}

.tj {
	text-align: center;
	margin: 30px;
}

.tjBtn {
	width: 203px;
	height: 48px;
	background: url(../images/tj_bbtn.png) no-repeat;
	border: 0;
	outline: none;
	color: #fff;
	font-size: 18px;
}

/*申请公开*/
/*综合检索*/
.advance {
	color: #006bb9;
	text-decoration: underline;
	padding-left: 5px;
	display: inline-block;
	*margin-bottom: 3px;
}

.zhjs_Cond {
	width: 200px;
	border: 1px solid #ccc;
	border-top: 4px solid #016bb9;
	background: #fff;
	float: left;
	padding: 10px;
	height: 905px;
}

.zhjs_Result {
	width: 760px;
	float: right;
	border: 1px solid #ccc;
	background: #fff;
}

.Result_head {
	height: 40px;
	background: #f6f6f6;
	line-height: 40px;
	padding: 0 8px;
	border-bottom: 1px solid #e5e5e5;
}

.Result_head span {
	float: right;
}

.Result_List {
	padding: 0 10px;
}

.Result_List div.result_list1 {
	border-bottom: 2px dotted #e5e5e5;
	padding-bottom: 10px;
	_padding-bottom: 5px;
	*padding-bottom: 8px;
}

.Result_List div.no_brB {
	border-bottom: none;
}

.Result_List h3 {
	font-size: 16px;
	color: #000;
	margin-top: 15px;
	margin-bottom: 6px;
}

.Result_List p {
	text-indent: 2em;
	line-height: 22px;
	color: #656565;
}

.Result_List p span {
	color: #dc0100;
}

.Result_List small {
	width: 100%;
	color: #016bb9;
	display: inline-block;
	text-align: right;
}

.zhjs_Cond_sel {
	padding: 12px 0;
	border-bottom: 2px dotted #e5e5e5;
}

.zhjs_Cond_sel span {
	color: #333;
	width: 70px;
	height: 25px;
	display: inline-block;
	border-radius: 5px;
	margin: 2px 13px;
	text-align: center;
	line-height: 25px;
}

.zhjs_Cond_sel span.active {
	background: #076cb2;
	color: #fff;
}

.Result_List .page {
	margin-top: 10px;
	margin-bottom: 0;
}

.gjjs_xl {
	padding: 0 15px;
	height: auto;
}

.gjjs_xl table {
	width: 400px;
	margin: 0 auto;
}

.gjjs_xl table tr td {
	height: 30px;

	padding: 10px;
	line-height: 30px;
	color: #666666;
}

.mn_btn {
	background: #eaf7ff;
	width: 105px;
	border: 1px solid #cecece;
	display: block;
	float: left;
	height: 35px;
	margin-right: 12px;
	text-align: center;
}

.gjjs_tit {
	float: left;
}

.gjjs_xl table tr td input {
	height: 26px;
	border: 1px solid gray;
	background: #eaeaea;
	vertical-align: middle;
	line-height: 26px;
	padding-left: 15px;
	width: 300px;

}

.gjjs_xl table tr td input.queryDateClass {

	border: 1px solid #B3B9C3;

	background-image: url(/gjxfj/inc/search/image/date.png);

	background-repeat: no-repeat;

	background-position: right center;

	color: #333333;

	height: 22px;

	padding-top: 3px;

	padding-right: 0px;

	padding-bottom: 0px;

	padding-left: 4px;

	width: 145px;
}

.gjjs_xl table tr td select {
	height: 28px;
	line-height: 28px;
	width: 89px;
	_margin-top: 8px;
}

.gjjs_xl table tr td select.tsmz {
	margin-right: 20px;
	_margin-right: 6px;
}

.gjjs_zw {
	margin-left: 25px;
	_margin-left: 15px;
}

.gjjs_list_left {
	width: 483px;
}

.gjjs_list_right {
	width: 484px;
}

.gjjs_xl table tr td .searchSubmitClass {
	width: 203px;
	height: 48px;
	background: url(../images/tj_bbtn.png) no-repeat;
	border: 0;
	outline: none;
	color: #fff;
	font-size: 18px;
}

.hav_xl {
	border-right: 1px dashed #ccc;
	height: 50px;
	padding-top: 15px;
}

.pa_t {
	padding-top: 15px;
}

.gjjs_xl table tr td select {
	border: solid 1px #aaa;
	width: 220px;
	_margin-top: 8px;
}

.radio {
	margin-right: 10px;
}

.radio img {
	margin-right: 5px;
	margin-top: 10px;
	float: left;
}

.radio span {
	float: left;
	display: block;
}

.gjjs_button {}

/*综合检索*/
.biaoti {
	text-align: center;
	padding: 10px 0 80px 0;
}

/*重要新闻*/
/*重要新闻*/
.ejxxfl {
	margin-left: 10px;
}

.ejxxfl span {
	background: #e5e5e5;
	color: #000;
	padding: 5px 10px;
	width: 100px;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	text-align: center;
	margin: 20px 5px 0px 5px;
	float: left;
	cursor: pointer;
}

.ejxxfl span.active {
	background: #076eba;
}

.ejxxfl span.active a {
	color: #fff;
}

.ejxxfl_list {
	display: none;
	clear: both;
	margin: 0 10px;
	padding: 10px 10px;
}

.ejxxfl_list ul li {
	background-image: url(../images/list.png);
	background-position: 0px center;
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 35px;
	line-height: 35px;
}

.ejxxfl_list ul li a {
	width: 100%;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ejxxfl_list ul.ejxxfl_listUl {
	border-bottom: 1px dashed #b5b5b5;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.ejxxfl_list ul.ejxxfl_listUl li a {
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 850px;
}

.xxgk_listall {
	wdith: 785px;
	float: left;
}

.xxgk_jslist {
	width: 765px;
	margin-left: 10px;
}

.xxgk_jslist table {
	text-align: center;
}

.xxgk_jslist table tr th {
	border: soild 1px #f00;
	background: #f5f5f5;
	height: 30px;
	border: solid 1px #ccc
}

.xxgk_jslist table tr td {
	border: soild 1px #f00;
	height: 30px;
	text-align: left;
	padding-left: 10px;
	border: solid 1px #eee
}

.xxgk_jslist table table {
	text-align: center;
}


/*固定高度*/

.zxftheigth {
	height: 391px;
	overflow-y: hidden;
}

.zxdcheight {
	height: 189px;
	+height: 185px;
	_height: 184px;
}

@-moz-document url-prefix() {
	.zxdcheight {
		height: 189px;
	}
}

.xxgkmlhei {
	margin-bottom: 0px;
}

.bmbbheight {
	height: 190px;
}

/*新闻中心*/
.ttheight {
	height: 311px;
}

/*头条新闻*/
.tpnewheight {
	height: 293px;
}

/*图片新闻*/
.xwfbheight {
	height: 381px;
}

/*新闻发布*/
.ztzlheight {
	height: 442px;
}

/*专题专栏*/

/*信息公开*/
.ggbheight {
	height: 249px;
}

/*公告板*/
.jgszheight {
	height: 410px;
}

/*机构设置*/
.fgwjheight {
	height: 232px;
	margin-bottom: 20px;
	overflow: hidden;
}

/*法规文件*/

/*互动交流*/
.xfrdheight {
	height: 392px;
}

/*信访热点回复*/

/*信访广角*/
.tsskheight {
	height: 252px;
}

/*探索思考*/
.tszzheight {
	height: 247px;
}

/*他山之石*/
.jjwsxfheight {
	height: 483px;
	_height: 530px;
	overflow-y: hidden;
}

/*聚焦网上信访*/

/*信访广角隐藏他山之石*/
.ejxxgk_con_last .pull-right {
	display: none;
}





/*信息公开目录*/
.xxgkall_left {
	float: left;
	width: 200px;
	_width: 190px;
	padding: 2px;
	background: #edf3f6;
	margin-left: 5px;
	min-height: 920px;
	_height: 920px;
}

.xxgkall_left .xxgkall_lList ul li a {
	width: 100%;
}

.xxgkall_lcon {
	margin: 5px 5px;
	+padding-bottom: 10px;
}

.xxgkall_lcon ul li {
	background-image: url(../images/list.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 32px;
	line-height: 32px;
}

.xxgkall_lcon ul li a {
	color: #434343;
	height: auto;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xxgkall_lcon ul li a:hover {
	color: #3E8BE4;
}



.xxgkall_lcon ul .zpddh,
.xxgkall_lcon ul .zpddha {
	background-image: url(../images/list.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 32px;
	line-height: 32px;
}

.xxgkall_lcon ul .zpddh a,
.xxgkall_lcon ul .zpddha a {
	color: #434343;
	height: auto;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xxgkall_lcon ul .zpddh a:hover,
.xxgkall_lcon ul .zpddha a:hover {
	color: #3E8BE4;
}

.xxgkall_lcon .pull-right img {
	margin: 10px;
}

/*公开目录模版*/
.gkml_top {
	width: 882px;
	height: auto;
	margin: 15px auto;
	background: #fafafa;
	overflow: hidden;
}

.gkml_top table {
	width: 100%;
	height: 100%;
	text-align: left;
	border-collapse: collapse;
}

.gkml_top table tr td {
	height: 20px;
	line-height: 20px;
	border: solid 1px #ccc;
	font-fize: 14px;
	color: #707070;
	padding-left: 10px;
}

.gkml_top table tr td.gkml_bt {
	font-weight: bold;
	color: #000;
}



/*newnav*/
.content3 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

.xxgkn {
	width: 1000px;
	display: none;
	height: 380px;
	position: absolute;
	top: 43px;
	left: 0;
	z-index: 20;
	background: #f1f9ff;
	border: solid 2px #66a9d8;
	border-top: none;
}

.Panle_con {
	padding: 10px 0;
}

.Panle_List {
	float: left;
	width: 315px;
	_width: 318px;
	background: url(../images/tab_line.png) no-repeat;
	background-position: right;
	height: 357px;
	padding: 0 9px;
	_padding: 0 6px;
}

.nav ul li .Tab_Panle_tt {
	height: 38px;
	line-height: 38px;
}

.nav ul li .Tab_Panle_tt span {
	text-align: left;
	_width: 96px;
	display: inline-block;
	float: left;
	font-size: 16px;
	padding-right: 20px;
	_padding-right: 0px;
	cursor: pointer;
}

.nav ul li .Tab_Panle_tt span a {
	float: left;
	text-align: left;
	color: #000000;
	margin-top: 0px;
	border-right: none;
	border-left: none;
	display: inline-block;
}

.nav ul li .Tab_Panle_tt span a:hover {
	color: #016bb9;
}

.nav ul li .Tab_Panle_tt span.active {
	float: left;
	background: url(../images/tab_liBg.png) no-repeat;
	padding-left: 10px;
	background-position: 0px center;
	color: #016bb9;
}

.nav ul li .Tab_Panle_tt span.active a {
	float: left;
	color: #016bb9;
	margin-top: 0px;
	border-right: none;
	border-left: none;
}

.nav ul li .Tab_Panle_tt span.active a:hover {
	color: #016bb9;
}

.Tab_Panle_tts,
.Tab_Panle_tts2 {
	border: 1px solid #cccccc;
	height: 27px;
	width: 246px;
	line-height: 27px;
	border-right: none;
	margin: 10px 0;
	float: left;
}

.Tab_Panle_tts span,
.Tab_Panle_tts2 span {
	float: left;
	color: #000000;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	border-right: 1px solid #ccc;
	width: 81px;
}

.nav ul li .Tab_Panle_tts span a,
.nav ul li .Tab_Panle_tts2 span a {
	color: #000;
	margin-top: 0px;
	border-right: none;
	border-left: none;
}







.Tab_Panle_tts span.active,
.Tab_Panle_tts2 span.active {
	background: #85c0ec;
}

.nav ul li .Tab_Panle_tts span.active a,
.nav ul li .Tab_Panle_tts2 span.active a {
	color: #fff;
	margin-top: 0px;
	border-right: none;
}

.nav ul li .Word_Img {
	height: 138px;
	width: auto;
	boredr-right: none;
	text-align: left;
	clear: both;
}

.nav ul li .Word_Img h4 a {
	color: #383838;
	font-size: 14px;
	text-align: left;
	height: 35px;
	line-height: 35px;
	margin-top: 0px;
	border-right: none;
	border-left: none;
}

.nav ul li .Word_Img h4 a:hover {
	border-right: none;
	border-left: none;
	color: #016bb9;
}

.nav ul li .WI_con div {
	float: left;
}

.nav ul li .WI_con_l {
	width: 136px;
	text-align: left;
	_float: left;
}

.nav ul li .WI_con_l a {
	border-right: none;
	border-left: none;
}

.nav ul li .WI_con_r {
	font-size: 12px;
	color: #707070;
	width: 168px;
	margin-left: 10px;
	text-align: left;
	line-height: 22px;
}

.nav ul li .WI_con_r a {
	font-size: 12px;
	color: #707070;
	_float: left;
	display: inline;
	border-right: 0;
	border-left: none;
}

.nav ul li .WI_con_r a:hover {
	color: #016bb9;
}

.nav .pa_list ul.pa_listUL {
	font-size: 14px;
	color: #707070;
	text-align: left;
}

.nav .pa_list ul.pa_listUL li {
	background: url(../images/list_hdjl.png) no-repeat;
	padding-left: 15px;
	background-position: 2px center;
	width: 303px;
	height: 32px;
	text-align: left;
}

.nav .pa_list ul.pa_listUL li a {
	color: #484848;
	font-size: 12px;
	display: inline;
	line-height: 32px;
	_line-height: 15px;
	border-right: none;
	border-left: none;
}

.nav .pa_list ul.pa_listUL li.titactive {
	display: inline;
	line-height: 32px;
}

.nav ul li .pa_list ul.pa_listUL li a:hover {
	color: #016bb9;
	border-right: none;
	border-left: none;
}

.nav .new_ztzl {
	width: 264px;
	margin: 0 auto;
}

.nav .new_ztzl a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #85c0ec;
	margin: 20px 0;
	_margin: 10px 0;
	cursor: pointer;
	display: block;
	border-right: none;
	border-left: none;
}

.nav .new_ztzl a:hover {
	background: #e6bd6d;
	border-right: none;
	border-left: none;
}

.nav .new_ztzl a.first {
	margin-top: 10px;
}

.pa_lead_js {
	height: 255px;
	padding-top: 0px;
	padding-left: 15px;
	margin-top: 0px;
}

.pa_lead_js p {
	text-align: left;
	font-size: 14px;
	color: #484848;
	line-height: 25px;
	border-right: none;
	border-left: none;
}

.pa_lead_js p span {
	color: #016bb9;
	width: 90px;
	display: inline-block;
	text-align: justify;
	border-right: none;
	border-left: none;
	white-space: pre;
	font-weight: bold;
}

.nav .pa_lead_js p a {
	color: #000;
	width: 200px;
	display: inline-block;
	border-right: none;
	border-left: none;
}

.nav .pa_lead_js p a:hover {
	border-right: none;
	border-left: none;
	color: #e6bd6d;
}

.new_ggb {
	width: 294px;
	margin: 0 auto;
}

.nav .new_ggb a {
	width: 100%;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #85c0ec;
	margin: 5px 0;
	cursor: pointer;
	display: block;
	border-right: none;
	border-left: none;
}

.nav .new_ggb a:hover {
	background: #e6bd6d;
	border-right: none;
	border-left: none;
}

.nav .wsfx_p p {
	font-size: 14px;
	color: #484848;
	text-align: left;
	;
	line-height: 25px;
}

.nav .details {
	width: 100%;
	text-align: right;
}

.nav .details a {
	color: #bd7c00;
	font-size: 14px;
	border-right: none;
	border-left: none;
}

.nav .details a:hover {
	color: #bd7c00;
}

.wsxf_List {
	width: 275px;
}

.wsxf_List_bw {
	width: 375px;
}

.panle_hdjl_list {
	padding: 0 10px;
	width: 986px;
	background: url(../images/tab_line1.png) no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	line-height: 22px;
}

.Panle_hdjl_con h4 {
	font-size: 14px;
	color: #383838;
	text-align: left;
	height: 30px;
	line-height: 30px;
}

.nav .Panle_hdjl_con h4 a {
	font-size: 14px;
	color: #383838;
	text-align: left;
	height: 30px;
	line-height: 30px;
}

.Panle_hdjl_con h4.bf {
	background: url(../images/list_sj.png) no-repeat;
	padding-left: 15px;
	background-position: 2px center;
}

.nav .Panle_hdjl_con {
	text-align: left;
	font-size: 12px;
	color: #707070;
}

.Panle_hdjl_con p {
	font-size: 12px;
	color: #707070;
	text-align: left;
	text-indent: 2em;
}

.Panle_hdjl_con p.no_indent {
	text-indent: 0em;
}

.nav .Panle_hdjl_con a {
	font-size: 12px;
	color: #bd7c00;
	display: inline;
}

.nav .Panle_hdjl_con a:hover {
	color: #bd7c00;
}

.hostRe {
	color: #1074bd;
}

.no_backg {
	background: none;
}

.navtab,
.navtab2 {
	clear: both;
	width: 100%;
	display: none;
	float: left;
}



/*调查问卷*/
.Dc_top {
	width: 100%;
	height: 3px;
	background: #016bb9;
}

.contentdw {
	width: 1000px;
	background: #fff;
	border: 1px solid #eee;
	margin: 20px auto;
	padding: 20px 0px;
}

.contentdw TABLE {
	width: 900px;
	margin: 0 auto;
	border-collapse: collapse;
}

.contentdw TABLE tr td {
	height: 24px;
	line-height: 24px;
}

.contentdw TABLE tr td input {
	margin-right: 10px;
	margin-left: 10px;
}

.contentdw TABLE tr td textarea {
	border: solid 1px #ccc;
	width: 100%;
}

.headdw {
	background-image: url(../images/logo_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	height: 107px;
	border-bottom: solid 1px #ccc;
}

.head_right2 span {
	display: block;
	margin-top: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #016bb9;
	text-align: right;
}

.contentdw22 {
	width: 1000px;
	background: #fff;
	border: 1px solid #eee;
	margin: 20px auto;
	padding: 20px 0px;
}

/*综合检索高级检索检索结果页高级检索*/
.xxgkgjxf {
	float: right;
	text-align: right;
	margin-right: 10px;
}

.xxgkgjxf a {
	color: #016bb9;
	text-decoration: underline;
}


/*信息公开列表*/
.link_title_article {
	POSITION: absolute;
	VISIBILITY: hidden;
	background-color: #F5F5F5;
	width: 660px;
	padding: 3px;
	margin-left: 70px;
	border: 1px solid #c5c5c5;
	line-height: 15px;
	color: #333;
	z-index: 20;
}

.link_title_article td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	font-size: 12px;
	line-height: 15px;
}

.left_C {
	position: absolute;
	left: 6px;
	top: 135px;
	height: 70px;
	width: 36px;
	cursor: pointer;
	display: none;
}

.left_R {
	position: absolute;
	right: 6px;
	top: 135px;
	height: 70px;
	width: 36px;
	cursor: pointer;
	display: none;
}



/*导航外层切换*/
.wctab,
.wcfgtab,
.wctstab,
.wclltab {
	display: none;
}

.ntp_sp_list {
	width: 138px;
	height: 140px;
	background: #eee;
	margin-right: 11px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 3px;
	float: left;
	border: solid 1px #ccc;
}

.ntp_sp_list:hover {
	background: #85c0ec;
}

.ntp_sp_list .ntpwc {
	background: #ccc;
	width: 100%;
	text-align: center;
	height: 110px;
	overflow: hidden;
}

.nav ul li .ntp_sp_list .ntpwc a {
	margin-top: 0px;
}

.ntp_sp_list img {
	width: 100%;
}

.ntp_sp_list .ntpwcts {
	display: block;
	background: #eee;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 12px;
}

.nav ul li .ntp_sp_list .ntpwcts a {
	width: 120px;
	margin-left: 5px;
	color: #484848;
	line-height: 30px;
	margin-top: 0px;
	border-right: none;
}
}

.nav ul li .ntp_sp_list .ntpwcts a:hover {
	color: #016bb9;
	border-right: none;
}


/*公告板滚动*/
#scrollobj {
	margin-top: -25px;
	white-space: nowrap;
	height: 500px;
	overflow: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#scrollobj {
		margin-top: -0px;
	}
}

@-moz-document url-prefix() {
	#scrollobj {
		margin-top: -10px;
	}
}



/*一句话新闻*/
.middle_box {
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	margin-bottom: 10px;
	background-color: #EEF1F6;
}

.gundong {
	width: 1000px;
	height: 35px;
	line-height: 45px;
	background-image: url('/gjxfj/lib/template/scheme/images/20180907152044.jpg');
}

.gd_newes {
	float: left;
	width: 155px;
	height: 45px;
}

.focusPic {
	float: left;
	width: 835px;
	height: 45px;
	overflow: hidden;
}

.focusPic a {
	color: #000;
}

/*首页互动交流信访大讲堂*/

.index_gg_top {
	height: 140px;
	margin: 10px 0;
}

.index_news_gg {
	width: 200px;
	position: relative;
	height: 130px;
	overflow: hidden;
	margin: 10px;
}

.index_news_gg img {
	height: auto;
	width: 200px;
}

.pull-left {
	float: left;
}

.heigt_gg {
	height: 130px;
}


/*信访大讲堂二级页*/
.flfg_List_djt {
	/*border:1px solid #d7d7d7;*/
	background: #fff;
	margin-bottom: 20px;
	_margin-bottom: 30px;
	background: url(../images/xf_br.png) no-repeat;
	background-position: bottom;
}

.djt {
	margin-bottom: 14px;
	padding: 16px;
	_padding-bottom: 8px;
}

.index_hdjl_djt {
	width: 750px;
	color: #383838;
}

.index_hdjl_djt p {
	text-indent: 2em;
	line-height: 28px;
}

.index_hdjl_djt>a {
	color: #686868;
	line-height: 24px;
}

.index_hdjl_djt h3 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	margin: 18px 0;
}