*{
    margin: 0;padding: 0;box-sizing: border-box;
}
body,html{
    min-height: 100%;width: 100%;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;color: #333;
}
@font-face {
    font-family: 'DOUYUFONT';
    src:url('../font/DOUYUFONT.OTF') format('woff')
}
.mb20 {
    margin-bottom: 20px;
}
a:focus, a:hover {
    color: #4586f5;
}
.charts{
    width: 1400px;padding:20px;margin: 0 auto;box-shadow: 0px 2px 5px #f6f6f6;
}
.charts-tabs{
    /*margin-bottom: 20px;*/
}
.charts-tabs ul{
    display: flex;align-items: center;justify-content: space-between;
    background-color: #00b2b2;border-radius: 5px;padding: 8px 8px 0 8px;
}
.charts-tabs ul li{
    position: relative;
}
.charts-tabs ul li a{
    display: block;color: #fff;font-weight: 700;font-size: 16px;padding: 13px 8px;
}
.charts-tabs ul li .active{
    background-color: #fff;color: #00b2b2;border-top-left-radius: 8px;border-top-right-radius: 8px;
    background:linear-gradient(#d6f3f4,#f0faf9);
}
.charts-tabs ul li a:hover{
    background-color: #fff;color: #00b2b2;border-top-left-radius: 8px;border-top-right-radius: 8px;
    background:linear-gradient(#d6f3f4,#f0faf9);
}
.charts-tabs ul li::before{
    content: "";
    position: absolute;top: 14px;right: -22px;
    width: 1px;height: 50%;background-color: #fff;
}
.charts-box{
    display: flex;align-items: flex-start;justify-content: space-between;flex-wrap: wrap;
    margin-top: 20px;
}
.charts-items{
    width: 100%;
}
.charts-items-tabs{
    background-color: #f2fbfb;height: 45px;display: flex;align-items: flex-end;cursor: pointer;
    border-top-left-radius: 8px;border-top-right-radius: 8px;
}
.charts-items-tabs span{
    display: inline-block;line-height: 34px;font-weight: 700;padding:0 20px;
    font-size: 16px;
}
.charts-items-tabs span.active:first-child{
    border-left: 0;
}
.charts-items-tabs span.active{
    background-color: #fff;color: #00b2b2;border-top: 3px solid #00b2b2;border-left: 1px solid #ddd;border-right: 1px solid #ddd;
}
.charts-items-info{
    padding: 20px;
}
.charts-tabs-sm-details{
    width: calc(100%);
    /*width: calc(100% - 240px);*/
}
.charts-tabs-sm{
    width: 200px;border-radius: 8px;border: 1px solid #ddd;padding: 20px 10px;background-color: #f2fbfb;
}
.charts-tabs-sm span{
    display: block;font-size: 18px;line-height: 45px;border: 1px solid #00cfcf;border-radius: 30px;text-align: center;
    margin: 15px 0;cursor: pointer;font-weight: 700;
}
.charts-tabs-sm span.active{
    background-image: linear-gradient(-90deg, #00b5b6, #00fafa);color: #fff;
    /*box-shadow:-2px 2px 2px #aac8c8;*/
}
.more-charts{
    display: flex;align-items: flex-start;justify-content: space-between;
}
.charts-change-box-z{
    width: 70%;
}
.charts-change-box-b{
    width: 30%;
}
.charts-items-change{
    text-align: center;margin-bottom: 20px;
}
.charts-items-list{
    border: 1px solid #ddd;border-radius: 8px;margin-bottom: 20px;
}
#con_three_1 .charts-change-box-z{
    width: 100%;
}

@media screen and (min-width:320px) and (max-width:1250px){
    .charts{
        padding: 10px;box-shadow: none;
    }
    .charts,.charts-tabs-sm-details,.charts-change-box-z,.charts-change-box-b{
        width: 100%;
    }
    .charts-box,.more-charts{
        display: block;
    }
    .charts-tabs-sm{
        display: flex;width: 100%;padding: 0;margin-bottom: 10px;
    }
    #charts01-b{
        height: 400px !important;
    }
    .charts-tabs-sm span{
        line-height: 30px;font-size: 14px;margin: 10px 6px;padding: 0 7px;border-radius: 5px;
    }
    .charts-items-tabs span{
        font-size: 12px;padding: 0 10px;
    }
    .charts-tabs{
        display: none;
    }


    .list-t li {
        width:100%;
        float:unset;
    }
    .list-t li:nth-child(even) {
        margin-left: 0;
    }
    .list-t li a{width:80%;}
    .charts-box .subNavNoClick ul{flex-wrap: wrap}
    .subnav ul > span{display: none}
    .charts-box .subnav{height: auto}
    .otherHj_l{
        width:100%;
    }
    .otherHj_r{
        width:100%;
    }


}
@media screen and (min-width:1250px){
    .charts-box .subnav{height: 46px}
    .list-t li {
        width:47%;
        float:left;
    }
    .list-t  li:nth-child(even){
        margin-left:6%
    }
    .otherHj_l{
        width:49.5%;float:left;
    }
    .otherHj_r{
        width:49.5%;float:right;
    }
}
.list-t li {
    position: relative;
    padding-left: 20px;
    line-height: 32px;
    font-size: 15px;
}


.list-t li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #444444;
    border-radius: 100px;
}
.list-t li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-t li .date {
    position: absolute;
    top: 0;
    right: 0;
    color: #bbb;
    font-size: 14px;
}
.jzpic li {
    border-bottom: 1px dashed #d2d2d2;
    line-height: 35px;
    float: left;
    width: 219px !important;
    margin-right: 0px !important;
    height: 180px !important;
    position: relative;
}
.jzpic li tt {
    width: 100%;
    position: absolute;
    bottom: -8px;
    left: 26%;
}

.charts-box .subnav {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin: 6px 0;
    background-color: #d3f5e4;
    background: -webkit-gradient(linear,left top,left bottom,from(#d5f3f3),to(#f3fbfb));
    background: -webkit-linear-gradient(top,#d5f3f3,#f3fbfb);
    background: linear-gradient(180deg,#d5f3f3,#f3fbfb)
}
.charts-box .subnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.charts-box .subnav ul .subset_item {
    color: #04cca4
}
.charts-box .subnav ul li {
    color: #333;
    font-weight: 800;
    line-height: 44px;
    height: 44px;
    width: 160px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 16px;
}
.kq_title{
    text-align: center;
    height: 40px;
    font-weight: bold;
    margin: 20px 0 0 0;
    width:100%;
    font-size: 16px;
}
.kqrb_title{
    text-align: center;
    height: 40px;
    font-weight: bold;
    margin: 20px 0 0 0;
    width:100%;
    font-size: 16px;
}


.layui-table tr:nth-child(even) {
    background-color: #f7f9fb;
}

.layui-table thead tr:nth-child(1) {
    background-color: #f7f9fb;
}

.layui-table tr:nth-child( odd) {
    background-color: #fefefe;
}
.pm{
    width:50% !important;
    float: left;
}
.pm td, .pm th{
    padding: 6px 9px !important;
    text-align: center !important;
}
.water td, .water th{
    padding: 6px 9px !important;
    text-align: center !important;
}


.w_aqi .showmsg {
    width: 100%;
    height: 240px;
}
.showmsg .num {
    float: left;
    height: 190px;
    width: 330px;
    margin-left: 20px;
}
.showmsg .m_list {
    float: left;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    margin-top: 40px;
    margin-left: 26px;
}
.showmsg .m_list p {
    display: block;
}
.showmsg .jxw1 {
    float: left;
    height: 120px;
    margin-left: 20px;
    float: left;
    width: 100px;
}
 .showmsg .jxw1 img {
    margin-top: 46px;
}
.clr {
    clear: both;
}
.showmsg ul {
    width: 610px;
    height: 45px;
    margin-left: 23px;
    margin-top: 50px;
    text-align: center;
    font-size: 12px;
}
.showmsg ul li {
    float: left;
    width: 98px;
    line-height: 14px;
    border-right: solid 1px #fff;
}
.showmsg ul li span {
    float: left;
    width: 98px;
    height: 14px;
    margin-top: 1px;
}
.showmsg ul li span.sezhi {
    height: 6px;
}
.showmsg ul li span.area {
    text-align: left;
    margin-left: -5px;
}
.showmsg ul li.rightarea {
    width: 10px;
    margin-top: 22px;
}
/*颜色值*/
.cor1{color:#00e400;}
.cor2{color:#ffff00;}
.cor3{color:#ff7e00;}
.cor4{color:#ff0000;}
.cor5{color:#99004c;}
.cor6{color:#7e0023;}
/*背景颜色*/
.bgcor1{background:#00e400;}
.bgcor2{background:#ffff00;}
.bgcor3{background:#ff7e00;}
.bgcor4{background:#ff0000;}
.bgcor5{background:#99004c;}
.bgcor6{background:#7e0023;}

.m_sug {
    margin-left: 20px;
    font-size: 12px;
    margin-top: 0px;
    height: 60px;
    line-height: 16px;
}
.m_sug b {
    color: #1b4d6e;
    font-weight: bold;
    font-size: 14px;
}
.m_sug span {
    display: inline;
    font-size: 14px;
}


.kq_box_right ul {
    overflow: hidden;
    margin: 18px 0;
    width: 100%;
}
.kq_box_right ul li {
    width: 45%;
    float: left;
    margin-left: 20px;
    /*padding: 8px 0;*/
}
/*.kq_box_right ul li span {*/
/*    float: left;*/
/*    color: black;*/
/*    margin-bottom: 2px;*/
/*}*/
.kq_box_right ul li i {
    float: right;
    color: black;
}
.kq_box_right ul li p {
    background: #4675bd;
    height: 4px;
    position: relative;
    clear: both;
}
.tit_wrzs{
    color: #1b4d6e;
    font-weight: bold;
    font-size: 14px;
    margin:70px 0 0 18px;
}
.m_list p{
    color: #1b4d6e;
    font-weight: bold;
    font-size: 14px;
}

.m_list .sw_name,.m_list .aqi_dj,.m_list .aqi_lb{
    color:#000000;
    font-weight: 100;
}
/*日报样式*/
.myCalendar .date {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
}
.date .on{
    border: 2px solid blue;
}
.date dl {
    width: 91px;
    float: left;
    height: auto;
    overflow: hidden;
}
.date dl dt {
    width: 90px;
    height: 23px;
    background: #dedede;
    color: #65696b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    font-weight: bold;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
.date dl dd {
    width: 90px;
    height: 41px;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    cursor: pointer;
    line-height: 41px;
    text-align: center;
}
.date dl dd span {
    display: block;
    width: 100%;
    height: 17px;
    text-indent: 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.date dl dd tt {
    display: block;
    width: 100%;
    height: 30px;

}
.m {
    display: block;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    height: 62px;
    line-height: 100%;
    font-size: 62px;
    color: #25be7b;
    font-style: normal;
}
.y {
    padding-top: 5px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    float: left;
    height: 31px;
    line-height: 31px;
    border-bottom: 3px solid #25be7b;
}

.top h2 {
    color: #1b4d6e;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;
}
.top p {
    color: #1b4d6e;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    line-height: 25px;
}
.top p tt {
    color: #000000;
    text-transform: uppercase;
    font-weight: 100;
}
/*预报样式*/
.w_three ul li {
    background-color: #fff;
    width: 11%;
    height: 100px;
    float: left;
}
.w_three li .wt_date {
    width: 100%;
    text-align: center;
    color: #1b4d6e;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    background: url(//pm.hbj.wuhan.gov.cn/r/cms/www/default/images1366/line01.png) bottom no-repeat;
    margin-top: 1px;
}
.w_three table {
    font-size: 12px;
    color: #1e6390;
    line-height: 30px;
    height: 90px;
}
.w_three table tr td .yb_left_tit{
    color: #1b4d6e;
    font-weight: bold;
    font-size: 14px;
    margin-left: 20px;
}
.w_three table tr td span {
    height: 25px;
    line-height: 25px;
    display: block;
    color: #000;
}
.w_three .dengji1 {
    background: url(//pm.hbj.wuhan.gov.cn/r/cms/www/default/images1366/dengji01.png) center no-repeat;
    width: 60px;
}
.w_three .dengji2 {
    background: url(//pm.hbj.wuhan.gov.cn/r/cms/www/default/images1366/dengji02.png) center no-repeat;
    width: 60px;
}
.w_three .dengji3 {
    background: url(//pm.hbj.wuhan.gov.cn/r/cms/www/default/images1366/dengji03.png) center no-repeat;
    width: 60px;
}
.w_three .dengji4 {
    background: url(//pm.hbj.wuhan.gov.cn/r/cms/www/default/images1366/dengji04.png) center no-repeat;
    width: 60px;
}
.w_three .dengji5 {
    background: url(//pm.hbj.wuhan.gov.cn/r/cms/www/default/images1366/dengji05.png) center no-repeat;
    width: 60px;
}
.w_three .dengji6 {
    background: url(//pm.hbj.wuhan.gov.cn/r/cms/www/default/images1366/dengji06.png) center no-repeat;
    width: 60px;
}

.subNavTit {
    display: inline-block;
    line-height: 45px;
    font-weight: 700;
    padding: 0 20px;
    font-size: 16px;
}
.subNavNoClick span.active {
    background-color: #fff;
    color: #00b2b2;
    border-top: 3px solid #00b2b2;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.subNavNoClick span {
    padding:0 20px;
}
.charts-box .subNavNoClick ul {
    justify-content: left;
}
.more-charts .qt{
    width:100%;
    height: 76px;
    text-indent: 2em;
}

/*空气质量年历*/
.myCalendar .month {
    width: 32%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    float: left;
    margin-left: 1%;
    position: relative;
}
.myCalendar .month:nth-child(n+4) {
    margin-top: 1%;
}
.month dl {
    width: 14.2%;
    float: left;
    height: auto;
    overflow: hidden;
}
.month dl dt {
    width: 100%;
    height: 23px;
    background: #dedede;
    color: #65696b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    font-weight: bold;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
.month dl dd {
    width: 100%;
    height: 30px;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
}
.month dl dd span {
    display: block;
    width: 100%;
    height: 17px;
    text-indent: 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.month .cTit{
    text-align: center;
    font-weight: bold;
    border-right: 1px solid #d2d2d2;
    width: calc(100% - 1px)
}
.month .cMsg{
    height: 29px;
    position: absolute;
    bottom: 1px;
    right: 2px;
    background: #ffffff;
    line-height: 29px;
    width: 69%;
    display: none;
}
.month .on{
    border: 2px solid blue;
}
.yearCalendarTit{
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin-bottom: 2%;
    font-weight: bold;
}
