.ny-banner .common-scroll-icon {
    display: none
}

.section1 ul {
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

@media (max-width: 991px) {
    .section1 ul {
        display: block
    }
}

.section1 ul li {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: .3rem;
    background-color: hsla(0, 0%, 100%, .6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .6rem .6rem .7rem;
    width: -webkit-calc(50% - .2rem);
    width: -moz-calc(50% - .2rem);
    width: calc(50% - .2rem);
    margin-bottom: .4rem
}

@media (max-width: 991px) {
    .section1 ul li {
        width: 100%
    }
}

.section1 ul li .title {
    position: relative;
    color: #89898a;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: .35rem;
    font-size: .18rem
}

@media (max-width: 1024px) {
    .section1 ul li .title {
        font-size: 14px
    }
}

@media (max-width: 767px) {
    .section1 ul li .title {
        font-size: .26rem
    }
}

.section1 ul li .title span {
    color: #000;
    display: block;
    font-size: .39rem
}

@media (max-width: 1024px) {
    .section1 ul li .title span {
        font-size: 26px
    }
}

@media (max-width: 991px) {
    .section1 ul li .title span {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .section1 ul li .title span {
        font-size: .52rem
    }
}

.section1 ul li .title:after {
    content: "";
    background: url(../image/icon_investor.png) no-repeat 50%;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: .74rem;
    height: .74rem
}

@media (max-width: 991px) {
    .section1 ul li .title:after {
        width: 1rem
    }
}

@media (max-width: 991px) {
    .section1 ul li .title:after {
        height: 1rem
    }
}

.section1 ul li .text p:not(:last-child) {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .section1 ul li .text p:not(:last-child) {
        margin-bottom: .3rem
    }
}

@media (max-width: 767px) {
    .section1 ul li .text span {
        display: block
    }
}

/*# sourceMappingURL=b80adc59e80c2d9e08ab926789fb7b75.css.map*/