﻿* {
	-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/bsybt.png) no-repeat center center;
  height: 312px;
  /* background-size: 100% 100%; */
  width: 100%;
  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;
}
/* 街道 */

.title1 {
    background: url(../images/t1.png) no-repeat center bottom;
    background-size: cover;
		width: 1200px;
    height: 50px;
		margin: 35px auto;
	/* 	border:1px solid red; */
}
.content{
	width: 1200px;
	height: 150px;
	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: #FFF;
    background: #99d1f1;
		border-radius: 5px;
 
}

.street-list a:hover{
   background-color: #5db3e5;
	 color: #FFf;
}
/* 市直部门 */

.title2 {
    background: url(../images/t2.png) no-repeat center bottom;
    background-size: cover;
		width: 1200px;
    height: 50px;
		margin: 50px auto;
	/* 	border:1px solid red; */
}
.content2{
	width: 1200px;
	height: 890px;
	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: #FFF;
    background: #99d1f1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
   /* border: 1px solid #305893; */
		border-radius: 5px;
  /*  box-shadow: 0 2px 15px 0 rgb(36 36 36 / 10%); */
}

.street-list2 a:hover{
   background-color: #5db3e5;
	 color: #FFf;
}

#Foot{
  min-width: 1200px;
}


@media (max-width: 768px){
  /* .bg{
    min-width: auto;
  } */
}



/* 适老化 */
.oldModel .wza-box{margin: 0;}