/**!
 * 招标专区
 * date:2022-01-28
 * author: zsy;
 */

.slide-item>a {	
    padding-left: 40px;
    background-position: 44px center;
}

/*.slide-item:nth-child(1)>a {
    background-image: url("../images/subpage/tender_ico1.png");
}

.slide-item:nth-child(2)>a {
    background-image: url("../images/subpage/tender_ico2.png");
}

.slide-item:nth-child(3)>a {
    background-image: url("../images/subpage/tender_ico3.png");
}

.slide-item:nth-child(4)>a {
    background-image: url("../images/subpage/tender_ico4.png");
}

.slide-item:nth-child(1).current>a,
.slide-item:nth-child(1):hover>a {
    background-image: url("../images/subpage/tender_ico1h.png");
}

.slide-item:nth-child(2).current>a,
.slide-item:nth-child(2):hover>a {
    background-image: url("../images/subpage/tender_ico2h.png");
}

.slide-item:nth-child(3).current>a,
.slide-item:nth-child(3):hover>a {
    background-image: url("../images/subpage/tender_ico3h.png");
}

.slide-item:nth-child(4).current>a,
.slide-item:nth-child(4):hover>a {
    background-image: url("../images/subpage/tender_ico4h.png");
}*/

.sub-bd {
    padding: 20px 20px 30px;
}

.condition-box {
    margin-top: 10px;
}

.condition-box .condition {
    line-height: 40px;
    font-size: 18px;
}

.condition+.condition {
    margin-top: 20px;
}

.condition>label {
    width: 105px;
    padding-right: 10px;
    text-align: right;
}

.input-box {
    width: 224px;
    font-size: 16px;
}

.input-box.projname {
    width: 554px;
}

.input-box.notice {
    width: 234px;
}

.input-box.projtype {
    width: 216px;
}

.input-box.end {
    width: 276px;
}

.input-box.date>input {
    background: url("../image/date_ico.png") no-repeat right 15px center;
}

.condition .to {
    margin: 0 19px 0 25px;
    font-size: 18px;
}

.input-box>input {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 38px;
    border: 1px solid #e1e2e6;
    padding: 0 16px;
    vertical-align: top;
}

.notice-sel {
    display: none;
    height: 40px;
    line-height: 38px;
    padding-left: 16px;
    border-color: #e1e2e6;
}

.input-box .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 38px;
    padding-left: 16px;
    color: #999;
    border-color: #e1e2e6;
}

.input-box .chosen-container-single .chosen-single div {
    right: 13px;
}

.input-box .chosen-container-single .chosen-single div b {
    background: url("../image/tendersel_down.png") no-repeat center;
}

.input-box .chosen-container-single.chosen-with-drop .chosen-single div b {
    background-image: url("../image/tendersel_up.png");
}

.input-box .chosen-container .chosen-drop {
    border-color: #e1e2e6;
}

.input-box .chosen-container .chosen-results li {
    line-height: 20px;
    padding: 5px 12px;
}

.condition .btn {
    width: 96px;
    height: 40px;
    border-radius: 4px;
    margin-left: 10px;
    font-size: 16px;
    outline: none;
    cursor: pointer;
}

.condition .btn.search {
    color: #fff;
    background-color: #597de8;
}

.condition .btn.reset {
    color: #597de8;
    background-color: #e6ecfc;
}

.table-box {
    margin-top: 42px;
}

.table-item:nth-child(1) {
    width: 9%;
}

.table-item:nth-child(2) {
    text-align: left;
    width: 62.6%;
}

.table-item:nth-child(3) {
    width: 15%;
}

.table-item:nth-child(4) {
    width: 13.4%;
}

.body-item .table-item:nth-child(4) {
    color: #999;
}

.body-item:hover .table-item:nth-child(4) {
    color: #126bb0;
}

/* 2022-2-11新增 */

@media (max-width: 1280px) {
    .condition > label {
        width: 13%;
    }

    .input-box,
    .input-box.notice,
    .input-box.projtype {
        width: 20%;
    }

    .input-box.date {
        width: 20%;
    }

    .input-box.projname {
        width: 53%;
    }

    .input-box.date > input {
        padding-left: 4px;
        background-position: right 10px center;
    }
}

@media (max-width: 780px) {
    .condition .to,
    .condition > label {
        width: 90px;
        margin-bottom: 10px;
    }

    .condition .to {
        margin: 0;
    }

    .input-box.projname,
    .input-box {
        width: 76%;
        margin-bottom: 10px;
    }

    .button-box {
        float: left !important;
        margin-top: 10px;
    }

    .condition .btn.search {
        margin-left: 0;
    }

    .condition + .condition {
        margin-top: 0;
    }

    .input-box.date,
    .input-box.notice,
    .input-box.projtype {
        width: 76%;
    }
}

@media (max-width: 410px) {
    .condition > label,
    .input-box {
        float: none !important;
    }

    .input-box.projname, .input-box,
    .input-box.date,
    .input-box.notice,
    .input-box.projtype {
        width: 100%;
    }
}

.notice-sel {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding-left: 16px;
    border-color: #e1e2e6;
}
