/*
* @Author: Sun Jijing
* @Date:   2023-12-21 09:31:10
* @Last Modified by: Sun Jijing
* @Last Modified time: 2023-12-21 11:16:44
*/
.xxgk_wrap { width: 100%; background: url(xxgk_bg.png) no-repeat center top; overflow: hidden; }
.xxgk_pubcon { width: 1280px; margin: 0 auto; }

.xxgk_head { padding-top: 30px; padding-bottom: 40px; }
.xxgk_head .logo a { display: block; font-size: 38px; font-weight: bold; color: #fff; line-height: 74px; letter-spacing: 2px; display: flex; align-items: center; }
.xxgk_head .logo img { vertical-align: middle; margin-right: 12px; }
.xxgk_head .theme { text-align: center; font-size: 100px; color: #fff; padding-top: 40px; }

.xxgk_body { margin-top: 80px; background: #f4f9fd; padding: 10px 30px 50px; border-radius: 6px; box-shadow: 0 0 15px rgba(0, 0, 0, .1); min-height: 300px; margin-bottom: 40px; }
.dqwz{ margin: 10px 0 20px 0;}
.dqwz, .dqwz *{font-size: 14px; color: #333; line-height: 24px; }
.dqwz span { font-family: "宋体"; }
.dqwz a { font-family: "微软雅黑"; }

/* 左侧导航 */
.xxgk_nav { width: 240px; }
.xxgk_nav_list > li { margin-bottom: 14px; background: #fff; border: 1px solid #f1f1f1; }
.xxgk_nav_list > li > span { display: block; padding: 8px 10px; background: #fff; position: relative; display: flex; align-items: center; min-height: 54px; }
.xxgk_nav_list > li > span  img { display: none; }
.xxgk_nav_list > li > span  span { display: inline-block; width: 195px; font-size: 22px; color: #2d66a5; }
.xxgk_nav_list > li.haschild > span  { background: #fff url(xxgk_nav_up.png) no-repeat 96% center; }
.xxgk_nav_list > li.on.haschild > span  { background: #2d66a5 url(xxgk_nav_down.png) no-repeat 96% center; }
.xxgk_nav_list > li.on > span  { background-color: #2d66a5; }
.xxgk_nav_list > li.on > span  span { color: #fff; }
.xxgk_nav_list > li .xxgk_ejNav_list { display: none; }
.xxgk_nav_list > li.on .xxgk_ejNav_list { display: block; }
.xxgk_nav_list > li.state.haschild > span  { background: #2d66a5 url(xxgk_nav_up_state.png) no-repeat 96% center !important; }
.xxgk_nav_list > li.state.haschild.on > span  { background: #2d66a5 url(xxgk_nav_down.png) no-repeat 96% center !important; }
.xxgk_nav_list > li.state img.nor { display: none !important; }
.xxgk_nav_list > li.state img.hov { display: block !important; }
.xxgk_nav_list > li.state > span span { color: #fff !important; }
/* 二级菜单 */
.xxgk_ejNav_list li span  { display: block; font-size: 14px; padding: 8px 35px; position: relative; }
.xxgk_ejNav_list > li { overflow: hidden; margin-bottom: 1px; }
.xxgk_ejNav_list > li a { font-size: 16px; }  
.xxgk_ejNav_list > li > span ::before { content: ""; display: block; width: 4px; height: 4px; border-radius: 50%; background: #e4e4e4; position: absolute; left: 20px; top: 50%; margin-top: -2px; }
.xxgk_ejNav_list > li.on, .xxgk_ejNav_list > li:hover { background: #e6f5ff; }
.xxgk_ejNav_list > li.on > a, .xxgk_ejNav_list > li:hover > a { color: #2d66a5; }
.xxgk_ejNav_list > li.on > span::before, .xxgk_ejNav_list > li:hover > span ::before { background: #2d66a5; }
.xxgk_ejNav_list > li.state { background: #e6f5ff !important; }
.xxgk_ejNav_list > li.state > span a { color: #2d66a5 !important; }
.xxgk_ejNav_list > li.state > span a::before { background: #2d66a5 !important; }
/* 三级菜单 */
.xxgk_sjNav_list { display: none; margin: 0 20px 10px; background: #fff; padding: 10px 0; }
.xxgk_ejNav_list li.on .xxgk_sjNav_list { display: block; }
.xxgk_ejNav_list > li .xxgk_sjNav_list > li > a { padding: 8px 15px; color: #333; display: block; font-size: 14px; }
.xxgk_ejNav_list > li .xxgk_sjNav_list > li > a::before { content: '>'; margin-right: 10px; font-size: 14px; color: #333; font-family: '宋体'; }
.xxgk_ejNav_list > li .xxgk_sjNav_list > li.on > a, .xxgk_ejNav_list > li .xxgk_sjNav_list > li > a:hover { color: #2d66a5; }
.xxgk_ejNav_list > li .xxgk_sjNav_list > li.on > a::before, .xxgk_ejNav_list > li .xxgk_sjNav_list > li > a:hover::before { color: #2d66a5; }
.xxgk_ejNav_list > li.haschild > span::after { content: '>'; transform: rotate(90deg); font-family: '宋体'; display: block; font-size: 14px; height: 14px; width: 14px; line-height: 1em; display: flex; justify-content: center; align-items: center; background: #fff; border: 1px solid #ddd; color: #ddd; position: absolute; right: 20px; top: 11px; }
.xxgk_ejNav_list > li.haschild.on > span::after{ transform: rotate(-90deg); }
/* 四级菜单 */
.xxgk_fourNav_list { margin: 0px 30px; background: #fafafa; padding: 5px; display: none; }
.xxgk_fourNav_list li a { font-size: 14px; display: block; line-height: 1.5em; padding: 0 10px; }
.xxgk_sjNav_list > li.on .xxgk_fourNav_list { display: block; }
.xxgk_fourNav_list li.on a { color: #2d66a5; font-weight: bold; }

/* 右侧内容 */
.xxgk_right { width: 950px; background: #fff; }
.xxgk_con { padding: 30px 50px; }

.mktit { border-bottom: 1px solid #ccd1db; overflow: hidden; }
.mktit span { float: left; background-color: #2d66a5; color: #fff; font-size: 18px; line-height: 36px; text-align: center; font-weight: normal; padding: 0 15px; }

/*分页*/
.list_feny { margin: 0 auto; padding: 20px 0; margin: 0 20px; overflow: hidden; line-height: 28px; }
.list_feny ul { overflow: hidden; }
.list_feny ul.fl li { float: left; margin-left: 10px; }
.list_feny ul.fl li:first-child { margin-left: 0; }
.list_feny ul.fl li a { display: block; border: 1px solid #adadad; color: #404040; font-size: 14px; text-align: center; padding: 0 15px; border-radius: 3px; }
.list_feny ul.fl li a:hover { background: #2d66a5; color: #fff; border-color: #2d66a5; }
.list_feny ul.fl .jumps_href { color: #404040; font-size: 14px; }
.list_feny ul.fl .jumps_href .page_zd { color: #404040; font-size: 14px; text-align: center; margin: 0 4px; border: 1px solid #adadad; height: 28px; border-radius: 4px; }
.list_feny ul.fl .jumps_href .page_tz { background: #4C7EB3; border: none; padding: 4px 8px; color: #fff; cursor: pointer; height: 28px; }
.list_feny ul.fr li { float: left; }
.list_feny ul.fr li a, .list_feny ul.fr li span, .list_feny ul.fr li b { display: inline-block; color: #404040; font-size: 14px; font-weight: normal; }
.list_feny ul.fr li .curYe, .list_feny ul.fr li .totalTiao { text-align: right; color: red; font-weight: bold; }
.list_feny ul.fr li .ipt_txt { margin: 0 5px; text-align: center; color: #404040; border: 1px solid #404040; }
.list_feny ul.fr li .ipt_btn { background: #2d66a5; line-height: 26px; font-size: 14px; color: #fff; margin: 0 5px; padding: 0px 10px; cursor: pointer; }

/* 行政规范性文件 */
.fileLibrary { padding: 30px 50px; }
.fileLibrary_search { margin-bottom: 40px; }
.search_row { width: 50%; float: left; margin-bottom: 15px; }
.search_row .label { float: left; width: 70px; font-size: 14px; color: #333; line-height: 40px; height: 40px; }
.search_row .cell { width: 340px; float: right; position: relative; height: 40px; font-size: 14px; color: #333; }
.search_row .cell input { width: 280px; height: 38px; border-radius: 4px; border: 1px solid #ccc; padding: 0 10px; font-size: 14px; }
.search_row .cell input[readonly="readonly"] { background-color: #eee; }
.search_row .cell.tit_con { padding-left: 60px; width: 280px; }
.search_row .cell.tit_con span { display: block; position: absolute; left: 0; top: 0; }
.search_row .cell.tit_con span a { display: block; width: 40px; font-size: 14px; color: #666; height: 40px; padding: 0 10px; position: relative; line-height: 40px; background: #eee; border-radius: 4px 0 0 4px; border: 0; }
.search_row .cell.tit_con span a::after { content: ''; display: block; width: 0; height: 0; border-width: 6px; border-style: solid; border-color: #999 transparent transparent transparent; position: absolute; right: 5px; top: 46%; }
.search_row .cell.tit_con span ul { position: absolute; top: 38px; z-index: 10; width: 59px; background: #fff; text-align: center; border: 1px solid #ccc; border-top: 0; display: none; }
.search_row .cell.tit_con span ul li { font-size: 14px; line-height: 2em; color: #999; cursor: pointer; }
.search_row .cell .select_list { display: none; position: absolute; width: 280px; z-index: 10; background: #fff; padding: 0 10px; border: 1px solid #ccc; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(204, 204, 204); border-top: none; top: 40px; scrollbar-width: thin; scrollbar-color: #2d66a5 #F5F5F5; max-height: 300px; overflow-y: auto; }
.search_row .cell .select_list::-webkit-scrollbar { width: 4px; height: 160px; background-color: #eee; }
.search_row .cell .select_list::-webkit-scrollbar-track { border-radius: 4px; background-color: #F5F5F5; }
.search_row .cell .select_list::-webkit-scrollbar-thumb { border-radius: 4px; background-color: #2d66a5; }
.search_row .cell .select_list li { font-size: 14px; color: #999; line-height: 1.8em; cursor: pointer; }
.search_row .cell .select_list li.on, .search_row .cell .select_list li:hover { color: #2d66a5; }
.search_row .cell input.Wdate { width: 120px; cursor: pointer; background-position: 96% center; }
#titVal, #conVal { width: 220px; border-radius: 0 4px 4px 0; border-left: 0; }
.search_row .cell.tit_con span ul li.on, .search_row .cell.tit_con span ul li:hover { color: #2d66a5; }
.fileLibrary_search button { display: block; width: 200px; height: 40px; border-radius: 4px; margin: 0 auto; border: 0; background: #2d66a5; color: #fff; font-size: 16px; }
.fileLibrary_list li { height: 40px; line-height: 40px; border-bottom: 1px solid #ececec; }
.fileLibrary_list li a { display: block; width: 100%; overflow: hidden; }
.fileLibrary_list li span { display: block; float: left; font-size: 14px; color: #333; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fileLibrary_list li span.num { width: 8%; background: #fafbfd; }
.fileLibrary_list li span.tit { width: 40%; text-align: left; }
.fileLibrary_list li span.key { width: 16%; background: #fafbfd; }
.fileLibrary_list li span.cdate { background: #fafbfd; }
.fileLibrary_list li span.pdate, .fileLibrary_list li span.cdate { width: 18%; }
.fileLibrary_list li.first { height: 43px; }
.fileLibrary_list li.first span { background: #f2f6fa; border-bottom: 4px solid #32b9e6; color: #236caf; }
.fileLibrary_list li.first span:nth-child(2n+1) { border-color: #236caf; }
.fileLibrary_list li .notfund_text{ font-size: 16px; color: #333; height: 50px; line-height: 50px; text-align:center;}

@media screen and (max-width: 2560px) {
	.fileLibrary_list li { height: auto; line-height: 1.8em; }
	.fileLibrary_list li a { display: flex; }
	.fileLibrary_list li span { padding: 10px; overflow: inherit; text-overflow: inherit; white-space: inherit; display: inline-flex; align-items: center; justify-content: center; }
	.fileLibrary_list li.first { height: auto; }
}
@media screen and (max-width: 1280px) {
	.xxgk_pubcon { width: 92%; }
	.search_row { display: flex; width: 50%; }
	.search_row .label { flex-shrink: 0; }
	.search_row .cell { width: 80%; }
	.search_row .cell input { width: 90%; }
	.search_row .cell.tit_con { width: 80%; box-sizing: border-box; }
	#titVal, #conVal { width: 88%; }
	.search_row .cell input.Wdate { width: 38%; }

	.xxgk_content { display: flex; justify-content: space-between; }
	.xxgk_content::after { display: none; }
	.xxgk_left { width: 26%; }
	.xxgk_right { width: 70%; }

	.xxgk_head { padding: 30px 0; }
	.xxgk_head .theme { font-size: 70px; }
	.xxgk_body { margin-top: 0; padding: 30px 20px; }

	.xxgk_nav { width: 100%; }
	.xxgk_search { padding: 0; margin-bottom: 30px; }
	.xxgk_form .line { width: calc((100% - 580px)/2); }

	.fileLibrary, .xxgk_con { padding: 20px; }
	.list_feny { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 20px 0 0; margin: 0; }
	.xxgk_rmore { margin: 10px auto 20px; }
}
@media screen and (max-width: 1024px) {
	.search_row .cell input.Wdate { width: 45%; }
	.xxgk_form button { background-size: 26px; }
	.xxgk_nav_list > li > span { padding-left: 50px; }
	.xxgk_nav_list > li > span img { height: 30px; margin: 0 10px; top: 50%; margin-top: -15px; }
	.xxgk_nav_list > li.haschild > span, .xxgk_nav_list > li.state.haschild.on > span, .xxgk_nav_list > li.state.haschild > span { background-size: 12px !important; }
	.xxgk_nav_list > li > span span { width: 74px; font-size: 18px; }
	.xxgk_ejNav_list li span { padding-left: 20px; padding-right: 30px; }
	.xxgk_ejNav_list > li > span ::before { left: 10px; }
	.xxgk_ejNav_list > li.haschild > span::after { right: 6px; }
	.xxgk_ejNav_list > li .xxgk_sjNav_list li a::before { font-size: 10px; margin-right: 5px; }
	.list_feny ul { display: flex; flex-wrap: wrap; justify-content: center; }
	.list_feny ul.fl li a { padding: 0 10px; }
	.fileLibrary_list li.first span { white-space: nowrap; }
}
@media screen and (max-width: 768px) {
	.search_row { float: none; width: 100%; margin-bottom: 10px; }

	.mktit span { font-size: 16px; line-height: 30px; } 

	.xxgk_head { padding: 20px 0; }
	.xxgk_head .logo a { line-height: 46px; font-size: 30px; }
	.xxgk_head .logo img { height: 46px; }
	.xxgk_head .theme { font-size: 46px; padding-top: 20px; }

	.xxgk_body { padding: 10px; }
	.xxgk_form form { width: 100%; }
	.xxgk_search { margin-bottom: 10px; }
	.search_radio .group { margin: 0 5px; line-height: 30px; }
	.search_radio .group span { font-size: 12px; margin-right: 0; }

	.xxgk_content { display: block; overflow: hidden; }
	.xxgk_left { width: 100%; }

	.xxgk_nav_list > li > span { padding: 5px 50px; min-height: inherit; }
	.xxgk_nav_list > li > span span { width: 100%; display: block; }
	.xxgk_nav_list > li > span span { font-size: 16px; }
	.xxgk_nav_list > li > span img { height: 24px; margin-top: -12px; }
	.xxgk_nav_list > li > span img.nor, .xxgk_nav_list > li > span img.hov, .xxgk_nav_list > li.state > span img.hov { display: none !important; }

	.xxgk_right { width: 100%; }
	.fileLibrary, .xxgk_con { padding: 10px; }
	.fileLibrary_list li.first span { padding: 5px; }
	.fileLibrary_list li span { font-size: 12px; padding: 5px; }

	.list_feny { line-height: 22px; }
	.list_feny ul.fl li { margin-bottom: 5px; }
	.list_feny ul.fl .jumps_href .page_zd, .list_feny ul.fl .jumps_href .page_tz { height: 24px; }

	.artBox .artTitle { font-size: 20px; margin: 0; line-height: 2em; }
	.artBox .artContent * { font-size: 14px !important; line-height: 1.8em; }

	.xxgkList li { line-height: 30px; position: relative; padding-left: 10px; display: flex; align-items: center; justify-content: space-between; }
	.xxgkList li b { margin-top: 0; margin-right: 0; position: absolute; left: 0; top: 13px; line-height: 30px; }
	.xxgkList li a { font-size: 14px; max-width: 70%; padding-left: 10px; }
	.xxgkList li span { font-size: 12px; }
	.xxgk_rmore { width: 50px; height: 24px; line-height: 24px; font-size: 14px; }

	.xxgk_form form { height: 36px; }
	.xxgk_form input { height: 36px; line-height: 36px; font-size: 14px; }
	.xxgk_form button { width: 36px; height: 36px; }

	.search_row .cell.tit_con { padding-left: 0; display: flex; }
	.search_row .cell.tit_con span { flex-shrink: 0; position: static; }
	.search_row .cell.tit_con span a { width: 60px; }
	.search_row .cell { width: 100%; display: flex; align-items: center; }
	.search_row .cell input { width: 100%; }
	.search_row .cell input.Wdate { width: 50%; }
}