.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;
}

/*1*/
.tendering .layui-form-item .layui-inline {
    width: 22% !important;
    display: flex;
    justify-content: flex-start;
}

.tendering .layui-form.toolbar .layui-form-select input {
    height: 35px;
    line-height: 35px;
    width: 120px !important;
    overflow: hidden;
    background: #f1f1f1;
}

.tendering .search-input {
    width: 150px !important;
    background: #f1f1f1;
}

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

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

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

.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 .cityList {
    width: 5rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    font-size: 0.8rem;
    border: 1px solid #9ea6b9;
    margin: 0.21rem;
    border-radius: 5px;
    cursor: pointer;
}

.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;
    color: #0C0C0C;
    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 .BoxTitleBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
}

.tendering .tendner_container .BoxTitleBox .BoxTitle {
    font-weight: bold;
    color: #333333;
    font-size: 1.2rem;
    padding-bottom: 4px;
    border-bottom: 2px solid #F97F54;
    padding-right: 18px;
}

.tendering .tendner_container .tender_purchase {
    margin-top: 26px;
    padding: 0 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.tendering .tendner_container .tender_purchase .BoxTitleBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #DEDEDE;
}

.tendering .tendner_container .tender_purchase .BoxTitleBox .BoxTitle {
    font-weight: bold;
    color: #333333;
    font-size: 1.2rem;
    padding-bottom: 4px;
    border-bottom: 2px solid #F97F54;
    padding-right: 18px;
}

.tendering .tendner_container .tender_purchase .leftBox {
    width: 46%;
}

.tendering .tendner_container .tender_purchase .centerX {
    border-left: 2px dashed #DEDEDE;
    height: auto;
    box-sizing: border-box;
}

.tendering .tendner_container .tender_purchase .rightBox {
    width: 46%;
}

.tendering .tendner_container .tender_purchase .listContent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.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 {
    width: 100%;
}

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

.purchase_list .list p {

}

.purchase_list .list {
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: transparent !important;
    color: #0C0C0C !important;
}

/* 列表项悬停效果 */
.purchase_list .list:hover {
    background-color: #f5f5f5;
}
.tendering .tendner_container .tender_purchase .purchase_list .list::after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: -12px;
    /*background: #F97F54;*/
    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: #F97F54;
}

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