.section1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
    height: 4.7rem;
    padding: .35rem .5rem;
    margin-bottom: 0
}

@media (max-width: 1024px) {
    .section1 {
        height: auto
    }
}

@media (max-width: 767px) {
    .section1 {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: .3rem
    }
}

.section1 .bg-img {
    overflow: hidden;
    position: absolute;
    z-index: -1;
    left: .5rem;
    top: .35rem;
    width: -webkit-calc(100% - 1rem);
    width: -moz-calc(100% - 1rem);
    width: calc(100% - 1rem);
    height: -webkit-calc(100% - .7rem);
    height: -moz-calc(100% - .7rem);
    height: calc(100% - .7rem);
    border-radius: .4rem
}

@media (max-width: 767px) {
    .section1 .bg-img {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }
}

.section1 .bg-img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.section1 .bg-img b {
    display: block;
    width: 100%;
    height: 101%;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

.section1 .container {
    color: #fff;
    margin-bottom: .7rem;
    margin-top: 1.5rem
}

@media (max-width: 767px) {
    .section1 .container {
        margin-bottom: .3rem
    }
}

@media (max-width: 1024px) {
    .section1 .container {
        margin-top: 2rem
    }
}

@media (max-width: 991px) {
    .section1 .container {
        margin-top: 2.5rem
    }
}

@media (max-width: 767px) {
    .section1 .container {
        margin-top: 2rem
    }
}

.section1 .container .text .date {
    font-size: .16rem
}

@media (max-width: 1024px) {
    .section1 .container .text .date {
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .section1 .container .text .date {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .section1 .container .text .date {
        font-size: .24rem
    }
}

.section1 .container .text h1 {
    line-height: 1.5;
    font-weight: 700;
    margin-top: .1rem;
    margin-bottom: .1rem;
    font-size: .4rem
}

@media (max-width: 1024px) {
    .section1 .container .text h1 {
        font-size: 30px
    }
}

@media (max-width: 991px) {
    .section1 .container .text h1 {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .section1 .container .text h1 {
        font-size: .36rem
    }
}

.section2 {
    margin-bottom: .4rem
}

.section2 .cont .article {
    line-height: 2;
    padding-left: 1.2rem;
    padding-right: 1.2rem
}

@media (max-width: 991px) {
    .section2 .cont .article {
        padding-left: 0;
        padding-right: 0
    }
}

.section2 .cont .article img {
    max-width: 100%;
    width: auto;
    height: auto
}

.section3 .cont {
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

@media (max-width: 991px) {
    .section3 .cont {
        display: block
    }
}

.section3 .cont .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
}

@media (max-width: 991px) {
    .section3 .cont .item {
        width: 100%
    }
}

.section3 .cont .item .common-more {
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.section3 .cont .item .text {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: block;
    line-height: 1.4;
    width: 30vw
}

@media (max-width: 1024px) {
    .section3 .cont .item .text {
        width: 27vw
    }
}

@media (max-width: 991px) {
    .section3 .cont .item .text {
        width: 68vw
    }
}

@media (max-width: 767px) {
    .section3 .cont .item .text {
        width: 54vw
    }
}

.section3 .cont .item .text span {
    font-family: itc_m;
    font-size: .14rem
}

@media (max-width: 1024px) {
    .section3 .cont .item .text span {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .section3 .cont .item .text span {
        font-size: .24rem
    }
}

.section3 .cont .item .text p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.section3 .cont .item:first-child {
    margin-bottom: 0
}

@media (max-width: 991px) {
    .section3 .cont .item:first-child {
        margin-bottom: .3rem
    }
}

.section3 .cont .item:first-child .common-more:hover .bg:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.section3 .cont .item:first-child .common-more:hover .icon .iconfont:first-child {
    -webkit-transform: translateX(-80%);
    -moz-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%)
}

.section3 .cont .item:first-child .common-more:hover .icon .iconfont:nth-child(2) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.section3 .cont .item:first-child .common-more .bg:after {
    left: 0;
    right: auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#047bdf), color-stop(#4f21bd), to(#047bdf));
    background-image: -webkit-linear-gradient(left, #047bdf, #4f21bd, #047bdf);
    background-image: -moz-linear-gradient(left, #047bdf, #4f21bd, #047bdf);
    background-image: linear-gradient(90deg, #047bdf, #4f21bd, #047bdf)
}

.section3 .cont .item:first-child .common-more .icon:after {
    background-color: #3e22be
}

@media (max-width: 991px) {
    .section3 .cont .item:first-child .common-more .icon:after {
        background-color: #3e22be
    }
}

.section3 .cont .item:first-child .common-more .icon .iconfont:before {
    display: block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.section3 .cont .item:first-child .common-more .icon .iconfont:first-child {
    color: #1068d8
}

.section3 .cont .item:first-child .common-more .icon .iconfont:nth-child(2) {
    left: 100%;
    right: auto
}

.section3 .cont .item:first-child .text {
    margin-left: .25rem
}

.section3 .cont .item:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse
}

@media (max-width: 991px) {
    .section3 .cont .item:last-child {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row
    }
}

.section3 .cont .item:last-child .common-more {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse
}

@media (max-width: 991px) {
    .section3 .cont .item:last-child .common-more {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row
    }
}

.section3 .cont .item:last-child .common-more .icon:after {
    background-color: #e00a39
}

@media (max-width: 991px) {
    .section3 .cont .item:last-child .common-more .icon:after {
        background-color: #b91471
    }
}

.section3 .cont .item:last-child .common-more span {
    padding-right: .2rem;
    padding-left: .3rem
}

@media (max-width: 991px) {
    .section3 .cont .item:last-child .common-more span {
        padding-right: .3rem
    }
}

@media (max-width: 991px) {
    .section3 .cont .item:last-child .common-more span {
        padding-left: .2rem
    }
}

.section3 .cont .item:last-child .text {
    margin-right: .25rem;
    margin-left: 0;
    text-align: right
}

@media (max-width: 991px) {
    .section3 .cont .item:last-child .text {
        margin-right: 0
    }
}

@media (max-width: 991px) {
    .section3 .cont .item:last-child .text {
        margin-left: .25rem
    }
}

@media (max-width: 991px) {
    .section3 .cont .item:last-child .text {
        text-align: left
    }
}

/*# sourceMappingURL=564533062120e95808884f63fee69fa7.css.map*/