﻿
/* 适老化改造 */
.wza-box{/* margin-top: 35px; float: right;*/min-width: 200px;z-index: 20;}
.wza-box a{ display: block;float: right;height: 38px;line-height:38px;padding: 0 16px;font-size: 18px;letter-spacing: 0.32px; }
.wza-box a.wza{ background: #fff;color: #003366; border: 1px solid #003366; border-radius: 2px 0px 0px 2px;}
.wza-box a.oldman{ background:#024181;color: #fff;border: 1px solid #024181;border-radius: 0px 2px 2px 0px; }
 
.slh{     
	float: right;
	margin: 40px 20px;
} 
.oldModel * {
    font-size: 28px !important;
}
* {
	-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/xzzfgs/bg.jpg) no-repeat center center;
   /* background-size: cover; */
    height: 450px;
}
.bg a{
	display: block;
	/* width: 380px; */
	height: 100px;
	/* margin-left: 30px; */
}
.bg img{
	width: 350px;
	height: 85px;
	
/* 	border:1px solid red; */
}
/* 乡街道 */

.title {
    background: url(../images/xzzfgs/lm.png) no-repeat center bottom;
    /* background-size: cover; */
		width: 100%;
    height: 80px;
		margin: 50px auto;
		text-align: center;
		/* border:1px solid red; */
}
.title span{
	    font-size: 18px;
			line-height: 55px;
	    font-weight: bold;
			color: #FFF;
} 
.content{
	width: 1200px;
	height: auto;
	margin: 0 auto;
        overflow:hidden;
	/* 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: #0f75c0;
	 color: #FFf;
}







