.ny-banner .common-scroll-icon {
    display: none
}

.procurement-title {
    color: #000;
    font-weight: 700;
    margin-bottom: .5rem;
    font-size: .28rem
}

@media (max-width: 767px) {
    .procurement-title {
        margin-bottom: .2rem
    }
}

@media (max-width: 1024px) {
    .procurement-title {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .procurement-title {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .procurement-title {
        font-size: .36rem
    }
}

.section1 {
    margin-bottom: .4rem
}

.section1 .cont {
    position: relative;
    padding-top: .25rem;
    padding-bottom: .25rem
}

.section1 .cont .left-bg, .section1 .cont .right-bg {
    height: 100%;
    border-radius: .2rem;
    background-color: #f1f3f5;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 49%
}

@media (max-width: 991px) {
    .section1 .cont .left-bg, .section1 .cont .right-bg {
        width: 100%
    }
}

.section1 .cont .left-bg {
    left: 0
}

.section1 .cont .right-bg {
    right: 0
}

.section1 .list {
    position: relative;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2
}

.section1 .list li {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    top: 0;
    position: absolute;
    font-size: .16rem;
    padding: .05rem .45rem;
    width: 49%
}

@media (max-width: 991px) {
    .section1 .list li {
        position: static
    }
}

@media (max-width: 1024px) {
    .section1 .list li {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .section1 .list li {
        font-size: .24rem;
        padding-left: .2rem;
        padding-right: .2rem
    }
}

@media (max-width: 991px) {
    .section1 .list li {
        width: 100%
    }
}

.section1 .list li:nth-child(-n+7) {
    position: static
}

.section1 .list li a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.section1 .list li a:hover {
    color: #df0434
}

.section1 .list li a .t {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 70%
}

.section1 .list li a .t span {
    font-size: .2rem;
    margin-right: .15rem
}

@media (max-width: 1024px) {
    .section1 .list li a .t span {
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .section1 .list li a .t span {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .section1 .list li a .t span {
        font-size: .3rem
    }
}

.section1 .list li a .date {
    text-align: right;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    white-space: nowrap;
    width: 25%
}

.section2 .cont {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

@media (max-width: 767px) {
    .section2 .cont {
        display: block
    }
}

.section2 .cont .item {
    border-radius: .2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: .5rem .6rem .5rem .8rem;
    width: 49%
}

@media (max-width: 767px) {
    .section2 .cont .item {
        padding-left: .4rem;
        padding-right: .3rem;
        width: 100%
    }
}

.section2 .cont .item:not(:last-child) {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .section2 .cont .item:not(:last-child) {
        margin-bottom: .4rem
    }
}

.section2 .cont .item .item-title {
    font-weight: 700;
    margin-bottom: .3rem;
    font-size: .22rem
}

@media (max-width: 1024px) {
    .section2 .cont .item .item-title {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    .section2 .cont .item .item-title {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .section2 .cont .item .item-title {
        font-size: .32rem
    }
}

.section2 .cont .item ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    height: 3.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding-right: .2rem;
    font-size: .18rem
}

@media (max-width: 1024px) {
    .section2 .cont .item ul {
        display: block;
        font-size: 16px
    }
}

@media (max-width: 991px) {
    .section2 .cont .item ul {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .section2 .cont .item ul {
        font-size: .3rem
    }
}

.section2 .cont .item ul::-webkit-scrollbar {
    width: .06rem
}

.section2 .cont .item ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: hsla(0, 0%, 100%, .5)
}

.section2 .cont .item ul::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0)
}

.section2 .cont .item ul li {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 48%
}

@media (max-width: 1024px) {
    .section2 .cont .item ul li {
        width: 100%
    }
}

/*# sourceMappingURL=93aa88d53279ccb3e40713d4396e198f.css.map*/