@charset "utf-8";
/*CSS reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td,p{margin:0;padding:0; font-family:"微软雅黑"; font-size:14px; cursor:default;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;border:none;}
ul,li,dl ,dt,dd ,ol,p,img{ list-style: none;border: none;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:normal;font-weight:normal;}
del,ins{text-decoration:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
button,input,select,textarea{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
a{text-decoration:none; outline:none;}
a:hover{ text-decoration:none;cursor:pointer;}
a:active{outline: none;star:expression(this.onFocus=this.blur());}
.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }   
.clearfix { zoom:1; } 
*{margin:0;padding:0;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */	}
.fl{float:left;}
.fr{float: right;}
img{vertical-align: middle;border:none;margin:0;padding:0; max-width:100%;max-height:100%;}
a {color: #333;}
a * { cursor: pointer;}
body{
	width:100%;
	overflow-x:hidden
}

/* 公共样式 */
.one-row {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.two-row {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.f-a-center {
	display: flex;
	align-items: center;
}
.f-a-center-jsb {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/*切换列表*/
.tabBox {
	margin: .5rem 0;
	position:relative;
}

.tabBox .hd ul{
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
	border-bottom: 1px solid #2795E9;
}
.tabBox .hd li .listicon{
	display: inline-block;
	height: 0.6rem;
	position: relative;
	float: left;
	top: .1rem;
	margin-right:.2rem;
}

.tabBox .hd ul li a {
	font-size: 0.45rem;
	padding-right: .4rem;
	white-space: nowrap;
	height: 1rem;
	line-height: .8rem;
	float: left;
	text-align: center;
	position: relative;
	font-weight: bold;
}

.tabBox .hd ul .on a{
	color: #0051C8;
	background:url(titbg.png) center center no-repeat;
	background-size: 100% 100%;
	font-weight: bold;
}
.tabBox .hd ul li i a{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding:0;
	font-size: 0.42rem;
	font-weight: normal;
}
.tabBox .hd ul .on i a{
	display:block;
}

.tabBox .bd ul{
	padding:.2rem;
}

.tabBox .bd li {
	color: #333;
	line-height:1rem;
	font-size:0.44rem;
}
.tabBox .bd li i{
	background: #0051C8;
	height:.16rem;
	width:.16rem;
	display:inline-block;
	border-radius:100%;
	margin-right:.2rem;
	margin-left: .05rem;
	position: relative;
	top: -0.05rem;
} 
.tabBox .bd li .date {
	float:right;
	color: #b5b5b5;
	line-height:1rem;
	font-size:0.42rem;
}
/*公共标题 切换列表抽离*/
.commontit ul{
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
	border-bottom: 1px solid #2795E9;
}
.commontit li .listicon{
	display: inline-block;
	height: 0.6rem;
	position: relative;
	float: left;
	top: .1rem;
	margin-right: .2rem;
}

.commontit ul li a {
	font-size: 0.45rem;
	padding-right: .4rem;
	white-space: nowrap;
	height: 1rem;
	line-height: .8rem;
	float: left;
	text-align: center;
	position: relative;
	font-weight: bold;
	color: #0051C8;
}

.commontit ul li a img{
	width:.6rem;
}


.commontit ul .on a{
	color:#2795E9;
	background:url(titbg.png) center center no-repeat;
	background-size: 100% 100%;
    font-weight: bold;
}
.commontit ul li i a{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding:0;
}
.commontit ul .on i a{
	display:block;
}
/*头部*/
.header_m img{vertical-align: middle;border:none;margin:0;padding:0; max-width:100%;max-height:100%;}
.logo_m{background:url(headbg_m.png) center top no-repeat;background-size:100% 100%;}
.logo_m a{width:55%;height:auto;display:block;margin:0 auto}
.logo_m img{width:100%;margin:.9rem auto 0}
.logo_m  .logoimg{margin-bottom: 1.4rem;}

.nav_m{width:100%;margin:0 auto;background: #0051c9;}
.nav_m ul{
    padding: 0 .5rem;
}
.nav_m li{float: left;width: 25%;line-height: 1.2rem;text-align:center;font-size: .46rem;}
.nav_m li:first-child{
}
.nav_m li a{display:block;width: 100%;color: #fff;}
.nav_m li.current_m a{color: #fff;background: url(navhover.png) center .9rem no-repeat;background-size: 61%;font-weight:bold;}

/*底部*/

.webinfo{display:block;width:100%;text-align:center;color:#fff;font-size:.44rem;}

.foot_m{padding: .5rem .36rem;background: #013FCB;}
.foot_m img{vertical-align: middle;border:none;margin:0;padding:0; max-width:100%;max-height:100%;}
.footer_main_m{ width:100%;}
.footer_main_m .gov_icon_m{height:1.2rem;}
.footer_main_m .gov_icon_m img {position: relative;height:1.2rem;margin-right:.3rem!important}
.footer_main_m p{color: #fff; margin-top:.5rem;line-height: .7rem;font-size:.35rem;}
/*页码*/
.nextpage{padding:0.3rem;}
.nextpage ul { float:right;}
.nextpage ul li{ float:left;line-height:1rem; margin-right:0.2rem; color:#666; font-size:0.4rem;border: 1px solid #ccc;}
.nextpage ul li a:hover{ background:#006498; color:#fff; text-decoration:none;}
.nextpage li:first-child{ margin-right:0.2rem; float:right;}
.nextpage li a{ display:block; float:left; height:1rem; line-height:1rem; padding:0 0.2rem;}
.nextpage li span{ display:block;  line-height:1rem; padding:0 0.2rem;}
.nextpage .page_jump{display:none}
.nextpage .total_count{display:none}
.nextpage ul li .current{ background:#006498; color:#fff; text-decoration:none;}


