.clear{
	clear: both;
}
/*首页*/
.index-bg{
  background:url("../img/index.png") no-repeat;
  background-size: 100% 100%;
}
.index-footer{
	background: rgba(255,255,255,.5);
	width: 100%;
    bottom: 0;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    margin-top: -70px;
    text-align: center;
	color: #000;
}
.index-header{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
	color: #fff;
	background: rgba(0,82,169,1);
}
.index-content{
	position: relative;
	width: 814px;
	padding-top: 130px;
	height: auto;
	margin:0 auto;
}
.index-content2{
	float: left;
}
.index-con1{
	float: left;
	width: 400px;
	height: 350px;
	padding-top: 50px;
	margin-right: 10px;
	text-align: center;
	background: rgba(255,255,255,.6);
	border:1px solid #ee2a2a;
	border-radius: 5px;
}
.index-con1:hover {
	background: rgba(255,255,255,.8);
}
.index-con1 .icon-home1{
	font-size: 120px;
	color: #ee2a2a;
}
.index-con1 p{
	font-size: 30px;
	font-weight: 500;
	color: #000;
	margin: 50px 0px;
}
.index-con1-in{
	font-size: 18px;
	padding: 7px 20px;
	width: 100px;
	margin: 0 auto;
	color: #0052a9;
	background: rgba(0,82,169,.2);
	border:1px solid #0052a9;
	border-radius: 5px;
	margin-top: 20px;
}
.index-con1-in{
	display: none;
}
.index-con2-in{
	font-size: 18px;
	padding: 7px 20px;
	width: 100px;
	margin-top: 20px;
	color: #0052a9;
	background: rgba(0,82,169,.2);
	border:1px solid #0052a9;
	border-radius: 5px;
	margin-top: 10px;
}
.index-con2-in{
	display: none;
}
.index-con3-in{
	font-size: 18px;
	padding: 7px 20px;
	width: 100px;
	margin: 0 auto;
	color: #0052a9;
	background: rgba(0,82,169,.2);
	border:1px solid #0052a9;
	border-radius: 5px;
	margin-top: 20px;
}
.index-con3-in{
	display: none;
}
.index-con2{
	width: 400px;
	height: 169px;
	margin-bottom: 10px;
	padding-top: 25px;
	background: rgba(255,255,255,.6);
	border:1px solid #409eff;
	border-radius: 5px;
	cursor: pointer;
}
.index-con2:hover{
	background: rgba(255,255,255,.8);
}
.index-con2 .layui-icon{
	display: inline-block;
	margin-left: 160px;
	font-size: 80px;
	color: #409eff;
}
.index-con2 p{
	font-size: 30px;
	font-weight: 500;
	color: #000;
	text-align: center;
	margin: 40px 0px;
}
.index-con3{
	width: 400px;
	height: 169px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 25px;
	background: rgba(255,255,255,.6);
	border:1px solid #67c23a;
	border-radius: 5px;
	cursor: pointer;
}
.index-con3:hover{
	background: rgba(255,255,255,.8);
}
.index-con3 .layui-icon{
	font-size: 80px;
	color: #67c23a;
}
.index-con3 p{
	font-size: 30px;
	font-weight: 500;
	color: #000;
	margin: 40px 0px;
}
.index-content3{
	position:relative;
	left: 824px;
	width: 400px;
	height: 400px;
	border: 1px solid #409eff;
	border-radius: 5px;
	background: rgba(255,255,255,.7);
	display: none;
}
.index-content3:after,.index-content3:before{
    content:'';
    display:block;
    position:absolute;
    border-style:solid;
    border-width:10px;                
}
.index-content3:before{
    border-color:transparent #409eff transparent transparent;
    left:-21px;
    top:14px;
}
.index-content3:after{
	border-color:transparent #fff transparent transparent;        
	left:-20px;
	top:14px
}
.index-content3 ul{
	position: absolute;
	top: 0px;
	left: 0px;
    width: 100%;
    height: auto;
    padding: 0 7%;
}
.index-content3 ul li{
	float: left;
    width: 22%;
    font-size: 16px;
    text-align: center;
    padding: 5px 0px;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.index-content3 ul li a:hover{
	color: #409eff;
}
.index-content4{
	position: relative;
	left: 824px;
	width: 250px;
	height: 400px;
	border: 1px solid #67c23a;
	border-radius: 5px;
	background: rgba(255,255,255,.7);
	display: none;
}
.index-content4:after,.index-content4:before{
    content:'';
    display:block;
    position:absolute;
    border-style:solid;
    border-width:10px;                
}
.index-content4:before{
    border-color:transparent #67c23a transparent transparent;
    left:-21px;
    top:220px;
}
.index-content4:after{
	border-color:transparent #fff transparent transparent;        
	left:-20px;
	top:220px
}
.index-content4 ul{
	position: absolute;
	top: 0px;
	left: 0px;
    width: 100%;
    height: auto;
    padding: 0 7%;
}
.index-name1{
	float: left;
    width: 43%;
    font-size: 16px;
    text-align: center;
    padding: 5px 0px;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.index-name1:hover{
	color: #67c23a;
}
.index-content4 ul .index-in a{
	padding: 5px 15px;
	color: #67c23a;
	border-radius: 5px;
	border: 1px solid #67c23a;
}
.index-in{
	float: left;
	text-align: center;
}
.index-in a:hover{
	background: #67c23a;
	color: #fff;
}
.index-name2{
	float: left;
	margin: 12px 22px;
	text-align: center;
}
.index-corsq{
	float: left;
	width: 60px;
	height: 28px;
	color: #67c23a;
	border-radius: 5px;
	border: 1px solid #67c23a;
	text-align: center;
	line-height: 28px;
}
.index-corsq:hover{
	background: #67c23a;
	color: #fff;
}
.index-inin{
	float: left;
	width: 60px;
	height: 28px;
	color: #67c23a;
	border-radius: 5px;
	border: 1px solid #67c23a;
	text-align: center;
	line-height: 28px;
}
.index-inin:hover{
	background: #67c23a;
	color: #fff;
}
.index-content5{
	position: absolute;
	left: 824px;
	top: 250px;
	width: 250px;
	height: 400px;
	border: 1px solid #67c23a;
	border-radius: 5px;
	background: rgba(255,255,255,.7);
	display: none;
	overflow-x: hidden;
}
.index-content5:after,.index-content5:before{
    content:'';
    display:block;
    position:absolute;
    border-style:solid;
    border-width:10px;                
}
.index-content5:before{
    border-color:transparent #67c23a transparent transparent;
    left:-21px;
    top:220px;
}
.index-content5:after{
	border-color:transparent #fff transparent transparent;        
	left:-20px;
	top:220px
}
.index-content5 ul{
	position: absolute;
	top: 0px;
	left: 0px;
    width: 100%;
    height: auto;
    padding: 0 7%;
}
.index-content5 ul li a{
	padding: 5px 15px;
	color: #67c23a;
	border-radius: 5px;
	border: 1px solid #67c23a;
}
.index-back{
	float: left;
	text-align: center;
}
.index-back a:hover{
	background: #67c23a;
	color: #fff;
}
/*政务财务村务首页*/
.affairs-content{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.header-box{
	position: relative;
	width: 1200px;
	height: 80px;
	text-align: center;
	margin: 0 auto;
}
.header-title{
	font-size: 40px;
	color: #fff;
}
.header-title2{
	position: absolute;
	top: 15px;
	left: 0px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.header-btn{
	position: absolute;
	width: 80px;
	height: 65px;
	right: 90px;
	top: 0px;
	opacity: 0.7;
	padding-top: 15px;
	text-align: center;
}
.header-btn5{
	position: absolute;
	width: 80px;
	height: 65px;
	right: 0px;
	top: 0px;
	opacity: 0.7;
	padding-top: 15px;
	text-align: center;
}
.header-btn5 i{
	font-size: 28px;
	color: #fff;
}
.header-btn i{
	font-size: 35px;
	color: #fff;
}
.dqzzp{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
}
.header-btn2{
	position: absolute;
	width: 90px;
	height: 65px;
	right: 0px;
	top: 0px;
	opacity: 0.7;
	padding-top: 15px;
	text-align: center;
}
.header-btn2 i{
	font-size: 35px;
	color: #fff;
}
.header-text{
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
.header-btn2:hover{
	opacity: 0.9;
}
.header-btn:hover{
	opacity: 0.9;
}
.footer-box{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}
.footer-con1{
	float: left;
	margin-left: 150px;
}
.footer-con1 p{
	font-size: 16px;
	line-height: 80px;
}
.footer-con2{
	float: right;
	width: 200px;
	margin-right: 150px;
	text-align: center;
}
.footer-con2 img{
	width: 60px;
	height: 60px
}
.footer-con2 p{
	font-size: 16px;
	line-height: 20px;
}
.affairs-con1{
	float: left;
	width: 500px;
	margin: 25px 50px 0px 50px;
}
.affairs-con1-title{
	width: 500px;
	height: 60px;
	border-bottom: 1px solid #e5e5e5;
}
.affairs-con1-title1{
	float: left;
	width: 50px;
	height: 38px;
	border-radius: 50px;
	background: #e5e5e5;
	text-align: center;
	padding-top: 12px
}
.affairs-con1-title1 i{
	font-size: 26px;
}
.affairs-con1-title2{
	float: left;
	font-size: 22px;
	line-height: 50px;
	color: #000;
	margin-left: 10px;
}
.affairs-con1-title2 a:hover{
	color: #000;
}
.affairs-con1-title3{
	float: right;
	width: 50px;
	height: 25px;
	text-align: center;
	padding-top: 25px;
}
.affairs-con1-title3 i{
	font-size: 26px;
	color: #999;
}
.affairs-ul{
	margin-top: 10px;
}
.affairs-ul li{
	float: left;
	width: 500px;
}
.affairs-ul li p{
	float: left;
	line-height: 30px;
}
.affairs-p1{
	font-size: 16px;
}
.affairs-p2{
	font-size: 12px;
	margin-left: 5px;
}
.affairs-p3{
	margin: 0 10px;
}
.affairs-p4{
	width: 340px;
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.affairs-ul li a p:hover{
	color: #1058e5;
}
.affairs-ul2{
	width: 450px;
	margin: 0 auto;
	text-align: left;
}
.affairs-ul2 li{
	display: inline-block;
	margin: 15px 30px 0 25px;
}
.affairs-ul2 li:hover{
	color: #000;
}
.affairs-ul2-box1{
	width: 90px;
	height: 90px;
	border-radius: 90px;
	text-align: center;
	line-height: 90px;
	color: #fff;
	font-size: 18px;
	background-color:#3958fe;
	background-image: -webkit-linear-gradient(to bottom, #8cb4f9 , #3958fe); /* Safari 5.1 - 6.0 */
	background-image: -o-linear-gradient(to bottom, #8cb4f9 , #3958fe); /* Opera 11.1 - 12.0 */
	background-image: -moz-linear-gradient(to bottom, #8cb4f9 , #3958fe); /* Firefox 3.6 - 15 */
	background-image: linear-gradient(to bottom, #8cb4f9 , #3958fe); /* 标准的语法 */
}
.affairs-ul2-box2{
	width: 90px;
	height: 90px;
	border-radius: 90px;
	text-align: center;
	line-height: 90px;
	color: #fff;
	font-size: 18px;
	background-color:#fe8941;
	background-image: -webkit-linear-gradient(to bottom, #ffd299 , #fe8941); /* Safari 5.1 - 6.0 */
	background-image: -o-linear-gradient(to bottom, #ffd299 , #fe8941); /* Opera 11.1 - 12.0 */
	background-image: -moz-linear-gradient(to bottom, #ffd299 , #fe8941); /* Firefox 3.6 - 15 */
	background-image: linear-gradient(to bottom, #ffd299 , #fe8941); /* 标准的语法 */
}
.affairs-ul2-box3{
	width: 90px;
	height: 90px;
	border-radius: 90px;
	text-align: center;
	line-height: 90px;
	color: #fff;
	font-size: 18px;
	background-color:#ff4d4e;
	background-image: -webkit-linear-gradient(to bottom, #ffadad , #ff4d4e); /* Safari 5.1 - 6.0 */
	background-image: -o-linear-gradient(to bottom, #ffadad , #ff4d4e); /* Opera 11.1 - 12.0 */
	background-image: -moz-linear-gradient(to bottom, #ffadad , #ff4d4e); /* Firefox 3.6 - 15 */
	background-image: linear-gradient(to bottom, #ffadad , #ff4d4e); /* 标准的语法 */
}
.affairs-ul2-p{
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}
.affairs-con2{
	width: 1100px;
	margin: 25px 50px 0px 50px;
	padding-bottom: 30px;
}
.affairs-con2-title{
	width: 1100px;
	height: 60px;
	border-bottom: 1px solid #e5e5e5;
}
.affairs-con2-title1{
	float: left;
	width: 50px;
	height: 38px;
	border-radius: 50px;
	background: #e5e5e5;
	text-align: center;
	padding-top: 12px
}
.affairs-con2-title1 i{
	font-size: 26px;
}
.affairs-con2-title2{
	float: left;
	font-size: 26px;
	line-height: 50px;
	color: #000;
	margin-left: 10px;
}
.affairs-ul3{
	width: 1200px;
	margin : 20px auto;
	text-align: center;
}
.affairs-ul3 li{
	display: inline-block;
	width: 155px;
	height: 60px;
	text-align: center;
	margin: 0 25px;
	border-radius: 5px;
}
.affairs-ul3 li a i{
	display: inline-block;
	vertical-align: top;
	line-height: 60px;
	font-size: 30px;
}
.affairs-ul3 li a p{
	display: inline-block;
	vertical-align: top;
	line-height: 60px;
	font-size: 16px;
}
.affairs-ul3-li4{
	background: #f9f9f9;
}
.affairs-ul3-li4 a{
	color: #666666;
}
.affairs-ul3-li4 a:hover{
	color: #3f87d9;
}

/*工作状态列表页*/
.header-img{
	width: 100%;
	height: 220px;
	text-align: center;
	overflow: hidden;
}
.header-img img{
	width: 1920px;
	height: 100%;
}
.header-btn3{
	position: absolute;
	width: 80px;
	height: 65px;
	right: 150px;
	top: 0px;
	opacity: 0.7;
	padding-top: 15px;
	text-align: center;
}
.header-btn3 i{
	font-size: 35px;
	color: #fff;
}
.header-btn4{
	position: absolute;
	width: 150px;
	height: 65px;
	right: 0px;
	top: 0px;
	opacity: 0.7;
	padding-top: 15px;
	text-align: center;
}
.header-btn4 i{
	font-size: 35px;
	color: #fff;
}
.header-btn3:hover{
	opacity: 0.9;
}
.header-btn4:hover{
	opacity: 0.9;
}
.affairs-back a i{
	font-size: 20px;
	line-height: 40px;
}
.affairs-con3{
	width: 1100px;
	padding: 25px 50px 0px 50px;
}
.affairs-con3-title{
	width: 1100px;
	height: 60px;
	border-bottom:3px solid transparent;
	background-clip:padding-box,border-box;
	background-origin:padding-box,border-box;
	background-image:linear-gradient(90deg,#f6fbff,#f6fbff),linear-gradient(90deg,#086fcf,#a9d4fd);
}
.affairs-con3-title1{
	float: left;
	width: 50px;
	height: 38px;
	border-radius: 50px;
	background: #e5e5e5;
	text-align: center;
	padding-top: 12px
}
.affairs-con3-title1 i{
	font-size: 26px;
}
.affairs-con3-title2{
	float: left;
	font-size: 26px;
	line-height: 50px;
	margin-left: 10px;
}
.affairs-work-ul{
	width: 1200px;
}
.affairs-work-ul li{
	float: left;
	width: 1100px;
	padding:20px 50px 10px 50px;
}
.affairs-work-ul li:hover{
	background: #fff;
}
.affairs-work-ul li:hover .affairs-work-con1-title i{
	color: #ed9a1d;
}
.affairs-work-ul li:hover .affairs-work-con1-p{
	border-left: 1px solid #ed9a1d;
}
.affairs-work-con1{
	float: left;
	width: 880px;
}
.affairs-work-con1-title{
	float: left;
	width: 880px;
}
.affairs-work-con1-title i{
	float: left;
	font-size: 30px;
	color: #bebebe;
	margin: 5px;
}
.affairs-work-con1-title p{
	float: left;
	width: 830px;
	font-size: 20px;
	line-height: 40px;
	margin-left: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.affairs-work-con1-title p a:hover{
	color: #ed9a1d;
}
.affairs-work-con1-p{
	float: left;
	width: 830px;
	height: 100px;
	margin-left: 19px;
	padding-left: 30px;
	border-left: 1px solid #bebebe;
}
.affairs-work-con1-p1{
	height: 60px;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.affairs-work-con1-p2{
	margin-top: 20px;
}
.affairs-work-con1-p2 p i{
	font-size: 20px;
}
.affairs-work-con1-p2 p{
	font-size: 14px;
	line-height: 20px;
}
.affairs-work-con1-p2 span{
	font-size: 12px;
	line-height: 20px;
	margin-left: 5px;
}
.affairs-work-con2{
	float: left;
	width: 200px;
	height: 140px;
	margin-left: 10px;
}
.affairs-work-con2 img{
	width: 100%;
	height: 100%;
}
/*政策文件列表*/
.affairs-polic-ul{
	float: right;
	width: 1000px;
}
.affairs-polic-ul li{
	float: left;
	width: 900px;
	padding:20px 50px 10px 50px;
}
.affairs-polic-ul li:hover{
	background: #fff;
}
.affairs-polic-ul li:hover .affairs-polic-con1-title i{
	color: #ed9a1d;
}
.affairs-polic-ul li:hover .affairs-polic-con1-p{
	border-left: 1px solid #ed9a1d;
}
.affairs-polic-con1{
	float: left;
	width: 680px;
}
.affairs-polic-con1-title{
	float: left;
	width: 680px;
}
.affairs-polic-con1-title i{
	float: left;
	font-size: 30px;
	color: #bebebe;
	margin:  5px;
}
.affairs-polic-con1-title p{
	float: left;
	width: 630px;
	font-size: 20px;
	line-height: 40px;
	margin-left: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.affairs-polic-con1-title p a:hover{
	color: #ed9a1d;
}
.affairs-polic-con1-p{
	float: left;
	width: 630px;
	height: 100px;
	margin-left: 19px;
	padding-left: 30px;
	border-left: 1px solid #bebebe;
}
.affairs-polic-con1-p1{
	height: 60px;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.affairs-polic-con1-p2{
	margin-top: 20px;
}
.affairs-polic-con1-p2 p i{
	font-size: 20px;
}
.affairs-polic-con1-p2 p{
	font-size: 14px;
	line-height: 20px;
}
.affairs-polic-con1-p2 span{
	font-size: 12px;
	line-height: 20px;
	margin-left: 5px;
}
.affairs-polic-con2{
	float: left;
	width: 200px;
	height: 140px;
	margin-left: 10px;
}
.affairs-polic-con2 img{
	width: 100%;
	height: 100%;
}
.affairs-polic-ul2{
	float: left;
	width: 140px;
	height: auto;
	margin: 20px 0 0 50px;
}
.affairs-polic-ul2 li{
	float: left;
	width: 130px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.affairs-polic-ul2 li a{
	display: block;
}
.affairs-polic-on{
	background: #278df7;
}
.affairs-polic-on a{
	color: #fff;
}
.affairs-polic-ul2 li:hover{
	background: #278df7;
	color: #fff;
}
.affairs-polic-ul2 li a:hover{
	color: #fff;
}
.affairs-polic-ul2 li .icon-naimanqi{
	display: inline-block;
	width:18px;
	height:24px;
	vertical-align: -6px;
	background: url(../img/naimanqi.png)
}
.affairs-polic-ul2 li .icon-china{
	display: inline-block;
	width:25px;
    height:21px;
    margin-left:-5px;
	vertical-align: -6px;
	background: url(../img/icon-china.png)
}
.affairs-polic-ul2 li .icon-center{
	display: inline-block;
	width:26px;
    height:18px;
    margin-left:-6px;
	vertical-align: -6px;
	background: url(../img/icon-center.png)
}
.affairs-polic-ul2 .affairs-polic-on .icon-center,.affairs-polic-ul2 li a:hover .icon-center{
    background: url(../img/icon-center2.png)
}
.affairs-polic-ul2 li .icon-city{
	display: inline-block;
	width:19px;
    height:21px;
    margin:0 3px;
	vertical-align: -6px;
	background: url(../img/icon-city.png)
}
.affairs-polic-ul2 .affairs-polic-on .icon-city,.affairs-polic-ul2 li a:hover .icon-city{
	background: url(../img/icon-city2.png)
}
/*党务财务村务详情*/
.affairs-details-left{
	float: left;
	width: 780px;
	height: auto;
	padding: 0 50px;
}
.details-left-p{
	width: 100%;
	height: auto;
	margin-top: 40px;
	border-bottom: 1px solid #e5e5e5;
}
.details-left-p1{
	font-size: 30px;
	line-height: 50px;
}
.details-left-p2{
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin-right: 20px;
}
.details-left-text{
	font-size: 16px;
	padding: 30px 0 40px 0;
	line-height: 25px;
	text-indent: 2rem;
	border-bottom: 1px solid #e5e5e5;
}
.details-left-text p{
	margin-bottom: 20px;
}
.details-left-text img{
	max-width: 700px;
}
.details-leftimg-explain{
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	font-family:"STKaiti";
}
.details-left-bottom{
	margin-top: 10px;
	padding-bottom: 50px;
}
.details-left-bottom p{
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	margin-right: 50px;
}
.details-left-bottom-icon{
	float: right;
	padding: 0 10px;
	color: #eb2f2f;
	background: #f5e6ea;
	border-radius: 5px;
	border: 1px solid #eb2f2f;
}
.details-left-bottom-icon i{
	font-size: 28px;
}
.affairs-details-right{
	float: right;
	width: 250px;
	padding: 40px 50px 0 20px;
	height: auto;
}
.details-right-title{
	height: 50px;
	border-bottom: 2px solid #b80000;
}
.details-right-title a p{
	float: left;
	font-size: 18px;
	line-height: 50px;
	color: #b80000;
}
.details-right-title a i{
	float: right;
	font-size: 20px;
	line-height: 50px;
}
.details-timeline{
	margin-top: 20px;
}
.layui-text a:not(.layui-btn) {
    color: #000;
}
.details-timeline-color{
	color: #b80000;
}
/*民生资金首页*/
.lives-ul{
	width: 1060px;
	margin: 0 auto;
	padding-bottom: 95px;
	text-align: center;
}
.lives-ul li{
	display: inline-block;
	width: 290px;
	height: 310px;
	margin: 70px 30px;
	text-align: center;
}
.lives-ul-li1{
	position: relative;
	background: url(../img/lives1.png) no-repeat center 0px;
	background-position: center 0;
	background-size: cover;
	text-align: center;
	border-radius: 5px;
}
.lives-ul-li2{
	position: relative;
	background: url(../img/lives2.png) no-repeat center 0px;
	background-position: center 0;
	background-size: cover;
	text-align: center;
	border-radius: 5px;
}
.lives-ul-li3{
	position: relative;
	background: url(../img/lives3.png) no-repeat center 0px;
	background-position: center 0;
	background-size: cover;
	text-align: center;
	border-radius: 5px;
}
.lives-shadow{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.4;
}
.lives-ul li i{
	display: inline-block;
	font-size: 50px;
	color: #fff;
	margin-top: 50px;
}
.layui-btn .layui-icon-search{
	font-size: 30px;
}
.lives-ul-pbox{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 38px;
	margin-top: 22px;
}
.lives-title{
	width: 1100px;
	height: 60px;
	border-bottom:3px solid transparent;
	background-clip:padding-box,border-box;
	background-origin:padding-box,border-box;
	background-image:linear-gradient(90deg,#f6fbff,#f6fbff),linear-gradient(90deg,#086fcf,#a9d4fd);
}
/*民生项目*/
.lives-project-nav{
	padding: 25px 0 0 50px;
}
.lives-project-nav a{
    margin-bottom: 0;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block; 
}
.lives-project-nav1{
    width: 130px;
    color: #fff;
    background: #278df7;
	border: 1px solid #f6fbff;
    text-align: center;
}
.lives-project-nav2{
    width: 130px;
    border: 1px solid #278df7;
    color: #278df7;
    text-align: center;
}
.lives-project-nav a:hover{
    color: #fff;
    background: #278df7;
    border: 1px solid #278df7;
}
.lives-project-inline1{
	float: left;
	margin-left: 50px;
}
.lives-project-inline1 p{
	font-size: 20px;
	line-height: 40px;
}
.lives-project-inline1 p span{
	font-size: 22px;
	line-height: 40px;
	color: #ff3334;
}
.lives-project-inline2{
	float: right;
	margin-right: 10px;
}
/*内容反转更换*/
.viewport-flip {
	-webkit-perspective: 1000;
	perspective: 1000;
}
.flip {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
	backface-visibility: hidden;
	transform: translateX(0);
}
.flip.out {
	-webkit-transform: rotateY(-90deg) scale(.9);
	-webkit-animation-name: flipouttoleft;
	-webkit-animation-duration: 175ms;
	transform: rotateY(-90deg) scale(.9);
	animation-name: flipouttoleft;
	animation-duration: 175ms;
}
.flip.in {
	-webkit-animation-name: flipintoright;
	-webkit-animation-duration: 225ms;
	animation-name: flipintoright;
	animation-duration: 225ms;
}
.flip.out.reverse {
	-webkit-transform: rotateY(90deg) scale(.9);
	-webkit-animation-name: flipouttoright;
	transform: rotateY(90deg) scale(.9);
	animation-name: flipouttoright;
}
.flip.in.reverse {
	-webkit-animation-name: flipintoleft;
	animation-name: flipintoleft;
}
@-webkit-keyframes flipouttoleft {
    from { -webkit-transform: rotateY(0); }
    to { -webkit-transform: rotateY(-90deg) scale(.9); }
}
@keyframes flipouttoleft {
    from { transform: rotateY(0); }
    to { transform: rotateY(-90deg) scale(.9); }
}
@-webkit-keyframes flipouttoright {
    from { -webkit-transform: rotateY(0) ; }
    to { -webkit-transform: rotateY(90deg) scale(.9); }
}
@keyframes flipouttoright {
    from { transform: rotateY(0); }
    to { transform: rotateY(90deg) scale(.9); }
}
@-webkit-keyframes flipintoleft {
    from { -webkit-transform: rotateY(-90deg) scale(.9); }
    to { -webkit-transform: rotateY(0); }
}
@keyframes flipintoleft {
    from { transform: rotateY(-90deg) scale(.9); }
    to { transform: rotateY(0); }
}
@-webkit-keyframes flipintoright {
    from { -webkit-transform: rotateY(90deg) scale(.9); }
    to { -webkit-transform: rotateY(0); }
}
@keyframes flipintoright {
    from { transform: rotateY(90deg) scale(.9); }
    to { transform: rotateY(0); }
}

.regularly-item-list{
	width: 1100px;
	height: auto; 
	padding: 0px 50px 0 50px;
}
.regularly-item-list li .flip-box{
	width:180px; 
	height:180px;
	position: absolute;
	padding-top: 20px;
	left: 0;top: 0; 
	border-radius: 5px;
}
.regularly-item-list li{
	float: left;
	width: 180px; 
	height: 200px; 
	background:#fff;
	border: 1px solid #278df7;
	border-radius: 5px;
	margin:19px;
}
.lives-pro-con{
	height: 180px;
	padding-top: 20px;
	text-align: center;
}
.lives-pro-con i{
	font-size: 80px;
	color: #278df7;
}
.lives-pro-con img{
	height: 50px;
	margin-top: 10px;
}
.lives-pro-con2{
	text-align: center;
	background: #278df7;
}
.lives-pro-con2 i{
	font-size: 80px;
	color: #fff;
}
.lives-pro-con2 img{
	height: 50px;
	margin-top: 10px;
}
.lives-project2-img{
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.lives-project2-img img{
	max-width: 80px;
	max-height: 80px;
	margin: 0 auto;
}
.lives-pro-conp1{
	font-size: 16px;
	line-height: 30px;
}
.lives-pro-conp2{
	font-size: 14px;
	width: 130px;
	margin: 10px auto;
	padding: 8px 0 8px 0;
	background: #fbe8e6;
	color: #ff3334;
}
.lives-pro-conp2 p span{
	font-size: 22px;
	font-weight: bold;
}
.lives-pro-conp3{
	font-size: 16px;
	width: 120px;
	margin: 25px auto;
	padding: 8px 0 8px 0;
	background: #52a4f9;
	color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
}
.lives-pro2-conp1{
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
}
.lives-pro2-conp2{
	font-size: 14px;
	width: 130px;
	margin: 10px auto;
	padding: 8px 0 8px 0;
	background: #fbe8e6;
	color: #ff3334;
}
.lives-pro2-conp2 p span{
	font-size: 22px;
	font-weight: bold;
}
/*举报详情*/
.lives-fund-disclose-con{
	width: 1050px;
	margin: 0 auto;
}
.lives-fund-disclose-p1{
	float: left;
	width: 500px;
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.lives-fund-disclose-p1 span{
	color: #f56c6c;
}
.lives-fund-disclose-form{
	width: 1050px;
	margin: 0 auto;
}
.lives-fund-disclose-p2{
	float: left;
	width: 120px;
	text-align: left;
	line-height: 38px;
	font-size: 14px;
}
.lives-fund-disclose-p3{
	float: left;
	width: 1100px;
	text-align: left;
	line-height: 38px;
	font-size: 14px;
	margin-bottom: 30px;
}
.layui-upload-list img{
	display: inline-block;
	width: 150px;
	height: 150px;
	margin:10px;
}
.lives-fund-disclose-bottom{
	width: 100%;
	margin: 20px 0px;
	text-align: left;
}
.lives-fund-disclose-bottom a{
	display: inline-block;
	padding: 9px 20px;
	margin-left: 180px;
	color: #1058e5;
	border-radius: 3px;
	background: #e6f2ff;
	border: 1px solid #1058e5;
}
.lives-fund-disclose-bottom a:hover{
	padding: 9px 20px;
	color: #fff;
	background: #1058e5;
	border: 1px solid #1058e5;
}
/*资金分配*/
.lives-fund-ul li:hover{
	background: #e7f3ff;
}
.lives-fund-allocation-title i{
	display: block;
	font-size: 40px;
	float: right;
	margin-right: 10px;
}
.lives-fund-allocation-nav{
	width: 1100px;
	margin: 10px 50px;
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.lives-fund-allocation-nav1{
	width: 100px;
	float: left;
}
.lives-fund-allocation-nav2{
	width: 50px;
	float: left;
	margin: 0 10px;
	text-align: center;
}
.lives-fund-allocation-nav3{
	position: relative;
	width: 930px;
	height: 60px;
	overflow: hidden;
	float: left;
	text-align: center;
}
.lives-fund-allocation-nav3 ul{
	width: 930px;
}
.lives-fund-allocation-nav3 ul li{
	float: left;
	width: 150px;
	text-align: center;
	margin: 0 10px;
}
.lives-fund-allocation-down{
	position: absolute;
	bottom: 0;
	right: 10px;
	font-size: 30px;
	display: block;
	cursor: pointer;
}
.lives-fund-allocation-up{
	position: absolute;
	bottom: 0;
	right: 10px;
	font-size: 30px;
	display: none;
	cursor: pointer;
}
.lives-fund-allocation-select{
	color: #1058e5;
	background: #c9e2f7;
	border-radius: 5px;
}
.lives-fund-allocation-nav3 li,.lives-fund-allocation-nav2 p{
	cursor: pointer;
}
.lives-fund-allocation-table{
	width: 1100px;
	margin:0 auto;
}
.lives-fund-allocation-table table tbody tr{
	background: #fff;
}
.lives-get-con1{
	height: 40px;
	line-height: 20px;
	overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.village-mszj-p{
	width: 400px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	margin: 5px 0 5px 74px;
}
.village-mszj-p4{
	font-size: 22px;
	line-height: 50px;
	margin: 20px 0 0 30px;
}
.village-mszj-p1{
	min-width: 150px;
}
.village-mszj-p2{
	margin-left: 10px;
}
.village-mszj-p3{
	font-size: 20px;
	color: #ff3334;
	margin: 0 5px;
}
.village-mszj-p5{
	font-size: 24px;
	color: #278df7;
	margin: 0 5px;
}
#demo{
	overflow:hidden;
	height:150px;
	width:500px;
	margin:10px 0 0 0;
	position:relative;
}
#demo1{
	height:auto;
	text-align:left;
}
#demo2{
	height:auto;
	text-align:left;
}
#demo1 li a{
	list-style-type:none;
	height: 30px;
	text-align:left;
}
#demo2 li a{
	list-style-type:none;
	height: 30px;
	text-align:left;
}
.affairs-p5{
	width: 280px;
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#demo{
	margin-top: 10px;
}
#demo li{
	padding: 0 10px;
}
#demo li p{
	line-height: 30px;
}
#demo li a p:hover{
	color: #000;
}
#demo li:hover{
	background: #eeeeee;
}
.qi-lives1-p{
	height: 40px;
	line-height: 20px;
	text-align: left;
	overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.ckfp:hover{
	color: #1058e5;
}
.layui-carousel img{
	width: 100%;
	height: 100%;
}
.qiehuan-jv1{
	display: block;
}
.qiehuan-jv2{
	display: none;
}
.lives-project-fy{
	width: 200px;
	height: 80px;
	margin: 0 auto;
}
.lives-project-fy1{
	float: left;
	font-size: 20px;
	padding: 5px 34px;
	color: #e5e5e5;
	background: #f6fbff;
	border-radius: 10px 0 0 10px;	
	cursor: pointer;
	border: 1px solid #e5e5e5;
}
.lives-project-fy2{
	float: right;
	font-size: 20px;
	padding: 5px 34px;
	color: #fff;
	background: #1E9FFF;
	border-radius:0 10px 10px 0;
	cursor: pointer;
	border: 1px solid #e5e5e5;
}