﻿/**!
 * 
 * author: gaojian;
 * date:2018-06-08
 */

.ewb-header {
    height: 532px;
    background: url(/hjdczt/images/heade.jpg) center top no-repeat;
}

.ewb-main {
    border-left: #79ccec 2px solid;
    border-right: #79ccec 2px solid;
}

.ewb-padding {
    padding: 0 14px;
}

.ewb-with52 {
    width: 52%;
}

.ewb-with48 {
    width: 48%;
}

.ewb-report img {
    display: block;
    width: 100%;
}

.ewb-report-name {
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.ewb-report-name a {
    color: #000;
}

.ewb-report-name a:hover {
    color: #8c8b8b;
}

.ewb-news {
    padding: 0 2px 0 15px;
}

.ewb-news-item {
    padding: 0 5px;
    background-color: #fefbf8;
}

.ewb-news-list {
    padding: 10px 5px 10px 10px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 5px;
}

.ewb-news-info {
    display: block;
    color: #000;
}

.ewb-news-info h2 {
    height: 30px;
    line-height: 30px;
    font-size: 19px;
    color: #016dbb;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-news-info p {
    text-indent: 2em;
    line-height: 25px;
}

.ewb-news-info:hover p {
    color: #8c8b8b;
}

.ewb-col {
    margin-bottom: 13px;
    overflow: hidden;
}

@media (max-width: 1032px) {
    .ewb-with52 {
        width: 100%;
    }
    .ewb-with48 {
        width: 100%;
    }
    .ewb-news {
        padding: 0 5px;
    }
    .ewb-header {
        height: auto;
        background: none;
    }
    .ewb-header img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .ewb-padding {
        padding: 0 5px;
    }
}



/* banner */

.ewb-banner-box {
    padding: 19px 16px;
    position: relative;
    margin-bottom: 13px;
}

.ewb-banner {
    padding: 6px 15px;
    line-height: 25px;
    text-indent: 2em;
    font-size: 17px;
    color: #f07e40;
    border: 12px solid #7edfe6;
    background-color: #bcf7fb;
}

.ewb-banner-top {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 46px;
    background: url(/hjdczt/images/banner_top.jpg) no-repeat;
}

.ewb-banner-bottom {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 46px;
    background: url(/hjdczt/images/banner_bottom.jpg) no-repeat;
}

.ewb-list {
    width: 50%;
    *width: 49.9%;
    margin-bottom: 13px;
}

.ewb-list-item {
    margin-right: -10px;
}

.ewb-column {
    margin-right: 10px;
    height: 220px;
    border: #cfcfcf 1px solid;
}

.ewb-column-hd {
    height: 41px;
    border-bottom: 1px solid #f3f3f3;
    background-color: #fbfbfb;
}

.ewb-column-arr {
    width: 31px;
    height: 41px;
    background: url(/hjdczt/images/column_tt.jpg) no-repeat;
}

.ewb-clumn-tt {
    padding: 0 20px;
    height: 41px;
    line-height: 41px;
    font-size: 20px;
    color: #fff;
    background-color: #41bbbe;
}

.ewb-more {
    line-height: 41px;
    margin-right: 35px;
    color: #30d0ce;
    font-size: 16px;
}

.wb-data-item {
    padding: 7px 10px 0;
}

.wb-data-list {
    height: 32px;
    line-height: 32px;
    padding-left: 9px;
    border-bottom: 1px dashed #ccc
}

.wb-data-infor {
    margin-right: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #000;
}

.wb-data-list:hover,
.wb-data-list:hover a {
    cursor: pointer;
    color: #8c8b8b;
}

@media (max-width: 767px) {
    .ewb-list {
        width: 100%;
    }
    .ewb-list-item {
        margin-right: 0;
    }
    .ewb-column {
        margin-right: 0;
    }
}



/* footer */

.ewb-footer {
    position: relative;
    padding: 15px 0;
    border-top: 2px solid #c2c2c2;
    border-bottom: 5px solid #c2c2c2;
}

.ewb-footer-link {
    line-height: 26px;
    text-align: center;
    font-size: 12px;
}

.ewb-footer-link a {
    color: #000;
}

.ewb-footer-link a:hover {
    text-decoration: underline;
    color: #ba242d;
}

.ewb-footer-link span {
    margin: 0 5px;
}

.ewb-copy {
    line-height: 27px;
    font-size: 12px;
    text-align: center;
}

.ewb-copy span {
    display: inline-block;
}

.ewb-red {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 15px;
    left: 230px;
}