/*
* @Author: Sun Jijing
* @Date:   2024-03-29 11:21:27
* @Last Modified by: Sun Jijing
* @Last Modified time: 2024-04-09 10:12:43
*/

/* 模块样式 */
.module_con { margin-bottom: 40px; -overflow: hidden; }
.module_item.fl { width: 594px; }
.module_item.fr { width: 502px; }

.content_bg { padding: 30px; box-shadow: 0 0 10px #ccc; margin: 45px 0; }

.mk_tit { margin-bottom: 35px; }
.mk_tit > a::after { content: '>'; display: inline-block; font-family: '宋体'; font-size: 16px; color: #666; margin-left: 10px; }

/* 热点服务 */
.rdfw_con .mk_tit { height: 66px; line-height: 66px; margin-bottom: 25px; background: #015293; text-align: center; }
.rdfw_con .mk_tit span { font-size: 24px; color: #fff; }
.rdfw_list li { width: 31%; float: left; margin: 0 1% 2%; text-align: center; height: 50px; }
.rdfw_list li a { font-size: 16px; color: #333; display: block;  width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background: #f8f8f8; }
.rdfw_list li:hover a { background: none; color: #fff; background: #015293; }

/* 个人服务、企业服务、部门服务 */
.news_tab { overflow: hidden; }
.news_tab_hd { height: 45px; border-bottom: 1px solid #dddddd; position: relative; margin-bottom: 10px; }
.news_tab_hd li { display: block; float: left; }
.news_tab_hd li span { display: inline-block; font-size: 24px; color: #333; height: 43px; font-weight: bold; cursor: pointer; margin-right: 40px; }
.news_tab_hd li a.more { font-size: 16px; color: #666; position: absolute; right: 0; top: 6px; display: none; }
.news_tab_hd li.on span { border-bottom: 3px solid #015293; color: #015293; }
.news_tab_hd li.on a.more { display: block; }
.news_tab_hd li .jzrq{ color: #666; font-size:16px;margin-top:14px;}

.bsfw_con { -overflow: hidden; }
.bsfw_list { width: 105%; }
.bsfw_list li { width: 190px;/* height: 150px;*/ padding: 35px; margin-top: 30px; border: 1px solid #eee; background: #fff; margin-right: 30px; float: left; text-align: center; }
.bsfw_list li .icon { transform: rotateY(0deg); transition: all linear 400ms; }
.bsfw_list li .icon img { height: 60px; margin-bottom: 10px; display: inline-block; }
.bsfw_list li .tit { font-size: 18px; font-weight: bold; color: #333; margin-bottom: 10px; }
.bsfw_list li .tips { color: #bbb; }
.bsfw_list li .tips a { font-size: 16px; color: #333; font-weight: normal; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bsfw_list li:hover .icon { transform: rotateY(180deg); }
.bsfw_list li:hover { border:1px solid  #0a5491; }

/*
.bsfw_list li:hover .tit, .bsfw_list li:hover .tips, .bsfw_list li:hover .tips * { color: #fff; }
*/

.bmfw_con { overflow: hidden; padding-top: 2px; }
.bmfw_list { width: 110%; }
.bmfw_list li { width: 214px; border: 1px solid #f8f8f8; background: #f8f8f8; float: left; height: 40px; line-height: 40px; margin-right: 15px; margin-top: 14px; position: relative; }
.bmfw_list li a { display: block; font-size: 16px; padding-left: 20px; width: 165px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bmfw_list li::after { content: ">"; display: block; font-size: 20px; font-family: '宋体'; position: absolute; right: 20px; top: 50%; line-height: 1; margin-top: -10px; color: #015293; }
.bmfw_list li:hover { background: #015293; }
.bmfw_list li:hover::after { color: #fff; opacity: 0.7; }
.bmfw_list li:hover a { color: #fff; }

/* 政务服务数据统计 */
.sjtj_con { padding: 20px 40px; background: #0a5491; position: relative; overflow: hidden; }
.sjtj_con::after { content: ''; display: block; position: absolute; width: 1px; height: 60px; left: 50%; background: #e1f1ff; top: 50%; margin-top: -30px; }
.sjtj_item { width: 50%; }
.sjtj_item .tit { font-size: 18px; text-align: center; color: #eef8ff; margin-bottom: 15px; }
.sjtj_item ul { display: flex; justify-content: space-evenly; }
.sjtj_item ul li { float: left; }
.sjtj_item ul li p { font-size: 14px; color: #fff; }
.sjtj_item ul li p strong { font-size: 24px; color: #fff; font-weight: bold; }

/* 效能监督 新增 */
.zwfw_block4 .news_tab_hd { margin-bottom: 35px; }
.zwfw_block4 .news_tab_hd li span a { display: inline-block; font-size: 24px; color: #333; font-weight: bold; }

.zwfw_block4 .bd { background: #f9f9f9;    /* height: 280px; */ box-sizing: border-box; padding-top: 40px; }
.block_right { float: left; position: relative; padding-left: 50px; padding-right: 50px; box-sizing: border-box; }
.block_left { padding-left: 50px; float: left; box-sizing: border-box; }
.block_mid { box-sizing: border-box; padding-left: 50px; float: left; }
.zwfw_block4 .bd .block>div>p { font-size: 18px; color: #333333; }
.zwfw_block4 .bd .block_bd { height: 180px; padding: 20px 0; }
.zwfw_block4 .bd .block_bd .in_block { margin-right: 38px; float: left; }
.zwfw_block4 .bd .block_bd .in_block:last-child { margin-right: 0; }
.zwfw_block4 .bd .block_bd .in_block em { display: block; font-size: 1em; color: #015293; }
.zwfw_block4 .bd .block_bd .in_block em i { font-size: 30px; color: #015293; font-weight: 700; margin-right: 7px; }
.zwfw_block4 .bd .block_bd .in_block span { display: block; font-size: 16px; color: #666666; margin-top: 10px; }
.zwfw_block4 .bd .block_right { width: 500px; padding-right: 0 !important; }
.zwfw_block4 .bd .block>div.block_right::after { display: none; }
.otherLink::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); height: 5px; border-radius: 3px; background: #015293; bottom: 0; width: 0; transition: width .3s; }
.otherLink:hover::after { width: 100%; }

/* 特色专区 */
.tszq_list { width: 110%; }
.tszq_list li { width: 270px; margin-right: 20px; float: left; }
.tszq_list li .img { width: 100%; height: 130px; overflow: hidden; }
.tszq_list li img { width: 100%; height: 100%; display: block; object-fit: cover; transform: scale(1); opacity: 0.8; transition: all linear 300ms; }
.tszq_list li .tit { padding: 20px 0 0; font-size: 18px; line-height: 24px; height: 48px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.tszq_list li:hover img { transform: scale(1.1); opacity: 1; }
.tszq_list li:hover .tit { color: #0a5491; }

/* 办好一件事 */
.bhs_con { overflow: hidden; }
.bhs_list { width: 110%; }
.bhs_list li { width: 270px; margin-right: 20px; height: 165px; background: #eef8ff; border-radius: 10px; overflow: hidden; float: left; position: relative; }
.bhs_list li:nth-child(1) { background: url(yjs_bg01.png) no-repeat center/100% 100%; }
.bhs_list li:nth-child(2) { background: url(yjs_bg02.png) no-repeat center/100% 100%; }
.bhs_list li:nth-child(3) { background: url(yjs_bg03.png) no-repeat center/100% 100%; }
.bhs_list li:nth-child(4) { background: url(yjs_bg04.png) no-repeat center/100% 100%; }
.bhs_list li a { display: block; padding: 25px 30px; }
.bhs_list li .tit { font-size: 18px; color: #333; font-weight: bold; }
.bhs_list li .but { display: block; width: 104px; height: 28px; text-align: center; line-height: 28px; background: #fff; border-radius: 20px; font-size: 16px; color: #015293; position: absolute; left: 30px; bottom: 25px; }

/* 政务地图 */
.map_con { padding: 30px 0; position: relative; }
.map_list_con { width: 380px; height: 500px; padding: 30px; position: absolute; left: 55px; top: 0px; background: #fff; box-shadow: 0 0 4px #999; }
.map_list_con::before, .map_list_con::after { content: ''; display: block; width: 0; height: 0; border-width: 15px; border-style: solid; position: absolute; left: 440px; }
.map_list_con::before { border-color: transparent transparent #eaeaea #eaeaea; top: 0; }
.map_list_con::after { border-color: #eaeaea transparent transparent #eaeaea; bottom: 0; }
.map_list_hd { margin-bottom: 30px; }
.map_list_hd li { text-align: center; margin: 0 15px; }
.map_list_hd li img { display: inline-block; margin-bottom: 10px; }
.map_list_hd li span { display: block; font-size: 18px; color: #333; }
.map_list_hd li strong { font-size: 22px; color: #015293; font-weight: bold; }
.map_list_bd { height: 380px; overflow-y: auto; overflow-x: hidden; scrollbar-width: thin; scrollbar-color: #ccc #eee; }
.map_list_bd::-webkit-scrollbar { width: 6px; background: #eee; }
.map_list_bd::-webkit-scrollbar-thumb { border-radius: 6px; background: #ccc; }
.map_list_bd p { line-height: 30px; padding-left: 45px; position: relative; background: url(dian.png) no-repeat left top; margin-bottom: 20px; }
.map_list_bd p a { font-size: 16px; color: #666; }
.map_list_bd p a:hover { color: #015293; }

/* 适配代码 */
@media screen and (max-width:1200px) {
	.content_bg { padding: 0; box-shadow: none; }
	.mk_tit > span { height: 45px; }

	.module_item.fl { height: 260px; }
	.module_item.fl, .module_item.fr { width: 48%; }
	.module_item.fl img { width: 100%; height: 100%; object-fit: cover; }

	.bsfw_list { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; padding-bottom: 5px; }
	.bsfw_list li { width: 23.5%; height: auto; margin-right: 0; margin-top: 20px; }

	.bmfw_list { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-around; }
	.bmfw_list li { width: 23%; margin-right: 0; margin-top: 10px; }

	.zwfw_block4 .bd { padding-top: 20px; }
	.zwfw_block4 .bd .block { padding: 0 40px; display: flex; justify-content: space-between; flex-direction: column; }
	.zwfw_block4 .bd .block::after { display: none; }
	.block_left, .block_mid, .block_right { padding-left: 0; }
	.zwfw_block4 .bd .block_bd { height: auto; padding: 0 0 20px; }
	.zwfw_block4 .bd .block_right { width: auto; }
	.zwfw_block4 .bd .block>div>p { font-weight: bold; font-size: 18px; color: #333; }
	.zwfw_block4 .bd .block_bd .in_block em, .zwfw_block4 .bd .block_bd .in_block span { display: inline-block; }

	.tszq_list { width: 100%; display: flex; justify-content: space-between; }
	.tszq_list li { width: 23%; margin-right: 0; }
	.tszq_list li .img { height: 12vw; }
	.tszq_list li .tit { padding-top: 10px; font-size: 16px; line-height: 2em; height: auto; }

	.bhs_list { width: 100%; display: flex; justify-content: space-between; }
	.bhs_list li { width: 23%; margin-right: 0; }

	.map_con .img { height: 50vw; }
	.map_con .img img { width: 100%; height: 100%; object-fit: cover; }
	.map_list_con { width: 440px; height: calc(50vw + 60px); }
	.map_list_bd { height: calc(100% - 120px); }
}
@media screen and (max-width: 1024px) {
	.module_con { margin-bottom: 30px; }

	.module_item.fl, .module_item.fr { width: 100%; float: none; }
	.module_item.fl { height: auto; }

	.bsfw_list li { padding: 10px; }
	.bmfw_list li::after { right: 10px; }
	.bmfw_list li a { padding-right: 30px; }

	.zwfw_block4 .news_tab_hd { margin-bottom: 30px; }

	.map_list_con { width: 50%; padding: 10px 20px; }
	.map_list_con::before, .map_list_con::after { left: 100%; }
}
@media screen and (max-width: 768px) {
	.content_bg { margin: 30px 0 10px 0; }


.news_tab_hd,
.mk_tit{height:42px;}
.news_tab_hd li span{line-height:39px;height:auto;font-size: 18px; }
.mk_tit > span{height:41px;line-height:41px;font-size: 18px;}
.news_tab_hd li a.more{font-size:14px;top:15px;}
.mk_tit > a{font-size:14px;margin-top:16px;}
.mk_tit > a{font-size:14px;}

	.rdfw_con .mk_tit { height: 50px; line-height: 50px; margin-bottom: 10px; }
	.rdfw_con .mk_tit span { font-size: 20px; }
	.rdfw_list li { width: 31.33%; }
	
	.news_tab_hd li span { font-size: 20px; margin-right: 10px; }
	.news_tab_hd li a.more { font-size: 14px; }
.news_tab_hd li .jzrq{display:none;}
	.mk_tit { margin-bottom: 20px; }

	.bsfw_list li { width: 48%; margin-top: 10px; }
	.bsfw_list li .icon img { height: 40px; }
	.bsfw_list li .tit { font-size: 16px; }
	.bsfw_list li .tips a { font-size: 14px; }

	.bmfw_list li { width: 48%; }
	.bmfw_list li a { width: 100%; font-size: 14px; padding-left: 10px; }

	.zwfw_block4 .news_tab_hd li span a { font-size: 18px; }
	.zwfw_block4 .bd .block { padding: 0 20px; }
	.zwfw_block4 .bd .block_bd .in_block em i { font-size: 22px; }
	.zwfw_block4 .bd .block_bd .in_block span { font-size: 14px; }

	.tszq_list { flex-wrap: wrap; }
	.tszq_list li { width: 48%; margin-right: 0; }
	.tszq_list li .img { height: 30vw; }
	.tszq_list li .tit { padding-top: 0; font-size: 14px; margin-bottom: 10px; line-height: 1.5em; }

	.bhs_list { flex-wrap: wrap; }
	.bhs_list li { width: 48%; margin-bottom: 10px; }
	.bhs_list li a { padding: 15px; }

	.map_list_con { width: 100%; box-shadow: none; position: static; background: #fafafa; height: auto; }
	.map_list_con::before, .map_list_con::after { display: none; }
	.map_list_hd { margin-bottom: 15px; }
	.map_list_bd { height: 60vw; }
	.map_list_bd p { margin-bottom: 10px; background-size: auto 20px; background-position: left 5px; padding-left: 30px; }
	.map_list_bd p a { font-size: 14px; }
}