﻿/**!
 * 数据发布
 * author: wangkai;
 * date:2019-04-18
 */

.ewb-main {
    min-height: 834px;
    padding-bottom: 20px;
    background: #fff;
}

/* 公共栏目样式 */

.ewb-cm-hd {
    height: 35px;
    border-bottom: 1px solid #d2d2d2;
}

.ewb-cm-tt {
    float: left;
    height: 35px;
    line-height: 34px;
    font-size: 16px;
    font-weight: bold;
    color: #0f59a3;
    border-bottom: 1px solid #0f59a3;
}

/* 公共列表样式 */

.ewb-list {
    padding-top: 5px;
}

.ewb-list-node {
    padding-left: 12px;
    height: 40px;
    line-height: 40px;
    border-top: 1px dashed #d2d2d2;
    vertical-align: top;
    background: url('../images/listimg.jpg') left center no-repeat;
}

.ewb-list-node:first-child {
    border-top: 0;
}

.ewb-list-name {
    float: left;
    max-width: 75%;
    color: #333;
}

.ewb-list-date {
    float: right;
    color: #999;
}

.ewb-list-node:hover .ewb-list-name,
.ewb-list-node:hover .ewb-list-date {
    color: #0f59a3;
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-list-name {
        max-width: 65%;
    }
}

/* 最新数据 */

.ewb-Latest-data {
    margin: 15px 0 0 22px;
    height: 282px;
    overflow: hidden;
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-Latest-data {
        margin-right: 22px;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-Latest-data {
        margin-left: 10px;
        margin-right: 10px;
    }
}

/* 4个按钮 */

.ewb-btns {
    margin: 25px 22px 0 0;
    height: 254px;
}

.ewb-btns ul {
    margin: -14px -14px 0 0;
}

.ewb-btn-item {
    float: left;
    width: 50%;
    vertical-align: top;
}

.ewb-btn-name {
    display: block;
    margin: 14px 14px 0 0;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
}

.ewb-btn-name span {
    display: block;
    padding-top: 54px;
    height: 120px;
    line-height: 66px;
    font-size: 20px;
    color: #fff;
    background-position: center 24px;
    background-repeat: no-repeat;
}

.ewb-btn-name.icon1 {
    background-image: url('../images/btn_bg1.jpg');
}

.ewb-btn-name.icon2 {
    background-image: url('../images/btn_bg2.jpg');
}

.ewb-btn-name.icon3 {
    background-image: url('../images/btn_bg3.jpg');
}

.ewb-btn-name.icon4 {
    background-image: url('../images/btn_bg4.jpg');
}

.ewb-btn-name.icon1:hover {
    background-image: url('../images/btn_bg1_cur.jpg');
}

.ewb-btn-name.icon2:hover {
    background-image: url('../images/btn_bg2_cur.jpg');
}

.ewb-btn-name.icon3:hover {
    background-image: url('../images/btn_bg3_cur.jpg');
}

.ewb-btn-name.icon4:hover {
    background-image: url('../images/btn_bg4_cur.jpg');
}

.ewb-btn-name.icon1 span {
    background-image: url('../images/btn_icon3.png');
}

.ewb-btn-name.icon2 span {
    background-image: url('../images/btn_icon4.png');
}

.ewb-btn-name.icon3 span {
    background-image: url('../images/btn_icon5.png');
}

.ewb-btn-name.icon4 span {
    background-image: url('../images/btn_icon6.png');
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-btns {
        margin-left: 22px;
    }

    .ewb-btn-name.icon1 {
        background: #00a0d0;
    }

    .ewb-btn-name.icon2 {
        background: #00afa2;
    }

    .ewb-btn-name.icon3 {
        background: #e2a62a;
    }

    .ewb-btn-name.icon4 {
        background: #d65033;
    }

    .ewb-btn-name.icon1:hover {
        background: #07a9da;
    }

    .ewb-btn-name.icon2:hover {
        background: #07b9ac;
    }

    .ewb-btn-name.icon3:hover {
        background: #e9ae34;
    }

    .ewb-btn-name.icon4:hover {
        background: #df593c;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-btns {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 480px) {
    .ewb-btn-name span {
        font-size: 16px;
    }
}

/* 图表 */

.ewb-chart {
    position: relative;
    margin: 20px 22px 0 22px;
    padding-left: 256px;
    height: 347px;
    overflow: hidden;
}

.ewb-chart-name {
    position: absolute;
    left: 0;
    display: block;
    width: 228px;
    height: 47px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #085dce;
    background: #e1eaf9;
}

.ewb-chart-name.one {
    top: 0;
}

.ewb-chart-name.two {
    top: 50px;
}

.ewb-chart-name.three {
    top: 100px;
}

.ewb-chart-name.four {
    top: 150px;
}

.ewb-chart-name.five {
    top: 200px;
}

.ewb-chart-name.six {
    top: 250px;
}

.ewb-chart-name.seven {
    top: 300px;
}

.ewb-chart-name.eight {
    top: 350px;
}

.ewb-chart-name.current {
    font-weight: bold;
    color: #fff;
    background: url('../images/chart_tt_bg.jpg') center center no-repeat;
}

.ewb-chart-wrap {
    width: 800px;
    height: 347px;
    border: 1px solid #e5e5e5;
}

.ewb-chart-item {
    position: relative;
    z-index: 200;
    width: 798px;
    height: 345px;
}

.ewb-chart-item div:first-child,
.ewb-chart-item canvas {
    width: 100% !important;
}

/* 中等屏幕 */

@media (max-width: 1099px) {
    .ewb-chart-wrap {
        width: 680px;
    }
    .ewb-chart-item {
        width: 678px;
    }
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-chart {
        padding-left: 0;
        height: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
    .ewb-chart-name {
        position: static;
        width: 100%;
        margin-top: 10px;
    }
    .ewb-chart-name.current {
        background: #0c7ddb;
    }
    .ewb-chart-hd:first-child .ewb-chart-name {
        margin-top: 0;
    }
    .ewb-chart-wrap {
        margin-top: 10px;
        width: 712px;
    }
    .ewb-chart-item {
        width: 710px;
    }
    
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-chart-wrap {
        width: 100%;
        overflow: auto;
    }
    .ewb-chart-item {
        width: 700px;
    }
}

/* 统计月报、统计公报 */

.ewb-month-report,
.ewb-bulletin {
    margin-top: 20px;
    height: 282px;
    overflow: hidden;
}

.ewb-month-report {
    margin-left: 22px;
}

.ewb-bulletin {
    margin-right: 22px;
}

/* 竖版pad */

@media (max-width: 979px) {
    .ewb-month-report {
        margin-right: 22px;
    }

    .ewb-bulletin {
        margin-left: 22px;
    }
}

/* 手机端 */

@media (max-width: 767px) {
    .ewb-month-report,
    .ewb-bulletin {
        margin-left: 10px;
        margin-right: 10px;
    }
}