@charset "UTF-8";
*,*: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:#1c5bb8;}
.more a:hover{color:#1c5bb8;}
.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;}
input{font-family:微软雅黑;}

body {
	font-family: '微软雅黑';
	color: #333;
	background: #ecf7fc url(public_bg_0.jpg) no-repeat;
	background-size: 100%;
	padding-top: 24%;
}

.main {
	width: 1200px;
	margin: 0 auto 44px;
	padding: 30px;
	background: #fff;
	position: relative;
}
.public-content {
	width: 740px;
	position: relative;
}
.content-head {
	width: 100%;
	height: 92px;
	line-height: 92px;
	padding: 0 30px;
	background: #aa1d2a;
}
.content-head h3 {
	float: left;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.content-head img {
	float: right;
	width: 59px;
	height: 45px;
	position: relative;
	top: 23.5px;
}
.content-list {
	padding: 15px 20px;
	box-shadow: 0 0 10px #d8d8d8;
	min-height: 414px;
}
.content-item {
	font-size: 15px;
	color: #333;
	height: 48px;
	line-height: 48px;
	padding-left: 12px;
	background: url(public_icon_0.png) no-repeat 0 22px;
}
.content-item a {
	display: block;
	float: left;
	width: 85%;
	color: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content-item a:hover {color: #d51414;}
.content-item span {
	float: right;
	color: #666;
}
.disaster {
	float: left;
	width: 200px;
	height: 280px;
	text-align: center;
	box-shadow: 0 0 5px #eaeaea;
	position: relative;
}
.disaster a {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	padding-bottom: 20px;
	border-bottom: 2px solid #999999;
	position: relative;
	top: 109px;
}
.accident {background: url(public_bg_1.jpg) no-repeat;}
.natural {background: url(public_bg_2.jpg) no-repeat;}



.yiqing{
	height: 85px;
	width: 350px;
	position: absolute;
	top: 30px;
	right: 55px;
	background: url(7629b861f9f6d2de087b647de65d3085.jpeg) no-repeat;
	background-size: cover;
	text-align: center;
	transition: all 1s;
}

.yiqing:hover{
	box-shadow: 0px 0px 5px #333;
}

.weixin_lianjie{
	line-height: 85px;
	letter-spacing: 10px;
	font-size: 20px;
	color: black;
	font-weight: 600;
}

.weixin_lianjie:hover{
	color: black;
}

