body {
    font-size: 0;
    background-color: #f5f7fa
}

img {
    outline: 0;
    border: 0
}

.content_page_link {
    padding-top: 20px;
    /* padding-left: 20px; */
    padding-bottom: 30px;
    font-size: 0;
    position: relative;
    /* margin-top: -320px; */
    z-index: 9;
}

@media screen and (max-width:1199px) {
    .content_page_link {
        display: none
    }
}

.content_page_link a,
.content_page_link span {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-family: VIVO-FONT-WEB-BOLD, VIVO-FONT-NAV-BOLD, sans-serif;
}

.content_page_link a {
    position: relative;
    padding-right: 32px
}

.content_page_link a:hover {
    color: #242933
}

.content_page_link a:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGfSURBVHgB7ZZNTsJAFMf/pSUmuuEIHAFvAEfgBMpCxbjQWeBH3MCCECBaWBhCY4KeoEeAG8ARegO7cuFHx3kyExtX8+HO/jbtTDrv/fte598BCgr+O57ug/0wqpXB13JRCpQmHXbUgyMl3Qdv2fGG8+yZ7jlQ4ci6w+njARzRroBiHEZLDl5X409kjRt2uoIl2hVQBCg3xWWjxj5KcT98qMESYwGMtVLx1iQikVOVMoJ4EM6qsMC4BQpKKN5+KW6rciqR7UhggHEFFNtEH1SJVE4JQX7cDRcVGGAtgLhkZxvZDgmv7eI9NgjhJoCgHSBEtHIi6qMwWuiudxYgRTyB82lOxOHwbn6hs/ZPBBCe57/YRLbeBXlG99E5PD5R4wx8es3aWhVwFjAYz+p+8L0dZUC+6rB2Q3d9AAfICwLhhFyOxTV5xU7TJIb1N6CMiH5MKnkmjKgrnNIkjlULfrugSm7qglYCyOl28bbGjwXTv2HfJjlh3IK9rdNV1Zic0Da5sYBxOA/zZwFReuZyFiCsjmSCVCTvXbGTCQoKChz5Am0wlXuXTAGVAAAAAElFTkSuQmCC") center no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: default
}

.page-article {
    /* padding-bottom:120px; */
}

.page-article .title {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    color: #242933;
}

.page-article .title>h1 {
    display: inline-block;
    font-size: 30px;
    line-height: 88px;
    color: #242933;
    text-align: center;
    font-family: Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC, Microsoft YaHei, Hiragino Sans GB, Heiti SC, SimHei, SimSun, sans-serif;
    width: 100%;
    max-width: 960px;
    font-weight: 500;
}

.page-article .title>em {
    display: inline-block;
    width: 100%;
    max-width: 960px;
    font-size: 20px;
    line-height: 24px;
    margin-top: 40px
}

.page-article .content {
    max-width: 1248px;
    background-color: #fff;
    -webkit-border-radius: 24px;
    margin: 0 auto;
    position: relative;
    padding-top: 1px;
    margin-top: 0px;
    -moz-border-radius: 24px;
    z-index: 9;
    border-radius: 24px;
}

.page-article .content>.news {
    /* max-width: 1080px; */
    margin: 0 auto;
    padding: 60px;
}

.page-article .content>.news>.news-img {
    position: relative;
    overflow: hidden;
    margin: 36px auto 0;
    text-align: center
}

.page-article .content>.news>.news-img>div {
    max-width: 100%;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden
}

.page-article .content>.news>.news-img>div>img {
    max-width: 100%
}

.page-article .content>.news>.news-img>div>.download-img {
    z-index: 2;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../image/download_c25d4dc.png) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    bottom: -24px;
    right: 12px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.page-article .content>.news>.news-img>div:hover>.download-img {
    -webkit-transform: translateY(-36px);
    -moz-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    -o-transform: translateY(-36px);
    transform: translateY(-36px)
}

.page-article .content>.news>span {
    display: block;
    font-size: 18px;
    line-height: 36px;
    margin-top: 36px;
    color: #575c66
}

.page-article .content>.news>.img-text,
.page-article .content>.news .video-text {
    text-align: center;
    margin-top: 16px;
    line-height: 36px;
    font-size: 14px
}

.content_page_link a:last-of-type:after {
    display: none
}

.page-article .content>.news>p {
    font-size: 16px;
    line-height: 30px;
    color: #242933;
    letter-spacing: 1px;
    margin-top: 10px;
}

.page-article .content>.news>h4 {
    font-size: 30px;
    line-height: 45px;
    color: #242933;
    text-align: left;
    margin: 35px 0 0;
}

.page-article .content>.news>.news-share {
    margin-top: 60px;
    height: 88px;
    position: relative
}

.page-article .content>.news>.news-share .download {
    width: 200px
}

.page-article .content>.news>.news-share .download>a {
    position: relative;
    display: block;
    height: 60px;
    background-color: #415FFF;
    text-align: right;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    margin-bottom: 10px;
    padding-right: 27px;
    font-family: VIVO-FONT-WEB-BOLD, VIVO-FONT-NAV-BOLD, sans-serif
}

.page-article .content>.news>.news-share .download>a:before {
    content: "\e622";
    font-family: vivo_iconFont;
    position: absolute;
    font-size: 16px;
    line-height: 1;
    left: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page-article .content>.news>.news-share .download>span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #575c66
}

.page-article .content>.news>.news-share .icon {
    position: absolute;
    right: 0;
    top: 0
}

.page-article .content>.news>.news-share .icon span {
    display: inline-block;
    width: 71px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #f5f7fa;
    position: relative;
    cursor: pointer
}

.page-article .content>.news>.news-share .icon span>div {
    position: absolute;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px;
    line-height: 18px;
    color: #575c66;
    white-space: nowrap
}

.page-article .content>.news>.news-share .icon span:first-of-type {
    margin-right: 24px
}

.page-article .content>.news>.news-share .icon span:after {
    content: "";
    font-family: vivo_iconFont;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #242933;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease
}

.page-article .content>.news>.news-share .icon span:hover:after {
    color: #415fff
}

.page-article .content>.news>.news-share .icon>.good:after {
    content: "\e61f";
    font-size: 20px
}

.page-article .content>.news>.news-share .icon>.good.like:after {
    color: #415fff
}

.page-article .content>.news>.news-share .icon>.share:after {
    content: "\e620";
    font-size: 24px
}

.page-article .content>.news>.prev-next {
    margin-top: 60px;
    display: flex;
}

.page-article .content>.news>.prev-next>a {
    display: inline-block;
    vertical-align: top;
    width: 47.9%;
    margin-right: 4.2%;
    height: 188px;
    background-color: #f5f7fa;
    padding: 45px 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.page-article .content>.news>.prev-next>a:last-of-type {
    margin-right: 0
}

.page-article .content>.news>.prev-next>a:hover {
    background-color: #e6e6e6
}

.page-article .content>.news>.prev-next>a>span {
    display: inline-block;
    font-size: 18px;
    line-height: normal;
    color: #8a8f99;
    margin-bottom: 10px;
    font-family: Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC, Microsoft YaHei, Hiragino Sans GB, Heiti SC, SimHei, SimSun, sans-serif;
}

.page-article .content>.news>.prev-next>a>h5 {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    color: #242933;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC, Microsoft YaHei, Hiragino Sans GB, Heiti SC, SimHei, SimSun, sans-serif;
}

.page-article .content>.news>.prev-next>.line {
    display: inline-block;
    /* width:100%; */
}

.page-article .content>.news>.newsVideo {
    position: relative;
    padding-bottom: 57.8%;
    margin: 36px auto 0
}

.page-article .content>.news>.newsVideo>.video-js-layer {
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width:1600px) {
    .page-article .wrapper {
        width: 1248px;
        margin: 0 auto;
    }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
    .page-article .wrapper {
        padding: 0 80px
    }

    .page-article .content>.news {
        /* margin-top:75px */
    }
}

@media screen and (min-width:1200px) and (max-width:1279px) {
    .page-article .content {
        padding: 5px 80px 0
    }
}

@media screen and (min-width:769px) and (max-width:1199px) {
    .page-article {
        padding-bottom: 0
    }

    .page-article .title {
        padding-top: 200px;
        padding-left: 80px;
        padding-right: 80px
    }

    .page-article .content {
        padding: 5px 40px 0
    }

    .page-article .content>.news {
        padding: 0 0 60px;
        margin-top: 55px
    }

    .page-article .content>.news>.prev-next {
        margin-top: 60px
    }

    .page-article .content>.news>.prev-next>a {
        width: 47.7%;
        margin-right: 4.6%
    }
}

@media screen and (max-width:768px) {
    .page-article {
        padding-bottom: 0
    }

    .page-article .title {
        padding: -webkit-calc(13.80208vw + 60px) 9.375vw 14.32292vw;
        padding: -moz-calc(13.80208vw + 60px) 9.375vw 14.32292vw;
        padding: calc(13.80208vw + 60px) 9.375vw 14.32292vw
    }

    .page-article .title>h3 {
        font-size: 8.33333vw;
        line-height: 10.9375vw
    }

    .page-article .title>em {
        margin-top: 7.03125vw;
        font-size: 3.90625vw;
        line-height: 5.98958vw
    }

    .page-article .content {
        padding: .65104vw 20px 0
    }

    .page-article .content>.news {
        padding: 0 0 7.8125vw;
        margin-top: 8.46354vw
    }

    .page-article .content>.news>.news-img {
        margin: 4.42708vw auto 0
    }

    .page-article .content>.news>.news-img>div {
        -webkit-border-radius: 1.5625vw;
        -moz-border-radius: 1.5625vw;
        border-radius: 1.5625vw
    }

    .page-article .content>.news>span {
        font-size: 2.99479vw;
        line-height: 7.03125vw;
        margin-top: 4.42708vw
    }

    .page-article .content>.news>.img-text,
    .page-article .content>.news .video-text {
        font-size: 2.99479vw;
        line-height: normal;
        margin-top: 2.86458vw
    }

    .page-article .content>.news>p {
        font-size: 3.90625vw;
        line-height: 7.03125vw;
        margin-top: 4.42708vw
    }

    .page-article .content>.news>h4 {
        font-size: 4.42708vw;
        line-height: 7.03125vw;
        margin-top: 7.03125vw
    }

    .page-article .content>.news>.news-share {
        margin-top: 11.06771vw;
        height: 16.53646vw
    }

    .page-article .content>.news>.news-share .download {
        width: 37.10938vw
    }

    .page-article .content>.news>.news-share .download>a {
        height: 11.19792vw;
        -webkit-border-radius: 5.59896vw;
        -moz-border-radius: 5.59896vw;
        border-radius: 5.59896vw;
        font-size: 3.38542vw;
        line-height: 11.19792vw;
        margin-bottom: 1.82292vw;
        padding-right: 4.94792vw
    }

    .page-article .content>.news>.news-share .download>a:before {
        font-size: 3.125vw;
        left: 5.85938vw
    }

    .page-article .content>.news>.news-share .download>span {
        font-size: 2.73438vw;
        line-height: 3.38542vw
    }

    .page-article .content>.news>.news-share .icon span {
        width: 13.15104vw;
        height: 11.19792vw;
        -webkit-border-radius: 5.59896vw;
        -moz-border-radius: 5.59896vw;
        border-radius: 5.59896vw
    }

    .page-article .content>.news>.news-share .icon span>div {
        font-size: 2.73438vw;
        line-height: 3.38542vw;
        bottom: -5.20833vw
    }

    .page-article .content>.news>.news-share .icon span:first-of-type {
        margin-right: 4.42708vw
    }

    .page-article .content>.news>.news-share .icon span:hover:after {
        color: #242933
    }

    .page-article .content>.news>.news-share .icon>.good:after {
        font-size: 3.64583vw
    }

    .page-article .content>.news>.news-share .icon>.share:after {
        font-size: 4.55729vw
    }

    .page-article .content>.news>.prev-next {
        margin-top: 16.53646vw;
        padding: 0 2.60417vw
    }

    .page-article .content>.news>.prev-next>a {
        width: 100%;
        height: 24.47917vw;
        padding: 5.85938vw 5.20833vw 0;
        margin: 0 0 3.64583vw;
        -webkit-border-radius: 1.5625vw;
        -moz-border-radius: 1.5625vw;
        border-radius: 1.5625vw
    }

    .page-article .content>.news>.prev-next>a>span {
        font-size: 2.73438vw;
        line-height: 4.42708vw;
        margin-bottom: .91146vw
    }

    .page-article .content>.news>.prev-next>a>h5 {
        font-size: 4.29688vw;
        line-height: 5.72917vw
    }
}

.page-article .content .news div {
    font-size: 16px;
    line-height: 30px;
    color: #242933;
    letter-spacing: 1px;
    margin-top: 10px;
}

.page-article .content .news p img {
    margin: 0 auto !important;
    max-width: 100%;
    height: auto;
}

.page-article .content .news div video {
    margin: 0 auto;
    width: 1127px;
}