/*
* @Author: Sun Jijing
* @Date:   2023-12-22 13:42:02
* @Last Modified by: Sun Jijing
* @Last Modified time: 2023-12-22 13:42:02
*/

.p_icon { display: none; }

/* banner搜索 */
.banner { width: 100%; height: 400px; background: url(banner.jpg) no-repeat top center; background-size: cover; }
.banner .logo { padding-top: 90px; text-align: center; margin-bottom: 35px; }
.search form { width: 340px; height: 40px; border-radius: 40px; border: 2px solid #fff; margin: 0 auto; box-shadow: 0 1px 5px #eee; overflow: hidden; }
.search form input { width: 285px; height: 40px; background: none; padding-left: 15px; font-size: 14px; color: #fff; float: left; }
.search form button { width: 40px; height: 40px; background: url(search.png) no-repeat center; float: right; }

/* 当前位置 */
.position { padding: 5px 0; background: #eff3f6; }
.position .con { padding-left: 25px; background: url(position.png) no-repeat left center; }
.position .con, .position .con * { font-size: 16px; line-height: 40px; }
.position .con span { color: #ccc; font-family: '宋体'; }
.position .con a { color: #333; font-family: '微软雅黑'; }
.position .con a:last-child { color: #015293; }

/* 内容区域 */
.content { margin-top: 30px; margin-bottom: 50px; }
.con_left { width: 22%; }
.con_right { width: 74%; }
.marB { margin-bottom: 40px; }

/* 左侧导航 */
.left_nav h3 { height: 70px; line-height: 70px; text-align: center; background: #015293; font-size: 24px; color: #fff; margin-bottom: 10px; }
.left_nav_list > li { margin-bottom: 5px; }
.left_nav_list > li > a { display: block; font-size: 18px; color: #333; height: 42px; line-height: 42px; background: #eff3f6; padding-right: 14px; padding-left: 20px; }
.left_nav_list > li > a::after { content: '>'; float: right; font-size: 20px; font-family: '宋体'; display: block; }
.left_nav_list > li.on > a, .left_nav_list > li:hover > a { color: #fff; background: #015293; }
.sub_nav_list { border: 2px solid #eff3f6; padding: 10px 30px 10px 50px; border-top: 0; }
.sub_nav_list li { position: relative; }
.sub_nav_list li::before { content: ''; display: block; width: 4px; height: 4px; border-radius: 50%; background: #dddddd; position: absolute; left: -15px; top: 15px; }
.sub_nav_list li a { padding: 5px 0; font-size: 16px; display: block; }
.sub_nav_list li.on::before, .sub_nav_list li:hover::before { background: #015293; }
.sub_nav_list li.on a, .sub_nav_list li:hover a { color: #015293; }

/* 模块样式 */
.module_box { border: 1px solid #eff3f6; }
.module_tit { border-bottom: 1px solid #eff3f6; background: #eff3f6; }
.module_tit span { display: inline-block; padding: 0 15px; font-size: 22px; line-height: 2em; background: #015293; color: #fff; }
.module_con { padding: 20px 30px; }
.ldBoxs{margin-bottom:50px;}

/* 新闻列表 */
.news_con { margin-bottom: 30px; }
.news_list li { height: 46px; line-height: 46px; }
.news_list li a { display: block; width: 80%; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; color: #333; padding-left: 15px; position: relative; }
.news_list li a::before { content: ''; display: block; width: 4px; height: 4px; border-radius: 50%; background: #015293; position: absolute; left: 0; top: 21px; }
.news_list li span { float: right; font-size: 14px; color: #999; }
.news_list li:hover a, .news_list li:hover span { color: #015293; }
.news_list li:hover a::before { background: #015293; }
.news_list li:nth-child(5n) { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dashed #ccc; }
.news_list li:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }



/* 单篇类型 */
.article_type, .article_type * { font-size: 16px; color: #333; line-height: 2em !important; }
.article_type table, .article_type tr, .article_type td { border-collapse: collapse; border: 1px solid #ccc; }
.article_type table { max-width: 100%; min-width: 80%; }
.article_type td { padding: 5px; }
.article_type img { max-width: 100%; }

/* 图片列表 */
.pic_con { overflow: hidden; }
.pic_list { width: 105%; }
.pic_list li { width: 262px; float: left; height: 195px; background: #eee; margin-right: 20px; margin-bottom: 20px; position: relative; text-align: center; overflow: hidden; border-radius: 10px; }
.pic_list li img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: all linear 400ms; }
.pic_list li p { position: absolute; bottom: 20px; left: 0; z-index: 5; font-size: 16px; padding: 5px 50px 5px 10px; background: linear-gradient(to right, rgb(1, 82, 147), transparent); color: #fff; max-width: 202px; overflow: hidden; }
.pic_list li:hover img { transform: scale(1.1); }

#zxdcList {}
#zxdcList li  b{ font-style:inherit;display: inline-block; float: left; margin-right: 10px; border-radius: 4px; height: 22px; line-height: 22px; padding: 0 5px; background: #e5e5e5; color: #888; margin-top: 13px; font-size: 14px; }
#zxdcList li  b.ing { background: #d8edfe; color: #2952aa; }

/* 分页 */
.page_box { text-align: center; line-height: 32px; }
.page_box a, .page_box > font { display: inline-block; font-size: 14px; color: #333; padding: 0 8px; border: 1px solid #ccc; border-radius: 4px; min-width: 16px; }
.page_box a:hover, .page_box > font { background: #015293; border-color: #015293; color: #fff; }
.page_box span { display: none !important; }
.page_box span.txt { display: inline-block !important; font-size: 14px; color: #333; margin: 0 5px; }
.page_box span.txt input { border: 1px solid #ccc; border-radius: 4px; height: 32px; text-align: center; width: 50px; }
.page_box span.txt input[type="button"] { background: #015293; border-color: #015293; color: #fff; }

/* 领导信息 */
.leader_info { overflow: hidden; }
.leader_info a { display: flex; justify-content: space-between; align-items: center; }
.leader_info .img { float: left; width: 160px; margin-right: 30px; flex-shrink: 0; }
.leader_info .txt { width: 80%; }
.leader_info .txt * { font-size: 16px; color: #333; line-height: 2em; }
.leader_info .txt .label { font-weight: bold; color: #015293; }

/* 领导列表 */
.leader_ul li  { margin-bottom: 40px; overflow: hidden; }
.leader_ul li a { display: flex; justify-content: space-between; align-items: center; }
.leader_ul li .img { float: left; width: 160px; margin-right: 30px; flex-shrink: 0; }
.leader_ul li .img img { width: 100%; height: 220px; }
.leader_ul li .txt { width: 80%; }
.leader_ul li .txt * { font-size: 16px; color: #333; line-height: 2em; }
.leader_ul li .txt .label { font-weight: bold; color: #015293; }

/* 站点地图 */
.siteMap_list > li { margin-bottom: 10px; }
.siteMap_list > li > a { display: block; font-size: 24px; padding: 5px 15px; border-radius: 6px; color: #015293; background: #eff3f6; text-align: center; }
.subMap_list { padding: 0 50px; overflow: hidden; }
.subMap_list > li { margin-top: 10px; float: left; margin-right: 20px; }
.subMap_list > li > a { display: inline-block; font-size: 20px; }
.sjMap_list { padding: 10px 30px 10px; overflow: hidden; background: #f4f4f4; border-radius: 6px; margin-top: 10px; }
.sjMap_list li { float: left; }
.sjMap_list li a { font-size: 16px; padding: 0 12px; line-height: 2em; }
.subMap_list > li > a:hover, .sjMap_list li a:hover { color: #015293; }

@media screen and (max-width:1200px) {
	/* 模块样式 */
	.module_con { padding: 20px; }

	/* 左侧导航 */
	.left_nav h3 { height: auto; line-height: 1.5em; padding: 10px; }
	.left_nav_list > li > a { padding-left: 20px; }

	/* 分页 */
	.page_box a, .page_box > font, .page_box span.txt { margin-bottom: 10px; }

	/* 图片列表 */
	.pic_list { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
	.pic_list li { width: 48%; height: 16vw; margin-right: 0; }
}

@media screen and (max-width: 1024px) {
	/* 当前位置 */
	.position .con, .position .con * { line-height: 28px; }
	.position .con a { display: inline-block; white-space: nowrap; }

	/* 领导信息 */
	.leader_info a { flex-direction: column; }
	.leader_info .img { margin-right: 0; }
	.leader_info .txt { width: 100%; }

	/* 图片列表 */
	.pic_list li { height: 26vw; }
}

@media screen and (max-width: 768px) {
	/* 左侧导航 */
	.con_left { width: 100%; float: none; margin-bottom: 20px; }
	.left_nav h3 { padding: 10px 20px; text-align: left; position: relative; }
	.left_nav h3 .p_icon { display: block; position: absolute; right: 10px; top: 10px; z-index: 5; }
	.left_nav h3 .p_icon img { height: 35px; }
	.left_nav_list { display: none; }
	.left_nav_list > li > a { font-size: 16px; line-height: 36px; height: 36px; }

	/* 右侧内容 */
	.con_right { width: 100%; float: none; }
	.module_box { border: 0; }
	.module_con { padding: 20px 0; }
	.module_tit span { font-size: 18px; } 

	/* 新闻列表 */
	.news_con { margin-bottom: 20px; }
	.news_list li { height: 36px; line-height: 36px; }
	.news_list li a { width: 75%; font-size: 14px; }
	.news_list li a::before { top: 16px; }

	/* 领导信息 */
	.leader_ul li { margin-bottom: 20px; }
	.leader_ul li a { flex-direction: column; }
	.leader_ul li .img { margin-right: 0; }
	.leader_ul li .txt { width: 100%; }

	/* 单篇 */
	.article_type video { width: 100%; height: auto; }
	.article_type img { max-width: 100%; }

	/* 图片列表 */
	.pic_list li p { bottom: 10px; font-size: 14px; }

	/* 站点地图 */
	.subMap_list { padding: 0 10px; }
}