﻿* {
	-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;
	font-family: "Microsoft YaHei";
}

a {
	text-decoration: none;
}

input {
	outline: none;
}

ul,
li,
ol {
	list-style: none;
}

img {
	border: 0;
}

button {
	outline: 0;
}
.w1300{
	width: 1300px;
	margin: 30px auto;
}
/* 头部 */
.bg {
	width: 100%;
	height: 500px;
	background: url(../images/jczwgkbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 30px;
}
.bg .logo{
	display: inline-block;
    margin-left: 5%;
}
.bg .logo img{
	width: 300px;
}
.main1 {
	width: 1300px;
	height: 400px;
	margin: 30px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main1 .lb {
	width: 700px;
	height: 400px;
	/* border: 1px solid; */
}

/* 轮播 */
.main1 .lunbo {
	width: 100%;
	height: 100%;
	/* border: 1px solid blue; */
	/* padding: 25px 0 0 25px; */
}

.lunbo .box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	/* border: 1px solid red; */
}

/* 轮播图片 */
.box_img ul {}

.box_img ul li {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.box_img ul li img {
	display: block;
	width: 100%;
	height: 400px;
}

.box_img ul li h2 {
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 40px;
	width: 100%;
	background: rgba(125, 125, 120, .4);
	/* text-indent: 2em; */
	padding-left: 10px;
	font-size: 15px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite;
}

/*  轮播圆点*/
.box_circle {
	position: absolute;
	right: 10px;
	bottom: 14px;
}

.box_circle ul li {
	float: left;
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin: 0 5px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	text-indent: 100px;
	cursor: pointer;
}

.box_circle ul .on {
	background: rgba(255, 255, 255, 0.6);
}

/* 工作推进 */
.main1 .gztj {
	width: 580px;
	height: 400px;
	/* border: 1px solid; */
}

.biaoti {
	/* width: 100%; */
	height: 65px;
	/* line-height: 65px; */
	font-size: 24px;
	color: #4279B1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e1e1e1;
}

.biaoti p {
	display: flex;
}

.biaoti .lan {
	display: block;
	color: #275ca7;
	padding-left: 20px;
	border-left: 7px solid #275ca7;
	font-weight: bold;
	border-radius: 3px;
}

.biaoti span {
	color: #999999;
	font-size: 17px;
	font-family: simsun;
}
.biaoti span a{
  	color: #999999;
}
.con {
	width: 100%;
	height: 215px;
	margin-top: 10px;
	/* border: 1px solid blue; */
}

.con ul {
	box-sizing: border-box;
	float: left;
	position: relative;
	width: 100%;
}

.con ul li {
	width: 100%;
	height: 56px;
	line-height: 56px;
	background: url(../images/li-bg.png) no-repeat left 25px;
	padding-left: 10px;
	/* border: 1px solid blue; */
}

.con ul li a {
	padding-left: 15px;
	float: left;
	width: 85%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #333;
	box-sizing: border-box;
	display: inline-block;
}

.con ul li a:hover {
	margin-left: 5px;
	transition: ease-in-out 0.3s;
}

.con ul li span {
	float: right;
	font-size: 16px;
	color: #999;
}

/* 政策文件 */
.yh_con_ul{
	width: 1300px;
	/* height: 180px; */
	margin: 20px auto;
	overflow: hidden;
	background: #f5f5f5;
    padding: 0 15px;
}
.yh_con_ul ul li {
    width: 50%;
    font-size: 19px;
    line-height: 55px;
    height: 55px;
    float: left;
    box-sizing: border-box;
    padding: 0px 25px;
}
.yh_con_ul ul li:nth-child(1){
	padding-left: 0;
}
.yh_con_ul ul li:nth-child(3){
	padding-left: 0;
}
.yh_con_ul ul li:nth-child(5){
	padding-left: 0;
}
.yh_con_ul ul li:nth-child(7){
	padding-left: 0;
}
.yh_con_ul ul li:nth-child(2){
	padding-right: 0;
}
.yh_con_ul ul li:nth-child(4){
	padding-right: 0;
}
.yh_con_ul ul li:nth-child(6){
	padding-right: 0;
}
.yh_con_ul ul li:nth-child(8){
	padding-right: 0;
}
.yh_con_ul ul li span {
    float: right;
    color: #999999;
		font-size: 18px;
}
.yh_con_ul ul li a {
    display: inline-block;
    transition: ease-in-out 0.3s;
    width: 75%;
    padding-left: 25px;
    background: url(../images/li-bg.png) no-repeat 1px center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
		color: #333;
}	
.yh_con_ul ul li:hover a {
    margin-left: 5px;
}	
.itembg{
	background: #f2f8ff;
	    padding: 10px 0 30px;
}
.container{
	background-color: #ffffff;
	border: 1px solid #eee;
}
.container:before{
	display: table;
	content: " ";
}
.list-cols {
    overflow: hidden;
    padding-top: 15px;
		background-color: #f5f5f5;
}	
.list-cols .cols-item {
    position: relative;
    width: 33.333333%;
    float: left;
    padding-left: 25px;
    padding-right: 10px;
}
.list-cols .cols-item .cols-item-title {
    color: #0069b5;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    padding: 8px 0;
}
.list-cols .cols-item .cols-item-links {
    padding: 8px 0 15px;
    line-height: 1.5;
}
.list-cols .cols-item .cols-item-links a {
    display: inline-block;
    font-size: 18px;
    padding-right: 5px;
		color: #666666;
}	
	
	
/* 适老化改造 */
.wza-box { float: right; padding-right: 5%; margin-top: 30px!important;}


/* .oldModel .w1300{width: auto;} */
/* .oldModel .yh_con_ul,
.oldModel .main1,
.oldModel .biaoti{width: 85%;margin:0 auto;} */
.oldModel .yh_con_ul ul li{width: 100%;padding: 0!important;}
.oldModel .main1{display: block;height: auto;}
.oldModel .main1 .lb{width: 100%;height: 500px;}
.oldModel .box_img ul li img{height: 500px;}
.oldModel .main1 .gztj,
.oldModel .main1 .gztj .biaoti{width: 100%;}
/* .oldModel .container{width: 85%;} */
.oldModel .list-cols .cols-item{padding-left: 20px;}
.oldModel .main1 .lb,
.oldModel .box_img ul li img{height: 700px;}