.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: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 7.3rem;
    padding: .35rem .5rem;
    margin-bottom: 0
}

@media (max-width: 1024px) {
    .section1 {
        height: 8rem
    }
}

@media (max-width: 991px) {
    .section1 {
        height: 8.5rem
    }
}

@media (max-width: 767px) {
    .section1 {
        height: auto;
        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);
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    border-radius: .4rem
}

@media (max-width: 767px) {
    .section1 .bg-img {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 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;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .1)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, .1));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, .1));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, .1));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .1))
}

.section1 .bg-img b {
    display: block;
    width: 100%;
    height: 101%;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

.section1 .container {
    color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .7rem;
    margin-top: 1.5rem
}

@media (max-width: 767px) {
    .section1 .container {
        display: block;
        margin-bottom: .3rem;
        margin-top: 1.1rem
    }
}

.section1 .container .img {
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    border-radius: .2rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 35.7vw;
    height: 21.6vw;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .section1 .container .img {
        width: 100%;
        height: 50vw;
        margin-bottom: .3rem
    }
}

.section1 .container .text {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 44vw
}

@media (max-width: 767px) {
    .section1 .container .text {
        width: 100%
    }
}

.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
    }
}

.section1 .container .text .category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section1 .container .text .category span {
    display: none
}

@media (max-width: 1024px) {
    .section1 .container .text .category span {
        display: block
    }
}

.section2 {
    margin-bottom: .4rem
}

.section2 .cont {
    position: relative;
    padding-left: 50%
}

@media (max-width: 1024px) {
    .section2 .cont {
        padding-left: 0
    }
}

.section2 .cont .fixed-title {
    top: 0;
    left: 0;
    display: block;
    width: 26.8vw;
    margin-bottom: 0;
    position: absolute
}

@media (max-width: 1024px) {
    .section2 .cont .fixed-title {
        display: none;
        width: 100%;
        margin-bottom: .8rem
    }
}

@media (max-width: 767px) {
    .section2 .cont .fixed-title {
        margin-bottom: .3rem
    }
}

@media (max-width: 1024px) {
    .section2 .cont .fixed-title {
        position: static
    }
}

.section2 .cont .fixed-title.fixed {
    position: fixed;
    top: 150px;
    left: 1.5rem
}

.section2 .cont .fixed-title.abs {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0
}

.section2 .cont .fixed-title h1 {
    color: #000;
    font-weight: 700;
    font-size: .26rem
}

@media (max-width: 1024px) {
    .section2 .cont .fixed-title h1 {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .section2 .cont .fixed-title h1 {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .section2 .cont .fixed-title h1 {
        font-size: .34rem
    }
}

.section2 .cont .fixed-title .article-info {
    position: relative;
    color: #9b9c9e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: .01rem solid #abafb1;
    font-size: .16rem;
    margin-top: .25rem;
    padding-top: .25rem
}

@media (max-width: 1024px) {
    .section2 .cont .fixed-title .article-info {
        border-top-width: 1px;
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .section2 .cont .fixed-title .article-info {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .section2 .cont .fixed-title .article-info {
        font-size: .24rem;
        margin-top: .25rem
    }
}

.section2 .cont .fixed-title .article-info .date span, .section2 .cont .fixed-title .article-info .view-num span {
    color: #575757;
    margin-right: .15rem
}

.section2 .cont .fixed-title .share {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: .9rem
}

@media (max-width: 1024px) {
    .section2 .cont .fixed-title .share {
        display: none
    }
}

.section2 .cont .fixed-title .share .t {
    font-size: .16rem;
    margin-right: .1rem
}

.section2 .cont .fixed-title .share .social-share .social-share-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: .38rem;
    height: .38rem;
    font-size: .24rem
}

.section2 .cont .fixed-title .share .social-share .social-share-icon.icon-weibo {
    background-color: #b21014;
    color: #fff;
    border-color: #b21014
}

.section2 .cont .fixed-title .share .social-share .social-share-icon.icon-weibo:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #b21014
}

.section2 .cont .fixed-title .share .social-share .social-share-icon.icon-wechat {
    background-color: #18bf6e;
    color: #fff;
    border-color: #18bf6e
}

.section2 .cont .fixed-title .share .social-share .social-share-icon.icon-wechat:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #18bf6e
}

.section2 .cont .fixed-title .share .social-share .social-share-icon.icon-wechat .wechat-qrcode {
    bottom: -205px;
    top: auto
}

.section2 .cont .fixed-title .share .social-share .social-share-icon.icon-wechat .wechat-qrcode:after {
    top: -14px;
    bottom: auto;
    border-bottom: 8px solid #f3f3f3;
    border-top: 6px solid rgba(0, 0, 0, 0)
}

.section2 .cont .fixed-title .share .social-share .social-share-icon.icon-wechat .wechat-qrcode .qrcode {
    margin-bottom: 0
}

.section2 .cont .article {
    line-height: 2
}

.section2 .cont .article img {
    max-width: 100%;
    width: auto;
    height: auto
}

.section2 .cont .article p:not(:last-child) {
    margin-bottom: .2rem
}

.section2 .cont .article video {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto
}

.section2 .cont .article .block {
    display: block;
    width: 100%;
    height: auto
}

.section2 .cont .article * {
    text-wrap: wrap !important;
    white-space: normal !important;
    word-break: normal !important
}

.section3 .cont {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 991px) {
    .section3 .cont {
        display: block
    }
}

.section3 .cont .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 991px) {
    .section3 .cont .item {
        width: 100%
    }
}

.section3 .cont .item .common-more {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.section3 .cont .item .text {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 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;
    -o-text-overflow: ellipsis;
    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%);
    -o-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%);
    -o-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%);
    -o-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: -o-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);
    -o-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;
    -ms-flex-direction: row-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;
        -ms-flex-direction: row;
        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;
    -ms-flex-direction: row-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;
        -ms-flex-direction: row;
        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=60366ed20153f7fb86c4c4dca298e421.css.map*/