* {
	-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/bg.jpg) no-repeat center center;
   /* background-size: cover; */
    height: 360px;
}
.bg a{
	display: block;
	width: 380px;
	height: 100px;
	margin-left: 30px;
}
.bg img{
	width: 380px;
	height: 100px;
/* 	border:1px solid red; */
}
/* 乡街道 */

.title {
    background: url(../images/lm.png) no-repeat center bottom;
    /* background-size: cover; */
		width: 250px;
    height: 15px;
		margin: 50px auto;
		text-align: center;
		/* border:1px solid red; */
}
.title span{
	    font-size: 26px;
			line-height: 5px;
	    font-weight: bold;
			color: #2896F7;
} 
.content{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	/* border:1px solid red; */
}
.street-list{
    padding-top: 20px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
}
.street-list a{
    display: block;
    width: 280px;
    height: 60px;
    line-height: 60px;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 20px 20px 0;
    font-size: 16px;
		text-align: center;
    color: #305893;
    background: #EDF4FF;
   /* border: 1px solid #305893; */
		border-radius: 5px;
  /*  box-shadow: 0 2px 15px 0 rgb(36 36 36 / 10%); */
}

.street-list a:hover{
   background-color: #1E9FF8;
	 color: #FFf;
}
/* 县直部门 */


.content2{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	/* border:1px solid red; */
}
.street-list2{
    padding-top: 20px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
}
.street-list2 a{
    display: block;
    width: 280px;
    height: 60px;
    line-height: 60px;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 20px 20px 0;
    font-size: 16px;
		text-align: center;
    color: #305893;
    background: #EDF4FF;
   /* border: 1px solid #305893; */
		border-radius: 5px;
  /*  box-shadow: 0 2px 15px 0 rgb(36 36 36 / 10%); */
}

.street-list2 a:hover{
   background-color: #1E9FF8;
	 color: #FFf;
}







