    /*****************************
 * created by chaixiaoduo@126.com
 * 2019-10-31 10:48
 * 动态栏目页
 *****************************/
    
    .whtie-fff {
        background-color: #fff;
    }
    
    .gray-f3f3f3 {
        background-color: #f3f3f3;
    }
    
    a {
        text-decoration: none;
    }
    /* 1920 */
    /**************************************************************************************
 **************
 ************** content-main
 **************
****************************************************************************************/
    
    .content-main {
        width: 1680px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    
    .content-main .left {
        width: 770px;
        padding-right: 60px;
        text-align: right;
        float: left;
        position: relative;
        overflow: hidden;
    }
    
    #left_box {
        /* transition:all 0.2s; */
        /* position: fixed;
	width: 770px;
	transform: translate(-60px,0px); */
        /* position: fixed; */
        position: absolute;
        width: 770px;
        padding-right: 60px;
    }
    
    .content-main .right {
        width: 1158px;
        float: right; 
    }
    
    .content-main .left .time {
        margin-top: 40px;
        font-size: 32px;
        color: #222222;
        margin-bottom: 20px;
    }
    
    .content-main .left .title {
        font-family: PingFangSC-Medium;
        font-size: 56px;
        color: #222222;
        line-height: 75px;
        margin-bottom: 10px;
        font-weight: normal;
    }
    
    .content-main .left .industryDynamics {
        margin-bottom: 36px;
    }
    
    .content-main .left .industryDynamics i {
        background: url('icon.png') no-repeat -38px -642px;
        width: 24px;
        height: 16px;
        display: inline-block;
    }
    
    .content-main .left .industryDynamics span {
        font-size: 24px;
        color: #4284ED;
        margin-left: 10px;
    }
    
    .content-main .left .follow {
        margin-bottom: 27px;
    }
    
    .content-main .left .follow i {
        margin-left: 30px;
        cursor: pointer;
    }
    
    .content-main .left .follow .wb {
        display: inline-block;
        background: url('icon.png') no-repeat -236px -639px;
        width: 27px;
        height: 22px;
    }
    
    .content-main .left .follow .wx {
        display: inline-block;
        background: url('icon.png') no-repeat -338px -638px;
        width: 25px;
        height: 22px;
    }
    
    .content-main .left .follow .copy {
        display: inline-block;
        background: url('icon.png') no-repeat -439px -638px;
        width: 22px;
        height: 23px;
    }
    
    .content-main .left .keyword {
        margin-top: 32px;
        font-size: 14px;
        color: #FFFFFF;
        margin-bottom: 75px;
    }
    
    .content-main .left .keyword em {
        font-size: 14px;
        color: #222222;
        font-style: normal;
    }
    
    .content-main .left .keyword span {
        display: inline-block;
        background: #EEEFF1;
        border-radius: 3px;
        font-size: 14px;
        color: #333333;
        margin-left: 10px;
        padding: 2px 10px;
    }
    
    .content-main .left .case {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .content-main .left .case a {
        font-size: 16px;
        color: #FF1240;
        text-decoration: underline;
    }
    
    .content-main .left .case span {
        font-family: PingFangSC-Medium;
        font-size: 44px;
        color: #222222;
    }
    
    .content-main .left ul li {
        width: 170px;
        height: 170px;
        position: relative;
        cursor: pointer;
        display: inline-block;
    }
    
    .content-main .left ul a {
        margin-left: 10px;
    }
    
    .content-main .left ul a:first-child {
        margin-left: 0px;
    }
    
    .content-main .left ul li .img-main {
        width: 170px;
        height: 127px;
    }
    
    .content-main .left ul li img {
        width: 100%;
        height: 100%;
    }
    
    .content-main .left ul li p {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 43px;
        background: #222222;
        opacity: .77;
        text-align: left;
        padding: 8px 0 8px 8px;
    }
    
    .content-main .left ul li p span {
        font-size: 16px;
        color: #FFFFFF;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .content-main .right {
        border-bottom: solid 1px #DDDDDD;
    }
    
    .content-main .right img {
        /* width: 100%;
    height: 100%; */
        margin-bottom: 23px;
        object-fit: cover;
        max-width: 100%;
        max-height: 100%;
    }
    
    .content-main .right p {
        font-size: 16px;
        color: #222222;
        line-height: 30px;
    }
    
    .content-main .right p.pc {
        display: block;
    }
    
    .content-main .right p.mo {
        display: none;
    }
    
    .content-main .right p.article-desc span {
        font-size: 16px;
        color: #222222;
        line-height: 30px;
    }
    
    .content-main .right p span {
        display: block;
        margin-bottom: 23px;
    }
    
    .content-main .right .author {
        margin-top: 22px;
        padding-bottom: 66px;
    }
    
    .content-main .right .author span {
        color: #222222;
        font-size: 14px;
    }
    
    .content-main .right .author em {
        font-size: 14px;
        color: #666666;
        font-style: normal;
    }
    
    .content-main .right .author .spacing {
        display: inline-block;
        margin: 0 14px;
    }
    
    .content-main span {
        font: initial;
    }
    /* 2021.04.12 修改 增加主页链接，增加内容区上边距，增加上一页下一页按钮 */
    
    .content-main .industryDynamics a {
        color: #4284ED;
        font-size: 20px;
    }
    /* .content-main .right{padding-top: 20px;border-bottom: 0!important;} */
    
    .content-main .right .author {
        padding-bottom: 10px;
    }
    
    .content-main .turn_line {
        display: flex;
        text-align: center;
        justify-content: space-between;
        border-top: solid 1px #ddd;
        padding-top: 14px;
    }
    
    .content-main .turn_line a {
        display: block;
        flex: 1;
        border: solid 1px #FF003C;
        color: #FF003C;
        line-height: 38px;
        transition: .3s;
        border-radius: 2px;
        font-size: 16px;
    }
    
    .content-main .turn_line a:nth-child(2) {
        margin-left: 20px;
    }
    
    .content-main .turn_line a:hover {
        background: #FF003C;
        color: #fff;
    }
    /* 2021.04.12 修改 */
    /*  */
    
    .content-main .footer-s {
        max-width: 300px;
        flex: 1;
    }
    
    .content-main .footer-s .box {
        margin-bottom: 30px;
    }
    
    .content-main .footer-s .box .title {
        font-size: 28px;
        padding: 0 0 18px;
        cursor: pointer;
    }
    
    .content-main .footer-s .box .list-a {
        display: flex;
        flex-wrap: wrap;
        font-size: 18px;
        color: #fff;
    }
    
    .content-main .footer-s .box .list-a li {
        margin: 0 10px 10px 0;
        background: #FF1240;
        flex: 1;
        min-width: calc(20% - 10px);
        border-radius: 12px;
        text-shadow: 0 0 2px rgba(0, 0, 0, .2);
        align-items: center;
        height: 98px;
        justify-content: center;
        transition: .5s;
        opacity: 1;
        display: flex;
    }
    
    .content-main .footer-s .box .list-a a {
        color: #fff;
    }
    
    .content-main .footer-s .box .list-a li:nth-child(5n) {
        margin-right: 0;
    }
    
    .content-main .footer-s .box .list-a li:nth-child(2) {
        background: #FF7212;
    }
    
    .content-main .footer-s .box .list-a li:nth-child(3) {
        background: #FC9C12;
    }
    
    .content-main .footer-s .box .list-a li:nth-child(4) {
        background: #F5BA1E;
    }
    
    .content-main .footer-s .box .list-a li:nth-child(5) {
        background: #C8DC19;
    }
    
    .content-main .footer-s .box .list-a li:nth-child(6) {
        background: #68E4EA;
    }
    
    .content-main .footer-s .box .list-a li:nth-child(7) {
        background: #2FB5EA;
    }
    
    .content-main .footer-s .box .list-a li:nth-child(8) {
        background: #1772E0;
    }
    
    .content-main .footer-s .box .list-a li:nth-child(9) {
        background: #3434CE;
    }
    
    .content-main .footer-s .box .list-a li:nth-child(10) {
        background: #9626ED;
    }
    
    .content-main .footer-s .box .list-a li:hover {
        opacity: .75;
    }
    
    .content-main .footer-s .box .links2 {
        display: flex;
        flex-wrap: wrap;
    }
    
    .content-main .footer-s .box .links2 a {
        display: block;
        min-width: calc(50% - 10px);
        border-radius: 5px;
        line-height: 50px;
        border: solid 1px #1772E0;
        color: #1772E0;
        font-size: 18px;
        text-align: center;
        margin: 0 10px 10px 0;
        flex: 1;
        transition: .5s;
    }
    
    .content-main .footer-s .box .links2 a:hover {
        background: #1772E0;
        color: #fff;
    }
    
    .content-main .footer-s .box .links2 a:nth-child(2n) {
        margin-right: 0;
    }
    
    .content-main .footer-s .box .links3 {
        display: flex;
        flex-wrap: wrap;
    }
    
    .content-main .footer-s .box .links3 a {
        min-width: 145px;
        max-width: 145px;
        line-height: 36px;
        margin-bottom: 10px;
        background: #F7F7F7;
        text-align: center;
        color: #222222;
        margin-right: 10px;
        padding: 0 5px;
        /* flex: 1; */
        transition: .5s;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    
    .content-main .footer-s .box .links3 a:hover {
        background: #F0F0F0;
    }
    
    .content-main .footer-s .box .links3 a:nth-child(2n) {
        margin-right: 0;
    }
    
    .content-main .article-title {
        text-align: center;
        font-size: 36px;
        margin-bottom: 8px;
    }
    
    .content-main .article-desc {
        text-align: center;
        font-size: 14px;
        color: #666;
        margin-bottom: 20px;
    }
    
    .bottom-box {
        background: url('news_bg.jpg');
        width: 100%;
        height: 493px;
        text-align: center;
        color: #fff;
        padding-top: 50px;
        box-sizing: border-box;
    }
    
    .bottom-box .title {
        font-size: 44px;
        margin-bottom: 60px;
    }
    
    .bottom-box .q {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .bottom-box .a {
        margin-bottom: 96px;
    }
    
    .bottom-box .a span {
        display: inline-block;
        width: 160px;
        line-height: 32px;
        border: solid 1px #fff;
        box-sizing: border-box;
        border-radius: 3px;
        background: rgba(255, 255, 255, .15);
        cursor: pointer;
        margin: 0 8px;
        position: relative;
    }
    
    .bottom-box .a span::after {
        background: url('news_selected.png') no-repeat;
        position: absolute;
        right: 0;
        bottom: 0;
        background-size: 100%;
        content: ' ';
        width: 26px;
        height: 19px;
        opacity: 0;
        transition: .5s;
    }
    
    .bottom-box .a .on::after {
        opacity: 1;
    }
    
    .bottom-box .button {
        width: 340px;
        line-height: 44px;
        font-size: 16px;
        color: #FF1240;
        background: #fff;
        border-radius: 3px;
        border: 0;
        margin: 0 auto;
        cursor: pointer;
        display: inline-block;
        transition: .5s;
    }
    
    .bottom-box .button:hover {
        opacity: .75;
    }
    
    .list-pic {
        display: flex;
        flex-wrap: wrap;
        font-size: 16px;
    }
    
    .list-pic li {
        width: 145px;
        margin: 0 10px 10px 0;
        height: 146px;
        position: relative;
    }
    
    .list-pic a:nth-child(2n) li {
        margin-right: 0;
    }
    
    .list-pic li img {
        width: 100%;
    }
    
    .list-pic li p {
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .7);
        color: #fff;
        width: 100%;
        padding: 8px;
    }
    
    .list-pic li p span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
    
    .article-path-box {
        width: 1680px;
        margin: 0 auto;
        color: #444444;
        font-size: 16px;
        padding: 20px 0 40px;
    }
    
    .article-path-box .path::before {
        content: ' ';
        background: url(icon_adds.png) left top no-repeat;
        width: 13px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
        margin: -4px 8px 0 0;
    }
    
    .article-path-box a {
        color: #444444;
    }
    
    .article-path-box a:hover {
        color: #FF1240;
    }
    
    .about-title {
        color: #222222;
        display: flex;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .about-title span.span-title {
        white-space: nowrap;
        font-size: 16px;
        line-height: 30px;
    }
    
    .about-title span.span-a {
        display: flex;
        margin-left: 15px;
        flex-wrap: wrap;
    }
    
    .about-title span a {
        display: block;
        font-size: 14px;
        padding: 4px 22px;
        line-height: 20px;
        border-radius: 15px;
        border: 1px solid #999999;
        color: #333333;
        margin-right: 8px;
        margin-bottom: 8px;
    }
    
    .about-title span a:hover {
        color: #FF1240;
        border-color: #FF1240;
    }
    
    .turn_line_a {
        padding: 20px 0;
    }
    
    .turn_line_a a {
        color: #FF1240;
    }
    
    .related-dynamics {
        width: auto;
        margin-top: 30px;
    }
    
    .related-dynamics h2 {
        text-align: left;
    }
    
    .related-dynamics .title a {
        font-size: 20px;
        color: #222222;
    }
    
    .related-dynamics ul li .right .info a {
        margin-top: 0;
    }
    /* hot-box */
    
    .hot-box-mo {
        display: none;
    }
    
    .hot-box .right {
        width: 100%;
        float: none;
    }
    
    .hot-box .right a {
        display: flex;
        color: #222222;
        justify-content: space-between;
        width: 100%;
    }
    
    .content-main .footer-s .hot-box .right {
        border: 0 none;
        width: 100%;
    }
    
    .content-main .footer-s .hot-box .right a h2.title {
        font-size: 16px;
        white-space: nowrap;
        padding-left: 15px;
        line-height: 22px;
        font-size: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        width: calc(100% - 106px);
        font-weight: normal;
    }
    
    .content-main .footer-s .hot-box .right a:hover h2 {
        color: #FF1240;
    }
    
    .content-main .footer-s .hot-box .right a:hover span {
        color: #FF1240;
    }
    
    .content-main .footer-s .hot-box .right .author {
        margin-top: 0;
        padding-bottom: 0;
    }
    
    .content-main .footer-s .hot-box .right .author span {
        font-size: 16px;
    }
    
    .content-main .footer-s .hot-box .right .title::before {
        content: '';
        width: 5px;
        height: 7px;
        left: 0;
        top: 7.5px;
        display: block;
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
    }
    /* hot-box */
    /* .related-dynamics ul li .right{border-bottom:solid 1px #DDDDDD;} */
    
    .related-dynamics ul li .center {
        min-width: 364px;
        max-width: 364px;
        height: 242px;
        flex: 1;
    }
    /*  */
    /**************************************************************************************
 **************
 ************** content-main
 **************
****************************************************************************************/
    /**************************************************************************************
 **************
 ************** related-dynamics
 **************
****************************************************************************************/
    /* .related-dynamics{
    width: 1680px;
    margin: 0 auto;
    margin-top: 40px;
} */
    
    .related-dynamics .header-title {
        font-family: PingFangSC-Medium;
        /* text-align: center; */
        font-weight: normal;
        font-size: 34px;
        color: #222222;
        margin-bottom: 25px;
    }
    
    .related-dynamics ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .related-dynamics ul li {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        width: 45%;
    }
    /* .related-dynamics ul li .center{
    width: 430px;
    height: 242px;
} */
    
    .related-dynamics ul li .right {
        width: 100%;
        /* height: 242px; */
        box-sizing: border-box;
        border: 0 none;
    }
    
    .related-dynamics ul li .right a {
        display: flex;
        color: #222222;
        justify-content: space-between;
        width: 100%;
    }
    
    .related-dynamics ul li .right a:hover h2,
    .related-dynamics ul li .right a:hover span {
        color: #FF1240;
    }
    
    .related-dynamics-mo {
        display: none;
    }
    
    .related-dynamics ul li .right .title {
        padding-left: 15px;
        line-height: 22px;
        font-size: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        width: calc(100% - 170px);
        font-weight: normal;
    }
    
    .related-dynamics ul li .right .title::before {
        content: '';
        width: 5px;
        height: 7px;
        left: 0;
        top: 7.5px;
        display: block;
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
    }
    
    .related-dynamics ul li .right .author {
        margin-top: 0;
        padding-bottom: 0;
    }
    
    .related-dynamics ul li .right .author span {
        white-space: nowrap;
        font-size: 16px;
    }
    /**************************************************************************************
 **************
 ************** related-dynamics
 **************
****************************************************************************************/
    /* 1920 */
    /* 1680 1600 */
    
    @media screen and (max-width: 1899px)and (min-width: 1580px) {
        .content-main,
        .article-path-box {
            width: 1520px;
        }
        .content-main .left {
            width: 730px;
        }
        .content-main .left .time {
            margin-top: 50px;
        }
        .content-main .left .title {
            font-size: 60px;
            line-height: 62px;
        }
        .content-main .left .keyword {
            margin-bottom: 80px;
        }
        .related-dynamics ul li .right .title {
            /* width: 712px; */
            /* width: 552px; */
        }
        .content-main .right {
            width: 998px; line-height:2em;
        }
        .related-dynamics {
            /* width: 1520px; */
        }
        .related-dynamics ul li .left .title {
            /* font-size: 44px; */
        }
        .related-dynamics ul li .right {
            /* width: 626px; */
        }
    }
    /* 1680 1600*/
    /* 1366 */
    
    @media screen and  (min-width: 1281px) {
        /**************************************************************************************
 **************
 ************** content-main
 **************
****************************************************************************************/
        .content-main,
        .article-path-box {
            width: 1300px;
        }
        .content-main{padding-bottom: 60px;}
        .content-main .left {
            width: 535px;
            padding-right: 40px;
        }
        #left_box {
            width: 535px;
            padding-right: 40px;
        }
        .content-main > .right {
            width: 1000px;
            padding-right: 40px;
        }
        .content-main .left .time {
            margin-top: 28px;
            font-size: 28px;
            margin-bottom: 15px;
        }
        .content-main .left .title {
            font-size: 48px;
            line-height: 62px;
            margin-bottom: 17px;
        }
        .content-main .left .industryDynamics {
            margin-bottom: 26px;
        }
        .content-main .left .industryDynamics span {
            font-size: 20px;
            color: #4284ED;
        }
        .content-main .left .keyword {
            margin-top: 32px;
            font-size: 14px;
            color: #FFFFFF;
            margin-bottom: 75px;
        }
        .content-main .left .case {
            margin-bottom: 30px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .content-main .left .case span {
            font-size: 34px;
        }
        .content-main .left ul {
            width: 100%;
            overflow: hidden;
            height: 158px;
        }
        .content-main .left ul li {
            width: 158px;
            height: 158px;
        }
        .content-main .left ul li p {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 60px;
            background: #222222;
            opacity: .77;
            text-align: left;
            padding: 8px 0 8px 8px;
        }
        .content-main .left ul li p span {
            font-size: 16px;
            color: #FFFFFF;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .content-main .left ul li:first-child {
            margin-left: 0px;
        }
        .content-main .right {
            border-bottom: solid 1px #DDDDDD;
        }
        .content-main .right .author {
            margin-top: 20px;
            padding-bottom: 56px;
        }
        /**************************************************************************************
     **************
     ************** content-main
     **************
    ****************************************************************************************/
        /**************************************************************************************
 **************
 ************** related-dynamics
 **************
****************************************************************************************/
        .related-dynamics {
            /* width: 1300px;
        margin-top: 52px; */
        }
        .related-dynamics h2 {
            /* font-size: 34px;
        margin-bottom: 15px; */
        }
        .related-dynamics ul li {
            /* margin-bottom: 72px; */
            width: 100%;
            margin-bottom: 10px;
        }
        .related-dynamics ul li .left {
            padding-right: 40px;
            width: 358px;
            height: 212px;
            text-align: right;
        }
        .related-dynamics ul li .left .time {
            font-size: 28px;
            color: #222222;
            margin-bottom: 10px;
            margin-top: 10px;
        }
        .related-dynamics ul li .left .title a {
            line-height: 48px;
            font-size: 36px;
            height: 96px;
        }
        .related-dynamics ul li .left .dynamic {}
        /**************************************************************************************
     **************
     ************** related-dynamics
     **************
    ****************************************************************************************/
    }
    /* 1280 */
    
    @media screen and (min-width:1001px) and (max-width: 1280px) {
        /**************************************************************************************
 **************
 ************** content-main
 **************
****************************************************************************************/
        .content-main,
        .article-path-box {
            width: 1200px;
        }
        .content-main{
            padding-bottom: 40px;
        }
        .content-main .left {
            width: 535px;
            padding-right: 40px;
        }
        #left_box {
            width: 535px;
            padding-right: 40px;
        }
        .content-main .right {
            width: 900px;
            padding-right: 30px;
        }
        .content-main .left .time {
            margin-top: 28px;
            font-size: 28px;
            margin-bottom: 15px;
        }
        .content-main .left .title {
            font-size: 48px;
            line-height: 62px;
            margin-bottom: 17px;
        }
        .content-main .left .industryDynamics {
            margin-bottom: 26px;
        }
        .content-main .left .industryDynamics span {
            font-size: 20px;
            color: #4284ED;
        }
        .content-main .left .keyword {
            margin-top: 32px;
            font-size: 14px;
            color: #FFFFFF;
            margin-bottom: 75px;
        }
        .content-main .left .case {
            margin-bottom: 30px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .content-main .left .case span {
            font-size: 34px;
        }
        .content-main .left ul li {
            width: 158px;
            height: 158px;
        }
        .content-main .left ul {
            width: 100%;
            overflow: hidden;
        }
        .content-main .left ul li p {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 60px;
            background: #222222;
            opacity: .77;
            text-align: left;
            padding: 8px 0 8px 8px;
        }
        .content-main .left ul li p span {
            font-size: 16px;
            color: #FFFFFF;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .content-main .left ul li:first-child {
            margin-left: 0px;
        }
        .content-main .right {
            border-bottom: solid 1px #DDDDDD;
        }
        .content-main .right .author {
            margin-top: 20px;
            padding-bottom: 56px;
        }
        /**************************************************************************************
     **************
     ************** content-main
     **************
    ****************************************************************************************/
        /**************************************************************************************
 **************
 ************** related-dynamics
 **************
****************************************************************************************/
        .related-dynamics {
            /* width: 1200px;
        margin-top: 52px; */
        }
        .related-dynamics h2 {
            /* font-size: 34px;
        margin-bottom: 15px; */
        }
        .related-dynamics ul li {
            /* margin-bottom: 72px; */
            width: 100%;
            margin-bottom: 10px;
        }
        .related-dynamics ul li .left {
            padding-right: 40px;
            width: 331px;
            height: 212px;
            text-align: right;
        }
        .related-dynamics ul li .left .time {
            font-size: 28px;
            color: #222222;
            margin-bottom: 10px;
            margin-top: 10px;
        }
        .related-dynamics ul li .left .title a {
            line-height: 48px;
            font-size: 36px;
            height: 96px;
        }
        .related-dynamics ul li .left .dynamic {}
        .related-dynamics ul li .left .dynamic span {
            font-size: 20px;
            color: #444444;
            padding-left: 10px;
        }
        /* .related-dynamics ul li .center{
        width: 377px;
        height: 212px;
    } */
        .related-dynamics ul li .right {
            width: 100%;
        }
        .related-dynamics ul li .right .title {
            /* width: 230px; */
        }
        .related-dynamics ul li .right .keyword {
            margin-top: 22px;
        }
        .related-dynamics ul li .right .info {
            font-size: 14px;
            color: #444444;
            line-height: 28px;
            height: 84px;
        }
        /**************************************************************************************
     **************
     ************** related-dynamics
     **************
    ****************************************************************************************/
    }
    /* 1280 */
    /* 1280 */
    
    @media screen and (max-width: 1000px) {
        .content-main,
        .article-path-box {
            width: 100%;
            padding: 0.17rem;
            display: block;
        }
        .content-main .right {
            float: none;
            width: 100%;
            padding-bottom: 0.5rem;
        }
        .content-main .footer-s {
            max-width: 100%;
            min-width: 100%;
            width: 100%;
        }
        .article-path-box {}
        .article-path-box .path {
            color: #666666;
            font-size: 0.2rem;
            line-height: 0.25rem;
        }
        .article-path-box .path:before {
            display: none;
        }
        .article-path-box .path a {
            color: #666666;
            font-size: 0.2rem;
            line-height: 0.2rem;
        }
        .content-main .article-title {
            text-align: center;
            font-size: 0.34rem;
            line-height: 0.42rem;
            margin-bottom: 0.19rem;
            font-weight: normal;
        }
        .content-main .right p.article-desc {
            text-align: center;
            font-size: 0.19rem;
            line-height: 0.24rem;
            margin-bottom: 0.17rem;
        }
        .content-main .right p.article-desc.pc {
            display: none;
        }
        .content-main .right p.article-desc.mo {
            display: flex;
            justify-content: center;
        }
        .content-main .right p.article-desc.mo span {
            font-size: 0.19rem;
            line-height: 0.24rem;
            margin-bottom: 0;
        }
        .content-main .right p.article-desc.mo span:first-child {
            margin-right: 0.34rem;
        }
        .content-main .right p {
            font-size: 0.22rem;
            line-height: 0.44rem;
            font-weight: normal;
            font-family: 'PingFangSC-Regular';
        }
        .content-main .right i,
        .content-main .right em {
            font-size: 0.22rem;
            line-height: 0.44rem;
        }
        .content-main .right section,
        .content-main .right section span,
        .content-main .right div,
        .content-main .right {
            font-size: 0.22rem;
            line-height: 0.44rem;
            font-weight: normal;
            font-family: 'PingFangSC-Regular';
        }
        .content-main .right video {
            width: 100%;
            height: auto;
            display: block;
        }
        .content-main .right p strong {
            font-family: 'PingFangSC-Semibold';
        }
        .turn_line_a {
            padding: 0.5rem 0;
        }
        .turn_line_a p a {
            color: #FF1240;
        }
        .content-main .right img {
            height: auto;
        }
        .related-dynamics {
            margin-top: 0;
        }
        .related-dynamics .header-title {
            text-align: center;
            font-size: 0.34rem;
            line-height: 0.42rem;
            margin-bottom: 0.1rem;
        }
        .related-dynamics ul {padding: 0.2rem 0;}
        .related-dynamics ul li:hover {
            box-shadow: none;
        }
        .related-dynamics ul li {
            width: 100%;
            margin-bottom: 0;
        }
        .related-dynamics ul li .right{
            padding-bottom: 0;
        }
        .related-dynamics ul li .right .title{
            margin-bottom: 0.14rem;
        }
        /* .related-dynamics ul li {
            width: 100%;
            float: none;
            background: #f5f5f5;
            padding:0.17rem;
            border-radius: 0.17rem;
            margin: 0;
            margin-top: 0.17rem;
            height: auto;
            display: flex;
            justify-content: space-between;
        }
        .related-dynamics ul li .center {
            width: 1.16rem;
            max-width: 1.16rem;
            min-width: 1.16rem;
            height: auto;
            overflow: hidden;
        }
        .related-dynamics ul li .center a {
            height: 0.65rem;
            width: 1.16rem;
            float: left;
            margin-right: 0.17rem;
            border-radius: 0.09rem;
            overflow: hidden;
        }
        .related-dynamics ul li .center a img {
            height: 0.65rem;
            width: 1.16rem;
            display: block;
            object-fit: cover;
            margin-bottom: 0;
        }
        .related-dynamics ul li .right {
            width: calc(100% - 1.33rem);
            float: left;
            margin: 0;
            line-height: 0.22rem;
            font-size: 0.22rem;
            color: #222222;
            -webkit-line-clamp: 1;
            height: auto;
            border: 0 none;
            padding: 0;
        } */
        .related-dynamics ul li .right a {
            display: block;
        }
        .related-dynamics ul li .right .title,
        .related-dynamics .title a {
            line-height: 0.28rem;
            font-size: 0.22rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-family: PingFangSC-Regular;
            width: 100%;
            margin-bottom: 0;
            font-weight: normal;
        }
        .related-dynamics ul li .right .info,
        .related-dynamics ul li .right .info a {
            width: 100%;
            float: none;
            margin: 0;
            height: auto;
            font-size: 0.15rem;
            line-height: 0.21rem;
            color: #999999;
            display: block;
        }
        .related-dynamics ul li .right .info {
            margin: 0.07rem 0 0.17rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
            float: none;
            height: auto;
            font-size: 0.15rem;
            line-height: 0.21rem;
            color: #999999;
            display: block;
        }
        .related-dynamics ul li .right .author,
        .related-dynamics ul li .right .author span {
            /* display: flex;
            font-size: 0.17rem;
            line-height: 0.19rem;
            color: #222222;
            width: 100%;
            padding: 0;
            margin: 0; */
            display: none;
        }
        .related-dynamics ul li .right .author span {
            width: auto;
            margin-right: 0.17rem;
        }
        /* .content-main .footer-s .box:first-child {
        display: none;
    } */
        /* 
    */
        /**************************************************************************************
 **************
 ************** aside
 **************
****************************************************************************************/
        .content-main .footer-s {
            max-width: 100%;
            min-width: 100%;
            width: 100%;
        }
        .content-main .footer-s .box {
            margin-bottom: 0.6rem;
        }
        .content-main .footer-s .box:first-child #list {
            display: flex;
            justify-content: flex-start;
        }
        .content-main .footer-s .box:first-child #list a {
            width: calc((100% - 0.34rem)/3);
            margin-right: 0.17rem;
            overflow: hidden;
            margin-top: 0.17rem;
            border-radius: 0.1rem;
            background: #F5F5F5;
        }
        .content-main .footer-s .box:first-child #list a li {
            width: 100%;
            margin: 0;
            height: auto;
        }
        .content-main .footer-s .box:first-child #list a:nth-of-type(3n) {
            margin-right: 0;
        }
        .content-main .footer-s .box:first-child #list a li .img-main {
            width: 100%;
            height: 1.43rem;
        }
        .content-main .footer-s .box:first-child #list a li .img-main img {
            width: 100%;
            height: 1.43rem;
            object-fit: cover;
        }
        .list-pic li p {
            position: static;
            padding: 0.12rem 0.08rem;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            text-align: center;
            background: none;
            color: #444444;
        }
        .list-pic li p span {
            font-size: 0.2rem;
            line-height: 0.28rem;
        }
        .content-main .footer-s .box .title {
            font-size: 0.34rem;
            line-height: 0.34rem;
            text-align: center;
            padding-bottom: 0.1rem;
        }
        .content-main .footer-s .box ul{padding: 0.2rem 0;}
        .content-main .footer-s .hot-box .right{
            padding-bottom: 0;
        }
        .content-main .footer-s .box .list-a,
        .content-main .footer-s .box .list-pic {
            width: 100%;
        }
        .content-main .footer-s .box .list-pic a {
            display: block;
        }
        .content-main .footer-s .box .list-pic a li {}
        .content-main .footer-s .box .list-a li {
            margin: 0;
            margin-right: 0.17rem;
            margin-top: 0.17rem;
            width: calc((100% - 0.68rem)/5);
            max-width: 50%;
            height: 1.08rem;
            min-width: 10px;
            border-radius: 0.09rem;
            flex: none;
        }
        .content-main .footer-s .box .list-a li:nth-of-type(5n) {
            margin-right: 0;
        }
        .content-main .footer-s .box .list-a a {
            font-size: 0.27rem;
            line-height: 0.38rem;
        }
        .content-main .footer-s .box {}
        .content-main .footer-s .box .title {}
        .content-main .footer-s .box .links2 {}
        .content-main .footer-s .box .links2 a {
            margin-bottom: 0;
            margin-top: 0.17rem;
            margin-right: 0.15rem;
            width: calc((100% - 0.16rem)/2);
            height: 0.68rem;
            line-height: 0.68rem;
            font-size: 0.24rem;
            min-width: 30%;
            max-width: 100%;
            flex: none;
            border-radius: 0.09rem;
        }
        .content-main .footer-s .box .links3 {}
        .content-main .footer-s .box .links3 a {
            margin-bottom: 0;
            margin-top: 0.17rem;
            margin-right: 0.15rem;
            width: calc((100% - 0.3rem)/3);
            height: 0.61rem;
            line-height: 0.61rem;
            font-size: 0.2rem;
            min-width: 30%;
            max-width: 100%;
            flex: none;
            border-radius: 0.09rem;
        }
        .content-main .footer-s .box .links3 a:nth-child(2n){
            margin-right: 0.15rem;
        }
        .content-main .footer-s .box .links3 a:nth-child(3n){
            margin-right: 0;
        }
        .bottom-box {
            background-color: #f71a2b;
            padding: 0.53rem 0.17rem 1.02rem;
            height: auto;
            border-radius: 0.09rem;
            background: #f71a2b url('news_bg.jpg') left top no-repeat;
            background-size: cover;
        }
        .bottom-box .title {
            font-size: 0.44rem;
            margin-bottom: 0.68rem;
        }
        .bottom-box .q {
            font-size: 0.27rem;
            margin-bottom: 0.34rem;
        }
        .bottom-box .a {
            margin-bottom: 1.02rem;
            display: flex;
            justify-content: space-between;
        }
        .bottom-box .a span {
            width: calc((100% - 0.16rem)/2);
            height: 0.68rem;
            margin-right: 0.15rem;
            line-height: 0.68rem;
            font-size: 0.22rem;
        }
        .bottom-box .a .on::after {
            background: url('news_selected.png') center center no-repeat;
            position: absolute;
            right: 0;
            bottom: 0;
            background-size: 100%;
            content: ' ';
            width: 26px;
            height: 19px;
            opacity: 1;
            transition: .5s;
        }
        .bottom-box .button {
            width: 100%;
            height: 0.85rem;
            line-height: 0.85rem;
            font-size: 0.22rem;
            display: block;
        }
        .connect-form {
            margin-top: 0.34rem!important;
        }
        /**************************************************************************************
     **************
     ************** related-dynamics
     **************
    ****************************************************************************************/
        .related-dynamics {
            /* display: none; */
        }
        .related-dynamics-mo {
            display: block;
        }
        .related-dynamics ul {
            /* flex-wrap: nowrap; */
        }
        .related-dynamics ul li .right .title {
            padding-left: 0;
            margin-bottom: 0.14rem;
            padding-left: 0.15rem;
        }
        .related-dynamics ul li .right .title::before {
            content: '';
            width: 0.05rem;
            height: 0.07rem;
            left: 0;
            top: 0.1rem;
            display: block;
            background: rgba(0, 0, 0, 0.2);
            position: absolute;
        }
        .related-dynamics ul li .right a:hover h2,
        .related-dynamics ul li .right a:hover span {
            color: inherit;
        }
        .hot-box {
            /* display: none; */
        }
        .hot-box-mo {
            display: block;
        }
        .about-title span.span-title {
            font-size: 0.2rem;
            line-height: 0.38rem;
        }
        .about-title span.span-a {
            margin-left: 0.1rem;
        }
        .about-title span.span-a a {
            font-size: 0.17rem;
            padding: 0.06rem 0.17rem;
            line-height: 0.24rem;
            border-radius: 0.2rem;
        }
        .content-main .footer-s .hot-box .right a h2.title {
            line-height: 0.28rem;
            font-size: 0.22rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-family: PingFangSC-Regular;
            width: 100%;
            margin-bottom: 0;
            font-weight: normal;
            text-align: left;
            padding-left: 0.15rem;
            padding-bottom: 0;
            margin-bottom: 0.15rem;
        }
        .content-main .footer-s .hot-box .right .title::before{
            content: '';
            width: 0.05rem;
            height: 0.07rem;
            left: 0;
            top: 0.12rem;
            display: block;
            background: rgba(0, 0, 0, 0.2);
            position: absolute;
        }
        .content-main .footer-s .related-dynamics ul li {
            width: 100%;
            float: none;
            background: #f5f5f5;
            padding: 0.17rem;
            border-radius: 0.17rem;
            margin: 0;
            margin-top: 0.17rem;
            height: auto;
            display: flex;
            justify-content: space-between;
        }
        .content-main .footer-s .related-dynamics ul li .center {
            width: 1.16rem;
            max-width: 1.16rem;
            min-width: 1.16rem;
            height: auto;
            overflow: hidden;
        }
        .content-main .footer-s .related-dynamics ul li .center a {
            height: 0.65rem;
            width: 1.16rem;
            float: left;
            margin-right: 0.17rem;
            border-radius: 0.09rem;
        }
        .content-main .footer-s .related-dynamics ul li .center a img {
            height: 0.65rem;
            width: 1.16rem;
            display: block;
            object-fit: cover;
            margin-bottom: 0;
        }
        .content-main .footer-s .related-dynamics ul li .right {
            width: calc(100% - 1.33rem);
            float: left;
            margin: 0;
            line-height: 0.22rem;
            font-size: 0.22rem;
            color: #222222;
            -webkit-line-clamp: 1;
            height: auto;
            border: 0 none;
            padding: 0;
        }
        .content-main .footer-s .related-dynamics ul li .right a {
            display: block;
        }
        .content-main .footer-s .related-dynamics ul li .right a:hover h2,
        .content-main .footer-s .related-dynamics ul li .right a:hover span {
            color: inherit;
        }
        .content-main .footer-s .related-dynamics ul li .right .title::before {
            display: none;
        }
        .content-main .footer-s .hot-box .right .author{display: none;}
        .content-main .footer-s .related-dynamics ul li .right .author,
        .content-main .footer-s .related-dynamics ul li .right .author span {
            display: flex;
            font-size: 0.17rem;
            line-height: 0.19rem;
            color: #222222;
            width: 100%;
            padding: 0;
            margin: 0;
        }
        .content-main .footer-s .related-dynamics ul li .right .author span {
            width: auto;
            margin-right: 0.17rem;
        }
        .about-title {
            margin-top: 0.24rem;
            margin-bottom: 0;
        }
        /* .about-title span a:hover {
            color: inherit;
            border-color: #999999;
        } */
    }
    /* 1280 */