﻿/**
 * Created by 余生 on 2018/1/15.
 */
.more{
    position: absolute;
    right: 0;
    top: 0;
}
.title{
    border-bottom: 1px solid lightgrey;
}
.title .titleZ{
    width: 180px;
    line-height: 45px;
    font-size: 16px;
    padding-left: 25px;
    background: url("../images/ss.png") no-repeat 5px center;
}
.titles a{
    font-weight: bold;
    display: inline-block;
    padding: 0 20px;
    line-height: 36px;
    font-size: 18px;
    color: #797979;
}
.titles a.active{
    color: #265291;
}
.tempWrap{
    overflow: hidden;
    clear: both;
}
.tempWrap ul{
    background: rgb(250,250,250);
    margin-top: 5px;
    display: none;
}
.tempWrap ul.active{
    display: block;
}
.tempWrap ul li{
    position: relative;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url("../images/dot.png") no-repeat left center;
    padding-right: 100px;
    line-height: 34px;
}
.tempWrap ul li a{
    font-size: 14px;
}
.tempWrap ul li span{
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 34px;
    font-size: 13px;
}
.tempWrap ul.active{
    display: block;
}
.part_1{
    margin-top: 10px;
}
.part_1 .left{
    width: 54%;
    float: left;
    height: 350px;
}
.part_1 .right{
    width: 45%;
    float: right;
    height: 360px;
    box-sizing: border-box;
}
.part_2 .cont{
    background: url("../images/aqi2.png") no-repeat;
}
.part_2 .cont .hjzs{
    background: url(../images/aqi1.png) no-repeat;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    padding-left: 80px;
}
.part_2 .cont .left{
    width: 770px;
    float: left;
    background: #FAFAFA;
}
.part_2 .cont .left h2{
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.part_2 .cont .left h2 a{
    font-size: 18px;
    color: #2B73BD;
}
.part_2 .cont .left .tabTit{
    border-bottom: 1px solid #ddd;
    width: 720px;
    background: #E0F0FF;
    margin: 0 auto;
    display: flex;
}
.part_2 .cont .left .tabTit li{
    flex: 1;
    font-weight: bold;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}
.part_2 .cont .left .tabSlide{
    width: 720px;
    margin: 0 auto;
    height: 250px;
    position: relative;
    overflow: hidden;
}
.part_2 .cont .left .tabSlide ul li{
    border-bottom: 1px solid #ddd;
    height: 30px;
    width: 100%;
    left: 0;
    display: flex;
}
.part_2 .cont .left .tabSlide ul li span{
    flex: 1;
    text-align: center;
    line-height: 30px;
}
.part_2 .cont .left .tabSlide ul li span:first-child,.part_2 .cont .left .tabTit li:first-child{
    flex: 0 0 20%;
    background: #E0F0FF;
}
.part_2 .cont .left .tabTime{
    position: relative;
}
.part_2 .cont .left .tabTime .time{
    text-align: center;
    line-height: 60px;
}
.part_2 .cont .left .tabTime a{
    position: absolute;
    right: 20px;
    top: 15px;
    height: 30px;
    color: #fff;
    width: 180px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    background: #2B73BD;
}
.part_2 .cont .right{
    width: 220px;
    float: right;
    padding: 0 15px;
    margin-right: 10px;
    height: 382px;
    overflow: hidden;
}
.part_2 .cont .right p{
    height: 40px;
    font-size: 18px;
    color: #2B73BD;
    line-height: 40px;
    text-align: center;
    border-bottom: 3px solid #2B73BD;
    font-weight: bolder;
    margin-bottom: 10px;
}
.part_2 .cont .right .aqi_num{
    display: inline-block;
    width: 50px;
    text-align: center;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    color: #99004C;
}
.part_2 .cont .right .aqi_city{
    display: inline-block;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    font-size: 18px;
    color: #fff;
    vertical-align: top;
    background: #99004C;
}
.part_2 .cont .right .gxsj{
    color: #2B73BD;
}
.part_2 .cont .right .aqi_list li {
    color: #2B73BD;
}
.bt{
    /*overflow: hidden;*/
    border-bottom: 1px solid lightgrey;
    height: 40px;
}
.bt li{
    float: left;
    width: 110px;
}
.bt li a{
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #0c85df;
}
.bt li.active a{
    color: #cf141b;
    border-bottom: 3px solid #0c85df;
}
.part_2{
    margin-bottom: -10px;
    clear: both;
}
.part_3{
    clear: both;
}
.part_3 .top ul{
    display: flex;
}
.part_3 .top ul li{
    flex: 1;
    text-align: center;
    line-height: 39px;
    font-size: 22px;
    color: #fff;
    background: url("../images/listbg.png") no-repeat;
}
.part_3 .top ul li.tabs1{
    background: url("../images/listbg.png") no-repeat 0 -40px;
}
.part_3 .top ul li.tabs2{
    background: url("../images/listbg.png") no-repeat -350px 0;
}
.part_3 .top ul li.tabs3{
    background: url("../images/listbg.png") no-repeat -700px 0;
}
.part_3 .top ul li.tabs1.active{
    background: url("../images/listbg.png") no-repeat;
    color: #0c85df;
}
.part_3 .top ul li.tabs2.active{
    background: url("../images/listbg.png") no-repeat -350px -40px;
    color: #0c85df;
}
.part_3 .top ul li.tabs3.active{
    background: url("../images/listbg.png") no-repeat -350px -40px;
    color: #0c85df;
}
.part_3 .bottom{
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}
.part_3 .bottom .tabs>div{
    width: 1050px;
    float: left;
}
.part_3 .bottom .tabs{
    width: 4000px;
    position: relative;
    left: 0;
    top: 0;
    transition: 1s;
}
.part_3 .bottom .tabs1 .left{
    width: 260px;
    float: left;
}
.part_3 .bottom .tabs1 .zf{
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #0c85df;
}
.part_3 .bottom .xxgklist ul{
    overflow: hidden;
    padding: 0 8px;
}
.part_3 .bottom .xxgklist li a{
    background: #E0F0FF;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 35px;
    color: #0c85df;
    margin-top: 5px;
}
.part_3 .bottom .tabs1 .center{
    width: 520px;
    float: left;
    margin-left: 20px;
}
.part_3 .bottom .tabs1 .right {
    width: 230px;
    float: right;
}
.part_3 .bottom .jggk a{
    display: block;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}
.part_3 .bottom .jggk {
    width: 210px;
    float: right;
}
.part_3 .bottom .jggk .jg{
    margin-top: 30px;
    padding: 20px 0;
    background: url(../images/list1d.png) no-repeat 30px center #e9f2fb;
    text-indent: 1.5em;
}
.part_3 .bottom .jggk .ld{
    width: 49%;
    padding-top: 40px;
    margin-top: 5px;
}
.part_3 .bottom .jggk .left1{
    float: left;
    background: url(../images/list1e.png) no-repeat center 10px #e9f2fb;
}
.part_3 .bottom .jggk .left2{
    float: left;
    background: url(../images/list1c.png) no-repeat center 10px #e9f2fb;
}
.part_3 .bottom .jggk .right1{
    float: right;
    background: url(../images/list1b.png) no-repeat center 10px #e9f2fb;
}
.part_3 .bottom .jggk .right2{
    float: right;
    background: url(../images/list1a.png) no-repeat center 10px #e9f2fb;
}
.part_3 .bottom .tabs2 .left,.part_3 .bottom .tabs3 .left{
    width: 49%;
    float: left;
}
.part_3 .bottom .tabs2 .right,.part_3 .bottom .tabs3 .right{
    width: 49%;
    float: right;
}
.part_3 .bottom .tabs2 .bt li{
    width: 50%;
}

.part_4{
    clear: both;
}
.part_4 .imgs{
    margin: 10px 0;
    overflow: hidden;
}
.part_4 .imgs a{
    display: block;
    width: 20%;
    box-sizing: border-box;
    padding: 0 2px;
    float: left;
}
.part_4 .imgs a img{
    display: block;
    width: 100%;
    height: 55px;
}
.part_5{
    clear: both;
}
.part_5 .wzdh{
    border: 1px solid lightgrey;
    padding: 10px 10px 10px 35px;
    border-top: none;
}
.part_5 .wzdh td{
    width: 14%;
}



/*轮播图样式，外层需定宽，内层li需定宽*/
        .roll{ height: 60px; margin:0 auto; position: relative; padding: 10px 35px; }
        .roll * { margin: 0;padding: 0; list-style-type: none; text-decoration: none; }
        .roll .prev,.roll .next{ position: absolute; z-index: 3; top: 0; bottom:0; margin:auto; width: 20px; height: 40px; border-radius: 2px; background: #fff; text-align: center; line-height: 40px; color: #999; font-family: "宋体"; font-size: 18px; cursor: pointer; opacity: .7; text-shadow: 0 0 2px #666; transition: .25s; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; }
        .roll .prev:hover,.roll .next:hover{ opacity: 1; }
        .roll .prev{ left: 0; box-shadow: -4px 0 16px -4px #666; }
        .roll .next{ right: 0; box-shadow: 4px 0 16px -4px #666; }
        .roll .wrap{ overflow: hidden; width: 100%; height: 100%; position: relative; }
        .roll ul{ width: 100%; height: 100%; position: absolute; }
        .roll ul li{ width: 200px; height: 100%; float: left; top:0; transition: left .5s; }
        .roll ul li a{ width: 95%; height: 100%; display: block; margin:0 auto; }
        .roll ul li img{ display: block; width: 100%; height: 100%; }


/* 适老化改造 */
.oldModel .part_1 .left{width: 100%; height: 550px;}
.oldModel .part_1 .right{width: 100%; height: auto; margin-top: 20px;}
.oldModel #con-img a:first-child{display: inline-block; width: 76%;}
.oldModel #con-img a:last-child{display: inline-block; width: 23%;}
.oldModel #con-img a img{width: 100%;height: auto!important;}
.oldModel .part_2 .cont .left{width: 100%;}
.oldModel .part_2 .cont .left video{width: 100%;}
.oldModel .part_2 .cont .right{width: 100%; padding: 0;height: auto;}
.oldModel .part_3 .top ul li.tabs1{background: url(../images/listbg.png) no-repeat -14px -40px;}
.oldModel .part_3 .top ul li.tabs1.active{background: url(../images/listbg.png) -10px 0 no-repeat;}
.oldModel .part_3 .top ul li.tabs2.active { background: url(../images/listbg.png) no-repeat -365px -40px;}
.oldModel .part_3 .top ul li.tabs2 { background: url(../images/listbg.png) no-repeat -365px 0px;}
.oldModel .part_3 .top ul li.tabs3.active { background: url(../images/listbg.png) no-repeat -365px -40px;}

.oldModel .bt li{width:130px;white-space: nowrap;}
.oldModel .tempWrap ul li{line-height:2;padding-right: 200px;}
.oldModel .tempWrap ul li span{top: 15px;}
.oldModel .title .titleZ{ width:auto; }
.oldModel .part_2 .cont .right .aqi_list li{line-height: 1.4;}
.oldModel .part_3 .bottom .tabs>div{width:1200px;}
.oldModel .part_3 .bottom .tabs1 .center{ width:650px; }
.oldModel .part_3 .bottom .tabs1 .right,
.oldModel .part_3 .bottom .jggk{ width:260px; }
.oldModel .part_3 .bottom .xxgklist li a{line-height:2;}
.oldModel .part_3 .bottom .jggk .ld{padding-bottom:15px;}
.oldModel .part_5 .wzdh td{ width:auto; }