/**!
 * 区政府平台
 * author: wuzhou
 * date:2019-09-24
 */


.ewb-download-left {
    width: 249px;
}

.ewb-download-right {
    width: 931px;
}

.ewb-page-main {
    min-height: 621px;
}

.ewb-download-left .ewb-page-main {
    padding: 0 0 100px;
    min-height: 543px;
    border: 0;
    background: url("../images/left_bg.jpg") left bottom no-repeat #fff;
}

.ewb-page-info {
    padding-top: 14px;
    line-height: 30px;
}

.ewb-page-info>p {
    text-indent: 33px;
}


/* 2021-11-29 zsy */

.ewb-page-main {
    min-height: 617px;
    padding-top: 4px;
}

.interact-hd {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dashed #e5e5e5;
}

.interact-tt {
    padding-left: 4px;
    font-weight: 600;
    font-size: 16px;
}

.write-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    margin-top: 7px;
    border-radius: 4px;
    color: #fff;
    background-color: #2778be;
}

.interact-bd {
    padding-top: 20px;
}

.table-hd {
    height: 31px;
    line-height: 31px;
    background-color: #e9f1f8;
}

.body-item {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #d8dfe6;
}

.table-item {
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table-item a {
    color: #333;
}

.table-item:nth-child(1) {
    width: 63%;
}

.table-item:nth-child(2) {
    width: 19.4%;
}

.table-item:nth-child(3) {
    width: 17.6%;
}

.body-item .table-item:first-child {
    text-align: left;
}