﻿
/* 适老化改造 */
.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 center;
    /* background-size: cover; */
    width: 100%;
    height: 80px;
    line-height: 73px;
    margin: 30px auto;
    text-align: center;
   /* border:1px solid red; */
}
.title span{
	    font-size: 18px;
	   ine-height: 70px;
	    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;
    padding-top: 15px;
}
.main-list1 li {
    font-size: 16px;
    line-height: 30px;
    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;
}



