/**!
 * 隆昌公共资源--网上调查
 * author: fxyue
 * date:2020-09-03
 */
.ewb-menu {
    margin-top: 20px;
}

.ewb-menu-hd {
    height: 70px;
    line-height: 70px;
    background: url("../images/menu_hd_bg.jpg") left center no-repeat;
    background-size: 100% 100%;
    padding: 0 10px 0 30px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.ewb-menu-list {
    margin-top: 2px;
}

.ewb-menu-item {
    display: block;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #eff4fa;
    padding: 0 10px 0 46px;
    color: #666;
    font-size: 18px;
    border-left: 4px solid #eff4fa;
}

.ewb-menu-list:hover .ewb-menu-item,
.ewb-menu-list.current .ewb-menu-item {
    color: #1b79da;
    font-weight: bold;
    border-left: 4px solid #1b79da;
    background: #fff;
}

/* 右侧 */
.ewb-policy {
    margin-top: 20px;
    padding-bottom: 20px;
}

.category-hd {
    line-height: 60px;
    padding: 0 20px;
    box-shadow: 0px 4px 10px 0px rgba(166, 182, 199, 0.33);
}

.category-tt {
    float: left;
    position: relative;
    padding-left: 47px;
    font-size: 24px;
    font-family: "SourceHanSansCN-Bold";
    color: #333;
}

.category-tt:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -19px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-color: #1b79da;
    background-position: center center;
}

.category-tt1:before {
    background-image: url('../images/survey_tt_icon.png');
}


/* 搜索框 */

.category-boxs {
    position: relative;
    float: right;
    margin-top: 12px;
}

.category-input {
    position: relative;
    z-index: 1;
    margin-right: 80px;
    padding: 0 12px;
    width: 300px;
    height: 36px;
    border-radius: 3px;
    border: 1px solid #d4dde6;
    overflow: hidden;
}

.category-input .input-placeholder {
    position: absolute;
    top: 0;
    left: 12px;
    height: 34px;
    line-height: 34px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.category-input .input-box {
    width: 100%;
    height: 34px;
    line-height: 34px;
    border: 0;
    background: 0 0;
    display: block;
}

.category-btns {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 36px;
    text-align: center;
    border-radius: 3px;
    background-color: #1b79da;
    cursor: pointer;
    padding: 0;
}

.category-btns>span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    color: #fff;
    padding-left: 22px;
    vertical-align: top;
    background: url('../images/ser_btn2.png') no-repeat left center;
}

/* pager */
.pager {
    margin-top: 22px;
}

/* 手机端 */
@media(max-width:767px) {
    .category-hd {
        padding-bottom: 20px;
    }

    .category-tt {
        float: none;
    }

    .category-boxs {
        float: none;
    }

    .category-input {
        width: auto;
    }
}


/* 表格 */
.ewb-table {
    margin-top: 30px;
}

.ewb-table table {
    width: 100%;
    table-layout: fixed;
}

.ewb-table td {
    padding: 0 3px;
    text-align: center;
}

.ewb-table-tt {
    display: block;
    margin-left: 125px;
    text-align: left;
}

.ewb-table thead td {
    height: 36px;
    background: #e8f1fb;
}

.ewb-table tbody td {
    height: 50px;
    text-align: center;
}

.ewb-table-infor {
    text-align: left;
    position: relative;
    padding-left: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}

.ewb-table-infor:before {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -2.5px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #666;
}

.ewb-table-infor a {
    color: #666;
}

.progressState1 {
    color: #429112;
}

.progressState2 {
    color: #999;
}

/* 手机端 */
@media (max-width:767px) {
    .ewb-table tbody td {
        height: 40px;
    }
}