/*全局样式*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;}
body, button, input, select, textarea {
    font:14px "Source Han Sans CN","-apple-system","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue","Arial","sans-serif";
	margin:0;padding:0;border:0;outline:0;
	color:#383B40;
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

html{font-size: 100px;}
div,p,ul,li{
	font-size: .14rem;
}
body{ 
	background: #F4F5F8; 
	font-size: .14rem;
}
ul li{list-style:none}
a{margin:0;padding:0; text-decoration: none;}

.mb20{
    margin-bottom: 20px;
}
.flex-between{
    display: flex;
    justify-content: space-between;
}
.flex-start{
    display: flex;
    justify-content:flex-start;
}
.flex-center{
    display: flex;
    justify-content: center;
}
.over-hide{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}
.H-bg{
    margin:0 .12rem 10px;
    background: #ffffff;
}
/* slogan-wrap */
.H-slogan-wrap{
    padding:0 .12rem;
    margin-bottom: 10px;
}
.H-slogan-wrap img{
    width: 100%;
}
/* notice-wrap */
.H-notice-wrap{
    margin:0 .12rem 10px;
    background: #EDF2FA;
    height: 40px;
    border-radius: 4px;
    overflow: hidden;
}
.H-notice-wrap .notice-img{
    height: 20px;
    margin-top: 10px;
    margin-left: .08rem;
}
.H-notice-wrap #guide{
    display: block;
    width: calc(100% - .7rem);
    margin-right: 10px;
    overflow: hidden;
}
.H-notice-wrap #guide li{
    padding:14px 0 ;
    display: block;
    position: relative;
}
.H-notice-wrap #guide li a{
    display: block;
    font-size: .12rem;
    line-height: .12rem;
    color: #383B40;
}
.H-notice-wrap #guide li a span{
    display: block;
    width: calc(100% - .2rem);
}
.H-notice-wrap #guide li img{
    position: absolute;
    top: 10px;
    right: 0;
}
/* tab-wrap */
.H-tab-wrap{
    margin: 0 .12rem 10px;
    /* height: 252px; */
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}
.H-tab-wrap .tab{
	width: 100%;
	height: 100%;
	text-align: center;
}
.H-tab-wrap .tab_list ul{
	height: 48px;
	clear: both;
    display: flex;
    justify-content: space-between;
}
.H-tab-wrap .tab .swiper-slide{
	height: 48px;
	line-height: 46px;
	font-size: .16rem;
	width: .64rem;
    color:#7E8288 ;
    display: flex;
    justify-content: center;
}
.H-tab-wrap .tab_list .active{
	color:#383B40;
}
.H-tab-wrap .tab_list .active::after{
    content: '';
    width: 64px;
    height: 3px;
    border-radius: 2px;
    background: #0D39CE;
}
.H-tab-wrap .tab_con{
	width: 100%;
	/* height: 152px; */
}
.H-tab-wrap .item{
	display: none;
}
.H-tab-wrap .item li{
    margin:0;
	padding: 20px 10px;
	width: 100%;
	text-align: left;
	height: 75px;
    border-bottom: 1px #DADDE3 solid;
}
.H-tab-wrap .item li a{
	display: block;
	width: 100%;
}
.H-tab-wrap .item li .time{
	display: block;
	height: 10px;
    line-height: 10px;
    margin-top: 5px;
    font-size: .1rem;
    color: #5C626B;
    text-indent: .3rem;
}
.H-tab-wrap .item li h1{
    width: calc(100% - .35rem);
    font-weight: normal;
	font-size: .18rem;
	color: #383B40;
    line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.H-tab-wrap .item li h1 img{
    width: .2rem;
    vertical-align: bottom;
    margin-right: .05rem;
}
.H-tab-wrap .more-btn a{
    display: block;
    color: #2952CC;
    font-size: .12rem;
    text-align: center;
    line-height: 50px;
    margin-right: .2rem;
}
.H-tab-wrap .tab_list::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 48px;
    background: linear-gradient(to right, rgba(255,255,255,0),#ffffff);
    right: 0;
    top: 0;
    z-index: 9;
}
/* 详情页 */
.H-crumbs{
    margin: 0 .12rem 10px;
    background: #EDF2FA;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    color: #383B40;
    font-weight: bold;
}
.H-crumbs a,.H-crumbs span{
    color: #7E8288;
    margin:0 .12rem;
    font-weight: normal;
    font-size: .12rem;
}
.H-crumbs a{
    color: #2952CC;
}
.H-detail-con{
    margin:0 .12rem 10px;
}
.H-detail-con .title{
    color: #25282E;
    font-size: .2rem;
}
.H-detail-con .con-info {
    display: flex;
    justify-content: space-between;
    margin:.22rem 0 .18rem;
}
.H-detail-con .con-info .left{
    color: #25282E;
    font-size: .14rem;
}
.H-detail-con .con-info .right span{
    color: #B7B8BA;
    font-size: .14rem;
    margin-left: .1rem;
}
.H-detail-con .mess p{
    color: #383B40;
    font-size: .16rem;
    line-height: 24px;
    margin-bottom: 30px;
}
.H-detail-con .link{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow:ellipsis ;
    -webkit-line-clamp: 2;
    color: #0D39CE;
    font-size: .16rem;
    line-height: 20px;
    margin-bottom: .32rem;
}
/* 我要看 */
.H-see-blk{
    margin:0 .12rem 10px;
    border-radius: 4px;
    background: #ffffff;
}
.H-see-blk ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding:.07rem .1rem;
}
.H-see-blk ul li{
    width: 20%;
    text-align: center;
}
.H-see-blk ul li a{
    display: block;
}
.H-see-blk.H-cha ul li{
    margin-bottom: 10px;
}
.H-see-blk ul li.active img{
    background: #E7EDFF;
    border-radius: 4px;
}
.H-see-blk ul img{
    width:80%;
}
.H-see-blk ul p{
    color: #363A44;
    font-size: .12rem;
    line-height: .12rem;
    margin:10px 0 ;
}
/* 我要查 */
.H-cha-blk{
    margin:0 .12rem 10px;
    border-radius: 4px;
    background: #ffffff;
    padding: .05rem .05rem .15rem;
}
.H-cha-blk .title{
    font-size: .18rem;
    color: #25282E;
    padding:.05rem;
}
.H-cha-blk ul{
   flex-wrap: wrap;
}
.H-cha-blk ul li{
    width: calc(50% - .1rem);
    height: 50px;
    margin:.05rem;
    background: linear-gradient(82deg, #F1F4FF 0%, #F8FAFF 99%);
    border-radius: 4px;
    align-items: center;
}
.H-cha-blk ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #363A44;
    font-size: .14rem;
    text-align: center;
}
.H-cha-blk ul li a:active{
    color: #0D39CE;
    background: linear-gradient(82deg, #D9E2FF 0%, #F0F4FF 100%);;
}
/* 我要办 */
.H-ban-blk{
    margin:0 .12rem;
}
.H-ban-blk li{
    margin-bottom: .1rem;
    height: 70px;
    width: 100%;
    border-radius: 4px;
    background: linear-gradient(82deg, #F1F4FF 0%, #F8FAFF 99%);
    overflow: hidden;
}
.H-ban-blk li a{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.H-ban-blk li a span{
    font-size: .14rem;
    color: #363A44;
    flex:1;
    text-indent: .2rem;
}
.H-ban-blk li a .H-img1{
    height: 50px;
    margin-left: .2rem;
}
.H-ban-blk li a .H-img2{
    height: 20px;
    margin-right: .25rem;
}
.H-ban-blk li a:active{
    background: linear-gradient(82deg, #D9E2FF 0%, #F0F4FF 100%);
}
.H-ban-blk li a:active span{
    color: #0D39CE;
}
/* 我要办下级 */
.ban-search{
    height: 32px;
    background: #FFFFFF;
    border: 2px solid #DAE3FF;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: .1rem;
    display: flex;
    align-items: center;
}
.ban-search input{
    width: calc(100% - .5rem);
    height: 30px;
    line-height: 30px;
    text-indent: .2rem;
}
.ban-search img{
    width: 20px;
    height: 20px;
    margin-left: .1rem;
}
.ban-wrap{
    background: #ffffff;
    border-radius: 4px;
    margin-bottom: 10px;
}
.ban-wrap .title1{
    font-size: .18rem;
    color: #25282E;
    height: 37px;
    line-height: 35px;
    padding-top: 2px;
    padding-left: .12rem;
}
.ban-wrap .title2{
    line-height: 37px;
    font-size: .14rem;
    color: #5C626B;
    padding-left: .12rem;
    border-top: 1px #E6E6E6 solid;
}
.H-ban-blk .ban-wrap ul{
    display: flex;
    flex-wrap: wrap;
}
.H-ban-blk .ban-wrap li{
    height: 50px;
    margin:0 .1rem .1rem;
    background: linear-gradient(82deg, #F1F4FF 0%, #F8FAFF 99%);
    border-radius: 4px;
}
.H-ban-blk .ban-wrap li:last-child{
    margin-bottom: .2rem;
}
.H-ban-blk .ban-wrap li a{
    color: #363A44;
    text-indent: .14rem;
}
.H-ban-blk .ban-wrap li a:active{
    background: linear-gradient(82deg, #D9E2FF 0%, #F0F4FF 100%);
    color: #0D39CE;
}
