@charset "UTF-8";
/* CSS Document */
/* 网站地图start */
.websiteMap dd .title{
	height: 60px;
	line-height: 60px;
	background: #fcfcfc;
	padding: 0 20px;
}
.websiteMap dd .title span{
	font-size: 20px;
	font-weight: bold;
	color: #C4100D;
	display: inline-block;
	position: relative;
	padding-left: 16px;
}
.websiteMap dd .title span:before{
	position: absolute;
	display: block;
	content: '';
	background: #C4100D;
	height: 24px;
	width: 4px;
	left: 0;
	top: 50%;
	margin-top: -12px;
}
.websiteMap dd .text{
	padding: 22px 0px 22px 20px;
	overflow: hidden;
}
.websiteMap dd .text .con{
	float: left;
	width: 25%;
	line-height: 56px;
	height: 56px;
}
.websiteMap dd .text a{
	font-size: 18px;
	padding-left: 18px;
	color: #000;
	position: relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.websiteMap dd .text a:before{
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #cacaca;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.websiteMap dd .text a:after{
	width: 9px;
	height: 15px;
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7.5px;
	background: url(../images/websiteIcn.png) no-repeat center center;
	background-size: contain;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.websiteMap dd .text a:hover:after{
	opacity: 1;
	visibility: visible;
}
.websiteMap dd .text a:hover:before{
	background: #C4100D;
}
.websiteMap dd .text a:hover{
	color: #C4100D;
}
/* 网站地图end */
/*xxgk-listTable start*/
.xxgk-listTable {
	width: 100%;
}

.xxgk-listTable tr,
.xxgk-listTable td {
	line-height: 40px;
	font-size: 16px;
	color: #666;
}

.xxgk-listTable td {
	padding-left: 40px;
}

.xxgk-listTable tr:nth-child(odd) {
	background: #f8f9fb;
}

/*xxgk-listTable end*/

/* 组织架构 start*/
.xxgk-zzjg {
	overflow: hidden;
}

.xxgk-zzjg dd {
	width: 33.33333%;
	float: left;
	line-height: 25px;
	height: 50px;
	padding: 5px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: left;
}

.xxgk-zzjg a {
	display: block;
	font-size: 16px;
	color: #666;
}
.xxgk-zzjg a:hover{
	color: #C4100D;
}
/* .xxgk-zzjg dd:nth-child(6n+4),
.xxgk-zzjg dd:nth-child(6n+5),
.xxgk-zzjg dd:nth-child(6n+6) {
	background: #f8f9fb;
} */

/* 组织架构 end*/


/* 政策文件 start*/
.xxgk-zcwjT {
	background-color: #f5e0e2;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	color: #C4100D;
	font-weight: bold;
}

.xxgk-zcwj .wh,
.xxgk-zcwjT .wh {
	width: 195px;
}

.xxgk-zcwj .title,
.xxgk-zcwjT .title {
	overflow: hidden;
}

.xxgk-zcwj .time,
.xxgk-zcwjT .time {
	width: 110px;
}

.xxgk-zcwj dd {
	text-align: center;
	font-size: 14px;
}

.xxgk-zcwj dd:nth-child(even) {
	background: #f8f9fb;
}

.xxgk-zcwj .wh,
.xxgk-zcwj .title {
	line-height: 20px;
	height: 60px;
	color: #333;
	box-sizing: border-box;
	padding: 10px 0;
	font-size: 16px;
}

.xxgk-zcwj .title {
	text-align: left;
	padding: 0 10px;
}

.xxgk-zcwj .time {
	line-height: 60px;
	color: #999;

}

/* 政策文件 end*/

/*xxgk-textList1 start*/

.xxgk-textList1.line1+.xxgk-textList1.line1 {
	border-top: 1px solid #e5e5e5;
}

.xxgk-textList1 dd {
	line-height: 50px;
	color: #000;
	font-size: 16px;
	overflow: hidden;
	display: flex;
}
.xxgk-textList1 dd a{
	color: #333;
	flex: 1;
	overflow: hidden;
}
.xxgk-textList1 hr{
	margin:5px 0;
	border: none;
	border-bottom: 1px dashed #ccc;
}
.xxgk-textList1 p {
	color: #666;
	transition: 0.2s ease;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xxgk-textList1 span {
	color: #999;
	float: right;
	margin-left: 20px;
}
.xxgk-textList1.line1  a{
	color：#333;
}
.xxgk-textList1 a:hover {
	color: #C4100D;
}

/*xxgk-textList1 end*/

/*xxgk-textList2 start*/
.xxgk-textList2 .con {
	line-height: 60px;
	padding: 0 15px;
	overflow: hidden;
}

.xxgk-textList2 dd:nth-child(odd) .con {
	background: #f8f9fb;
}

.xxgk-textList2 .title a {
	font-size: 16px;
	display: block;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.xxgk-textList2 .time {
	width: 100px;
	text-align: right;
	color: #999;
	font-size: 16px;
}

.xxgk-artInfo {
	overflow: hidden;
	border: 1px solid #e5e5e5;
	display: none;
}

.xxgk-artInfo .item {
	line-height: 50px;
	font-size: 15px;
	color: #333;
	width: 50%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	top: 1px;
}

.xxgk-artInfo .item:nth-child(even) {
	border-left: 1px solid #e5e5e5;
}

.xxgk-artInfo .title {
	font-weight: bold;
}

.xxgk-textList2 .title a:hover {
	color: #C4100D;
}

/*xxgk-textList2 end*/

/* 公报列表 begin */
.bulletin-box {
	overflow: hidden;
	clear: both;
	height: 850px;
	margin: 0 auto;
	background: url(../images/bulletin/bulletinBg.png) no-repeat center center;
	background-size: contain;
	padding: 0 20px;
}

.bulletin-boxC {
	width: 50%;
}

.bulletin-boxLLogo {
	display: block;
	width: 100px;
	margin: 65px auto 40px auto;
}

.bulletin-boxLT {
	clear: both;
	line-height: 50px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #b80b0b;
}

.bulletin-boxForm {
	clear: both;
	padding-left: 83px;
}

.bulletin-boxForm .item {
	clear: both;
}

.bulletin-inputBox {
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	padding: 0 5px;
}

.bulletin-inputBox.sel {
	padding: 0;
	margin-right: 10px;
}

.bulletinSel {
	width: 95px;
	height: 38px;
	position: relative;
	padding-right: 30px;
}

.bulletinSel .seljg {
	padding-left: 10px;
	line-height: 38px;
	color: #666666;
	font-size: 16px;
	cursor: pointer;
}

.bulletinSel i {
	display: block;
	width: 30px;
	height: 38px;
	background: url(../images/bulletin/formSel.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

.bulletinSel .selTj {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dedede;
	border-top: none;
	max-height: 220px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	top: 39px;
	background: #FFF;
	display: none;
	z-index: 100000
}

.bulletinSel .selTj a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	color: #666666;
	margin-bottom: 1px;
	font-size: 14px;
}

.bulletinSel .selTj a:hover {
	background: #b80b0b;
	color: #FFF;
}

.bulletinSel .selTj a.hover {
	background: #b80b0b;
	color: #FFF;
}

.bulletin-searchBt {
	display: block;
	width: 40px;
	height: 40px;
	background: #b80b0b url(../images/bulletin/spch.png) no-repeat center center;
	border-radius: 3px;
	cursor: pointer;
}

.bulletin-searchBt:hover {
	opacity: 0.9;
}

a.bulletin-link {
	display: block;
	float: left;
	padding-right: 27px;
	background: url(../images/bulletin/icon1.png) no-repeat right bottom;
	color: #023fbd;
	font-size: 16px;
}

a.bulletin-link:hover {
	opacity: 0.9;
}

.bulletin-inputT {
	width: 80px;
	height: 40px;
	line-height: 40px;
	color: #666666;
	font-size: 16px;
	text-align: right;
	margin-right: 5px;
}

.bulletin-inputBox input {
	display: block;
	height: 38px;
	line-height: 38px;
	background: none;
	border: none;
	color: #666;
	width: 100%;
}

.bulletin-inputBox input::placeholder {
	font-size: 16px;
	color: #cccccc;
}

.bulletin-inputBox.w_160 {
	padding: 0 10px;
}

.bulletin-inputBox.w_160 input {
	width: 138px;
}

a.bulletin-boxFormBtn {
	display: block;
	width: 110px;
	height: 40px;
	background: #b80b0b;
	border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	margin-left: 85px;
}

a.bulletin-boxFormBtn:hover {
	opacity: 0.9;
}

.bulletin-boxCBox {
	overflow: hidden;
	padding: 45px 35px 0 35px;
	margin-top: 14px;
}

.bulletin-boxCRT {
	clear: both;
	line-height: 26px;
	text-align: center;
	padding: 6px 0;
	overflow: hidden;
	font-size: 20px;
	color: #b80b0b;
	font-weight: bold;
}

.bulletin-scroll {
	clear: both;
	overflow: hidden;
	height: 610px;
	margin-bottom: 10px;
	width: 100%;
	padding-right: 20px;
}

.bulletin-listBox {
	/* width: 445px; */
	overflow: hidden;
}
.bulletin-listTitle{
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #b80b0b;
	line-height: 20px;
	border-left: 3px solid #b80b0b;
	padding-left: 11px;
}


.bulletin_dl {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px dashed #d3d3d3;
}

.bulletin_dl:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.bulletin_dl dt {
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #b80b0b;
}

.bulletin_dl dd {
	overflow: hidden;
	line-height: 24px;
	padding-left: 20px;
}

.bulletin_dl dd a {
	font-size: 14px;
	color: #666666;
	display: block;
	overflow: hidden;
}

.bulletin_dl dd a:hover {
	color: #b80b0b;
}

.bulletin_dl .time {
	float: right;
}

.bulletin-accessory {
	clear: both;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	border-top: 1px solid #f5f5f5;
}

.bulletin-accessory a {
	color: #b80b0b;
	font-size: 16px;
}

.bulletin-accessory a:hover {
	opacity: 0.9;
}

/* 公报列表 end */

/* 公报详情 start */
.xxgk-pageMain.bai {
	background: #FFFFFF;
	box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.08);
}

.xxgk-singleArticle.xxgk-singleArticlePd0 {
	padding: 0;
}

.xxgk-reference.col3 dd {
	width: 33.333%;
}

.gkxq-codeCon {
	width: 187px;
	height: 187px;
	margin: 0 auto;
	padding: 4px;
	background: #f5f5f5;
	border-radius: 3px;
}

.gkxq-codeImg {
	padding: 6px;
	height: 175px;
	background: #fff;
}

.gkxq-codeImg img {
	display: block;
	width: 175px;
	height: 175px;
}

.gkxq-codeTitle {
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #999;
}

/* 公报详情 end */

/* 依申请 start */
.ysq-pageMain {
	background: #fafafa;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.1);
}

.ysq-pageMainC {
	background: #FFF;
	padding: 35px 50px;
}

.ysq-searchBox {
	padding: 60px 50px 52px;
	width: 490px;
	margin: 0 auto;
	overflow: hidden;

}

.ysq-searchBox a.ysq-searchBtn {
	display: block;
	width: 110px;
	height: 48px;
	background: #C4100D;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 0 3px 3px 0;
}

.ysq-searchInput {
	overflow: hidden;
	border: 1px solid #ececec;
	border-right: none;
	background: #FFFFFF;
	border-radius: 3px 0 0 3px;
}

.ysq-searchDiv {
	padding: 0 20px;
}

.ysq-searchDiv input {
	width: 100%;
	height: 46px;
	line-height: 46px;
	border: none;
	background: none;
	outline: none;
	font-size: 16px;
	color: #666;
}

.ysq-searchDiv input::-webkit-input-placeholder {
	/* WebKit browsers */
	font-size: 16px;
	color: #999;
}

.ysq-searchDiv input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 16px;
	color: #999;
}

.ysq-searchDiv input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 16px;
	color: #999;
}

.ysq-searchDiv input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-size: 16px;
	color: #999;
}

.ysq-contentTop {
	padding: 35px 50px;
}

.ysqTitltBox {
	height: 50px;
	line-height: 50px;
	position: relative;
	padding-left: 23px;
	overflow: hidden;
}

.ysqTitltBox::before {
	display: block;
	content: "";
	position: absolute;
	width: 4px;
	height: 20px;
	left: 0;
	top: 50%;
	margin-top: -10px;
	background: #C4100D;
}

.ysqTitltBox span {
	font-size: 18px;
	font-weight: bold;
	color: #C4100D;
	margin-right: 23px;
}

.ysqTitltBox em {
	display: block;
	overflow: hidden;
	position: relative;
	height: 50px;
}

.ysqTitltBox em::before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	background: #F2F2F2;
}

.ysqTitltBox em::after {
	display: block;
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	right: 0;
	top: 50%;
	margin-top: -6px;
	background: #F2F2F2;
}

.ysq-contentArticle {
	line-height: 30px;
	font-size: 16px;
	color: #333;
}

.ysqForm .form-form-item.short .form-form-label {
	width: 128px;
}

.ysqForm .form-form-item .form-form-label div {
	text-align: left;
	color: #999;
	padding-left: 17px;
}

.ysqForm .form-form-item.short .form-form-formBox {
	margin-left: 138px;
}

.ysqForm .form-form-label {
	font-size: 16px;
	width: 230px;
}
.ysqForm .form-form-formBox{
	margin-left: 240px;
}
.ysqForm .form-form-label span.required {
	color: #b80b0b;
	position: relative;
	top: 4px;
	margin-right: 5px;
}

.ysqForm .form_cssSelect .selected {
	background: #C4100D !important;
	color: #FFF !important;
}

.ysqForm .form_cssSelect .form_selectRt {
	background: url(../images/xxgk/formSel.png) no-repeat center center;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.ysqForm .form_cssSelect .form_selectRt:before {
	display: none;
}

.ysqForm .form_cssSelect .sPressDown .form_selectRt {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ysqForm .form_cssSelect .form_selectLt {
	font-size: 16px;
}

.ysqForm .form-form-input {
	font-size: 16px;
	border-radius: 3px;
}

.ysqForm .form_cssSelect .form_selectBox {
	border-radius: 3px;
}

.ysqForm .form-form-textarea {
	font-size: 16px;
	border-radius: 3px;
}

.ysqForm .form-form-input::-webkit-input-placeholder,
.ysqForm .form-form-textarea::-webkit-input-placeholder {
	color: #aaa;
	/* placeholder颜色  */
	font-size: 16px;
	/* placeholder字体大小  */
	text-align: left;
	/* placeholder位置  */
}

.ysqForm .form_cssRadio_text {
	font-size: 16px;
	line-height: 26px;
}

.ysqForm .form_cssRadio_icn {
	font-size: 16px;
	width: 22px;
	height: 22px;
	border: 1px solid #e6e6e6;
}

.ysqForm .form_cssRadio {
	overflow: visible;
}

.ysqForm .form_cssRadioBox {
	margin-top: 9px;
}

.ysqForm .form_cssRadio_icn i {
	width: 12px;
	height: 12px;
	margin: -6px 0 0 -6px;
}

.ysqForm .form_cssRadioBox.checked .form_cssRadio_icn {
	border: 1px solid #e6e6e6;
}

.ysqForm .form_cssRadioBox.checked .form_cssRadio_icn i {
	background: #C4100D;
}

.ysqForm .form_cssCheckBoxBox.checked .form_cssCheckBox_icn {
	background: #C4100D;
	border-color: #C4100D;
}

.ysqZjz {
	width: 324px;
	float: left;
	display: inline;
	margin-right: 30px;
}

.ysqZjzText {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #999999;
	font-size: 16px;
	text-align: center;
}

.ysqFormLine {
	clear: both;
	border-bottom: 1px solid #e6e6e6;
	padding: 40px 0 0 0;
	margin-bottom: 40px;
}

.ysqYzm {
	float: left;
	display: inline;
	margin: 0 20px;
	background: #f5f5f5;
	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
}

.ysqYzm img {
	width: 120px;
	height: 45px;
	display: block;
}

.ysqYzm a {
	width: 120px;
	height: 45px;
	display: block;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	background: #C4100D;
}

.ysqYzm a:hover {
	opacity: .9;
}

a.changeYzm {
	line-height: 45px;
	color: #999999;
	font-size: 16px;
}

a.changeYzm:hover {
	color: #C4100D;
}

.ysqBtn {
	overflow: hidden;
	text-align: center;
	font-size: 0;
}

.ysqBtn a {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	background: #f5f5f5;
	border-radius: 3px;
	overflow: hidden;
	padding: 0 65px;
	margin: 0 15px;
	font-size: 18px;
	color: #666666;
}

.ysqBtn a.commit {
	background: #C4100D;
	color: #FFF;
}

.ysqBtn a:hover {
	opacity: .9;
}
.ysq-partType{
	font-weight: bold;
	font-size: 16px;
	color: #333;
	line-height: 36px;
	border-bottom: 1px solid #E5E5E5;
	padding-top: 20px;
	position: relative;
	padding-left: 10px;
}
.ysq-partType::before{
	content: '';
	position: absolute;
	left: 0;
	top: 30px;
	height: 16px;
	width: 3px;
	background-color: #C4100D;
	border-radius: 2px;
}
.ysq-partList{
	overflow: hidden;
}
.ysq-partList dd{
	float: left;
	display: inline;
	width: 33.3333%;
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	color: #666;
}
.ysq-partList .title a{
	color: #333;
	line-height: 30px;
	font-weight: bold;
	transition: 0.3s;
}
.ysq-partList .title a:hover{
	color: #C4100D;
}
.ysq-partList .info a{
	background-color: #C4100D;
	border-radius: 2px;
	color: #fff;
	padding: 0 5px;
}
/* 依申请 end */

/* 依申请查询结果 start */
.ysq-table {
	width: 100%;
	border: 1px solid #E5E5E5;
}

.ysq-table td {
	overflow: hidden;
	line-height: 36px;
	border: 1px solid #F2F2F2;
}

.ysq-table .title {
	color: #666;
	background-color: #F5F5F5;
	width: 170px;
	text-align: center;
	padding: 5px 0;
	line-height: 26px;
}

.ysq-table .text {
	color: #666;
	overflow: hidden;
	padding: 5px 10px;
	line-height: 26px;
	width: 300px;
}

.ysq-table .text a {
	color: #C4100D;
}

.ysq-table .btn {
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 2px;
	background-color: #C4100D;
	width: 60px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}

.sfz {
	width: 322px;
	height: 192px;
	overflow: hidden;
	border: 1px solid #e9e9e9;
	border-radius: 15px;
	display: inline-block;
	margin: 0 5px;
}

.sfz.zm {
	background: url(../images/xxgk/sfzzm.png) center center no-repeat;
}

.sfz.fm {
	background: url(../images/xxgk/sfzfm.png) center center no-repeat;
}

.sfz img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* CSS Document */
.dutyInform {
	width: 710px;
	overflow: hidden;
	background: #fff;
	padding: 40px;
	margin: 50px auto;
}

.dutyInformBox {
	width: 630px;
	margin: 0 auto;
	font-family: "宋体";
	text-align: justify;
}

.dutyInformBox_t {
	clear: both;
	font-size: 28px;
	line-height: 30px;
	padding: 15px 0;
	text-align: center;
	overflow: hidden;
	color: #000;
	font-weight: bold;
}

.dutyInformBox_tR {
	clear: both;
	height: 33px;
	line-height: 33px;
	text-align: right;
	font-size: 20px;
	color: #000;
}

.dutyInformBox_content {
	overflow: hidden;
	margin-top: 13px;
	line-height: 42px;
	color: #000;
	font-size: 20px;
	letter-spacing: 3px;
}

.dutyInformBox_input {
	display: inline-block;
	width: 50px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	border-bottom: 1px solid #000;
	vertical-align: middle;
	position: relative;
	top: -2px;
	font-size: 20px;
	color: #000;
}

.dutyInformBox_input.w2 {
	width: 25px
}

.dutyInformBox_input.w3 {
	width: 200px
}

.dutyInformBox_input.w4 {
	width: 125px
}

.dutyInformBox_input.w5 {
	width: 65px
}

.dutyInformBox_input.auto {
	width: auto;
	min-width: 125px;
}

.dutyInformBox_input input {
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	border: none;
	background: none;
	font-size: 21px;
	color: #000;
	font-family: "宋体";
	text-align: center;
}

/* 依申请查询结果 end */

/* 依申请查询结果弹窗 start */
.applyPublicForm{
	padding: 30px 0;
}
.applyPublicFormCon{
	width: 710px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	margin: 0 auto;
	position: relative;
}
.applyPublicForm .dutyInform{
	overflow: hidden;
	width: auto;
	margin: 0 auto;
}
.dutyInformBox_span{	
	display: inline-block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	border-bottom: 1px solid #000;
	vertical-align: middle;
	position: relative;
	top: -2px;
	font-size: 20px;
	color: #000;
	text-indent: 0;
}
.applyPublicForm  .dutyInformBox_input{
	width: auto;
	text-indent:initial;
}
.dutyInform-top-btn{
	position: absolute;
	top: 40px;
	left: 40px;
}
.dutyInformBox-textarea{
	padding: 10px;
	border: 1px solid #d6d6d6;
}
.dutyInform-top{
	overflow: hidden;
}
.dutyInform-top-qrcode {
	height: 100px;
	display: inline-block;
	float: right;
}
.applypublic-textarea {
	font-size: 20px!important;
	line-height: 42px;
	color: #000;
}
.dutyInform-top-down{
	color: #fff;
	background-color: #1890ff;
	border-color: #1890ff;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0 10px;
	cursor: pointer;
	transition: all 0.3 linear;
	-webkit-transition: all 0.3 linear;
	border-radius: 4px;
}
.dutyInform-top-print{
	color: #fff;
	background-color: #1890ff;
	border-color: #1890ff;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0 10px;
	cursor: pointer;
	transition: all 0.3 linear;
	-webkit-transition: all 0.3 linear;
	border-radius: 4px;
}
.dutyInform-top-down:hover{
	opacity: 0.8;
}
.dutyInform-top-print:hover{
	opacity: 0.8;
}
.applypublic-textarea{
	font-size: 20px!important;
	line-height: 42px;
	color: #000;
	width: 100%;
	background-color: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* 依申请查询结果弹窗 end */



/*单篇+文章页start*/

.xxgk-reference {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.xxgk-reference dd {
	box-sizing: border-box;
	width: 49.5%;
	float: left;
	display: inline;
	line-height: 45px;
	background: #f9f3ea;
	margin:2px 0;
}

.xxgk-refTitle {
	background-color: #BD1A2D;
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: 130px;
	float: left;
}

.xxgk-refText {
	font-size: 16px;
	color: #333;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 20px;
}

.xxgk-singleArticle {
	padding: 0 20px;
}
.xxgk-page-xzmore a{
	display: block;
	width: 100px;
	height: 40px;
	border-radius: 3px;
	margin: 0 auto;
	background: #C4100D;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}
.xxgk-page-xzmore a:hover{
	transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.08);
}
.xxgk-govHead{
	padding:0 12px 12px;
	border-bottom: 5px solid #015293;
	margin-bottom: 58px;
}
.xxgk-govTitle{
	text-align: center;
	font-size: 0;
}

.xxgk-govTitle span{
	display: inline-block;
	vertical-align: middle;
}
.xxgk-govTitle .govIcon{
	width: 85px;
	height: 90px;
	margin-right: 22px;
	background: url(/zfxxgk/pc/image/xxgk/govIcon.png) no-repeat center center;
	background-size: cover;
}
.xxgk-govTitle .govIcon img {
	display: block;
	width: 85px;
	height: 90px;
}
.xxgk-govTitle .govTitle{
	font-size: 40px;
	color: #fe0102;
	height: 40px;
	line-height: 48px;
	font-family: FZXiaoBiaoSong-B05S;
}
.xxgk-govDown{
	overflow: hidden;
	margin-top: -15px;
}
.xxgk-govDownBtn{
	font-size: 0;
}
.xxgk-govDownBtn a{
	width: 90px;
	height: 36px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	display: inline-block;
	border: 1px solid #d2d2d2;
	margin-left: 12px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.xxgk-policy-articleTitle{
	font-size: 28px;
	color: #333333;
	text-align: center;
	font-family: FZXiaoBiaoSong-B05S;
}
.xxgk-policy-articleSubTitle{
	font-size: 18px;
	font-family: fangsong;
	text-align: center;
	color: #333333;
	line-height: 38px;
}
.xxgk-policy-article-source{
	text-align: right;
	font-size: 28px;
	font-family: FZXiaoBiaoSong-B05S;
	color: #015293;
	height: 108px;
	line-height: 108px;
	border-top: 5px solid #015293;
	padding: 0 60px;
}

.xxgk-policy-articleBox{
	font-size: 21px;
	font-family:'FangSong';
	margin-bottom: 70px;
}

.xxgk-policy-articleCon{
	padding: 0 80px;
}
.articleTitleBox{
	padding: 38px 0;
}
.xxgk-articleTitle {
	font-size: 32px;
	text-align: center;
	color: #333;
	line-height: 48px;
	font-weight: bold;
}
.guide-articleTitle {
	font-size: 32pt;
	text-align: center;
	line-height: 48px;
	font-weight: bold;
	color: #333;
}
.guide-articleBox {
	font-size: 20px;
	line-height: 42px;
	color: #333;
	padding-right: 20px;
}

.guide-articleBox img {
	max-width: 100%;
}

.guide-articleBox p{
	text-indent: 2em;
	line-height: 42px !important;
}
.guide-articleBox .vsbcontent_img,
.xxgk-articleBox .vsbcontent_img{
	text-align:center;
	text-indent:0px
}

.xxgk-articleBox table td p,
.guide-articleBox table td p{
	text-indent: 0;
}

.xxgk-articleBox table{
	margin: 0 auto;
}
.xxgk-articleBox table tr td{
	padding: 5px;
	border: 1px solid #333;
}
.oldArt p{
	text-indent: 2em;
}
.xxgk-articleTime {
	line-height: 36px;
	text-align: center;
	font-size: 15px;
	color: #666;
	padding-bottom:10px;
	border-bottom: 1px solid #e5e5e5;
}
.xxgk-articleTime span{
	margin: 0 10px;
}
.artEndHand{
	padding-bottom: 0;
}
.xxgk-articleTime .artShare{
	height: 36px;
	display: inline-block;
	vertical-align: middle;
}
.articleFont {
	display: inline;
}

.articleFont span {
	cursor: pointer;
}

.articleFont span.hover {
	color: #b80b0b;
}

.xxgk-print {
	margin-left: 10px;
	padding-left: 20px;
	cursor: pointer;
	background: url(../images/xxgk/view/print.png) left center no-repeat;
}
.xxgk-newsShare .artShare .share{
	margin: 5px 0px 0;
}
.xxgk-articleTime .center {
	display: inline-block;
	overflow: hidden;
}

.xxgk-articleTimeTxt {
	font-size: 14px;
}

.xxgk-articleScroll {
	max-height: 940px;
	overflow: hidden;
	overflow-y: auto;
	width: auto !important;
}

.xxgk-articleScroll .easy_scrollable {
	margin-right: 0px;
}

.xxgk-articleScroll .scroll_container {
	position: relative;
	width: auto !important;
}

.xxgk-articleScroll .scroll_absolute {
	position: absolute;
	transition: all 0.1s ease;
	padding:0 10px 0 0 !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.xxgk-articleScroll .scroll_vertical_bar {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: #f2f2f2;
	margin: 0;
	padding: 0;
	border-radius: 10px;
}

.xxgk-articleScroll .scroll_track {
	position: relative;
	background: #f2f2f2;
	border-radius: 10px;
}

.xxgk-articleScroll .scroll_drag {
	width: 8px;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: #C4100D;
	border-radius: 10px;
	transition: all 0.1s ease;
}

.xxgk-articleScroll .scroll_arrow {
	display: block;
	cursor: pointer;
	background-color: #f2f2f2;
	border-radius: 10px;
}

.xxgk-articleScroll .scroll_vertical_bar .scroll_arrow {
	height: 16px;
}

.xxgk-pageUp {
	clear: both;
	overflow: hidden;
	line-height: 40px;
	font-size: 18px;
	padding: 20px 0;
	color: #666;
}

.xxgk-pageUp a {
	color: #666;
}

.xxgk-pageUp a:hover {
	color: #C4100D;
}

/* 音频 start */
.audiojs audio {
	position: absolute;
	left: -1px;
	opacity: 0;
}

.audiojs {
	z-index: 99999;
	background: #fff;
	overflow: hidden;
	font-family: monospace;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	width: 400px;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
}

.audiojs .play-pause {
	width: 25px;
	height: 27px;
	padding: 4px 6px;
	margin: 0px;
	float: left;
	overflow: hidden;
	position: relative;
}

.audiojs .play-pause:before {
	content: '';
	display: block;
	border-right: 1px solid #e5e5e5;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.audiojs p {
	display: none;
	width: 25px;
	height: 27px;
	margin: 0px;
	cursor: pointer;
}

.audiojs .play {
	display: block;
}

.audiojs .scrubber {
	position: relative;
	float: left;
	width: 240px;
	background: #f5f5f5;
	height: 14px;
	margin: 10px;
	top: 1px;
	overflow: hidden;
}

.audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #fbbc05;
	z-index: 1;
}

.audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #ffeebb;
	cursor: pointer;
}


.audiojs .time {
	overflow: hidden;
	height: 35px;
	line-height: 36px;
	margin: 0px 0px 0px 6px;
	padding: 0px 6px 0px 12px;
	position: relative;
	color: #666;
}

.audiojs .time:before {
	content: '';
	display: block;
	border-left: 1px solid #e5e5e5;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.audiojs .time em {
	padding: 0px 2px 0px 0px;
	color: #666;
	font-style: normal;
}

.audiojs .time strong {
	padding: 0px 0px 0px 2px;
	font-weight: normal;
}

.audiojs .error-message {
	display: none;
	padding: 0px 10px;
	height: 35px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	color: #666;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.audiojs .error-message a {
	color: #666;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
	white-space: wrap;
}

.audiojs .play {
	background: url(../audio/images/play.png) center center no-repeat;
	background-size: 14px;
}

.audiojs .loading {
	background: url(../audio/images/loading.png) center center no-repeat;
	background-size: 14px;
	-webkit-animation: fa-rotating 2s infinite linear;
	animation: fa-rotating 2s infinite linear;
}

.audiojs .loading:before {
	content: '';
}

@keyframes fa-rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.audiojs .error {
	background: url(../audio/images/error.png) center center no-repeat;
	background-size: 14px;
}

.audiojs .pause {
	background: url(../audio/images/pause.png) center center no-repeat;
	background-size: 16px;
}

.playing .play,
.playing .loading,
.playing .error {
	display: none;
}

.playing .pause {
	display: block;
}

.loading .play,
.loading .pause,
.loading .error {
	display: none;
}

.loading .loading {
	display: block;
}

.error .time,
.error .play,
.error .pause,
.error .scrubber,
.error .loading {
	display: none;
}

.error .error {
	display: block;
}

.error .play-pause p {
	cursor: auto;
}

.error .error-message {
	display: block;
}
/* 音频 end */

/* 大图切换 start */
#play {
	width: 800px;
	height: 480px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none !important;
}

#play .prev_a span {
	background: url(../images/xxgk/view/article_icon.png) no-repeat 0px -50px;
	left: 15px;
}

#play .next_a span {
	background: url(../images/xxgk/view/article_icon.png) no-repeat -30px -50px;
	right: 15px;
}
#play .prev_a:hover span:hover{
	background-position: 0 -50px;
	display: block !important;
}
#play .next_a span:hover{
	background-position: -30px -50px;
	display: block !important;
}
#play .change_a:hover span{
	display: block !important;
}
#play .img_ul {
	position: relative;
	z-index: 1;
	width: 800px;
	height: 480px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 800px;
	height: 480px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 800px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 108px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	width: 183px;
	height: 108px;
	padding: 3px;
	margin: 0 5px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	width: 175px;
	height: 100px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	width: 175px;
	height: 100px;
}

.img_hd ul li.on {
	border: 1px solid #C4100D;
	background: #C4100D;
}

.imgMove .prev_a {
	display: block;
	width: 30px;
	height: 68px;
	position: absolute;
	left: -15px;
	top: 20px;
	cursor:pointer;
	background: url(../images/xxgk/view/prev6.png) no-repeat center center;
	background-color: #e5e5e5;
}

.imgMove .next_a {
	display: block;
	width: 30px;
	height: 68px;
	position: absolute;
	right: -15px;
	top: 20px;
	cursor:pointer;
	background: url(../images/xxgk/view/next6.png) no-repeat center center;
	background-color: #e5e5e5;
}

/* 大图切换 end */
.xxgk-article_pageUp {
	font-size: 14px;
	line-height: 30px;
	color: #333;
	padding-left: 20px
}

.xxgk-article_pageUp a {
	color: #666
}

.xxgk-article_pageUp a:hover {
	color: #317f37
}

.xxgk-articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.xxgk-articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.xxgk-articlePage a:hover {
	color: #fff;
	background: #C4100D;
}

.xxgk-articlePage a.hover {
	color: #fff;
	background: #C4100D;
}

.xxgk-articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}

.xxgk-articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 0px 30px;
	background: url(../images/xxgk/view/file.png) no-repeat left center;
	margin-bottom: 10px;
}

.xxgk-articleHand a:hover {
	color: #C4100D;
}

.xxgk-articleHand a.word {
	background: url(../images/xxgk/view/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.xxgk-articleHand a.ppt {
	background: url(../images/xxgk/view/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.xxgk-articleHand a.excel {
	background: url(../images/xxgk/view/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.xxgk-articleHand a.pdf {
	background: url(../images/xxgk/view/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.xxgk-articleHand a.zip {
	background: url(../images/xxgk/view/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

.xxgk-articleBox {
	font-size: 20px;
	line-height: 42px;
	color: #333;
	padding: 20px 0 10px;
}
.xxgk-articleBox table{
	width: 100% !important;
}
.xxgk-articleBox th,
.xxgk-articleBox td{
	border: 1px solid #e5e5e5;
}

.xxgk-articleBox h1 {
	font-size: 21px;
	line-height: 60px;
}

.xxgk-articleBox h2 {
	font-size: 18px;
	line-height: 60px;
}

.xxgk-articleBox h3 {
	font-size: 16px;
	line-height: 60px;
}

.xxgk-articleBox em,
.xxgk-articleBox i {
	font-style: italic;
}

.xxgk-articleBox img {
	max-width: 100%;
}

/* 分享 */
.xxgk-newsShare {
	display: inline-block;
	padding: 0 0 0 10px;
	position: relative;
	top: -3px;
	vertical-align: middle;
}

.xxgk-ShareBox {
	overflow: hidden;
	clear: both;
}

.xxgk-ShareBox i {
	clear: both;
	display: block;
	font-size: 12px;
	color: #666;
	text-align: center;
	overflow: hidden;
	margin: 5px 0px;
	display: none;
}

.xxgk-ShareBox span {
	font-size: 14px;
	line-height: 30px;
	float: left;
}

.xxgk-ShareBox a {
	padding: 0 !important;
	width: 25px !important;
	height: 25px !important;
	margin: 0 7px 0 0 !important;
	display: inline-block;
	cursor: pointer;
}

.xxgk-ShareBox .bshare-weixin {
	background: url(../images/xxgk/share/shareBt5.png) no-repeat center center !important;
	background-size: 100% !important;
}

.xxgk-ShareBox .bshare-sinaminiblog {
	background: url(../images/xxgk/share/shareBt1.png) no-repeat center center !important;
	background-size: 100% !important;
}

.xxgk-ShareBox .bshare-qzone {
	background: url(../images/xxgk/share/shareBt3.png) no-repeat center center !important;
	background-size: 100% !important;
}

.xxgk-ShareBox .bshare-qqim {
	background: url(../images/xxgk/share/shareBt6.png) no-repeat center center !important;
	background-size: 100% !important;
}

.xxgk-ShareBox .bshare-douban {
	background: url(../images/xxgk/share/shareBt4.png) no-repeat center center !important;
	background-size: 100% !important;
}

.xxgk-ShareBox .bshare-renren {
	background: url(../images/xxgk/share/shareBt7.png) no-repeat center center !important;
	background-size: 100% !important;
}
.wxShare{
	padding: 30px 0;
	font-size: 12px;
	color: #999;
	text-align: center;
}
#wxcode{
	margin: 0 auto 40px auto;
	text-align: center;
	width: 200px;
}


/* 相关文档 start */
.xxgk-related {
	padding-top: 15px;
}

.xxgk-related .title {
	font-weight: bold;
	font-size: 20px;
	color: #4d4d4d;
	padding-left: 30px;
	background: url(../images/xxgk/wendang.png) left center no-repeat;
}

.xxgk-related .list {
	padding-top: 8px;
}

.xxgk-related .list dd {
	line-height: 45px;
	font-size: 16px;
	color: #4d4d4d;
	position: relative;
	padding-left: 20px;
}

.xxgk-related .list dd::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #444;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -3px;
}
.xxgk-related .list dd a{
	color: #333;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.xxgk-related .list dd:hover a{
	color: var(--themeColor);
}
/* 相关文档 end */

/* 生成二维码 start */
.artEwm {
	width: 195px;
	margin: 0 auto;
}

.artEwm .ewm {
	border: 1px solid #f3f3f3;
	width: 187px;
	height: 187px;
	border-radius: 3px;
	padding: 8px;
}

.artEwm .ewm img {
	display: block;
	width: 100%;
	height: 100%;
}

.artEwm .text {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #999999;
}
/* 生成二维码 end */


/*单篇+文章页end*/


/* 组织机构 start */
.organizationTitle {
	position: relative;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}

.organizationTitle span {
	float: left;
	display: inline;
	position: relative;
	padding-right: 56px;
}

.organizationTitle span::after {
	display: block;
	content: "";
	position: absolute;
	width: 58px;
	height:40px;
	right: 0;
	top: 0;
	background: url(../images/xxgk/sanjiao.png) -2px center no-repeat;
}

.organizationTitle span em {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	background: #C4100D;
	font-size: 18px;
	color: #fff;
}

.organizationTitle i {
	display: block;
	overflow: hidden;
	position: relative;
	height: 40px;
}

.organizationTitle i::after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	height: 1px;
	width: 100%;
	top: 22px;
	background: #d8d8d8;
}

.organizationTitle::before {
	display: block;
	content: "";
	position: absolute;
	width: 3px;
	height: 20px;
	left: 0;
	top: 50%;
	margin-top: -10px;
	background: #C4100D;
}

.organization-itro {
	padding: 30px 0;
}

.organization-itroC {
	line-height: 30px;
	font-size: 16px;
	color: #666;
}

.organization-boxBody {
	padding: 20px 0;
}

.organization-office {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.organization-textC {
	line-height: 30px;
	font-size: 16px;
	color:#666;
}

/* 组织机构 end */

/* 公报列表 start */
.xxgk-bulletinList dd{
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 20px;
}
.xxgk-bulletinList a{
	display: block;
}
.xxgk-bulletinList .pic{
	width: 172px;
	margin: 0 auto;
	transition: 0.3s;
}
.xxgk-bulletinList .pic::before{
	height: 210px;
}
.xxgk-bulletinList .title{
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	height: 30px;
	padding-top: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.3s;
}
.xxgk-bulletinList a:hover .pic{
	transform: translateY(-4px);
}
.xxgk-bulletinList a:hover .title{
	color: #C4100D;
}
.bulletinSearch{
	padding:20px;
	background-color: #f5f5f5;
}
.bulletinSearch .title{
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #C4100D;
	font-weight: bold;
}
.bulletinSearch .bulletin-inputBox.input{
	background-color: #fff;
	width: 290px;
	margin-right: 10px;
}
.bulletinSearch .bulletinSel{
	width: 270px;
	background-color: #fff;
}

.bulletinSearch .bulletin-searchBt{
	background-color: #C4100D;
}
.bulletinSearch .bulletinSel .selTj a:hover {
	background: #C4100D;
	color: #FFF;
}
.bulletinSearch .bulletinSel .selTj a.hover {
	background: #C4100D;
	color: #FFF;
}
/* 公报列表 end */

/* 登录弹窗 start */
.layui-layer.loginLayer{
	box-shadow: none;
	height: 636px;
	background-color: transparent;
}
.layui-layer.loginLayer .layui-layer-content{
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.loginWindow{
	display: none;
}
.loginTab{
	background-color: #f5f5f5;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}
.loginTab .item{
	width: 50%;
	text-align: center;
	line-height: 30px;
	padding:15px 0;
	float: left;
	display: inline;
	font-size: 16px;
	color: #666;
	cursor: pointer;
}
.loginTab .item.hover{
	background-color: #fff;
	color: #333;
}
.loginCon{
	padding: 20px;
}
.loginForm .form-form-label{
	width: 95px;
}
.loginForm .form-form-formBox{
	margin-left: 100px;
}
.loginBtn a{
	display: block;
	background-color: #C4100D;
	border-radius: 3px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.loginBtn1{
	text-align: center;
	line-height: 40px;
}
.loginBtn1 a{
	color: #999;
	transition: 0.3s;
}
.loginBtn1 a:hover{
	color: #C4100D;
}
.loginForm .ysqYzm{
	margin: 0 10px;
}
.loginForm #loginCaptcha,
.loginForm #smsCaptcha,
.loginForm #registerCaptcha{
	width: 130px !important;
}
/* 登录弹窗 end */

/* 表格样式 start */
.ysq-tableStyle1{
	width: 100%;
}
.ysq-tableStyle1 tr,
.ysq-tableStyle1 th,
.ysq-tableStyle1 td{
	border: 1px solid #ebebeb;
	padding: 5px 10px;
}
.ysq-tableStyle1 th{
	background-color: #F5F5F5;
	padding: 10px;
}
.ysq-tableStyle1 td{
	padding: 8px 10px;
	text-align: center;
}
a.auiBtn{
	background-color: #C4100D;
	color: #fff;
	padding: 2px 8px;
	border-radius: 3px;
	transition: 0.3s;
}
a.auiBtn:hover{
	opacity: 0.8;
}
/* 表格样式 end */

/* 页码start */
.page{padding:20px 0;text-align: center;clear: both;font-size: 14px;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #C4100D;color: #fff;border-color:#C4100D}
.page a.hover{background: #C4100D;color: #fff;border-color:#C4100D}
.page input{display: inline-block;vertical-align: middle;height: 26px;width: 40px; padding: 0 5px; border-radius: 3px; border: 1px solid #e6e6e6;position: relative;}
.page input.pageDetail{width: 30px; height: 29px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#333;position: relative;vertical-align: middle;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}
.page a div{
	width: 11px;
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageh.png)}

/* .page a.firstPage.disabled{background:#e2e2e2;}
.page a.prevPage.disabled{background:#e2e2e2;}
.page a.nextPage.disabled{background:#f3f3f3;}
.page a.lastPage.disabled{background:#f3f3f3;} */

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}

/* 页码end */

/* 政策文件列表 start */
.xxgk-policyPaperTitle{
	line-height: 30px;
	padding: 0 25px;
}
.xxgk-policyPaperTitle a{
	position: relative;
	font-size: 18px;
	color: #333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	padding-left: 20px;
	margin-right: 20px;
	display: inline-block;
}
.xxgk-policyPaperTitle a:before{
	display: block;
	content: '';
	position: absolute;
	top: 13px;
	left: 8px;
	width: 4px;
	height: 4px;
	background-color: #666666;
	border-radius: 50%;
}
.xxgk-policyPaperTitle a:hover{
	color: #C4100D;
}
.xxgk-policyPaper-listTitle{
	font-size: 20px;
	color: #333333;
	height: 64px;
	line-height: 64px;
	overflow: hidden;
	font-family: FZXiaoBiaoSong-B05S;
	border-bottom: 2px solid #c40327;
	font-family: 'FZXBSSJ';
	font-family: '方正小标宋简体';
	font-family: 'SiYuanSongTi';
}
.xxgk-policyPaper-listTitle .order{
	text-align: center;
	width: 80px;
}
.xxgk-policyPaper-listTitle .title{
	padding-left: 120px;
	overflow: hidden;
}
.xxgk-policyPaper-listTitle .download{
	text-align: center;
	width: 178px;
}
.xxgk-policyPaper-list dd{
	background-color: #ffffff;
}
.xxgk-policyPaper-list dd:nth-child(even) {
	background-color: #eeeeee;
}
.xxgk-policyPaper-list .con{
	overflow: hidden;
	padding: 5px 0;
	position: relative;
}
.xxgk-policyPaper-list .con .order{
	position: absolute;
	left: 0;
	top: 50%;
	width: 80px;
	height: 68px;
	line-height: 68px;
	margin-top: -34px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	font-family:'宋体';
}
.xxgk-policyPaper-list .con .downloadType{
	position: absolute;
	right: 0;
	top: 50%;
	width: 190px;
	height: 50px;
	padding: 9px 0;
	line-height: 50px;
	margin-top: -34px;
}
.xxgk-policyPaper-list .con .downloadType a{
	font-size: 14px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	margin: 0 10px;
	font-family:'宋体';
}
.xxgk-policyPaper-list .con .downloadType a:hover{
	color: #C4100D;
}
.xxgk-policyPaper-list .con .titleCon{
	padding-left: 80px;
	padding-right: 193px;
}
.xxgk-policyPaper-list .con .titleCon .title{
	height: 50px;
}
.xxgk-policyPaper-list .con .titleCon .title a{
	font-size: 16px;
	color: #333333;
	font-family:'宋体';
	font-weight: bold;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.xxgk-policyPaper-list .con .titleCon .title a:hover{
	color: #C4100D;
}
.xxgk-policyPaper-list .con .titleCon .info{
	font-size: 14px;
	color: #a7793d;
	line-height: 20px;
	font-family:'宋体';
}
/* 政策文件列表 end */


/* 规章库检索 start 2023.8.2 */
.xxgk-pageSearch{
	padding-top: 36px;
}
.xxgk-search.xxgk-searchNew{
	width: 700px;
	margin: 0 auto;
	padding: 45px 0 95px;
	height: 180px;
	box-sizing: border-box;
}
.xxgk-search.xxgk-searchNew::before,
.xxgk-search.xxgk-searchNew::after{
	display: none;
}

.advancedBtn{
	width: 110px;
	height: 46px;
	background-color: #C4100D;
	border-radius: 10px;
	font-size: 18px;
	margin-left: 25px;
	overflow: hidden;
	text-align: center;
	line-height: 46px;
}
.advancedBtn a{
	color: #fff;
}
.xxgk-search.xxgk-searchNew .xxgk-searchBox{
	overflow: hidden;
	margin-left: 0;
	width: auto;
}
.xxgk-search.xxgk-searchNew .xxgk-searchBox .inpBox input{
	height: 42px;
	line-height: 42px;
}
.xxgk-search.xxgk-searchNew .xxgk-searchBox .inpBox input::-webkit-input-placeholder{
	font-size: 15px;
}
.advancedRido{
	text-align: center;
	padding-top: 20px;
}
.advancedRidoC{
	display: inline-block;
	font-size: 0;
	overflow: hidden;
	margin: 0 15px;
}
.advancedRidoC .title{
	float: left;
	display: inline;
	line-height: 30px;
	font-size: 16px;
	color: #C4100D;
	padding: 11px 0;
	margin-right: 20px;
}
.advancedRidoC .form_beautify_radio{
	float: left;
	display: inline;
}
.advancedRidoC .form_cssRadioBox{
	margin:0 15px 0 0;
	padding: 11px 0;
}
.advancedRidoC  .form_cssRadio_icn{
	border: 1px solid #c2c2c2;
	width: 16px;
	height: 16px;
	top: 6px;
}
.advancedRidoC .form_cssRadio_text{
	line-height: 30px;
	padding: 0;
}
.advancedRidoC  .form_cssRadio_icn i{
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	background: #C4100D;
	margin-right: 8px;
}
.advancedRidoC .form_cssRadioBox.checked .form_cssRadio_icn i{
	background: #C4100D;
}
.advancedRidoC .form_cssRadioBox.checked .form_cssRadio_icn{
	border: 1px solid #C4100D;
}



.form_radio_item{
	display: flex;
	height: 52px;
	align-items: center;
}
.formRadioDd{
	margin-right: 15px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.formRadioDd i{
	display: block;
	border: 1px solid #c2c2c2;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	margin-right: 10px;
	position: relative;
}
.formRadioDd.hover  i:before{
	display: block;
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px;
	border-radius: 100%;
	background: #C4100D;
}
.formRadioDd.hover i{
	border-color: #C4100D;
}
.formRadioDd.hover span{
	color:#C4100D;
}
 .formRadioDd span{
	font-size: 14px;
	color: #333;
}
/* 规章库检索 end 2023.8.2 */

/**归档开始*/
.gdbox{
	width: 245px;
	height: 115px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 15px;
	text-align: center;
	position: absolute;
	top: 320px;
	right: 40px;
	transform: rotate(-17deg);
	border-radius: 5px;
	z-index: 99;
}
.gdbox .time{
	font-size: 16px;
	color: #d93636;
}
.gdbox .text{
	font-weight: bold;
	color: #d93636;
	font-size: 26px;
	border: 1px solid #d93636;
	border-radius: 5px;
	width: 200px;
	line-height: 60px;
	text-align: center;
	margin: 0 auto;
}
/**归档结束*/

/* ========== 政府公报 仿照临沧 start ========== */
.zfgbPage {
	position: relative;
	z-index: 2;
	padding-top: 40px;
}

.zfgbPageTop {
	padding: 69px 20px 31px;
	background: url(../images/zfgb/zfgbTopBg.jpg) no-repeat 50% / cover;
}

.zfgbPageTop .title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 60px;
	line-height: 62px;
	color: #fff;
	margin-bottom: 24px;
	font-family: 'SiYuanSongTi';
}
.zfgbPageTop .title img{
	display: block;
    height: 62px;
    margin-right: 45px;
}
.zfgbPageTop .link {
	display: flex;
	align-items: center;
	justify-content: center;
}

.zfgbPageTop .link a {
	display: block;
	font-size: 22px;
	line-height: 50px;
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
	margin: 0 30px;
	transition: .5s;
	-webkit-transition: .5s;
}

.zfgbPageTop .alllzfgb {
	display: flex;
	align-items: center;
	justify-content: center;
}

.zfgbPageTop .alllzfgb a {
	display: block;
	font-size: 22px;
	line-height: 50px;
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
	margin: 0 30px;
	transition: .5s;
	-webkit-transition: .5s;
}

.zfgbPageConC {
	padding: 40px 0px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zfgbPageC {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zfgbPageLeft {
	align-self: flex-start;
	width: 26.07%;
    padding: 31px 32px 70px 31px;
	background: #FFFBF7;
	border: 1px solid #FFDDB6;
	box-sizing: border-box;
}

.zfgbPageLeftOne {
	margin-bottom: 76px;
}

.zfgbPageLeftOne .zfgbPageCTitle {
	margin-bottom: 24px;
}

.zfgbPageLeftPrev {
	width: 21px;
	height: 37px;
	background: transparent url("../images/zfgbLeftPrev.png") no-repeat 50% / 100%;
	left: 0;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zfgbPageLeftNext {
	width: 21px;
	height: 37px;
	background: transparent url("../images/zfgbLeftNext.png") no-repeat 50% / 100%;
	right: 0;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zfgbPageLeftScroll {
	overflow: hidden;
	position: relative;
	padding: 0 20px;
	margin-bottom: 18px;
}

.zfgbPageLeftScroll .bd {
	overflow: hidden;
}

.zfgbPageLeftScroll .bd .swiper-wrapper .swiper-slide {
	width: 100%;
}

.zfgbPageLeftScroll .bd .con {
	display: block;
	padding: 10px;
}

.zfgbPageLeftScroll .bd .con .pic {
	margin: 0 auto;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.zfgbPageLeftScroll .bd .con .pic::before {
	padding-top: 126.5560%;
}

.zfgbPageLeftMenu {
	margin-right: -20px;
}

.zfgbPageLeftMenu dd {
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 17px;
}

.zfgbPageLeftMenu dd a {
	margin-right: 20px;
	display: block;
	font-size: 16px;
	line-height: 39px;
	color: #111111;
	text-align: center;
	border: 1px solid #FFDDB6;
	transition: .5s;
	-webkit-transition: .5s;
}

.zfgbPageLeftMenu dd:hover a {
	color: #fff;
	background: #C61613;
	border-color: #C61613;
}

.zfgbPageLeftMenu dd.hover a {
	color: #fff;
	background: #C61613;
	border-color: #C61613;
}

.zfgbPageLeftTwo {
	margin-bottom: 62px;
}

.zfgbPageLeftTwo .zfgbPageCTitle {
	margin-bottom: 27px;
}

.zfgbPageLeftTwoFormC {
	display: flex;
	justify-content: space-between;
}

.zfgbPageLeftTwoFormC .formItem {
	width: 47.35%;
}

.zfgbPageLeftTwoFormC .formItem select {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 41px;
	height: 43px;
	color: #111111;
	padding: 0 15px;
	border: 1px solid rgba(196, 16, 13, 0.26);
	outline: none;
	border-radius: 0;
}

.zfgbPageLeftThree .zfgbPageCTitle {
	margin-bottom: 27px;
}

.zfgbPageLeftTwoForm2 .formItem {
	margin-bottom: 19px;
}

.zfgbPageLeftTwoForm2 .formItem .formItemC {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 43px;
	border: 1px solid rgba(196, 16, 13, 0.26);
	background: #fff;
	padding: 0 15px;
}

.zfgbPageLeftTwoForm2 .formItem .formItemC span {
	display: block;
	font-size: 16px;
	line-height: 41px;
	color: #111111;
	width: 80px;
	text-align: right;
}

.zfgbPageLeftTwoForm2 .formItem .formItemC input {
	display: block;
	width: calc(100% - 90px);
	font-size: 16px;
	line-height: 41px;
	height: 41px;
	color: #333;
	border: none;
	background: none;
}
.zfgbPageLeftTwoForm2 .formItem.formItemDate .formItemC{
	border: none;
	padding: 0;
}
.zfgbPageLeftTwoForm2 .formItem.formItemDate .formItemC .inputText {
	font-size: 16px;
	margin: 0 5px;
}

.zfgbPageLeftTwoForm2 .formItem.formItemDate .formItemC .input {
	flex: 1;
	padding: 0 25px 0 5px;
	border: 1px solid rgba(196, 16, 13, 0.26);
	position: relative;
}
.zfgbPageLeftTwoForm2 .formItem.formItemDate .formItemC .input::before{
	display: block;
	content: "";
	position: absolute;
	width: 25px;
	height: 100%;
	top: 0;
	right: 0;
	background: url(../images/zfgb/zwkgC2SearchIcon.svg) no-repeat 50% 50%;
	background-size: 20px;
}
.zfgbPageLeftTwoForm2 .formItem.formItemDate .formItemC .input input {
	width: 100%;
	font-size: 14px;
}
.zfgbPageLeftTwoForm2 .formItemBtn{
	padding-top: 8px;
	margin-bottom: 0;
}
.zfgbPageLeftTwoForm2 .formItemBtn button{
	width: 100%;
    display: flex;
    align-items: center;
	border: none;
    justify-content: center;
    font-size: 18px;
    line-height: 55px;
    color: #fff;
    background: #C61613;
    border-radius: 3px;
    cursor: pointer;
}
.zfgbPageLeftTwoForm2 .formItemBtn button img{
	display: block;
    width: 16px;
    margin-right: 10px;
}

.zfgbPageCon{
	align-self: flex-start;
	flex: 1;
	padding: 63px 48px 63px 26px;
	min-height: 1387px;
	border: 1px solid #FFDDB6;
	box-sizing: border-box;
	margin: 0 30px;
}

.zfgbPageConC1 img{
    display: block;
    width: 105px;
    margin: 0 auto 40px;
}
.zfgbPageConC1 .title{
	font-size: 40px;
    line-height: 50px;
    color: #C61613;
    font-family: 'SiYuanSongTi';
    text-align: center;
	margin-bottom: 26px;
}
.zfgbPageConC1 .link{
    padding: 3px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #D8D8D8;
}
.zfgbPageConC1 .link span{
	display: block;
    font-size: 14px;
    line-height: 50px;
    color: #111111;
    text-align: center;
}
.zfgbPageConC2{margin-bottom:60px;}
.zfgbPageConC2 .titleC{
	font-size: 26px;
    line-height: 50px;
    color: #111111;
    text-align: center;
    font-weight: 700;
    margin-top: 28px;
}
.zfgbPageConC2List dd {margin-bottom: 5px;}
.zfgbPageConC2List dd:last-of-type{margin-bottom: 0;}
.zfgbPageConC2List dd .con{
	padding: 10px 15px;
    border-bottom: 1px dashed #D8D8D8
}
.zfgbPageConC2List dd .con .title{
	font-size: 18px;
    line-height: 50px;
    color: #C61613;
    font-weight: 700;
}
.zfgbPageConC2ListUl li{
	position: relative;
    font-size: 18px;
    line-height: 50px;
    padding-left: 16px;
}
.zfgbPageConC2ListUl li::before{
	position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #C61613;
    border-radius: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.zfgbPageConC2ListUl li a{
	display: block;
	overflow: hidden;
}
.zfgbPageConC2ListUl li a span{
	position: relative;
    background-image: linear-gradient(#C22A3C, #C22A3C);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
	color: #333;
}
.zfgbPageConC2ListUl li a:hover span{
	background-size: 100% 1px;
    color: #C22A3C;
	font-weight: bold;
}
.zfgbPageConC3 .down a{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 215px;
    padding: 4px 5px;
    background: #C61613;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}
.zfgbPageConC3 .down a img{
	display: block;
    width: 24px;
    margin-right: 10px;
}
.zfgbPageConC3 .down a::before{
	position: absolute;
    content: '';
    left: 5px;
    right: 5px;
    top: 4px;
    bottom: 4px;
    border: 1px dashed rgba(255, 255, 255, 0.41);
    z-index: -1;
}
.zfgbPageRight{
	align-self: flex-start;
	width: 330px;
    padding: 51px 30px 56px;
	background: #FFFBF7;
	border: 1px solid #FFDDB6;
	box-sizing: border-box;
}
.zfgbPageRightOne{
	margin-bottom: 53px;
}
.zfgbPageRightOne .text{margin-bottom: 27px;}
.zfgbPageRightOne .text span{
	display: block;
    font-size: 40px;
    line-height: 56px;
    color: #C61613;
    text-align: center;
    font-family: 'YunFengFeiYunTi';
}
.zfgbPageRightOne .info{
	font-size: 16px;
    line-height: 34px;
    color: #111111;
    -webkit-line-clamp: 6;
    height: 204px;
}
.zfgbPageRightTwo{
	margin-bottom: 43px;
}
.zfgbPageRightTwo .item{margin-bottom: 29px;}
.zfgbPageRightTwo .item a{
	display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 53px;
    color: #fff;
    justify-content: center;
    background: #F3807E;
    transition: .5s;
	-webkit-transition: .5s;
}
.zfgbPageRightTwo .item:hover a{
	background: #C61613;
}
.zfgbPageRightTwo .item a img{
	display: block;
    width: 36px;
    margin-right: 18px;
}
.zfgbPageRightThree{
	margin-bottom: 33px;
}
.zfgbPageRightThree .zfgbPageCRTitle,.zfgbPageRightFour .zfgbPageCRTitle{
	margin-bottom: 25px;
}
.zfgbPageRightThree .formItem select,.zfgbPageRightFour .formItem select{
	display: block;
    width: 100%;
    font-size: 15px;
    line-height: 41px;
    height: 43px;
    color: #111111;
    padding: 0 15px 0 8px;
    border: 1px solid rgba(196, 16, 13, 0.26);
    outline: none;
    border-radius: 0;
}
.zfgbPageRightFour{margin-bottom: 30px;}
.zfgbPageRightFive .zfgbPageCRTitle{margin-bottom: 20px;}
.zfgbPageRightFive .text{
	font-size: 16px;
    line-height: 40px;
    color: #111111;
    margin-top: 20px;
}
.zfgbPageRightFive .text p{
	text-indent: 0 !important;
}
.zfgbPageCTitle {
    font-size: 26px;
    line-height: 50px;
    color: #C61613;
    font-family: 'SiYuanSongTi';
    position: relative;
    padding-left: 16px;
}
.zfgbPageCTitle::before {
    position: absolute;
    content: '';
    left: 0;
    top: 17px;
    width: 3px;
    height: 20px;
    background: #C61613;
    /* transform: translateY(-50%); */
    /* -webkit-transform: translateY(-50%); */
}
/* ========== 政府公报 仿照临沧 end ========== */

/* ========== 政府公报简介 仿照临沧start ========== */
.zfgbPageInfoCon{padding-top: 40px;padding-bottom: 60px;}
.zfgbPageInfoC{
	overflow: hidden;
	width: calc(100% - 244px);
    padding-top: 19px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}
.zfgbPageInfoC .pic{width: 40%;}
.zfgbPageInfoC .pic::before{padding-top: 124.8917%;}
.zfgbPageInfoC .text{
	width: 55%;
	padding-top: 22px;
}
.zfgbPageInfoC .text .title{
	padding: 60px 0;
}
.zfgbPageInfoC .text .title .titleC{
	color: #000;
    font-family: 'SiYuanSongTi';
    text-align: center;
    font-size: 35px;
    line-height: 60px;
}
.zfgbPageInfoC .text .title .titleC span{
	color: #E00314;
    font-family: 'SiYuanSongTi';
    letter-spacing: 3px;
}
.zfgbPageInfoC .text .infoC{
	line-height: 34px;
	font-size: 14pt;
	color: #111;
}
.zfgbPageInfoC .text .infoC p{text-indent: 2em;font-family: 'SimSun';}
/* ========== 政府公报简介 仿照临沧 end ========== */



/* 规章库和现行有效文件 start */
.xxgk-rules{
	background: #fff;
	border-top: 2px solid #C4100D;
    padding: 20px 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}
.statement{
	font-size: 18px;
    background-color: #f2f2f2;
    border: 1px solid #e3e3e6;
    width: 220px;
    display: block;
    margin: 0 auto 10px;
    padding: 16px 0;
    border-radius: 5px;
    text-align: center;
	color: #333;
}
.xxgk-countyDl{
	display: flex;
	flex-wrap: wrap;
	width: 228px;
	margin: 0 auto;
}
.xxgk-countyDl  dd {
    float: left;
    font-size: 12px;
    width: 33.33334%;
    text-align: center;
    padding: 8px 0;
}
.xxgk-countyDl  dd a{
	display: block;
	padding: 8px 0;
	margin: 0 4px;
	border-radius: 5px;
	border: 1px solid #e3e3e6;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.xxgk-countyDl  dd a:hover{
	background: #c40327;
	color: #fff;
	border-color: #c40327;
}
.xxgk-reulesPage .xxgk-top{
	height: 240px;
}
.xxgk-reulesPage .xxgk-topTitle{
	display: none;
}
.xxgk-reulesPage1 .xxgk-top{
	height: 220px;
}
.xxgk-reulesPage1 .xxgk-topTitle{
	display: none;
}
.xxgk-rulesTop{
	position: relative;
	height: 120px;
}
.xxgk-rulesTopC{
	position: absolute;
	width: 100%;
	left: 0;
	top: -120px;
	padding-bottom: 40px;
}

.xxgk-rulesTitle {
	text-align: center;
	font-weight: bold;
	color: #c40327;
	font-size: 55px;
	position: relative;
	padding-top: 40px;
	margin-bottom: 20px;
}
.xxgk-rulesNumber{
	text-align: center;
}
.xxgk-rulesNumber span{
	position: relative;
	display: inline-block;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
    color: #a7793d;
	padding: 0 40px;
}
.xxgk-rulesNumber span::before{
	display: block;
	content: '';
	position: absolute;
	width: 180px;
	left: -180px;
	top: 50%;
	width: 100%;
	height: 1px;
	background-image: -moz-linear-gradient(to right, rgba(167, 121, 61,0) 0%, rgba(167, 121, 61,.9) 100%);
	background-image: -webkit-linear-gradient(to right, rgba(167, 121, 61,0) 0%, rgba(167, 121, 61,.9) 100%);
	background-image: -ms-linear-gradient(to right, rgba(167, 121, 61,0) 0%, rgba(167, 121, 61,.9) 100%);
	background-image: linear-gradient(to right, rgba(167, 121, 61,0) 0%, rgba(167, 121, 61,.9) 100%);
}
.xxgk-rulesNumber span::after{
	display: block;
	content: '';
	position: absolute;
	width: 180px;
	right: -180px;
	top: 50%;
	width: 100%;
	height: 1px;
	background-image: -moz-linear-gradient(to left, rgba(167, 121, 61,0) 0%, rgba(167, 121, 61,.9) 100%);
	background-image: -webkit-linear-gradient(to left, rgba(167, 121, 61,0) 0%, rgba(167, 121, 61,.9) 100%);
	background-image: -ms-linear-gradient(to left, rgba(167, 121, 61,0) 0%, rgba(167, 121, 61,.9) 100%);
	background-image: linear-gradient(to left, rgba(167, 121, 61,0) 0%, rgba(167, 121, 61,.9) 100%);
}
/* 规章库和现行有效文件 end */


/* 机构职能详情 start */
.institutionDutyTitle{
	text-align: center;
	padding: 30px 0;
	margin: 0 25px;
	font-size: 30px;
	color: #000;
}
.institutionDutyDl{
	display: flex;
	background-color: #FCF6F7;
	border: 1px solid #e6e6e6;
	overflow: hidden;
	margin: 0 25px 25px;
}
.institutionDutyDl dd{
	display: flex;
	width: 33.3%;
	padding: 20px 10px;
	border-right: 1px solid #e6e6e6;
}
.institutionDutyDl dd:last-child{
	border: none;
}
.institutionDutyDl dd .name{
	font-weight: bold;
	font-size: 16px;
	color: #181818;
}
.institutionDutyDl dd .text{
	flex: 1;
	font-size: 16px;
	color: #181818;
}
.institutionDutyTab{
	display: flex;
	margin: 0 25px;
}
.institutionDutyTab dd{
	height: 42px;
	margin-right: 50px;
	font-size: 20px;
	color: #999999;
	font-weight: bold;
	position: relative;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.institutionDutyTab dd.hover::before{
	display: block;
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 10px;
	height: 4px;
	border-radius: 3px;
	background: #bf2233;
}
.institutionDutyTab dd.hover::after{
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top-color:#bf2233;
	bottom: 0;
}
.institutionDutyTab dd.hover {
	color: #000;
	cursor: pointer;
}
.institutionDutyTabC{
	margin: 0 25px;
	padding: 20px 0;
	overflow: hidden;
}
.dutyArticleBox{
	font-size: 18px;
	line-height: 40px;
	color: #333;
}
/* 机构职能详情 start */

/* 领导信息 start */
.xxgk-listTitle4{
	height: 42px;
	line-height: 42px;
	margin: 0 20px;
	padding: 0 20px;
	background: #bd1a2d;
	font-size: 16px;
	color: #fff;
}
.leaderTop{
	overflow: hidden;
	margin-bottom: 20px;
	background: url(../images/leaderBg.png) repeat-x left center;
}
.leaderTopC{
	position: relative;
	display: inline-block;
	padding-right: 20px;
	height: 45px;
	line-height: 45px;
	background: #fff;
}
.leaderTopC span{
	font-size: 30px;
	color: #C4100D;
	font-weight: 700;
}
.leaderTopC a{
	margin-left: 15px;
	font-size: 30px;
	color: #333;
	font-weight: 700;
}
.leaderColumn{
	margin: 0 20px;
}
.leaderIntro .title{
	height: 32px;
	line-height: 32px;
	font-size:22px;
	color: #111;
	padding-left: 32px;
	font-weight: 700;
	margin-bottom: 15px;
	background: url(../images/leaderIcon.png) no-repeat left center;
}
.leaderIntro .text{
	height: 96px;
	line-height: 32px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	margin-bottom: 20px;
}
.leaderColumn{
	margin-bottom: 30px;
}
.leaderDl{
	display: flex;
	flex-wrap: wrap;
}
.leaderDl dd{
	width: 25%;
}
.leaderDl dd a{
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 22px;
	font-weight: 700;
	color: #111;
	transition: all .4s;
	-webkit-transition: all .4s;
	margin-bottom: 25px;
}
.leaderDl dd a:hover{
	color: #C4100D;
}

/* 领导详情 start */
.leaderViewTop{
	padding-top: 16px;
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
	line-height: 38px;
	font-size: 30px;
	color: #333;
	font-weight: 700;
	text-align: center;
}
.leaderView-content .title{
	line-height: 50px;
	font-size: 20px;
	font-weight: 900;
	color: #333;
	position: relative;
	padding-left: 15px;
}
.leaderView-content .title::before{
	display: block;
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 50%;
	margin-top: -5px;
	background: #be151b;
}
.leaderView-content .text{
	line-height: 40px;
	font-size: 18px;
}
.leaderView-content .text p{
	text-indent: 2em;
}


.childDl{
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	text-align: center;
}
.childDl dd{
	width: 25%;
	font-size: 0;
	padding: 10px 0;
}
.childDl dd .con{
	margin: 0 10px;
	display: flex;
	height: 170px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #F0E8E7;
	transition: .5s;
}
.childDl dd .con .icon{
	position: relative;
	width: 55px;
	height: 55px;
	transition: all 0.3s ease-in;
}
.childDl dd .con .icon img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.childDl dd .con .title{
	font-size: 18px;
	line-height: 30px;
	color: #111;
	text-align: center;
	margin-top: 16px;
	transition: all 0.3s ease-in;
}
.childDl dd .con:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-sizing: border-box;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.08);
	border-radius: 5px;
	border-color: transparent;
}
.childDl dd .con:hover .icon{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.childDl dd .con:hover .title{
	color: #C4100D;
}
.xxgk-listTitleNew{
	height: 180px;
	line-height: 180px;
	font-size: 42px;
	color: #333;
	font-weight: 700;
	text-align: center;
	background: url(../images/msztBg.jpg) center center no-repeat;
	background-size: cover;
}

/*带图标综合页菜单栏下拉式*/
.childDlSelected{
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	text-align: center;
}
.childDlSelected dd{
	width: 33.3333%;
	font-size: 0;
	padding: 10px 0;
}
.childDlSelected dd .con {
	margin: 0 15px;
	display: block;
	height: 90px;
	transition: .5s;
	padding: 10px 20px;
	box-sizing: border-box;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	border: 2px solid #fff;
}
.childDlSelected dd .con:hover{
	border-color:var(--themeColor);
}
.childDlSelected dd .con .conBox{
	position: absolute;
	top: 0;
	height: 0;
}
.childDlSelected dd .con .childItemTop{
	flex: 1;
	display: flex;
	align-items: center;
	cursor: pointer;
	height:66px;
}
.childDlSelected dd .con .icon{
	position: relative;
	width: 40px;
	height: 40px;
	transition: all 0.3s ease-in;
}
.childDlSelected dd .con .icon img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	transition: all 0.2s ease-in;
}
.childDlSelected dd .con .icon span{
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	background: transparent;
	transition: all 0.2s ease-in;
	z-index:3;
	mask-size: cover !important;
	-webkit-mask-size: contain !important;
	-webkit-mask-position: center; /* 遮罩图像居中 */
	mask-position: center; /* 遮罩图像居中 */
	-webkit-mask-repeat: no-repeat; /* 不重复遮罩图像 */
	mask-repeat: no-repeat; /* 不重复遮罩图像 */
	background-size: contain;
}
.childDlSelected dd .con:hover .icon span{
	background: var(--themeColor);
}
.childDlSelected dd .con:hover .icon img{
	opacity: 0;
}
.childDlSelected dd .con .title{
	flex: 1;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: left;
	margin: 0 15px;
}
.childDlSelected dd .con .xiala{
	position: relative;
	width: 30px;
	height: 60px;
}
.childDlSelected dd .con .xiala:before{
	display: block;
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	top: 50%;
	left: 50%;
	margin-left: -5px;
	margin-top: -10px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.childDlSelected dd .childItemList{
	display: none;
	position: absolute;
	right: -2px;
	left: -2px;
	top: 78px;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
	overflow: hidden;
	border: 2px solid var(--themeColor);
}
.childDlSelected dd .childItemList a{
	display: block;
	padding: 10px 20px;
	line-height:22px;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #333;
}
.childDlSelected dd .childItemList a:hover{
	color: var(--themeColor);
}
.childDlSelected dd:hover{
	position: relative;
	z-index:5;
}
.childDlSelected dd .con:hover .childItemList{
	display: block;
}
.childDlSelected dd .con:hover .childItemTop .title{
	color: var(--themeColor);
}
.childDlSelected dd .con:hover .childItemTop .xiala:before{
	border-color: var(--themeColor);
	transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	margin-top: -5px;
}