.news-text0 {
    text-align: center;
    font-size: 0.46rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #000000;
}

.news-text1 {
    margin: 0 auto;
    margin-top: .28rem;
    width: 0.72rem;
    border-bottom: 0.04rem solid #02438D;
}

.news-text2 {
    font-size: 0.36rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #333333;
}

.news-text3 {
    margin-top: .13rem;
    width: 0.72rem;
    border-bottom: 0.04rem solid #02438D;
}

.news-text4 {
    margin-top: .17rem;
    text-transform: uppercase;
    font-size: 0.24rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #A4A4A4;
}

.bidding-wrap {
    margin: 0 auto;
    margin-top: 1rem;
}

.bidding-list {
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0.8rem;
}

.bidding-item {
    width: 7.8rem;
    padding: 0.32rem 0.4rem;
    display: flex;
    flex-direction: column;
    position: relative;
}

.bidding-item::after {
    content: '';
    width: 100%;
    height: 0.01rem;
    background: #CBCBCB;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .365s;
}

.bidding-item-p,
.bidding-item-time {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.bidding-item-time {
    margin-top: 0.2rem;
}

.bidding-item:hover {
    box-shadow: 0rem 0rem 0.11rem 0.05rem rgb(0 0 0 / 6%);
}

.bidding-item:hover::after {
    height: 0.04rem;
    background: #0171C3;
}

.bidding-process-wrap {
    margin: 0 auto;
    margin-top: 1rem;
}

.bidding-process-box {
    margin: 0.8rem auto;
}

.bidding-process-title {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.bidding-process-img {
    width: 100%;
    margin-top: 0.35rem;
}

.bidding-process-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.3rem;
}

.bidding-process-item {
    width: 2.42rem;
    height: 0.69rem;
    background: #014098;
    border-radius: 0.02rem;
    margin-right: 0.29rem;
    font-size: var(--font18);
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 0.69rem;
    text-align: center;
    margin-top: 0.3rem;
}

.bidding-process-item:nth-child(6n) {
    margin-right: 0;
}

.bidding-process-p {
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.4rem;
    margin: 0.3rem 0;
}

@media only screen and (max-width: 1024px) {
    .bidding-list{
        margin-bottom: 0;
    }
    .paging-wrap{
        margin: 0.6rem;
    }
    .bidding-process-wrap{
        margin-top: 0.6rem;
    }
    .bidding-wrap {
        padding: 0 0.25rem;
        margin-top: 0.6rem;
    }

    .bidding-item-p,
    .bidding-item-time {
        font-size: 0.24rem;
    }

    .bidding-process-p p{
        font-size: 0.24rem;
        line-height: 0.38rem;
    }

    .paging-page {
        height: 0.35rem !important;
        line-height: 0.35rem !important;
    }

    .bidding-process-title {
        font-size: 0.3rem;
        font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
        font-weight: bold;
        color: #333333;
    }
    .bidding-item{
        padding: 0.32rem 0.2rem;
    }
}