/*
* @Author: Sun Jijing
* @Date:   2025-10-10 11:30:36
* @Last Modified by:   Sun Jijing
* @Last Modified time: 2025-10-10 17:18:29
*/

/* 页面信息 */
.page_info { padding-top: 0.93rem; display: flex; justify-content: space-between; align-items: center; padding-bottom: 0.3rem; border-bottom: 1px solid #015293; margin-bottom: 0.3rem; }
.page_info .page_name { font-size: 0.5rem; font-family: '微软雅黑'; font-weight: bold;vfont-weight: bold; color: #015293; }
.mk_tit { margin-bottom: 0.4rem; }
.mk_tit > a { display: block; font-size: 0.3rem; font-weight: bold; color: #015293; }
.mk_tit.black > a { color: #333; }

/* 二级导航 */
.sub_nav { margin-bottom: 0.8rem; }
.sub_nav_list { display: flex; flex-wrap: wrap; }
.sub_nav_list li { padding-right: 0.3rem; margin-right: 0.3rem; position: relative; padding-bottom: 0.23rem; }
.sub_nav_list li::before { content: ''; display: block; position: absolute; height: 0.3rem; width: 1px; background: #dadada; left: -0.3rem; top: 0; }
.sub_nav_list li:nth-child(1)::before { display: none; }
.sub_nav_list li a { display: block; font-size: 0.3rem; color: #333; line-height: 1em; position: relative; transition: all 500ms; }
.sub_nav_list li a::after { content: ''; display: block; position: absolute; width: 0; height: 0.04rem; background: #015293; bottom: -0.23rem; left: 50%; transform: translateX(-50%); transition: all 500ms; }
.sub_nav_list li.on a, .sub_nav_list li:hover a { transform: scale(1.1); color: #015293; }
.sub_nav_list li.on a::after, .sub_nav_list li:hover a::after { width: 0.62rem; }

/* 页面结构 */
.page_con { display: flex; justify-content: space-between; }
.page_con_L { width: 12.5rem; }
.page_con_R { width: 5.3rem; }

/* 新闻动态-新闻列表 */
.news_list { padding-bottom: 0.2rem; border-bottom: 1px dashed #7c7c7c; margin-bottom: 0.6rem; }
.news_list li { display: flex; justify-content: space-between; align-items: center; height: 0.62rem; position: relative; padding-left: 0.25rem; }
.news_list li::before { content: ''; display: block; width: 0.08rem; height: 0.08rem; border-radius: 50%; background: #ccc; position: absolute; left: 0; top: 50%; transform: translateY(-0.04rem); }
.news_list li * { display: block; font-size: 0.23rem; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news_list li > span { color: #999; flex-shrink: 0; margin-left: 0.4rem; }
.page_con_L > div:last-child .news_list { border-bottom: 0; }
.news_list li:hover * { color: #135e9b; }

/* 新闻动态-新媒体 */
.xmt_list { padding: 0.15rem 0.3rem; border-radius: 0.1rem; background: #ecf1f9; }
.xmt_list li a { display: flex; justify-content:left; align-items: center; padding: 0.3rem 0; border-bottom: 1px dashed rgba(19, 94, 155, .3); }
.xmt_list li:last-child a { border-bottom: 0; }
.xmt_list li .img { width: 1rem; height: 1rem; border-radius: 50%; flex-shrink: 0; margin-right: 0.25rem; overflow: hidden; background: #fff; display: inline-flex; justify-content: center; align-items: center; }
.xmt_list li .img img { display: block; width: 100%; height: 100%; object-fit: cover; }
.xmt_list li img.back { display: none; }
.xmt_list li .txt * { font-size: 0.23rem; line-height: 1.5em; }
.xmt_list li .txt strong { font-size: 0.25rem; }
.xmt_list li:hover img.front { display: none; }
.xmt_list li:hover img.back { display: block; width: 80%; height: 80%; }

/* 政务公开-政府信息公开专栏 */
.zfxxgkzl_list { padding: 0.3rem; background: #ecf1f9; border-radius: 0.1rem; }
.zfxxgkzl_list li { height: 1.20rem; display: flex; align-items: center; justify-content: center; background: #fff; margin-bottom: 0.2rem; border-radius: 0.1rem; border: 1px solid #d2d0d0; }
.zfxxgkzl_list li:last-child { margin-bottom: 0; }
.zfxxgkzl_list li a { display: block; font-size: 0.28rem; color: #333; }
.zfxxgkzl_list li .customs { font-size: 0.4rem; color: #135e9b; margin-right: 0.2rem; transform: rotateY(0deg); transition: all 500ms; }
.zfxxgkzl_list li:hover a { color: #135e9b; }

/* 在线服务-办事指南 */
.zhinan_list { padding-bottom: 0.4rem; border-bottom: 1px dashed #7c7c7c; margin-bottom: 0.6rem; display: flex; gap: 0.25rem; flex-wrap: wrap; }
.zhinan_list li {width: 2.92rem; height: 0.9rem;display: flex; align-items: center; background: #fafcfe; border-radius: 0.12rem; border: 1px solid #d2d0d0; position: relative;}
.zhinan_list li a {display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 0.28rem; color: #333; padding: 0 0.3rem; line-height: 1.2em; overflow: hidden; max-height: 2.4em;}
.zhinan_list li::after { content: ''; display: block; width: 0.23rem; height: 0.04rem; border-radius: 0.3rem; background: #f5d192; position: absolute; right: 0.3rem; top: 0.1rem; }
.zhinan_list li .customs { font-size: 0.53rem; color: #87adcb; margin-right: 0rem; }
.zhinan_list li:hover a { border-color: #f5d192; }
.zhinan_list li:hover .customs { color: #f5d192; }

/* 在线服务-下载中心 */
.download_con .mk_tit { display: flex; align-items: center; }
.download_con .mk_tit > a { margin-right: 0.92rem; }
.download_tabHD { display: inline-flex; align-items: center; }
.download_tabHD * { font-size: 0.23rem; color: #333; }
.download_tabHD i { padding: 0 0.35rem; color: #c5c5c5; }
.download_tabHD a.on { font-weight: bold; font-size: 0.25rem; color: #015293; }
.download_item .news_list li .tit { display: inline-flex; width: 85%; align-items: center; }
.download_item .news_list li .tit img { width: 0.2rem; height: 0.2rem; margin-right: 0.1rem; display: none; }
.download_item .news_list li a { max-width: 70%; }
.download_item .news_list li font { color: red; margin-left: 0.1rem; display: flex; }
.download_item .news_list li font * { color: red; }

/* 在线服务-场景式服务 */
.zxcx_list { padding: 0.3rem; background: #ecf1f9; border-radius: 0.1rem; }
.zxcx_list li { height: 1.20rem; position: relative; display: flex; align-items: center; background: #fff; margin-bottom: 0.2rem; border-radius: 0.1rem; border: 1px solid #d2d0d0; padding: 0 0.4rem; }
.zxcx_list li:last-child { margin-bottom: 0; }
.zxcx_list li a { display: flex; align-items: center; font-size: 0.28rem; color: #015293; }
.zxcx_list li .customs { font-size: 0.4rem; color: #015293; margin-right: 0.2rem; transform: rotateY(0deg); transition: all 500ms; margin-left: 0.5rem; }
.zxcx_list li i.customs { font-size: 0.24rem; position: absolute; right: 0.2rem; top: 50%; transform: translateY(-50%); display: none; font-weight: bold; }
.zxcx_list li:hover { background: #015293; }
.zxcx_list li:hover * { color: #fff; }
.zxcx_list li:hover i.customs { display: block; }

/* 在线服务-政务服务 */
.fuwu_con { margin-bottom: 0.4rem; }
.fuwu_list li { margin-bottom: 0.2rem; display: flex; align-items: center; height: 0.6rem; }
.fuwu_list li span { font-size: 0.28rem; flex-shrink: 0; width: 15%; text-align: center; margin-right: 0.2rem; background: #ecf1f9; line-height: 0.5rem; color: #015293; }
.fuwu_list li a { font-size: 0.25rem; margin-right: 0.2rem; color: #333; }

/* 互动交流-在线访谈 */
.zxft_list .first { margin-bottom: 0.25rem; }
.zxft_list .first a { display: flex; background: #ecf1f9; align-items: center; }
.zxft_list .first .img { width: 4.21rem; height: 2.44rem; overflow: hidden; }
.zxft_list .first .img img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: all linear .4s; }
.zxft_list .first:hover .img img { transform: scale(1.1); }
.zxft_list .first .txt { padding: 0 0.55rem; }
.zxft_list .first .tit { font-size: 0.25rem; color: #135e9b; font-weight: bold; margin-bottom: 0.35rem; }
.zxft_list .first .date { font-size: 0.23rem; color: #333; }

/* 互动交流-业务咨询 */
.ywzx_con { padding-bottom: 0.6rem; border-bottom: 1px dashed #7c7c7c; margin-bottom: 0.6rem; }
.ywzx_con .mk_tit { display: flex; justify-content: space-between; align-items: center; }
.ywzx_link { display: inline-flex; align-items: center; }
.ywzx_link a { font-size: 0.23rem; color: #004892; }
.ywzx_link .customs { font-size: 0.25rem; color: #004892; margin-right: 0.1rem; }
.ywzx_link i { padding: 0 0.2rem; line-height: 1em; }
.ywzx_box { padding: 0.2rem; background: #ecf1f9; }
.ywzx_search { padding-bottom: 0.2rem; }
.ywzx_search { display: flex; gap: 0.2rem; }
.ywzx_search .cell { display: inline-flex; align-items: center; }
.ywzx_search .cell1 { width: 5.1rem; height: 0.53rem; padding: 0 0.2rem; border-radius: 0.1rem; background: #fff; }
.ywzx_search .cell1 span { font-size: 0.2rem; font-weight: bold; color: #333; flex-shrink: 0; }
.ywzx_search .cell1 input { width: 100%; height: 100%; font-size: 0.17rem; color: #333; background: none; border: none; }
.ywzx_search .cell2 button { width: 1.38rem; height: 0.53rem; border-radius: 0.1rem; background: #135e9b; font-size: 0.25rem; font-weight: bold; color: #fff; }
.ywzx_list li { background: #fff; margin-top: 0.1rem; display: flex; justify-content: space-between; height: 0.62rem; align-items: center; padding: 0 0.2rem; }
.ywzx_list li .tit { max-width: 60%; }
.ywzx_list li .tit a { display: block; font-size: 0.2rem; color: #04478b; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ywzx_list li .info * { font-size: 0.2rem; }
.ywzx_list li .info span { display: inline-block; width: 2.2rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ywzx_list li .info span:nth-child(1) { color: #4b4b4b; }
.ywzx_list li .info span:nth-child(2) { color: #7c7c7c; }

/* 互动交流-信箱 */
.email_con { margin-bottom: 0.8rem; }
.email_list li { height: 1.38rem; border-radius: 10px; background: #ecf1f9; margin-bottom: 0.25rem; }
.email_list li a { display: flex; width: 100%; height: 100%; align-items: center; justify-content: space-between; padding: 0 0.9rem; }
.email_list li span { font-size: 0.3rem; color: #135e9b; font-weight: bold; display: inline-flex; align-items: center; }
.email_list li span::before { font-size: 0.4rem; margin-right: 0.2rem; font-weight: normal; }
.email_list li i { display: inline-flex; align-items: center; justify-content: center; width: 0.25rem; height: 0.25rem; border-radius: 50%; background: #135e9b; color: #fff; font-size: 0.18rem; }
.email_list li:hover { background: #135e9b; }
.email_list li:hover * { color: #fff; }
.email_list li:hover i { color: #135e9b; background: #fff; }

/* 互动交流-图片链接 */
.hdjl_link_list li {margin-bottom: 0.4rem;height: 1.2rem;border-radius: 0.1rem;overflow: hidden;}
.hdjl_link_list li img {display: block;width: 100%;height: 100%;object-fit: cover;}


/* 政务服务 */
.customs_zwfw_con { display: flex; justify-content: space-between; }
.zwfw_tit { font-size: 0.3rem; font-weight: bold; color: #666; margin-bottom: 0.4rem; }
.customs_zwfw_left { width: 8.88rem; }
.rmfw_con { background: #ecf1f9 url(rmfw_bg.png) no-repeat right bottom; background-size: 1.88rem; padding: 0.3rem 0.38rem; border-radius: 0.1rem; }
.rmfw_con .tit { font-size: 0.35rem; color: #f5d192; margin-bottom: 0.2rem; }
.rmfw_list li { height: 0.98rem; line-height: 0.82rem; border-bottom: 1px solid rgba(106, 106, 106, .1); display: flex; align-items: center; justify-content: space-between; }
.rmfw_list li a { font-size: 0.28rem; color: #333; display: inline-flex; align-items: center; }
.rmfw_list li a::before { content: ''; display: block; width: 0.04rem; height: 0.23rem; background: #015293; margin-right: 0.2rem; }
.rmfw_list li span { display: inline-flex; justify-content: center; align-items: center; width: 0.25rem; height: 0.25rem; border-radius: 50%; background: #f5d192; font-size: 0.16rem; color: #fff; transform: translateX(0); transition: all 800ms; flex-shrink: 0; }
.rmfw_list li:hover a { font-weight: bold; }
.rmfw_list li:hover span { transform: translateX(-0.1rem); }
.customs_zwfw_right { width: 8.88rem; }

/* 互动交流-在线调查 */
#zxdcList li p { display: inline-flex; align-items: center; }
#zxdcList li i { display: block; margin-right: 0.1rem; font-size: 0.2rem; padding: 0 0.1rem; height: 1.6em; line-height: 1.6em; border-radius: 2px; flex-shrink: 0; }
#zxdcList li i.i0 { background: #f7e3e3; color: red; }
#zxdcList li i.i1 { background: #cde8ba; color: green; }


/* 适配代码 */
@media screen and (max-width:1200px) {
	.page_info { padding-top: 1rem; padding-bottom: 0.5rem; margin-bottom: 0.5rem; flex-direction: column-reverse; align-items: flex-start; }
	.page_info .page_name { font-size: 0.6rem; }

	.mk_tit { height: auto; margin-bottom: 0.5rem; }
	.mk_tit span, .mk_tit a { font-size: 0.4rem; }

	.sub_nav { margin-bottom: 1rem; }
	.sub_nav_list li::before { height: 0.36rem; }
	.sub_nav_list li a { font-size: 0.36rem; }
    
    .page_con_L { width: 66%; }
    .page_con_R { width: 30%; }

	.news_list { margin-bottom: 0.5rem; }
	.news_list li { height: 1rem; line-height: 1rem; }
	.news_list li * { font-size: 0.34rem; }
	.news_list li span { font-size: 0.34rem; }
	.tipsTxt { font-size: 0.34rem; }
    
    .xmt_list { padding: 0.3rem 0.5rem; }
	.xmt_list li .img { flex-shrink: 0; }
	.xmt_list li .txt { width: 100%; }
	.xmt_list li .txt * { font-size: 0.34rem; }
	.xmt_list li .txt strong { font-size: 0.36rem; }
    
    .zhinan_list { gap: 0.4rem; padding-bottom: 1rem; margin-bottom: 1rem; }
	.zhinan_list li { width: 31%; height: auto; }
	.zhinan_list li a { font-size: 0.34rem; max-height: initial; padding: 0.2rem 0.3rem; display: block; text-align: justify; }

	.zxcx_list li { height: auto; }
	.zxcx_list li a { font-size: 0.34rem; padding: 0.2rem 0; }
    
	.ywzx_link i { font-size: 0.2rem; }
	.ywzx_link a { font-size: 0.34rem; }
	.ywzx_search .cell1 { width: 45%; height: 0.8rem; }
	.ywzx_search .cell2 button { height: 100%; font-size: 0.34rem; }
	.ywzx_list li { height: 0.8rem; }
	.ywzx_list li .tit a { font-size: 0.34rem; }
	.ywzx_list li .info span { width: auto; }
	.ywzx_list li .info span:nth-child(1) { display: none; }
    
    .email_list li span { font-size: 0.4rem; }
    .email_list li i { width: 0.4rem; height: 0.4rem; }

    .hdjl_link_list li { height: auto; }
    
    
    
    /* 政务服务 */
	
	.rmfw_list li { height: 0.8rem; line-height: 0.8rem; }
	.rmfw_list li a { font-size: 0.34rem; }
	.rmfw_list li span { width: 0.4rem; height: 0.4rem; font-size: 0.24rem; }
	
}

@media screen and (max-width:768px) {
    /* 政务服务 */
	
	.rmfw_list li { height: auto; line-height: 2em; }
	.rmfw_list li a { font-size: 16px; padding: 10px 0; }
	.rmfw_list li span { width: 20px; height: 20px; font-size: 14px; }
	
    
	.page_info { padding-top: 40px; padding-bottom: 20px; margin-bottom: 20px; }
	.page_info .page_name { font-size: 24px; }

	.mk_tit { margin-bottom: 20px; }
	.mk_tit span, .mk_tit a { font-size: 20px; }

	.sub_nav { margin-bottom: 40px; }
	.sub_nav_list { margin-bottom: 20px; border-bottom: 2px dashed #ccc; padding-bottom: 20px; }
	.sub_nav_list li { width: 31%; margin-right: 3.5%; padding: 5px 10px; border: 1px solid #ccc; border-radius: 6px; text-align: center; margin-bottom: 5px; }
	.sub_nav_list li:nth-child(3n) { margin-right: 0; }
	.sub_nav_list li a { font-size: 16px; line-height: 1.5em; display: flex; align-items: center; justify-content: center; height: 100%; }
	.sub_nav_list li::before { display: none; }
	.sub_nav_list li a::after { display: none; }
    
    .xmt_con { margin-bottom: 40px; }
	.xmt_list li .img { width: 60px; height: 60px; margin-right: 20px; }
	.xmt_list li .txt * { font-size: 14px; }
	.xmt_list li .txt strong { font-size: 16px; }
    
    .page_con { display: block; }
	.page_con_L, .page_con_R { width: 100%; }
    
    .news_list { margin-bottom: 20px; }
	.news_list li { height: 40px; line-height: 40px; display: flex; justify-content: space-between; }
	.news_list li * { font-size: 16px; }
	.news_list li a { font-size: 16px; width: 100%; }
	.news_list li font { display: block; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.news_list li span { font-size: 14px; margin-left: 20px; flex-shrink: 0; }

	.zhinan_list { justify-content: space-between; gap: 0; padding-bottom: 20px; margin-bottom: 20px; }
	.zhinan_list li { width: 48%; margin-bottom: 0.2rem; }
	.zhinan_list li a { font-size: 16px; }
    
	.zxcx_list { padding: 20px; }
	.zxcx_list li { margin-bottom: 10px; padding: 0 20px; }
	.zxcx_list li a { font-size: 16px; }
	.zxcx_list li .customs { font-size: 26px; margin-right: 15px; }
    
    .zxft_list .first a { flex-direction: column; }
	.zxft_list .first .img { width: 100%; height: auto; }
	.zxft_list .first .txt { padding: 10px; width: 100%; }
	.zxft_list .first .tit { font-size: 16px; margin-bottom: 10px; }
	.zxft_list .first .date { font-size: 14px; }
    
    .ywzx_con .mk_tit { display: block; }
	.ywzx_link { margin-top: 10px;}
	.ywzx_link a { font-size: 16px; }
	.ywzx_box { padding: 10px; }
	.ywzx_search { flex-direction: column; }
	.ywzx_search .cell1 { width: 100%; height: 30px; }
	.ywzx_search .cell2 button { width: 100%; height: 30px; font-size: 14px; }
	.ywzx_search .cell1 span { font-size: 14px; }
	.ywzx_search .cell1 input { font-size: 14px; }
	.ywzx_list li { height: auto; flex-direction: column; align-items: flex-start; padding: 10px; margin-bottom: 10px; }
	.ywzx_list li .tit { max-width: 100%; }
	.ywzx_list li .tit a { font-size: 16px; line-height: 2em; }
	.ywzx_list li .tit a::before{content:'● ';}
	.ywzx_list li .info { display: flex; gap: 10px; }
	.ywzx_list li .info span:nth-child(1) { display: inline-block; } 
	.ywzx_list li .info span { font-size: 14px; }
    
    .email_list li span { font-size: 18px; }
    .email_list li i { width: 20px; height: 20px; font-size: 12px; }

    .hdjl_link_list li { height: auto; }
}