/* CSS Document */
@charset "utf-8";
/* CSS Document */
/*公共样式*/
.main{max-width:1000px; margin:0 auto; padding:0px;}
.topTitle{padding-bottom:9px; font-size:18px; color:#000; border-bottom:1px solid #bababa; margin-bottom:8px;}
.topTitle span{font-size:12px; font-weight:normal; float:right; padding-top:8px;}
.topTitle span a{color:#959595;}
.topTitle span a:hover { color:#971111;}
.mail_list ul li a{font-size:14px; color:#000; line-height:36px;}
.mail_list ul li span{float:right; color:#737373; font-size:10px;}

/*信访局专题*/
.mainbox { margin-top:30px;}
.mail_list { margin: 30px 0px 0px 0px;}
.mail_list li {
    float: left;
    width: 19.2%;
    margin-right:10px;
    text-align: center;
    height: 180px;
	background-color: #fff;
    transition: all .3s ease;
    box-shadow: 0 0 1.5rem rgba(9,41,77,.12);
	padding: 3% 3%;
}
.mail_list li a {
    display: block;
    height: 100%;
}
.mail_list li i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url(../../images/zlzt/yl_hd_10.png) no-repeat -4px 10px;
    text-align:center;
}
.mail_list li a {
    display: block;
    height: 100%;
}
.mail_list li .xfzt_s{
	color: #333;
	font-size: 16px;
	line-height: 25px;
	text-align:center;
	float:none;
	display:inline-block;
	padding-top:10px;
}
.mail_list li.li2 i{
	background-position: -90px 8px;
}
.mail_list li.li3 i{
	background-position: -179px 8px;
}
.mail_list li.li4 i{
	background-position: -267px 8px;
}
.mail_list li.li6 i{
	background-position: -442px 8px;
}
.mail_list li:hover{
	background: #1658a0;
	transition: ease .2s;
}
.mail_list li:hover span{
	color: #fff;
}
.mail_list li.li1:hover i{
	background-position:-4px -50px;
}
.mail_list li.li2:hover i{
	background-position: -90px -52px;
}
.mail_list li.li3:hover i{
	background-position: -179px -52px;
}
.mail_list li.li4:hover i{
	background-position: -267px -50px;
}
.mail_list li.li6:hover i{
	background-position: -442px -50px;
}
.node-info {
    width: 578px;
    float: left;
    height: 620px;
	border:1px solid #ededed;
	
}
.node-info-tit {
    height: 45px;
    line-height: 45px;
    background: #f4f5f6;
}
.node-info-tit span {
    background: url(../../images/zlzt/gk-node-info-tit.png) no-repeat;
    height: 45px;
    width: 115px;
    display: block;
    text-align: center;
    color: white;
    font-size: 18px;
}
.node-info-con {
    overflow: auto;
    line-height: 30px;
    text-indent: 28px;
    height: 573px;
	padding:20px;

}
.node-info-con p{
	text-indent:2em;
	white-space:normal;
	line-height:28px;
	text-align: justify;
}
.box-bjfw { margin-left: 10px; float:right;}
.b-mar-b-20 { margin-bottom: 20px !important;}
.box-bjfw .box-title {
    height: 50px;
    padding-left: 22px;
    line-height: 50px;
    font-size: 18px;
    color:#ffffff;
    background: #1658a0;
}
.box-bjfw .box-cnt {
    height: 400px;
    padding-top: 20px;
    background: #f2f2f2 left top;
}
.list-bjfw .list-item {
    display: block;
    width: 371px;
	margin: 0px 0px 20px 20px;	
    line-height: 24px;
    font-size: 14px;
    background-color: #fff;
    border: 1px dashed #ddd;
}
.list-item  .xfzt_img{
	float:left;
	padding-left:18px;
	padding-top:2px;
}
.list-item p{padding:10px;}
.box_erweima{
	margin-top:20px;
	width:412px;
	height:150px;
	border:1px solid #1658a0;
	border-radius: 6px;
	background: url(../../images/zlzt/xfzt_wei_img.jpg) no-repeat;
}

/*弹窗*/
.masking,.masking_01 {
	width:100%;
	height:100%;
	position:fixed;
	background:rgba(150,150,150,0.8);
	display:none;
	top:0;
	left:0;
	
	
}
.layer,.layer_01 {
	position:relative;
	width:700px;
	height:500px;
	background:#fff;
	left:50%;
	margin-left:-320px;
	top:50%;
	margin-top:-240px;
	z-index:10000;
	border-radius: 2px;
}

.close {
	position:absolute;
	right:15px;
	top:5px;
	color:#fff;
	font-size:20px;
}
.close:hover{
	color:#f13f40;
}
.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #971111;
    border-radius: 2px 2px 0 0;
}

.ctn_p{
	padding:30px; 
	font-size: 14px; 
	color:#000;
	overflow:auto;
    height: 458px;
}
.ctn_p h2{
	text-align:center; 
	font-size:20px; 
	line-height:50px;
}
.ctn_p p{
	line-height:24px; 
	text-indent:2em; 
}







