﻿* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, th,td,input, legend, li, ol, p, pre, textarea, ul {
    padding: 0;
    margin: 0;
}
 
a {
    text-decoration: none;
}
input{
	outline: none;
}
ul,li,ol{
	list-style: none;
}
img{
	border: 0;
}
button {
	outline: 0;
}
/* 头部背景 */
.bg {
    background: url(../images/xzzfgsbg.png) no-repeat top center;
   /* background-size: cover; */
    height: 450px;
    min-width: 1200px;
}
.bg .logo{
	display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
	padding-top: 10px;
}
.bg .logo>a>img{
	width: 240px;
}

/* 乡街道 */

.title {
    background: url(../images/lm.jpg) no-repeat center center;
    /* background-size: cover; */
		width: 100%;
    height: 80px;
		margin: 30px auto;
		text-align: center;
		/* border:1px solid red; */
}
.title span{
	    font-size: 20px;
			line-height: 75px;
	    font-weight: bold;
			color: #FFF;
} 
.content{
	width: 1200px;
	height: auto;
	margin: 35px auto;
	/* border:1px solid red; */
}
.main-xzzf-tit {
    line-height: 60px;
    margin-top: 20px;
    font-size: 18px;
    color: #333;
}
li {
    list-style-type: none;
    display: inline-block;
}
.main-xzzf-tit a.active {
    font-weight: bold;
    position: relative;
    color: #0f75c0;
}

.main-xzzf-tit a {
    margin: 0 10px;
    font-size: 20px;
		color: #333;
}
.main-xzzf-tit a.active:after {
    content: "";
    height: .2rem;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #0f75c0;
}
 .main-list {
    display: flex;
    justify-content: space-between;
    /* border-bottom: 1px solid #bbb; */
    margin-top: 20px;
}
.main-list a {
    padding: 0 23px;
    font-size: 16px;
    width: 32.3%;
    box-sizing: border-box;
    display: inline-block;
    line-height: 40px;
    background-color: #0f75c0;
    color: #fff;
}

.main-wrap {
    display: flex;
    justify-content: space-between;
}
.main-list1 {
    padding: 0;
    width: 32.3%;
   border-bottom: 1px solid #bbb;
		
}
 .main-list1 ul {
    min-height: 270px;
}
.main-list1 li {
    font-size: 16px;
    line-height: 30px;
	margin-top: 10px;
    /* margin-bottom: 15px; */
    width: 100%;
    transition: all .25s ease;
		
}
.main-list1 li:hover {
    background-color: #f5f7fa;
    transition: all .25s ease;
    padding: 0 5px;
}
.main-list1 li a {
    margin-right: 10px;
    display: inline-block;
    max-width: 288px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
 .main-list1 li span {
    color: rgb(153, 153, 153);
    display: inline-block;
    float: right;
    font-size: 14px;
}
.main-list1-more {
    padding: 20px 0;
}


.main-list1-more a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 0 auto;
    background-color: rgb(231, 231, 231);
    font-size: 14px;
}
a {
    text-decoration: none;
    color: #000;
}

.xzzf_foot{
    overflow: hidden;
    width:100%;
    min-width: 1200px;
}


/* 移动端 */
@media (max-width: 768px){
	/* .bg{
    	background: url(../images/xzzfgsbg.png) no-repeat center center;
    	background-size: 152%;
    	height: 210px;
		min-width: auto;
	} */
	
	.content{
        width: 1200px !important;
		padding: 0 5px;
	}
	
}

@media (max-width: 440px){
	/* .bg{
		background: url(../images/xzzfgsbg.png) no-repeat center center;
    	background-size: 154%;
    	height: 125px;
	} */
	
	
}



.oldModel .wza-box{margin: 15px 0 0 0;}
.oldModel .main-list1 li a{max-width: 220px;}