/**!
 * 信息公开详情页
 * author: wangkai;
 */

/* main */

/* phone */

@media (max-width: 767px) {
    .ewb-main-info {
        padding: 0 5px;
    }
}

/* 位置 */

.ewb-route {
    padding: 17px 0 15px;
    line-height: 26px;
    padding-left: 28px;
    color: #666;
    background: url("imagesroute_ico.png") left center no-repeat;
}



/* 详情 */

.ewb-detail-box {
    padding: 17px 17px 66px 17px;
    border: 1px solid #ebebeb;
    background-color: #fff;
}

.ewb-detail-table {
    overflow-x: auto;
}

.ewb-detail-table table {
    width: 944px;
    border: 1px solid #dddddd;
}

.ewb-detail-table table td {
    height: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.ewb-dt-tt {
    text-align: center;
    color: #015293;
    background-color: #e9f5ff;
}

.ewb-dt-content {
    display: block;
    padding: 0 14px;
    line-height: 24px;
}

.ewb-article {
    padding: 46px 33px 0 33px;
}

.ewb-article-tt {
    padding-bottom: 29px;
    line-height: 34px;
    text-align: center;
    border-bottom: 1px solid #cbcbcb;
    font-size: 24px;
}

.ewb-article-content {
    margin-top: 12px;
}

.ewb-article-content p {
    line-height: 36px;
    font-size: 16px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.ewb-article-content p.hasindent {
    text-indent: 2em;
}

@media (max-width: 767px) {
    .ewb-detail-box {
        padding: 10px 10px;
    }
    .ewb-article {
        padding: 30px 10px 20px 10px;
    }
    .ewb-article-tt {
        padding-bottom: 20px;
        line-height: 32px;
        font-size: 22px;
    }
    .ewb-article-content p {
        line-height: 30px;
        font-size: 14px;
    }
}