﻿/* 适老化改造 */
.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/slbsybt.jpg) no-repeat center center;
    height: 360px;
    background-size: 100% 100%;
}
.bg a{
	display: block;
	/* width: 380px; */
	height: 100px;
	/* margin-left: 30px; */
}
.bg img{
	/* width: 380px; */
	height: 100px;
/* 	border:1px solid red; */
}
/* 乡街道 */

.title1 {
    background: url(../images/jd.jpg) no-repeat center bottom;
    background-size: cover;
   width: 1200px;
    height: 40px;
    margin: 50px auto;
	/* 	border:1px solid red; */
}
.content{
	width: 1200px;
	height: 70px;
	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: #7696F1;
   /* border: 1px solid #305893; */
		border-radius: 5px;
  /*  box-shadow: 0 2px 15px 0 rgb(36 36 36 / 10%); */
}

.street-list a:hover{
   background-color: #4564BA;
	 color: #FFf;
}
/* 县直部门 */

.title2 {
    background: url(../images/t1.jpg) no-repeat center bottom;
    background-size: cover;
		width: 1200px;
    height: 40px;
		margin: 50px auto;
	/* 	border:1px solid red; */
}
.content2{
	width: 1200px;
	height: 570px;
	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: #7696F1;
   /* border: 1px solid #305893; */
		border-radius: 5px;
  /*  box-shadow: 0 2px 15px 0 rgb(36 36 36 / 10%); */
}

.street-list2 a:hover{
   background-color: #4564BA;
	 color: #FFf;
}







