@charset "UTF-8";
/*初始化css*/
body{min-width:1100px;font-family:微软雅黑;color: #333;font-size:13px;margin:0;background:#fff;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
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,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}/*颜色根据通用信息列表的文字颜色决定*/
.more a{color: #999;}/*颜色根据通用更多的文字颜色决定*/
a:hover{color:#d80607;transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;-moz-transition:all 0.2s;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover{color:#125aae;transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;-moz-transition:all 0.2s;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}

button,
html input[type="button"]{
    -webkit-appearance: button;
    cursor: pointer;
}

/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)		footer*/
body{
	background-image: url(/cms_files/webshaoxingshirenminzhengfu/pubtplobject/defaultSet/471602/images/"bg.png"/*tpa=/cms_files/jcms1/web2247/modal/21273/images/bg.png*/);
	background-position: center top;
	background-repeat: no-repeat;
}
.w1100{width:1100px;background:none;margin:auto;}

/*头部开始*/
.logobg{
	width: 100%;
	margin-top:72px;
}
.wz img{
	display: inline-block;
	margin:60px 0 130px 200px;	
}
.hover_a:hover{
	color: #fc0202;
	text-decoration: underline;
}
/*头部结束*/
/*底部*/
.footer{margin-top:50px;width:100%;height:80px;background:#ad2d2e;font-size:13px;color:#fff;text-align:center;line-height:30px;padding-top:10px;}
.footer-main{position:relative;}
.footer ul{width:290px;margin:auto;}
.footer ul li{float:left;}
.footer ul li a{color:#fff;}
.footer ul li img{ margin:0 10px;}
.footer-lef{position:absolute;top:30px;left:200px;}
.footer-rig{position:absolute;top:30px;right:150px;}


/*第一部分开始*/
.se1{
	height:590px;
	background: #fff;
	opacity: .95;
	margin:0 auto 20px;	
	box-sizing: border-box;
	padding: 0 20px;
}
.se1 .se1_tit{
	color: #fc0202;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 85px;
}
.se1_l{
	width: 590px;
	height: 368px;
	border:1px solid #dedede;
	padding: 20px;
	box-sizing: border-box;
}
.se1_ftit{
	font-size: 20px;
	padding:20px;
	box-sizing: border-box;
	border-bottom: 1px solid #dcdcdc;
}
.se1_contain{
	font-size: 17px;
	line-height: 30px;
	text-indent: 2em;
	text-align:left;
	margin: 10px 0;
}
/*第一部分结束*/

/*第二部分开始*/
.dqwz{
		margin-bottom: 6px;
	    padding: 10px 0px;
    overflow: hidden;
    border-bottom: 1px #eee solid;
    line-height: 30px;
}
.dqwz p{
	    border-left: 5px solid #dd3a3a;
    padding-left: 20px;
    font-size: 14px;
}
.se2_top{
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	color: #b81a1a;
	box-sizing: border-box;
	font-weight: bold;
}
.se2_top span{
	display: inline-block;
    padding: 0px 12px 0px 20px;
    line-height: 33px;
    float: left;
    background: #dd3a3a;
    font-size: 20px;
    color: #fff;
margin-top: 9px;
}
.se2_top i{

margin-top: 9px;
   width: 12px;
    height: 33px;
    display: inline-block;
    background: url(/cms_files/webshaoxingshirenminzhengfu/pubtplobject/defaultSet/471602/images/"list_title_i_bg.jpg"/*tpa=/cms_files/jcms1/web2247/modal/21273/images/list_title_i_bg.jpg*/) no-repeat left center;
}
.se2_list{
	width: 100%;
	min-height: 300px;
	padding: 20px;
	box-sizing: border-box;	
	border: 1px solid #dedede;
	font-size: 16px;
}
.se2_list li a{
	display: inline-block;
	width: 100%;
	padding-left: 20px;
	background:url(/cms_files/webshaoxingshirenminzhengfu/pubtplobject/defaultSet/471602/images/"grey_icon.png"/*tpa=/cms_files/jcms1/web2247/modal/21273/images/grey_icon.png*/) 6px 15px no-repeat;
	white-space: inherit;
	line-height: 30px;
	margin:5px 0 0 ;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.se2_list li:last-child a{
	border:none;
}
.se2_list li a span.time{
	font-size: 12px;
	color: #666;
}
/*第二部分结束*/
/*第三部分开始*/


/*第三部分结束*/