/* main */

.ewb-main {
    padding: 20px 25px 25px 25px;
    background: url(../images/main_bg.png) repeat;
}

@media(max-width: 1048px) {
    .ewb-main {
        padding: 10px 0 20px 0;
        overflow: hidden;
    }
}


/* location */

.ewb-location {
    height: 28px;
    line-height: 28px;
    padding-left: 34px;
    font-size: 14px;
    color: #666;
    margin-top: 4px;
    background: url(../images/location_icon.png) 2px center no-repeat;
}

.ewb-location a {
    color: #666;
}

.ewb-red {
    color: #c01a1b;
}


/* info */

.ewb-info {
    padding: 25px;
}

.ewb-info-tt {
    line-height: 48px;
    font-size: 24px;
    font-weight: bold;
    color: #004177;
    text-align: center;
}

.ewb-sources {
    line-height: 30px;
    font-size: 12px;
    color: #666;
    background: #f0f3f6;
    margin-top: 10px;
    text-align: center;
}

.ewb-font a {
    color: #666;
}

.ewb-sources span {
    margin-left: 20px;
}

.ewb-info-img {
    padding-top: 40px;
    text-align: center;
}

.ewb-info-img img {
    vertical-align: top;
}

.ewb-artical {
    padding: 10px 10px 5px 10px;
}

.ewb-info-copy {
    padding-bottom: 22px;
    line-height: 28px;
    font-size: 16px;
    font-family: "SimSun";
    border-bottom: 1px dashed #d8d8d8;
}

.ewb-info-copy p {
    text-indent: 2em;
    margin-top: 20px;
}

.ewb-foot-func {
    float: right;
    font-size: 14px;
    margin-right: 50px;
}

.ewb-foot-func a {
    color: #333;
}

/* .ewb-foot-func1 {
    background-image: url(../images/foot_func1.png);
}

.ewb-foot-func2 {
    background-image: url(../images/foot_func2.png);
} */

.ewb-jiucuo{
    vertical-align: top;
}


/* 附件 */

.ewb-fujian{
    line-height: 40px;
    font-size: 14px;
    float: left;
    padding-top: 15px;
}

.ewb-fujian a{
    padding-left: 32px;
    color: #333;
    margin-left: 35px;
    background: url(../images/fujian.png) left center no-repeat;
}

.ewb-fujian a.ewb-first{
    margin-left: 0;
}

.ewb-share{
    line-height: 14px;
    font-size: 12px;
    margin: 10px 0 20px 0;
}

.ewb-news-from{
    line-height: 26px;
    font-size: 14px;
    background: #fcfcfe;
}

.ewb-laiyuan{
    float: left;
}

.ewb-ml20{
    margin-left: 20px;
}

@media(max-width: 979px) and (min-width: 768px) {
    .ewb-sources span {
        margin-left: 10px;
    }

    .ewb-foot-func a,
    .ewb-fujian a{
        margin-left: 20px;
    }
}

@media(max-width: 767px) {
    .ewb-info {
        padding: 0;
    }
    .ewb-sources {
        line-height: 26px;
    }
    .ewb-sources {
        padding-top: 10px;
    }
    .ewb-artical {
        padding: 0 5px;
    }

    .ewb-fujian a{
        margin-left: 10px;
    }

    .ewb-fujian,
    .ewb-foot-func{
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .ewb-foot-func a{
        margin-left: 0;
    }
}
