.tendering {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: url("../../../assets/images/officialaccount/tenderingbg.png") center no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}

.tendering .tendner_container {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.tendering .tendner_container .banner_detail {
    background: url("../../../assets/images/tenderingListBanner.png") center no-repeat !important;
}

.tendering .tendner_container .banner {
    width: 100%;
    height: 372px;
    background: url("../../../assets/images/officialaccount/banner.jpg") center no-repeat;
    background-size: 100% 100%;
}

.tendering .tendner_container .banner .bannerSetBtnBox {
    width: 26rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 14rem;
    left: 29%;
}

.tendering .tendner_container .banner .bannerSetBtnBox .btn {
    width: 11rem;
    height: 1.2rem;
    color: #FFFFFF;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.6rem;
    text-align: center;
    line-height: 1.2rem;
    background: #F97F54;
    box-shadow: -1px 5px 8px 0px rgba(0, 0, 0, 0.11);
    border-radius: 5px;
    cursor: pointer;
}

.tendering .tendner_container .banner .title {
    display: inline-block;
    padding: 80px 0 0 130px;
    box-sizing: border-box;
    font-family: ' Microsoft YaHei';
}

.tendering .tendner_container .banner .title p {
    text-align: center;
    font-weight: 400;
    font-size: 46px;
    color: #1968E7;
}

.tendering .tendner_container .banner .title .area {
    position: relative;
    font-size: 38px;
    color: #1A67E7;
    text-align: center;
    margin-top: 50px;
}

.tendering .tendner_container .banner .title .area::before {
    content: "";
    width: 90px;
    height: 2px;
    position: absolute;
    left: 155px;
    top: -25px;
    background: #1A67E7;
}

.tendering .tendner_container .anchorpoint {
    display: flex;
    align-items: center;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 48px;
    position: relative;
}

.tendering .tendner_container .anchorpoint #updateTime {
    position: absolute;
    right: 1rem;
}

.tendering .tendner_container .anchorpoint a {
    color: #333333;
}

.tendering .tendner_container .richtext {
    width: 100%;
    min-height: 600px;
    height: auto;
    background: #FFFFFF;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.tendering .tendner_container .richtext .attachment {
    margin-top: auto;
}

.tendering .tendner_container .richtext .attachment .attach_item a {
    color: #1A67E7;
}

.tendering .tendner_container .tender_purchase {
    margin-top: 26px;
    padding: 0 16px;
    box-sizing: border-box;
}

.tendering .tendner_container .tender_purchase .purchase_tle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DEDEDE;
    font-family: Microsoft YaHei;
}

.tendering .tendner_container .tender_purchase .purchase_tle p {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    padding-bottom: 9px;
    position: relative;
}

.tendering .tendner_container .tender_purchase .purchase_tle p::after {
    content: "";
    width: 120px;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #1968E8;
}

.tendering .tendner_container .tender_purchase .purchase_tle span {
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.tendering .tendner_container .tender_purchase .purchase_list .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 48px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px dashed #DEDEDE;
}

.tendering .tendner_container .tender_purchase .purchase_list .list::after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: -12px;
    background: #1968E8;
    border-radius: 50%;
}

.tendering #laypage {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    margin-bottom: 100px;
}

.tendering #laypage .layui-laypage-em {
    background: #1A67E7;
}


#tenderResultList .rowContenttitle :first-child {
    display: block !important;
}

/*# sourceMappingURL=tendering.css.map */