.clearfix:after,
.clearfix:before {
	display: table;
	content: " ";
	clear: both;
}

/* 头部 */
.bannerbox {
	height: 400px;
	background: url(banner.jpg) no-repeat center top;
}

.bannerbox .top {
	overflow: hidden;
	font-size: 16px;
	line-height: 36px;
}

.bannerbox .top_left {
	float: left;
}

.bannerbox .top_left a {
	color: #ffffff;
	margin-right: 25px;
}

.bannerbox .top_right {
	float: right;
	
}

.bannerbox .top_right a {
	color: #ffffff;
	cursor: pointer;
}

.bannerbox .top_right span {
	color: #ffffff;
	margin: 0 6px;
}


/* logo */
.bannerbox .banner_logo {
	margin-top: 33px;
	overflow: hidden;
}

.bannerbox .logo {
	float: left;
}

.bannerbox .logo .logoimg1 {
	margin-right: 18px;
}


.bannerbox .search {
	float: right;
	width: 457px;
	height: 50px;
	background: #ffffff;
	position: relative;
	margin-top: 6px;
}

.bannerbox .search .text {
	width: 405px;
	line-height: 50px;
	padding-left: 15px;
	font-size: 16px;
	color: #999999;
}

.bannerbox .search .submit {
	position: absolute;
	right: 20px;
	top: 12px;
	cursor: pointer;
}

/* nav */
.bannerbox .nav {
	margin-top: 18px;
}

.bannerbox .nav ul {
	display: flex;
	justify-content: space-between;
}

.bannerbox .nav ul li {
	line-height: 60px;
}

.bannerbox .nav ul li a {
	font-size: 24px;
	color: #ffffff;
}

.bannerbox .nav ul li.on a,
.bannerbox .nav ul li:hover a {
	font-weight: bold;
	border-bottom: 4px solid #cdb684;
}

/* 中间内容 */
.content {
	padding-top: 30px;
	padding-bottom: 40px;
    width: 100%;
max-width:1200px;
    height: auto;
    margin: 0 auto;
}

.part1 .fw_qh{
	line-height: 55px;
}

.part1 .fw_qh ul{
	display: flex;
	justify-content: space-between;
	background: #cdb684;
	border-radius: 55px;
	font-size: 24px;
	width: 414px;
	margin: 0 auto;
}

.part1 .fw_qh ul li{
	padding: 0 55px;
	color: #ffffff;
	cursor: pointer;
}

.part1 .fw_qh ul li.active{
	background: #156ccf;
	border-radius: 55px;
}


/* 列表 */
.fw_qh_list .zt{
	margin-top: 40px;
}

.fw_qh_list .zt li{
	width: 156px;
	line-height: 60px;
	float: left;
	margin-right: 18px;
	font-size: 18px;
	border-radius: 4px;
	box-shadow: 0px 0px 10px 5px #f0f0f0;
	text-align: center;
	cursor: pointer;
}

.fw_qh_list .zt li.on,.fw_qh_list .zt li:hover{
	background: #156ccf;
	color: #ffffff;
}

.fw_qh_list .zt li:nth-child(7n){
	margin-right: 0;
}

/* 列表详情 */

/*主题类别 */
.list_top{
	display: flex;
	justify-content: space-between;
	border-bottom: 5px solid #156ccf;
	line-height: 62px;
	margin-top: 10px;
}
.list_top_left{
	font-size: 22px;
	color: #333333;
	font-weight: bold;
}
.list_top_right{
	font-size: 16px;
	color: #333333;
}
.list_top_right span{
	color: #156ccf;
}
/* 分类检索 */
.list_search{
	display: flex;
	justify-content: space-between;	
	margin-top: 20px;
}
.list_search_fl{
	display: flex;
}
.screen_option_menu{
	position: relative;
}
.screen_span{
	font-size: 16px;
	color: #156ccf;
	line-height: 42px;
}
.menu_name{
	padding: 0 10px;
	border: 1px solid #d5d5d5;
	font-size: 16px;
	color: #999999;
	width: 172px;
	height: 42px;
        background: url(/picture/1467/2509031523474373365.png) no-repeat center right 10%;
}
.menu_name span{
	line-height: 42px;
	cursor: pointer;
	width: 100%;
	display: block;
}
.screen_option_sub{
	position: absolute;
	left:0;
	top: 41px;
	width: 100%;
	line-height: 40px;
	font-size: 16px;
	padding: 10px;
	background: #ffffff;
	z-index: 100;
	text-align: center;
	display: none;
}
.screen_option_sub li.on,.screen_option_sub li:hover{
	background: #156ccf;
}
.screen_option_sub li.on a,.screen_option_sub li:hover a{
	color: #ffffff;
}
.screen_option_sub li a{
	display: block;
	text-align: center;
	cursor: pointer;
}
.list_search_r{
	width: 345px;
	height: 40px;
	border: 1px solid #cdb684;
	background: #f3f2e8;
	line-height: 38px;
	position: relative;
}
.list_search_r  .matterSearch{
	padding-left: 8px;
	height: 100%;
	width: 300px;
	color: #cdb684;
}
.matterSearch_btn{
	position: absolute;
	top: 7px;
	right: 9px;
}
/* 事项内容 */
.list_tab_box_content{
    margin-top: 20px;
}
.list_on{
	background: #f4f4f4;
	border: 1px solid #d7d8d9 !important;
}
.list_on .firstLevel {
	font-weight: bold;
}
.list_on a,.list_on p,.list_on span{
	color: #156ccf !important;
}
.list_on .sub_right a:hover{
	color: #ffffff !important;
}
.list_on .firstLevel a,.list_on .firstLevel p,.list_on .firstLevel span{
	font-weight: bold !important;
}
.list_tab_box_content .list_tab_box_content_label{
    background: #dcecff;
}
.list_tab_box_content .list_tab_box_content_label li{
    float: left;
    line-height: 53px;
}
.list_tab_box_content .list_tab_box_content_label li span{
    font-size: 18px;
    color: #156ccf;
}
.list_tab_box_content .list_tab_box_content_label .label_title{
    width: 50%;
	padding-left: 30px;
}
.list_tab_box_content .list_tab_box_content_label .label_operation{
    width: 50%;
    padding-left: 75px;
}
.list_box{
    position: relative;
}
.list_box .box_mask{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    opacity: 0.95;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    display: none;
}
.list_box .box_mask .loader_box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.box_mask .loader_box .loader {
    width: 60px;
    height: 60px;
    display: inline-block;
    -webkit-animation: circle infinite .75s linear;
    -moz-animation: circle infinite .75s linear;
    -o-animation: circle infinite .75s linear;
    animation: circle infinite .75s linear;
    border: 4px solid #4B95F3;
    /*border-top-color: transparent;*/
    border-radius: 100%;
    border-top-color: rgba(0,0,0,0.1);
    border-right-color: rgba(0,0,0,0.1);
    border-bottom-color: rgba(0,0,0,0.1);
}
.list_tab_box_content_list .list_li{
    border-bottom: 1px solid #d7d8d9;
	padding: 0 15px;
}
.list_tab_box_content_list .firstLevel{
	border-bottom: 1px solid #d7d8d9;
}
.list_tab_box_content_list .threeLevel{
	display: none;
	margin-bottom: 10px;
	font-size: 18px;
}
.list_tab_box_content_list .list_li .list_li_title{
    font-size: 18px;
    line-height: 28px;
    color: #333;
    padding-right: 20px;
}
.list_tab_box_content_list .list_li > .list_li_title {
    background: url(icon_matter.png) no-repeat left center;
    transition: all 0.5s;
	line-height: 70px;
}
.list_tab_box_content_list .list_li > .list_li_title.launch{
    background: url(icon_matter_xl.png) no-repeat left center;
}
.list_tab_box_content_list .list_on .list_li_title{
    background: url(icon_matter_xl.png) no-repeat left center !important;
}
.list_tab_box_content_list .list_on .secondLevel .list_li_title{
	background: url(icon_matter_xl.png) no-repeat 10px center !important;
	background-size: 6px 6px !important;
}
.list_tab_box_content_list .list_li .list_li_title .title_left{
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: 20px;
}
.list_tab_box_content_list .list_li .secondLevel .list_li_title{
    padding-left: 30px;
	line-height: 70px;
	background: url(icon_matter.png) no-repeat 10px center;
	background-size: 6px 6px !important;
}
.list_tab_box_content_list .list_li .secondLevel .list_li_title .title_left{
    padding-left: 2px;
}
.list_tab_box_content_list .list_li .secondLevel .list_li_title .title_left .icon{
    width: 14px;
    margin-right: 6px;
    /*transform: rotate(0);
    transition: all 0.35s;*/
}
.list_tab_box_content_list .list_li .secondLevel .list_li_title .title_left a{
    color: #666;
}
.list_tab_box_content_list .list_li .secondLevel .list_li_title .title_left .launch_btn{
    padding: 0 10px;
}
.list_li .list_li_title .number{
    float: left;
}
.list_li .list_li_title a{
    white-space: nowrap;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #333;
}
.list_li .list_li_title .launch_btn{
	width: 50%;
    margin-left: 12px;
    padding: 0 12px;
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.list_li .list_li_title .launch_btn div{
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.list_li .list_li_title .launch_btn img{
    margin-left: 12px;
    transition: all 0.35s;
}
.list_li .list_li_title.launch .launch_btn img{
    transform: rotate(-180deg);
}
.list_li .list_li_matter li{
    padding: 10px 20px 10px 10px;
    line-height: 30px;
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.list_li .list_li_sub.secondLevel .list_li_matter li{
    padding-left: 28px;
}
.list_li .list_li_sub{
    display: none;
}
.list_li .secondLevel .launch + .list_li_sub{
    display: block;
	font-size: 18px;
}
.list_li .list_li_matter li:hover{
    /* background-color: #f1f2f3; */
}
.list_li .list_li_matter li a{
    float: left;
    color: #3E81F5;
}
.list_li .list_li_matter li a.iSubscribed{
    background: #3e81f5;
    color: #fff;
}
.list_li .list_li_matter li > a{
    background: url("icon_matter.png") no-repeat left center;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
    white-space: nowrap;
	background-size: 5px 5px !important;
}
.list_on .list_li_matter li > a{
    background: url("icon_matter_xl.png") no-repeat left center !important;
	background-size: 5px 5px !important;
}
.list_li .list_li_matter li .sub_right{
	width: 50%;
	display: flex;
	justify-content: space-between;
	margin-left: 12px;
    padding: 0 12px;
}
.list_li .list_li_matter li > a em{
    font-style: normal;
    color: #d63636;
}
.list_tab_box_content_list .list_li:first-child .list_li_sub{
    display: block;
}
.list_tab_box_content_list .secondLevel{
    border-bottom: 0px solid #dddddd;
}
.list_li .sub_right{
    float: right;
}
.list_li .sub_right a{
    width: 110px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #156ccf;
    color: #156ccf;
    background: #dcecff;
    margin-left: 20px;
    cursor: pointer;
	font-size: 16px;
}
.list_li .sub_right a:hover{
	margin-left: 20px;
    background: #156ccf;
    color: #fff;
    border-color: #156ccf;
    cursor: pointer;
}
.list_li .sub_right a.bszn{
    border-radius: 1px;
}
.list_li .sub_right a.zx{
    background: none;
    border: none;
    margin-right: 14px;
    width: auto;
}
.list_li .sub_right a.zx img{
    width: auto;
    height: 30px;
}
.list_li_sub_sub .list_li_sub_title .launch_btn{
    float: left;
    margin-left: 12px;
    background: #f1f2f3;
    padding: 0 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}
.list_li_sub_sub .list_li_sub_title .launch_btn img{
    margin-left: 12px;
    width: 12px;
    height: auto;
    transition: all 0.35s;
}

.launch_btn .icon{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #888989;
    margin-left: 10px;
}
.launch_btn .icon span.line{
    width: 12px;
    height: 2px;
    background-color: #888989;
    display: block;
    transform: translate(3px,8px);
}
.launch_btn .icon span.line.vertical{
    transform: rotate(90deg) translate(6px,-3px);
}

.btn_xl{
	width: 18px;
	height: 18px;
	margin-left: 13px;
	background: url(icon_btn_lx.png) no-repeat;
}

.list_on .btn_xl{
	background: url(icon_btn.png) no-repeat;
}

/* 办事答疑 */
.fw_bsdy{
	margin-top: 40px;
}

/* 无数据提醒 */
.noResult {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
}
.noResult img {
    width: 260px;
}
.noResult div {
    font-size: 14px;
    line-height: 40px;
    color: #999;
}
.noResult div .resetSearch {
    text-decoration: underline;
    cursor: pointer;
    color: #4988f6;
    margin-left: 2px;
}


.bannerbox {
	background: url(/picture/1467/2509220915127059644.jpg) no-repeat center top !important;
}

.sjbt{
	display: none;
}

@media screen and (max-width: 769px){
	.bannerbox {
		background: url(/picture/1467/2508202303039512031.png) no-repeat !important;
		background-size: contain !important;
	}
	
	.sjbt{
		display: block;
		width: 100%;
		margin-top: 0.36rem;
	}
	.sjbt img{
		width: 100%;
	}
	.content{
		width: 92%;
		margin: 0 auto;
	}
	.part1 .fw_qh{
		line-height: 0.71rem;
	}
	.part1 .fw_qh ul{
		width: 4.4rem;
		font-size: 0.36rem;
	}
	.part1 .fw_qh ul li {
	    padding: 0 0.36rem;
	}
	.fw_qh_list .zt{
		margin-top: 0.36rem;
	}
	.fw_qh_list .zt li{
		width: 1.52rem;
        line-height: 0.71rem;
        margin-right: 0;
        font-size: 0.3rem;
        margin-left: 0.24rem;
        margin-bottom: 0.24rem;
	}
    .fw_qh_list .zt li:first-child{
		margin-left: 0;
	}
	.fw_qh_list .zt li:nth-child(5){
		margin-left: 1.76rem;
	}
	.list_top{
		border-bottom: 0.05rem solid #156ccf;
		line-height: 0.65rem;
		margin-top: 0.1rem;
	}
	.list_top_left{
		font-size: 0.3rem;
	}
	.list_top_right{
		font-size: 0.24rem;
	}
	.list_search{
		margin-top: 0.2rem;
	}
	.screen_span{
		font-size: 0.24rem;
		line-height: 0.42rem;
	}
	.menu_name{
		font-size: 0.24rem;
	    width: 2.06rem;
	    height: 0.47rem;	
           background-size: 15%;
	}
	.menu_name span{
		line-height: 0.47rem;
	}
	.screen_option_sub{
		top: 0.41rem;
	    line-height: 0.4rem;
	    font-size: 0.24rem;
	    padding: 0.1rem;	
	}
	.list_tab_box_content{
		margin-top: 0.2rem;
	}
	.list_tab_box_content .list_tab_box_content_label{
		height: 0.69rem;
		
	}
	.list_tab_box_content .list_tab_box_content_label li{
	    line-height: 1.2rem;
	    position: initial;
	    top: -0.55rem;
	    height: 0.69rem;	
	}
	.list_tab_box_content .list_tab_box_content_label li span{
		font-size: 0.30rem;
                        position: relative;
        top: -0.55rem;
	}
	.list_tab_box_content_list .list_li{
		padding: 0.20rem 0rem;
	}
	.list_tab_box_content_list .list_li .list_li_title{
		font-size: 0.3rem;
		padding-right: 0;
	}
	.list_tab_box_content_list .list_li > .list_li_title{
	    line-height: 0.42rem;	
	}
	.list_li .list_li_title a{
	    white-space: initial;
	    overflow: hidden;
	    text-overflow: initial;	
		width: 40%;
	}
	.list_li .list_li_title .launch_btn{
		width: 53%;
		margin-left: 0.4rem;
	}
	
	.list_tab_box_content_list .list_li .secondLevel .list_li_title{
		line-height: 0.42rem;
	}
	.list_tab_box_content_list .list_li .list_li_title .title_left {
	    display: flex;
	    align-items: center;
	    cursor: pointer;
	    padding-left: 0.2rem;
	    width: 100%; /* 确保占满可用宽度 */
	    justify-content: space-between; /* 两端对齐 */
	}
	.list_li .list_li_title .launch_btn div{
		flex: 0 0 auto; /* 不伸缩，保持自身宽度 */
	    display: flex; /* 内部也使用flex布局 */
	    align-items: center;
	    width: auto; /* 取消固定宽度限制 */
	    margin-left: 0.4rem;
	    white-space: nowrap; /* 防止内容换行 */	
	}
	
	.list_li .list_li_matter li > a{
		white-space: initial;
        overflow: hidden;
        text-overflow: initial;
	    font-size: 0.26rem;
	    line-height: 0.4rem;	
	}
	
	.list_li .list_li_matter li .sub_right{
		width: 68%;
		margin-left: 0.5rem;
		font-size: 0.26rem;
		
	}
	.list_li .list_li_matter li .sub_right p{
		font-size: 0.26rem;
	}
	.list_li .sub_right a{
	    width: 1.1rem;
	    height: 0.3rem;
	    line-height: 0.3rem;
	    text-align: center;
	    border: 1px solid #156ccf;
	    color: #156ccf;
	    background: #dcecff;
	    margin-left: 0.12rem;
	    cursor: pointer;
	    font-size: 0.16rem;
	    margin-bottom: 0.1rem;	
		margin-top: 0.16rem;
	}
	.result_paging{
	    text-align: center;
	    height: 0.9rem;
		margin-top: 0.2rem;
	}
	.fw_bsdy{
		margin-top: 0;
		height: 1.6rem;
	}
	.list_tab_box_content .list_tab_box_content_label .label_title{
		width: 32%;
	}
	.pagination_bar li{
		position: relative;
		top: -1.5rem;
	}
	.result_paging .pagination_bar{
        margin-top: 0.94rem;
        height: 0.3rem;		
	}
	.result_paging .pagination_bar ul{
		height: 0.3rem;
	}
	.list_search_r{
		display: none;
	}
	.fw_bsdy a img{
		width: 100%;
		height: 1.34rem;
	}
}

.fw_bsdy{
			display: none;
		}
