/*
* @Author: Sun Jijing
* @Date:   2025-07-07 13:10:23
* @Last Modified by:   Sun Jijing
* @Last Modified time: 2025-07-07 14:00:50
*/

/* 页面信息 */
.page_info { padding-top: 0.5rem; 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: '思源宋体',SemiBold; 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; font-family: '思源宋体',SemiBold; 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.4rem; }
.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; gap: 0.5rem; }
.news_list li * { display: block; font-size: 0.26rem; color: #333; }
.news_list li a { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.news_list li span { color: #999; flex-shrink: 0; }
.news_list.noborder { border-bottom: 0; }
.news_list li:hover * { color: #015293; }
.page_con_L > div:last-child .news_list { border-bottom: 0; }

/* 新闻发布-新闻发言人 */
.xwfyr_con { margin-bottom: 0.68rem; }
.xwfyr_con .txt { padding: 0.3rem 0.45rem; background: url(xwfyr_bg.jpg) no-repeat center/cover; border-radius: 0.1rem; }
.xwfyr_con .txt p { font-size: 0.23rem; color: #333; line-height: 2.4em; }
.xwfyr_con .txt strong { font-size: 0.25rem; }

/* 新闻发布-新媒体 */
.xmt_list { padding: 0.15rem 0.3rem; border-radius: 0.1rem; background: #ecf1f9; }
.xmt_list li a { display: flex; justify-content: space-between; 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: 1.25rem; height: 1.25rem; 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; font-family: SemiBold; font-weight: normal; color: #01539d; }
.xmt_list li:hover img.front { display: none; }
.xmt_list li:hover img.back { display: block; width: 80%; height: 80%; }

/* 政务公开-海关法规-搜索 */
.fagui_search { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 0.3rem; }
.fagui_search .cell { display: inline-flex; align-items: center; margin-bottom: 0.3rem; }
.fagui_search .cell span { font-size: 0.25rem; color: #000; display: inline-block; width: 1.25rem; }
.fagui_search .cell input, .fagui_search .cell select { border: 1px solid #e8e8e8; border-radius: 0.1rem; background: #fff; width: 2.5rem; height: 0.55rem; padding: 0 0.1rem; font-size: 0.23rem; }
.fagui_search button { width: 2.5rem; height: 0.55rem; border-radius: 0.1rem; background: #015293; font-size: 0.23rem; color: #fff; }
.fagui_search .submit { width: 100%; text-align: right; }

/* 政务公开-政府信息公开专栏 */
.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.38rem; color: #135e9b; margin-right: 0.2rem; transform: rotateY(0deg); transition: all 500ms; }
.zfxxgkzl_list li:hover a { color: #135e9b; }

/* 在线服务-公务员考录 */
.gwy_slide { padding: 0.3rem; border-radius: 0.1rem; background: #ecf1f9; }
.gwy_slide > div { background: #fff; border-radius: 0.1rem; margin-bottom: 0.2rem; padding: 0.2rem 0.4rem; }
.gwy_slide > div:last-child { margin-bottom: 0; }
.gwy_slide .first { text-align: center; }
.gwy_slide .first .customs { font-size: 0.5rem; color: #015293; }
.gwy_slide .first a { font-size: 0.3rem; }
.gwy_slide .item a { font-size: 0.28rem; }
.gwy_slide .item .customs { font-size: 0.32rem; margin-right: 0.2rem; color: #015293; }




/*兼容ie10 - ie11*/
.news_list li a{display:block;white-space:nowrap;max-width:86%;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;}
.xmt_list li .txt{flex:1;}



/* 适配代码 */
@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; }
	.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%; }
	.mk_tit { margin-bottom: 0.5rem; }
	.mk_tit a { font-size: 0.4rem; }
	.news_list { padding-bottom: 0.5rem; margin-bottom: 1rem; }
	.news_list li { height: auto; }
	.news_list li * { font-size: 0.34rem; line-height: 2em; }
	.news_list li font { display: block; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

	.page_con_L { width: 66%; }
	.mk_tit { margin-bottom: 0.5rem; }
	.mk_tit a { font-size: 0.4rem; }
	.news_list { padding-bottom: 0.5rem; margin-bottom: 1rem; }
	.news_list li { height: auto; }
	.news_list li * { font-size: 0.34rem; line-height: 2em; }

	.page_con_R { width: 30%; }
	.xwfyr_con { margin-bottom: 1rem; }
	.xwfyr_con .txt { padding: 0.3rem 0.5rem; }
	.xwfyr_con .txt p { font-size: 0.34rem; }
	.xwfyr_con .txt strong { font-size: 0.36rem; }
	.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; }

	.fagui_search { margin-bottom: 0.5rem; }
	.fagui_search .cell { width: 48%; }
	.fagui_search .cell span { font-size: 0.34rem; width: 1.8rem; flex-shrink: 0; }
	.fagui_search .cell input, .fagui_search .cell select { width: 100%; height: 0.8rem; font-size: 0.34rem; }
	.fagui_search button { width: 3rem; height: 0.8rem; font-size: 0.34rem; }

	.zfxxgkzl_list { padding: 15px; }
	.zfxxgkzl_list li { height: 40px; margin-bottom: 10px; }
	.zfxxgkzl_list li a { font-size: 0.36rem; }
	.zfxxgkzl_list li .customs { font-size: 0.4rem; }
}
@media screen and (max-width:768px) {
	.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 a { font-size: 20px; }

	.sub_nav { margin-bottom: 40px; }
	.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 { }
	.sub_nav_list li:nth-child(3n) { margin-right: 0; }
	.sub_nav_list li a { font-size: 16px; height: 30px; display: flex; align-items: center; justify-content: center; }
	.sub_nav_list li::before { display: none; }
	.sub_nav_list li a::after { display: none; }

	.page_con { display: block; }
	.page_con_L, .page_con_R { width: 100%; }

	.news_list { padding-bottom: 20px; margin-bottom: 40px; }
	.news_list li * { font-size: 16px; }

	.xwfyr_con .txt { padding: 10px 20px; }
	.xwfyr_con .txt p { font-size: 16px; }
	.xwfyr_con .txt strong { font-size: 16px; }

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

	.fagui_search { margin-bottom: 20px; }
	.fagui_search .cell { width: 100%; margin-bottom: 10px; }
	.fagui_search .cell span { font-size: 14px; width: 80px; text-align: right; padding-right: 10px; }
	.fagui_search .cell input, .fagui_search .cell select { width: 100%; height: 36px; font-size: 14px; }
	.fagui_search .submit { text-align: center; }
	.fagui_search button { width: 80%; height: 36px; font-size: 14px; }

	.zfxxgkzl_con { margin-bottom: 40px; }
	.zfxxgkzl_list li a { font-size: 16px; }
	.zfxxgkzl_list li .customs { font-size: 20px; }
}