/**!
 * åŒå…¬ç¤º
 * author: fxyue;
 * date:2019-10-18
 */

.ewb-white {
    min-height: 880px;
    padding: 20px;
}

/* pad */
@media (max-width:979px) {
    .ewb-white {
        min-height: 0;
        padding: 20px 10px;
    }
}

.ewb-grey-bg {
    background: #f6f6f6;
    line-height: 52px;
    text-align: center;
}

/* æ£€ç´¢ */
.ewb-create {
    margin-top: 20px;
    background: #eee;
}

.ewb-create-left {
    float: left;
    width: 146px;
    height: 60px;
    background: url("/Template/dynamic/sgs/css/../images/news_tt_bg.jpg");
    background-size: 100% 100%;
    text-align: center;
    font-size: 0;
}

.ewb-create-left span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
    line-height: 60px;
    color: #fff;
    background: url("/Template/dynamic/sgs/css/../images/create_search_icon.png") left center no-repeat;
}

.ewb-create-right {
    padding: 9px 20px;
    margin-left: 146px;
    overflow: hidden;
}

.ewb-create-btn {
    float: right;
    width: 126px;
    height: 42px;
    line-height: 42px;
    background: #ef4837;
    padding: 0;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.ewb-create-box {
    margin-right: 146px;
    height: 42px;
    position: relative;
    z-index: 1;
    padding-left: 20px;
    font-size: 16px;
    background: #fff;
    border-radius: 7px;
}

.ewb-create-box .input-placeholder,
.ewb-create-box .input-box {
    height: 42px;
    line-height: 42px;
}

/* æ‰‹æœºç«¯ */
@media(max-width:767px) {
    .ewb-create-left {
        width: 110px;
    }

    .ewb-create-left span {
        font-size: 16px;
        padding-left: 26px;
    }

    .ewb-create-right {
        padding: 9px;
        margin-left: 110px;
    }

    .ewb-create-btn {
        width: 70px;
        font-size: 16px;
    }

    .ewb-create-box {
        margin-right: 80px;
        font-size: 14px;
    }

}

/* æ‰‹æœºç«¯ */
@media(max-width:480px) {
    .ewb-create-left {
        float: none;
        width: 100%;
    }

    .ewb-create-left span {
        font-size: 18px;
        padding-left: 30px;
    }

    .ewb-create-right {
        margin-left: 0;
    }

    .ewb-create-box {
        padding-left: 10px;
    }

    .input-placeholder {
        left: 10px;
        max-width: 90%;
    }
}

/* è¡Œæ”¿è®¸å¯æ•°æ® */
.ewb-develop {
    position: relative;
    margin-top: 32px;
}

.ewb-develop-hd {
    height: 37px;
    border-bottom: 1px solid #ddd;
}

.ewb-develop-item {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 34px;
    width: 126px;
    font-size: 16px;
    text-align: center;
}

.ewb-develop-item a {
    display: block;
    color: #666;
    border-bottom: 5px solid transparent;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-develop-item.cur a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 5px solid #ef4837;
}

.ewb-develop-sec {
    left: 146px;
}



.ewb-develop-bd {
    margin-top: 22px;
}

.ewb-develop-detail {
    width: 100%;
    table-layout: fixed;
}

.ewb-develop-detail thead tr {
    background: #f6f6f6;
}

.ewb-develop-detail td {
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 16px;
}

.ewb-develop-detail thead td {
    font-weight: bold;
    font-size: 18px;
}

td.ewb-develop-left {
    text-align: left;
    padding-left: 55px;
}

.ewb-develop-look {
    color: #e2303c;
}

.ewb-even {
    background: #f6f6f6;
}

.ewb-page {
    margin-top: 30px;
}

/* pad */
@media (max-width:979px) {
    td.ewb-develop-left {
        padding-left: 20px;
    }

    .ewb-develop-detail thead td {
        font-size: 16px;
    }
}