@charset "utf-8";
/* CSS Document */

/*全局样式*/
* {
	box-sizing: border-box;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td {
	padding: 0;
	margin: 0;
}

body {
	font-family: "微软雅黑" !important;
	padding: 0;
	margin: 0;

}

div,
li,
ul,
img,
a,
input,
botton {
	list-style: none;
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
}

a:focus {
	outline: none;
}

a:link,
a:visited {
	text-decoration: none !important;
	color: #000;
}

a:hover {
	text-decoration: none !important;
	color: #be0000;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding-right: 0px;
	padding-left: 0px;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

.clear {
	clear: both;
}

.tabberlive .tabbertab {
	overflow: visible;
	overflow: hidden;
	outline: none;
}

.tabberlive .tabbertabhide {
	display: none;
}

/*-------通用样式-----*/
/*居中1100px*/
.gkptcontainer {
	width: 1100px !important;
	min-width: 1100px;
	margin: 0 auto !important;
	overflow: hidden;
	background: #f2f2f2;
	padding: 36px;
}

.container {
	width: 1100px !important;
	margin: 0 auto !important;
	padding: 0;

}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*-------通用样式结束-----*/

.zfxxgkbg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url("https://t.jiaozuo.gov.cn/file/4108110001/img/zwgk_bg.jpg") center top no-repeat #fdfdfe;
}


/*头部*/
.topcontainer {
	width: 100%;
	min-width: 1100px;
	margin: 0 auto !important;
	padding: 0 !important;
}

.headcon {
	width: 1100px;
	height: 340px;
	margin: 0 auto;
}


/* 乡镇、部门通用代码大布局 */
.xz_zfxxgkbg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	/* background: url(/sitesources/adxq/upload/202012/20201224152629051.jpg) center top no-repeat #fdfdfe; */
}

.headcon img {
	width: 864px;
	height: 227px;
	float: left;
	margin-top: 33px;
	margin-left: 20px;
}



/*头部结束*/


/* 搜索 */
.mainsearch {
	width: 1029px;
	height: 50px;
	margin: 80px auto;
	background: url("https://t.jiaozuo.gov.cn/file/4108110001/img/sea.png") no-repeat;
}

.search-form {
	width: 490px;
	height: 50px;
	float: left;
	position: relative;
	background: none;
	margin-left: 265px;
}

.input-search {
	width: 444px;
	height: 50px;
	border: none;
	padding: 0 0px 0 20px;
	float: left;
	line-height: 50px;
	background: none;
}

.search-btn {
	width: 36px;
	height: 36px;
	background: url("https://t.jiaozuo.gov.cn/file/4108110001/img/sea1.png") no-repeat;
	border: none;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

/* 信息公开主内容 */
.xxgk_l {
	width: 240px;
	height: auto;
	float: left;
}

.xxgk_r {
	width: 768px;
	display: block;
	float: right;
	height: 1035px;
	background-color: #FFF;
	border: 1px solid #dfdfdf;
	padding: 10px 20px;
	overflow: auto;
}

.xxgkrightcon {
	width: 100%;
	height: auto;
	float: left;
	background: #fff;
}

.xxgk_tit {
	width: 240px;
	height: 70px;
	margin-bottom: 15px;
	float: left;
	font-size: 23px;
	color: rgb(45, 102, 165);
	background: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
}

.xxgk_tit a {
	color: rgb(45, 102, 165);
	font-size: 23px;
}

.xxgk_tit.on a {
	color: #fff;
	font-size: 23px;
	display: block;
}

.xxgk_tit:hover a {
	color: #fff;
}

.xxgk_tit span {
	width: 40px;
	height: 40px;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
}

.xxgk_tit:hover {
	width: 240px;
	background-color: rgb(45, 102, 165);
	color: rgb(255, 255, 255);
	font-size: 23px;
	display: block;
	border: 1px solid #2c6294;
	color: #fff;
}

/* 政府信息公开目录 */
.xxgk_tit span.xxgkimg0 {
	background: url("https://t.jiaozuo.gov.cn/file/4108110001/img/20211125111833300.png");
}

.xxgk_tit:hover span.xxgkimg0 {
	background: url("https://t.jiaozuo.gov.cn/file/4108110001/img/20211125111833427.png");
}

.xxgk_tit.on span.xxgkimg0 {
	background: url("https://t.jiaozuo.gov.cn/file/4108110001/img/20211125111833427.png");
}

.zcli {
	line-height: 65px;
	display: inline-block;
	float: left;
	width: 100px;
}

.zclibg {
	height: 36px;
	border-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
	background: #e5e5e5 !important;
}

.xxgkli {
	display: inline-block;
	float: left;
	width: 100px;
}

.xxgk_tit span.xxgkimg1 {
	background: url("https://t.jiaozuo.gov.cn/file/4108110001/zfxxgk/ico1.png");
}

.xxgk_tit:hover span.xxgkimg1 {
	background: url("https://t.jiaozuo.gov.cn/file/4108110001/zfxxgk/ico2.png");
}

.xxgk_tit.on span.xxgkimg1 {
	background: url("https://t.jiaozuo.gov.cn/file/4108110001/zfxxgk/ico2.png");
}

/* 政府信息公开制度 */
.xxgk_tit span.xxgkimg2 {
	background: url("https://t.jiaozuo.gov.cn/file/4108110001/zfxxgk/ico3.png");
}

.xxgk_tit:hover span.xxgkimg2 {
	background: url("https://t.jiaozuo.gov.cn/file/4108110001/zfxxgk/ico4.png");
}

.xxgk_tit.on span.xxgkimg2 {
	background: url("https://t.jiaozuo.gov.cn/file/4108110001/zfxxgk/ico4.png");
}

/* 法定主动公开内容 */
.xxgk_tit span.xxgkimg3 {
	background: url("https://t.jiaozuo.gov.cn/file/4108110001/zfxxgk/ico5.png");
}

.xxgk_tit:hover span.xxgkimg3 {
	background: url("https://t.jiaozuo.gov.cn/file/4108110001/zfxxgk/ico6.png");
}

.xxgk_tit.on span.xxgkimg3 {
	background: url("https://t.jiaozuo.gov.cn/file/4108110001/zfxxgk/ico6.png");
}


/* 政府信息公开年报 */
.xxgk_tit span.xxgkimg4 {
	background: url("https://t.jiaozuo.gov.cn/file/4108110001/zfxxgk/ico7.png");
}

.xxgk_tit:hover span.xxgkimg4 {
	background: url("https://t.jiaozuo.gov.cn/file/4108110001/zfxxgk/ico8.png");
}

.xxgk_tit.on span.xxgkimg4 {
	background: url("https://t.jiaozuo.gov.cn/file/4108110001/zfxxgk/ico8.png");
}

/*信息公开页面 开始*/
.sideMenu {
	width: 100%;
	height: auto;
}

.sideMenu .xxgk_tit em {
	float: right;
	display: block;
	width: 21px;
	height: 21px;
	background: url("https://t.jiaozuo.gov.cn/file/4108110001/zfxxgk/ico10.png") center center no-repeat;
	cursor: pointer;
	margin-right: 10px;
	margin-top: 20px;
}

.sideMenu .xxgk_tit.on {
	width: 240px;
	background-color: rgb(45, 102, 165);
	color: rgb(255, 255, 255);
	font-size: 23px;
	display: block;
	border: 1px solid #2c6294;
	color: #fff;
}

.sideMenu .xxgk_tit:hover em {
	background: url("https://t.jiaozuo.gov.cn/file/4108110001/zfxxgk/ico9.png") center center no-repeat;
}

.sideMenu .xxgk_tit.on em {
	background: url("https://t.jiaozuo.gov.cn/file/4108110001/zfxxgk/ico9.png") center center no-repeat;
}

.sideMencon {
	width: 240px;
	display: none;
	background: #fff;
	color: #999;
	float: left;
	display: none;
	/* 默认都隐藏 */

}

.sideMencon li {
	height: 32px;
	padding-left: 40px;
	line-height: 32px;
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
	position: relative;
}

.sideMencon li:hover {
	color: #2d66a5;
	font-size: 16px;
	/*border-bottom:1px solid #ededed;*/
	background-color: rgb(230, 245, 255);
}

.btn-primary {
	color: #2d66a5;
	font-size: 16px;
	background-color: rgb(230, 245, 255);
	/*border-bottom:1px solid #ededed;*/
}

.sideMencon li:first-child {
	margin-top: 15px;
}

.sideMencon li:last-child {
	/*margin-bottom: 15px;*/
}

.sideMenu .sideMencon a {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #4a4a4a;
}

.sideMenu .sideMencon a:hover {
	color: #2d66a5;
	font-size: 16px;
	font-weight: 600;
}

.sideMenu .sideMencon a::before {
	content: '·';
	padding-right: 5px;
}

/*信息公开页面 end*/


/* 政府信息公开指南 */
.xxgkzntit {
	width: 100%;
	font-size: 32pt;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-top: 38px;
	margin-bottom: 38px;
	color: #2D66A5;
	font-weight: 600;
}

.xxgkzncon {
	width: 100%;
	height: 879px;
	float: left;
	/*overflow-y: scroll;*/
}

.xxgkzncon p {
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: '微软雅黑';
	padding-right: 15px;
	font-size: 16pt;
	line-height: 30pt;
}

.tymenu {
	width: 100%;
	height: 40px;
	float: left;
	border-bottom: 1px solid #dedede;
	margin-bottom: 15px;
}

.tymenu a {
	height: 40px;
	line-height: 39px;
	background-color: #2D66A5;
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 0px 20px;
}

/* 政府年报处样式 */
.tycontent {
	padding-top: 30px;
	padding-bottom: 20px;
	width: 95%;
	height: auto;
	padding: 0 20px;
}

.tycontent ul li {
	width: 33.3%;
	float: left;
	height: 52px;
}

.tycontent ul li a {
	display: block;
	line-height: 52px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-right: 1px #e8e8e8 solid;
	text-align: left;
	padding: 0 10px;
}

/* 通用样式 */
.tycontent1 {

	padding-top: 30px;
	padding-bottom: 20px;
	width: 95%;
	height: auto;
	padding: 0 20px;
}

.tycontent1 ul li {
	font-size: 16px;
	line-height: 30pt;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.tycontent1 ul li a {
	float: left;
	display: block;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	font-size: 16px;
}

.tycontent1 ul li b {
	color: #b2b2b2;
	font-size: 16px;
	margin-left: 20px;
	font-weight: 100;
	float: right;
}

.tycontent1 .more {
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	margin: 0 auto;
	text-align: center;
	background: #e7e7e7;
	float: left;
	margin-top: 10px;
	margin-left: 340px;
	margin-bottom: 22px;
}

.tycontent1 .more a {
	font-size: 15px;
}

/*----- 政府信息公开-政府文件分页开始---- */
.xxgk-zfwjtit {
	width: 100%;
	height: 40px;
	background: #f8f8f8;
	color: #2D66A5;
	border-bottom: 3px solid #2D66A5;
	font-size: 16px;
}

.xxgk-zfwjtit1 {
	width: 7%;
	text-align: center;
	line-height: 40px;
	float: left;
}

.xxgk-zfwjtit2 {
	width: 60%;
	text-align: center;
	line-height: 40px;
	float: left;
}

.xxgk-zfwjtit3 {
	width: 20%;
	text-align: center;
	line-height: 40px;
	float: left;
}

.xxgk-zfwjtit4 {
	width: 13%;
	text-align: center;
	line-height: 40px;
	float: left;
}

.colRightOne1 {
	width: 100%;
	border-bottom: 1px solid #d4d6d7;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 40px;
}

.xxgk-zfwjcon1 {
	width: 7%;
	text-align: center;
	float: left;
	background-color: #f8f8f8;
}

.xxgk-zfwjcon2 {
	width: 60%;
	text-align: left;
	float: left;
	background: #fff;
}

.xxgk-zfwjcon3 {
	width: 20%;
	text-align: center;
	float: left;
	background-color: #f8f8f8;
}

.xxgk-zfwjcon4 {
	width: 13%;
	text-align: center;
	float: left;
	background: #fff;
}

/*------ 政府信息公开-政府文件分页结束----- */


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
div::-webkit-scrollbar {
	width: 10px;
	background-color: #fff;
}

/*定义滚动条轨道 内阴影+圆角*/
div::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #eee;
	border-radius: 10px;
	background-color: lightgray;
}

/*定义滑块 内阴影+圆角*/
div::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px #eee;
	background-color: #2D66A5;
}

/*定义最上方和最下方的按钮*/
div::-webkit-scrollbar-button {
	background-color: none;
}


/*--------------------- 网站尾部 ----------网站源代码*/
.weibu {
	width: 100%;
	min-width: 1060px;
	background-color: #eeeeee;
}

.weibu_con {
	width: 1060px;
	height: 180px;
	margin: auto;
}

.weibu_con_l {
	width: 14%;
	float: left;
}

.weibu_con_m {
	width: 52%;
	float: left;
	line-height: 30px;
	padding-top: 30px;
	font-size: 16px;
}

.weibu_con_r {
	width: 32%;
	float: right;
	oveflow: hidden;
}

.weibu_con img {
	float: left;
	margin-top: 42px;
	margin-right: 20px;
}

.text-in {
	overflow: hidden;
}

.infoin-one {
	float: left;
}

.infoin-one img {
	float: left;
	width: 24px;
	height: 24px;
	margin-top: 2px;
	margin-right: 0px;
}

.infoin-one span {
	float: left;
	font-size: 16px;
	margin-left: 4px;
	margin-right: 10px;
	line-height: 30px;
}

.info-wx {
	width: 80px;
	float: left;
	margin-right: 16px;
}

.info-wx img {
	width: 80px;
	height: 80px;
	display: block;
}

.info-wx span {
	display: block;
	text-align: center;
	line-height: 30px;
}

.zfzc-in {
	float: left;
}

.zfzc-in img {
	margin-top: 52px;
}

.weibu_con_l img {
	margin-left: 36px;
	margin-right: 0;
	margin-top: 50px;
}

/*--------------------- 网站尾部 ----------网站源代码结束*/

/*默认分页信息列表*/
.colInfoBox {
	width: 100%;
	min-height: 572px;
	height: auto;
	float: left;
}

.colInfoBoxTit {
	width: 100%;
	height: 50px;
	background: #eeeeee;
	float: left;
	margin-bottom: 5px;
}

.colInfoBoxTit span {
	width: auto;
	font-size: 20px;
	line-height: 50px;
	padding: 0 15px;
	background: #2f5d99;
	color: #fff;
	float: left;
}

a.colRtitle {
	width: 100%;
	height: auto;
	float: left;
	font-size: 15px;
	line-height: 1.8;
	margin-top: 20px;
}

.colRtitle:before {
	content: '·';
	margin: 0 10px;
}

.colRtitle font {
	width: auto;
	margin-right: 15px;
}

.colRtitle span {
	width: 100px;
	height: 40px;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	color: #b2b2b2;
	margin-left: 15px;
	display: inline-block;
	font-weight: 100;
	float: right;
}


/*分页符颜色更换*/
.pagination {
	margin-top: 40px !important;
	margin-bottom: 0 !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #2f5d99;
	border-color: #2f5d99;
}

.pagination>li>a,
.pagination>li>span {
	color: #2f5d99;
}



/* 当前位置 开始 */
.dqwz {
	margin: auto;
	width: 1060px;
	height: 60px;
	background: #ffffff;
}

.ciq-location {
	float: left;
	margin-left: 10px;
	width: 1002px;
	height: 60px;
	font-size: 14px;
	line-height: 60px;
	color: #606060;
}

.ciq-location span {
	float: left;
}

.ciq-location img {
	float: left;
	margin-top: 22px;
	margin-right: 10px;
	margin-left: 10px;
}

.ciq-location li {
	width: auto;
	float: left;
	display: inline-block;
}

.ciq-location li a {
	width: auto;
	float: left;
	display: block;
}

.ciq-location li a.active {
	color: #007cb0;
}


/* 当前位置 结束 */


/* 头部内容 */
.head {
	width: 100%;
	height: 412px;
	margin: auto;
	min-width: 1060px;

	position: relative;
}

.head_top {
	width: 1060px;
	height: 40px;
	line-height: 40px;
	margin: auto;
}

.head_top span {
	float: left;
	margin-right: 20px;
	color: #fff;
}

.head_top span a {
	color: #333;
}

.head_con {
	width: 1060px;
	height: 345px;
	margin: auto;
}

.head_con img {
	position: relative;
	margin-top: 107px;
	display: block;
	margin: 0 auto;

}

.sousuo1 {
	width: 500px;
	margin: 0 auto;
	font-size: 22px;
	margin-top: 20px;
}

.hot {
	width: 500px;
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
}

/* 导航内容 */

.daohang {
	width: 1062px;
	height: 55px;
	background-color: #015293;
	margin: auto;
	min-width: 1060px;
	position: relative;

}


.daohang .dhnav {
	width: 1060px;
	height: 55px;
	margin: auto;
	position: relative;
	padding-left: 125px;
}

.dhnav img {
	float: left;
	position: absolute;
	top: -25px;
	left: 0;
}

.daohangnr.active {
	float: left;
	width: 125px;
	line-height: 55px;
	text-align: center;
	background: #014479;
	font-size: 18px;
	color: #ffffff;
}

.daohangnr {
	width: 125px;
	float: left;
	line-height: 55px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

a.daohangnr {
	color: #fff;
}

.daohangnr:hover {
	color: #fff;
	background: #014479;
}

.sousuo {
	width: 500px;
	margin: 0 auto;
	height: 40px;

	border: 1px solid #ccc;

	margin-top: 53px;
	background: #fff;
	/*opacity: 0.5;*/
}

.srh_box {
	padding-left: 5px;
	float: left;
	border-style: none;
	width: 405px;
	height: 35px;
	line-height: 35px;
	outline: none;
	background: transparent;
}

.srh_btn {
	float: right;
	width: 92px;
	height: 38px;
	border-style: none;
	font-size: 15px;
	background: transparent;
	cursor: pointer;

}

input::-webkit-input-placeholder {
	color: #000;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #000;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #000;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000;
}

/*文章详情页 开始*/
.containerxqy {
	width: 1100px !important;
	min-width: 1100px;
	margin: 0 auto !important;
	overflow: hidden;
}



.cms-article-box {
	width: 1060px;
	margin: auto;
	background: #ffffff;
	padding-bottom: 50px;
	min-height: 500px;
	height: auto;
}

.cms-article-tit {
	width: 95%;
	margin: 0px auto;
	font-size: 26px;
	color: #2f5d99;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 10px;
}

.cms-article-xinxi {
	width: 90%;
	height: 40px;
	margin: 0px auto;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border-bottom: 1px dashed #dedede;
}

.cms-article-xinxi span {
	padding: 0px 5px;
}

.cms-article-video {
	width: 900px;
	height: 600px;
	margin: 10px auto;
}

.article-detail {
	width: 90%;
	margin: 20px auto;
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 35px;
	/*min-height:300px;*/
	height: auto;
}



.article-detail p {
	/*text-indent:2em;*/
	/*margin-bottom:20px;*/
}

.printClose {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	text-align: right;
}

.printClose a {
	width: auto;
	float: right;
	font-size: 14px;
	line-height: 30px;
}

.dpxx {
	width: 100%;
	background: #ffffff;
}

.dpxxtit {
	width: 100%;
	margin: 0px auto;
	font-size: 26px;
	color: #DE1A14;
	line-height: 70px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 10px;
	float: left;
}

.dpxxcon {
	width: 100%;
	font-size: 16px;
	line-height: 35px;
	padding: 0 10px 30px 10px;
}

.dpxxcon p {
	/*text-indent:2em;*/
	margin-bottom: 20px;
}

/*表格边框样式*/
.article-detail table {
	width: 100% !important;
	border: 1px solid #dedede !important;
	border-collapse: collapse;
	text-indent: 0em;
}

.article-detail table tr,
table td {
	border: 1px solid #dedede !important;
	text-indent: 0em;
}


.dpxxcon table {
	width: 100% !important;
	border: 1px solid #dedede !important;
	border-collapse: collapse;
	text-indent: 0em;
}

.dpxxcon table tr,
table td {
	border: 1px solid #dedede !important;
	text-indent: 0em;
}

/*文章详情页 结束*/



/* 机构页面 */
.jgmian {
	width: 100%;
	min-height: 300px;
	margin: auto;
	padding: 0px 10px;
}

.jg_h1 {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.jg_h1_top {
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: left;
	border-bottom: 1px solid #dadada;
}

.jg_h1_top span {
	float: left;
	font-size: 19px;
	height: 40px;
	line-height: 40px;
	padding: 0px 15px;
	color: #fff;
	background-color: #015293;
	border-bottom: 1px solid #025194;
}

.zfjgcon {
	width: 972px;
	margin-left: 10px;
	min-height: 200px;
	padding-bottom: 20px;
	margin: auto;
}

.zfjgxq {
	overflow: hidden;
	width: 100%;
	background: none;
	line-height: 35px;
	border: none;
	font-size: 14px;
	white-space: pre-wrap;
	word-wrap: break-word;

}

.zwgk_h2_con {
	width: 100%;
	float: left;
}

.zwlb2 {
	width: 25%;
	line-height: 35px;
	float: left;
	padding: 0px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zwlb2:before {
	float: left;
	padding-right: 5px;
	content: ">";
	font-size: 18px;
	padding-left: 2px;
}




.qtfd em {
	position: absolute;
	left: 190px;
	top: -7px;
	z-index: 2;
	display: block;
	width: 40px;
	height: 40px;
	background-position: 16px -46px;
	background: url("https://t.jiaozuo.gov.cn/file/4108110001/zfxxgk/20210929182358158.png") 16px 12px no-repeat;
	cursor: pointer;
	background-position: 16px 22px;
}

.qtfd em.on {
	background-position: 16px -46px;
}


.qtfddiv {
	display: block;
	background: #f7f7f7;
	margin-left: -40px;
	padding: 3px 0 10px 22px;
}



/*详情页*/

.headtop {
	width: 100%;
	height: 40px;
	float: left;
	background: #e7e7e7;
}

.headleft {
	width: auto;
	float: left;
	line-height: 40px;
}

.headleft font {
	width: auto;
	float: left;
	padding: 0 5px;
}

.headright {
	width: auto;
	float: right;
	line-height: 40px;
	background: url(../images/sy.png) left center no-repeat;
	padding-left: 25px;
}

.headright a {
	width: auto;
	float: left;
}

.headright span {
	width: auto;
	float: left;
	padding: 0 10px;
	line-height: 40px;
}

.headlogo {
	width: 378px;
	height: 140px;
	float: left;
	background: url(../images/logo21.png) left center no-repeat;
}

/*搜索*/
.search {
	float: right;
	width: 365px;
	height: 40px;
	margin-top: 52px;
}

.syssForm {
	float: right;
	width: 365px;
	height: 40px;
	border: 1px solid #c6c6c6;
	padding: 9px 0 9px 9px;
	position: relative;
}

.syssInput {
	float: left;
	width: 280px;
	height: 22px;
	font-size: 14px;
	line-height: 22px;
	color: #929292;
	background: none;
}

.placeholder {
	position: absolute;
	top: 9px;
	left: 9px;
	font-size: 14px;
	color: #929292;
	line-height: 29px;
}

.syssButton {
	width: 70px;
	height: 22px;
	border: none;
	border-left: 1px solid #c6c6c6;
	float: left;
	background: url(../images/search.png) center center no-repeat;
	outline: none;
}

.syqbackground {
	width: 100%;
	height: 500px;
	float: left;
	position: relative;
}

.syqbackgroundcon {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -999;
}

/*导航*/
.syqnav {
	width: 730px;
	height: 103px;
	float: left;
	margin-top: 70px;
	margin-left: 50px;
}

.syqnav a {
	width: 103px;
	height: 103px;
	float: left;
	color: #fff;
	display: inline;
	font-size: 20px;
	background: url(../images/icbg2.png) no-repeat;
	margin-right: 10px;
}

a.zfxxgk {
	width: 145px;
	background: url(../images/icbg11.png) no-repeat;
}

.syqnav a.zfxxgk img {
	width: 40px;
	height: 40px;
	float: left;
	margin: 10px 52px;
}

a.zfxxgk:hover {
	width: 145px;
	background: url(../images/icbg10.png) no-repeat !important;
}

.syqnav a img {
	width: 40px;
	height: 40px;
	float: left;
	margin: 10px 31px;
}

.syqnav a span {
	width: 100%;
	height: 35px;
	float: left;
	line-height: 35px;
	text-align: center;
}

.syqnav a:hover {
	background: url(../images/icbg1.png) no-repeat;
}

/*默认二级页头部及导航*/
.syqhead {
	width: 100%;
	height: 232px;
	margin: 0 auto;
}

.headcon1 {
	width: 100%;
	height: 140px;
	float: left;
	background: url(../images/stopbg.png) center center no-repeat;
}

.ej-syqnav {
	width: 100%;
	height: 52px;
	background: #015293;
	float: left;
	padding: 5px 0;
}

.ej-syqnav a {
	width: auto;
	height: 42px;
	float: left;
	font-size: 20px;
	color: #fff;
	line-height: 42px;
	padding: 0 24px;
}

.ej-syqnav a:hover {
	background: #0177BF;
	border-radius: 5px;
}

.ej-syqnavactive {
	background: #0177BF;
	border-radius: 5px;
}

.ej-syqnav font {
	width: auto;
	height: 42px;
	float: left;
	font-size: 20px;
	color: #fff;
	line-height: 42px;
	padding: 0 10px;
}

/*默认二级页头部及导航结束*/


/*默认二级页*/

/*当前位置*/
.ej-location {
	width: 100%;
	height: 50px;
	float: left;
	line-height: 50px;
	color: #606060;
	padding-left: 50px;
	background: url(../images/list.png) left center no-repeat;
	font-size: 16px;
}

.ej-location span {
	float: left;
}

.ej-location li {
	width: auto;
	float: left;
	display: inline-block;
}

.ej-location li a {
	width: auto;
	float: left;
	display: block;
}

.ej-location li a.active {
	color: #2f5d99;
}

.container1 {
	width: 1060px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

.headcon1 {
	width: 100%;
	height: 140px;
	float: left;
	background: url(/sitesources/syq/theme/uxtheme10003/images/stopbg.png) center center no-repeat;
}

/*尾部*/
.zfxxgkcontainer {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}

.syqfoot {
	width: 100%;
	min-width: 1060px;
	height: 185px;
	background: #015293;
	padding-top: 50px;
	float: left;
}

.foot-l {
	width: auto;
	height: auto;
	float: left;
	margin-left: 45px;
}

.footcon {
	width: 810px;
	height: auto;
	float: left;
}

.footcon li {
	width: 100%;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	float: left;
	color: #fff;
	text-align: center;
}

.footcon li a {
	color: #E6E6E6;
}

.foot-r {
	width: auto;
	height: auto;
	float: left;
	margin-left: 30px;
}

/*尾部end*/
/*20240408*/
.wza-box {
	float: right;
	height: 38px;
}

.wza-box a {
	display: block;
	float: right;
	height: 38px;
	line-height: 38px;
	padding: 0 16px;
	font-size: 18px;
	letter-spacing: 0.32px;
}

.wza-box a.wza {
	background: #fff;
	color: #F76B00;
	border: 1px solid #FC740D;
	border-radius: 2px 0px 0px 2px;
}

.wza-box a.oldman {
	background: #F79600;
	color: #fff;
	border: 1px solid #F79600;
	border-radius: 0px 2px 2px 0px;
}