/*
* @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: 50px 30px; border-radius: 6px; box-shadow: 0 0 15px rgba(0, 0, 0, .1); min-height: 300px; margin-bottom: 40px; }

/* 搜索框 */
.xxgk_search { padding: 35px 0; margin-bottom: 50px; }
.xxgk_form { position: relative; }
.xxgk_form .line { display: block; width: 26%; height: 2px; background: #dcdcdc; position: absolute; top: 23px; }
.xxgk_form .line.fl { left: 0; }
.xxgk_form .line.fr { right: 0; }
.xxgk_form form { width: 508px; height: 48px; border-radius: 8px; border: 1px solid #2d66a5; overflow: hidden; margin: 0 auto; background: #fff; position: relative; display: flex; align-items: center; justify-content: space-between; }
.xxgk_form input { height: 48px; line-height: 48px; font-size: 16px; color: #aaa; padding: 0 10px; float: left; width: 440px; }
.xxgk_form button { width: 48px; height: 48px; float: right; background: url(xxgk_search_but.png) no-repeat center; flex-shrink: 0; }
.search_radio { text-align: center; display: flex; justify-content: center; align-items: center; }
.search_radio .group { display: inline-block; line-height: 44px; margin: 0 15px; display: inline-flex; align-items: center; }
.search_radio .group span { font-size: 14px; color: #2d66a5; margin-right: 10px; }
.search_radio .group label { font-size: 14px; margin: 0 5px; }

/* 左侧导航 */
.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 0 8px 90px; background: #fff; position: relative; display: flex; align-items: center; min-height: 54px; cursor: pointer; }
.xxgk_nav_list > li > span  img { vertical-align: middle; margin: 0 20px; position: absolute; left: 0; top: 15px; }
.xxgk_nav_list > li > span  img.hov { display: none; }
.xxgk_nav_list > li > span  span { display: inline-block; width: 100px; 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  img.nor { display: none; }
.xxgk_nav_list > li.on > span  img.hov { display: block; }
.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; cursor: pointer; }
.xxgk_ejNav_list > li.on, .xxgk_ejNav_list > li:hover { background: #e6f5ff; }
.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; }
.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_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; }

/*单篇型文章*/
.artBox .artTitle { font-size: 32px; color: #2d66a5; line-height: 42px; text-align: center; margin: 20px 0; font-family: yahei; }
.artBox .artContent { line-height: 30px; padding: 10px 10px 20px 0; max-height: 940px; overflow-y: auto; overflow-x: hidden; text-align: justify; scrollbar-width: thin; scrollbar-color: #2d66a5 #F5F5F5; }
.artBox .artContent p { font-size: 16px; margin-bottom: 15px; line-height: 30px; color: #333; }
.artBox .artContent p * { font-size: 16px; color: #333; }
.artBox .artContent strong { font-size: 18px; }
.artBox .artContent table, .artBox .artContent tr, .artBox .artContent td { margin: 0 auto; border-collapse: collapse; border: 1px solid #333; }
.artBox .artContent td { padding: 5px 10px; }
.artBox .artContent img { max-width: 100%; display: block; margin: 0 auto; width: 90%; }
.artBox .artContent h6 { font-weight: bold; font-size: 21px; margin: 20px 0; }
.artBox .artContent::-webkit-scrollbar { width: 10px; height: 160px; background-color: #eee; }
.artBox .artContent::-webkit-scrollbar-track { border-radius: 10px; background-color: #F5F5F5; }
.artBox .artContent::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #2d66a5; }

/*文章列表*/
.xxgkList li { overflow: hidden; line-height: 42px; }
.xxgkList li a { float: left; color: #404040; font-size: 16px; max-width: 75%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.xxgkList li span { float: right; font-size: 16px; color: #999999; }
.xxgkList li b { float: left; width: 4px; height: 4px; background: #404040; margin-top: 22px; margin-right: 10px; }
.xxgkList li:hover * { color: #2d66a5; }
.xxgkList li:hover b { background-color: #2d66a5; }
.xxgk_rmore { display: block; width: 100px; height: 30px; line-height: 30px; font-size: 15px; text-align: center; background: #e6e6e6; color: #4d4d4d; margin: 20px auto 30px; }
.xxgkList li:nth-child(5n) { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dashed #ccc; }
.xxgkList li:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }


/*政府信息公开年报*/
.dxgb {padding:30px 50px 0 50px;}
.dxgb h4{font-size:46px;color:#2d66a5;font-weight:550;text-align:center;border-bottom:3px solid #2d66a5;padding-bottom:20px;letter-spacing: 2px;}
.dxgb h4 img{height:96px;}
.dxgb p{width:100%;height:1px;background:#2d66a5;margin-top:6px;}
.xxgkFunTit { border-bottom: 1px solid #ccd1db; overflow: hidden; margin-bottom: 10px; }
.xxgkFunTit span { float: left; background-color: #2d66a5; color: #fff; font-size: 18px; line-height: 36px; text-align: center; font-weight: normal; padding: 0 15px; }
.nianbao-con { padding: 0 20px 20px 20px; }
.nianbao-listA { line-height: 68px; color: #333; font-size: 18px; }
.nianbao-listA a { line-height: 68px; color: #333; font-size: 16px; padding-left: 20px; }
.nianbao-title { font-size: 20px; width: 280px; height: 40px; line-height: 40px; text-align: center; color: #fff; background: #2d66a5; }
.nianbao-list li { width: 33%; float: left; }
.nianbao-list li a { display: block; line-height: 53px; font-size: 16px; color: #333; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; border: 1px solid #e8e8e8; margin: 3px 5px; text-align: center; }
.nianbao-list li a:hover { border-color: #2d66a5; background-color: #2d66a5; color: #fff; }



/* 行政规范性文件 */
.fileLibrary { padding: 30px 50px; }
.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;}

/* 重点领域 */
.zdyl_con { overflow: hidden; }
.zdly_list { width: 105%; }
.zdly_list li { width: 250px; height: 46px; line-height: 46px; float: left; border: 1px solid #eee; margin-right: 45px; margin-bottom: 10px; text-align: center; }
.zdly_list li a { font-size: 16px; color: #333; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: 0 10px; }
.zdly_list li:hover { background: #2d66a5; }
.zdly_list li:hover a { color: #fff; }

.zdly_list3 { width: 105%; }
.zdly_list3 li { width: 375px; height: 40px; line-height: 40px; float: left; border: 1px solid #015293; margin-right: 45px; margin-bottom: 22px; text-align: center;border-radius: 13px; }
.zdly_list3 li a { font-size: 16px; color: #333; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin: 0 10px; }
.zdly_list3 li:hover { background: #2d66a5; }
.zdly_list3 li:hover a { color: #fff; }

/*更多按钮*/
.morelink_btn{width: 250px; height: 46px; line-height: 46px; border: 1px solid #eee; margin:25px auto; text-align: center;background: #e6e6e6;}
.morelink_btn a{font-size: 16px; color: #333;}

/* 依申请公开 */
img.submit-tu { display: block; width: 100%; margin-bottom: 15px; }
#explain_btn { display: block; width: 30%; line-height: 42px; margin: 15px auto 40px; background-color: #e2e9ed; color: #fff; text-align: center; font-size: 16px; cursor: not-allowed; }
#explain_btn.hoverOn { background-color: #2d66a5; cursor: pointer; }

/* 领导信息 */
.lindao2023_list { overflow: hidden; text-align: center; }
.lindao2023_list li { width: 17%; display: inline-block; -float: left; margin: 0 1% 20px; text-align: center; }
.lindao2023_list li .photo img { width: 100%; height: 200px; }
.lindao2023_list li .txt { font-size: 18px; padding-top: 10px; }
.lindao2023_list li .txt span { display: block; }
.lindao2023_list li .txt span.name { color: #2d66a5; }
.lindao2023_list li.first { margin: 0 auto; margin-bottom: 0px; width: 240px; text-align: center; margin-bottom: 30px; float: none; }
.lindao2023_list li.first .photo img { height: 340px; }
.lindao2023_list li.first .txt span { display: inline-block; }

@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; }

	.lindao2023_list { display: flex; justify-content: center; flex-wrap: wrap; }
	.lindao2023_list li { width: 18%; }
}
@media screen and (max-width: 1280px) {
	.xxgk_pubcon { width: 92%; }
	.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); }
	.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: 39.5%; }

	.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; }

	.zdly_list { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-around; }
	.zdly_list li { width: 31%; margin-right: 0; }
}
@media screen and (max-width: 1024px) {
	.search_row .cell input.Wdate { width: 37%; }
	.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; }

	.lindao2023_con { display: block; }
	.lindao2023_list, .lindao2023_list.fr { width: 100%; display: flex; justify-content: space-around; flex-wrap: wrap; }
	.lindao2023_list.fl { justify-content: center; }
	.lindao2023_list li { margin-left: 0; width: 28%; }
	.lindao2023_list li .photo { height: 35vw; }
	.lindao2023_list li.first .photo { height: auto; }
	.lindao2023_list li.first .photo img { height: auto; }
	.lindao2023_list li.first { width: 50%; }
	.lindao2023_list li.first .photo { height: auto !important; }

}
@media screen and (max-width: 768px) {
	.mktit span { font-size: 16px; line-height: 30px; } 

	.search_row { float: none; width: 100%; margin-bottom: 10px; }

	.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_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; }

	.dxgb { padding: 20px 10px 0; }
	.dxgb h4 img { height: auto; width: 100%; }

	.nianbao-con { padding: 0; }
	.nianbao-list li { width: 50%; }
	.nianbao-list li a { padding: 5px; display: flex; align-items: center; justify-content: center; white-space: normal; line-height: 1.5em; }

	.zdly_list li { width: 48%; line-height: initial; }
	.zdly_list li a { display: flex; white-space: pre-wrap; justify-content: center; align-items: center; height: 100%; margin: 0 5px; }
}