.section1 .headline {
    border-radius: .3rem;
    background-color: hsla(0, 0%, 100%, .6);
    overflow: hidden;
    -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;
    margin-bottom: .85rem
}

@media (max-width: 767px) {
    .section1 .headline {
        display: block
    }
}

.section1 .headline:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.section1 .headline .img {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    overflow: hidden;
    width: 47.5vw;
    height: 28.75vw
}

@media (max-width: 767px) {
    .section1 .headline .img {
        width: 100%;
        height: 57vw
    }
}

.section1 .headline .img a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.section1 .headline .img a:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.section1 .headline .text {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 28.75vw;
    margin-right: .75rem;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width: 991px) {
    .section1 .headline .text {
        width: 33vw
    }
}

@media (max-width: 767px) {
    .section1 .headline .text {
        width: 90%
    }
}

@media (max-width: 991px) {
    .section1 .headline .text {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .section1 .headline .text {
        margin-left: 5%;
        padding-top: .3rem;
        padding-bottom: .3rem
    }
}

.section1 .headline .text .title {
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3;
    font-size: .3rem
}

@media (max-width: 1024px) {
    .section1 .headline .text .title {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .section1 .headline .text .title {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .section1 .headline .text .title {
        font-size: .34rem
    }
}

.section1 .headline .text .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 2;
    -webkit-line-clamp: 3;
    margin-top: .3rem;
    margin-bottom: .5rem
}

@media (max-width: 991px) {
    .section1 .headline .text .desc {
        line-height: 1.6;
        -webkit-line-clamp: 2
    }
}

@media (max-width: 767px) {
    .section1 .headline .text .link {
        text-align: right
    }
}

.section1 .news-list {
    -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: 767px) {
    .section1 .news-list {
        display: block
    }
}

.section1 .news-list li {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 32%;
    margin-bottom: .9rem
}

@media (max-width: 991px) {
    .section1 .news-list li {
        width: 48%
    }
}

@media (max-width: 767px) {
    .section1 .news-list li {
        width: 100%;
        margin-bottom: .5rem
    }
}

.section1 .news-list li:hover .item-img {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.section1 .news-list li:hover .item-img b {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.section1 .news-list li:hover .item-text .date:after {
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.section1 .news-list li .item-img {
    border-radius: .2rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    margin-bottom: .3rem
}

@media (max-width: 767px) {
    .section1 .news-list li .item-img {
        margin-bottom: .2rem
    }
}

.section1 .news-list li .item-text .title {
    color: #000;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .76rem;
    font-size: .24rem
}

@media (max-width: 1024px) {
    .section1 .news-list li .item-text .title {
        height: 64px
    }
}

@media (max-width: 991px) {
    .section1 .news-list li .item-text .title {
        height: 58px
    }
}

@media (max-width: 767px) {
    .section1 .news-list li .item-text .title {
        height: auto
    }
}

@media (max-width: 1024px) {
    .section1 .news-list li .item-text .title {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    .section1 .news-list li .item-text .title {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .section1 .news-list li .item-text .title {
        font-size: .32rem
    }
}

.section1 .news-list li .item-text .date {
    position: relative;
    color: #9b9c9e;
    font-size: .16rem;
    margin-top: .3rem;
    padding-top: .2rem
}

@media (max-width: 1024px) {
    .section1 .news-list li .item-text .date {
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .section1 .news-list li .item-text .date {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .section1 .news-list li .item-text .date {
        font-size: .24rem;
        margin-top: .2rem
    }
}

.section1 .news-list li .item-text .date span {
    color: #575757;
    margin-right: .15rem
}

.section1 .news-list li .item-text .date:after, .section1 .news-list li .item-text .date:before {
    content: "";
    display: block;
    width: 100%;
    background-color: #abafb1;
    position: absolute;
    top: 0;
    left: 0;
    height: .01rem
}

@media (max-width: 1024px) {
    .section1 .news-list li .item-text .date:after, .section1 .news-list li .item-text .date:before {
        height: 1px
    }
}

.section1 .news-list li .item-text .date:after {
    background-color: #df0434;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 1;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s
}

.section1 .news-list .placeholder {
    width: 32%
}

@media (max-width: 991px) {
    .section1 .news-list .placeholder {
        width: 48%
    }
}

@media (max-width: 767px) {
    .section1 .news-list .placeholder {
        width: 100%
    }
}

.section1 #page ul, .section1 .pages {
    margin-top: 0
}

/*# sourceMappingURL=705fdcfe427651f7cdc699d515e1671a.css.map*/