/**!
 * 政民互动
 * author: wuzhou;
 */

.ewb-mt24 {
    margin-top: 24px;
}

.ewb-mt30 {
    margin-top: 30px;
}


/* 左侧 */

.ewb-mr8 {
    margin-right: 8px;
}

@media (max-width: 767px) {
    .ewb-mr8 {
        margin-right: 0;
    }
}

.ewb-leader-tt {
    height: 34px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #c8c8c8;
}

.ewb-leader-name {
    padding: 0 21px;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    background-color: #015293;
}

.ewb-mail-tb {
    width: 100%;
    table-layout: fixed;
}

.ewb-mail-th {
    text-align: center;
    height: 34px;
    color: #015293;
    background-color: #dff1ff;
}

.ewb-mail-one {
    width: 136px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-mail-one {
        width: 110px;
    }
}

.ewb-mail-td {
    text-align: center;
    height: 31px;
}

.ewb-mail-td>a {
    display: block;
    text-align: left;
    padding-left: 3px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.ewb-mail-td>a:hover {
    color: #015293;
}


/* 右侧 */

.ewb-ml12 {
    margin-left: 12px;
}

@media (max-width: 767px) {
    .ewb-ml12 {
        margin-left: 0;
    }
}

.ewb-examine {
    margin-top: 10px;
    padding: 8px 15px;
    line-height: 24px;
    border: 1px solid #dcdcdc;
}

.ewb-examine-tt {
    display: block;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-examine-time {
    color: #999;
}

.ewb-status-one {
    color: #c40d07
}

.ewb-status-two {
    color: #333
}


/* 在线访谈 */

.ewb-interview {
    position: relative;
    padding-top: 13px;
    min-height: 245px;
}

.ewb-interview-left {
    margin-right: 333px;
}

@media (max-width: 767px) {
    .ewb-interview-left {
        margin-right: 0;
    }
}

.ewb-interview-right {
    position: absolute;
    right: 0;
    top: 32px;
}

@media (max-width: 767px) {
    .ewb-interview-right {
        position: static;
    }
}

.ewb-interview-tt {
    line-height: 30px;
    padding: 12px 0 12px 11px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dashed #cbcbcb;
}

.ewb-interview-bd {
    padding-top: 11px;
    line-height: 30px;
}

.ewb-interview-intro {
    position: relative;
}

.ewb-interview-intrott {
    position: absolute;
    left: 0;
    top: 0;
}

.ewb-interview-txt {
    margin-left: 43px;
}


/* 近期访谈 */

.ewb-near {
    overflow: hidden;
}

.ewb-near-items {
    margin-right: -30px;
}

@media (max-width: 767px) {
    .ewb-near-items {
        margin-right: -10px;
    }
}

.ewb-near-items>li {
    width: 25%;
    *width: 24.9%;
    float: left;
    margin-top: 20px;
}

@media (max-width: 480px) {
    .ewb-near-items>li {
        width: 50%;
    }
}

.ewb-near-items>li>a {
    display: block;
    margin-right: 30px;
}

@media (max-width: 767px) {
    .ewb-near-items>li>a {
        display: block;
        margin-right: 10px;
    }
}

.ewb-near-img {
    position: relative;
}

.ewb-near-time {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 26px;
    color: #fff;
    padding-right: 16px;
    text-align: right;
    background: url("imagestime_bg.png");
}

.ewb-near-txt {
    text-align: center;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

@media (max-width: 767px) {
    .ewb-main-info {
        padding: 0 5px;
    }
}

.ewb-imgwh {
    width: 291px;
    height: 226px;
    max-width: none;
}

.ewb-ovfh {
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}