/*****************************
 * created by chaixiaoduo@126.com
 * 2019-10-31 10:48
 * 动态栏目页
 *****************************/

.whtie-fff {
    background-color: #fff;
}

.gray-f3f3f3 {
    background-color: #f3f3f3;
}


/* 1920 */


/**************************************************************************************
 **************
 ************** title-bar
 **************
****************************************************************************************/

.title-bar {
    width: 1300px;
    height: 500px;
    margin: 0 auto;
    clear: both;
}

.title-bar .left {
    width: 700px;
    float: left;
    height: 100%;
}

.title-bar .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title-bar .right {
    width: 600px;
    height: 500px;
    float: right;
    padding: 0 40px;
    background: #2A2D3C;
}

.title-bar .right .time {
    padding-top: 40px;
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.title-bar .right .title {
    font-family: PingFangSC-Medium;
    line-height: 60px;
    font-size: 48px;
    color: #FFFFFF;
    margin-bottom: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    height: 120px;
}

.title-bar .right .industryDynamics {
    margin-bottom: 30px;
}

.title-bar .right .industryDynamics i {
    background: url('../img/icon.png') no-repeat -38px -642px;
    width: 24px;
    height: 16px;
    display: inline-block;
}

.title-bar .right .industryDynamics span {
    font-size: 24px;
    color: #4284ED;
    padding-left: 8px;
}

.title-bar .right .keyword {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.title-bar .right .keyword em {
    font-size: 14px;
    color: #FFFFFF;
    font-style: normal;
}

.title-bar .right .keyword span {
    display: inline-block;
    background: #4D505C;
    border-radius: 3px;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 20px;
    padding: 2px 10px;
}

.title-bar .right .info {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    /* height: 124px; */
    height: 184px;
}

.title-bar .right .author {
    margin-top: 22px;
}

.title-bar .right .author span {
    color: #ffffff;
    font-size: 14px;
}

.title-bar .right .author em {
    font-size: 14px;
    color: #DDDDDD;
    font-style: normal;
}

.title-bar .right .author .spacing {
    display: inline-block;
    margin: 0 14px;
}


/**************************************************************************************
  **************
  ************** title-bar
  **************
****************************************************************************************/


/**************************************************************************************
 **************
 ************** contentTab
 **************
****************************************************************************************/

.content-tab {
    width: 1680px;
    margin: 0 auto;
    border-bottom: solid 1px #DDDDDD;
    margin-top: 36px;
}

.content-tab ul {
    height: 64px;
    display: flex;
    align-items: center;
}

.content-tab ul a {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 60px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

.content-tab ul a .text {
    font-size: 28px;
    color: #222222;
}

.content-tab ul a .line {
    display: none;
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    border-bottom: solid 5px #FF1240;
    ;
}

.content-tab ul a.on .text {
    color: #FF1240;
}

.content-tab ul a.on .line {
    display: block;
}


/**************************************************************************************
 **************
 ************** contentTab
 **************
****************************************************************************************/

.hotWord {
    width: 1680px;
    margin: 30px auto;
    display: flex;
}

.hotWord .tit {
    display: inline-block;
    width: 60px;
    font-size: 18px;
    margin-right: 10px;
    line-height: 36px;
}

.hotWord p {
    width: calc(100% - 100px);
}

.hotWord a {
    text-decoration: none;
    color: #222222;
    height: 36px;
    width: 120px;
    border-radius: 3px;
    background: #F2F2F2;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-bottom: 10px;
}

.hotWord a span {
    font-size: 14px;
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hotWord a img {
    display: none;
}

.hotWord a.active {
    background: #ffffff;
    border: solid 1px #FF1240;
}

.hotWord a.active img {
    display: block;
}


/**************************************************************************************
 **************
 ************** content
 **************
****************************************************************************************/

.content-main {
    width: 1680px;
    margin: 0 auto;
    /* margin-top: 40px; */
    display: flex;
}

.content-main a {
    text-decoration: none;
}

.content-main ul li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.content-main ul li .left {
    padding-right: 50px;
    width: 450px;
    height: 242px;
    text-align: right;
}

.content-main ul li .left .time {
    font-size: 32px;
    color: #222222;
    margin-bottom: 10px;
    margin-top: 10px;
}

.content-main ul li .left .title {
    font-family: PingFangSC-Medium;
    line-height: 62px;
    font-size: 48px;
    color: #222222;
    margin-bottom: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 124px;
}

.content-main ul li .left .dynamic i {
    background: url('../img/icon.png') no-repeat -138px -642px;
    width: 24px;
    height: 16px;
    display: inline-block;
}

.content-main ul li .left .dynamic span {
    font-size: 24px;
    color: #444444;
    padding-left: 10px;
}

.content-main ul li .center img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-main ul li .right .keyword {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 15px;
    margin-top: 30px;
}

.content-main ul li .right .keyword em {
    font-size: 14px;
    color: #222222;
    font-style: normal;
}

.content-main ul li .right .keyword span {
    display: inline-block;
    background: #EEEEEE;
    border-radius: 3px;
    font-size: 14px;
    color: #333333;
    margin-right: 20px;
    padding: 2px 10px;
}


/* .content-main ul li .right .info{
    font-size: 16px;
    color: #444444;
    line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 125px;
    margin-top: 34px;
} */

.content-main ul li .right .author {
    margin-top: 8px;
}

.content-main ul li .right .author span {
    color: #222222;
    font-size: 14px;
}

.content-main ul li .right .author em {
    font-size: 14px;
    color: #666666;
    font-style: normal;
}

.content-main ul li .right .author .spacing {
    display: inline-block;
    margin: 0 14px;
}

.content-main ul li:hover .right {
    border-color: #ffffff;
    /* box-shadow: 0 3px 10px 1px rgba(221,221,221,0.50); */
}

.content-main ul li:hover {
    box-shadow: 0 3px 10px 1px rgba(221, 221, 221, 0.50);
}

.content-main .article {
    flex: 3;
    padding-right: 40px;
}

.content-main .footer-s {
    /* min-width: 492px; */
    max-width: 300px;
    flex: 1;
}

.content-main ul li .center {
    /* min-width: 364px; */
    max-width: 364px;
    width: 279px;
    height: 157px;
    /* height: 242px; */
    flex: 1;
}

.content-main ul li .right {
    height: 157px;
    /* height: 242px; */
    width: auto;
    flex: 2;
    padding:20px;
    /* padding: 30px 30px 0 50px; */
    border: solid 1px #DDDDDD;
    box-sizing: border-box;
    border-left: none;
}

.content-main ul li .right .title {
    color: #222222;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    /* width: 260px; */
    width: 612px;
    display: block;
    white-space: nowrap;
}

.content-main ul li .right .info {
    font-size: 16px;
    color: #444444;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    margin-top: 10px;
}
.recommend-0324{    
    color: red;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
}

/*  */

.content-main .footer-s .box {
    margin-bottom: 30px;
}

.content-main .footer-s .box .title {
    font-size: 28px;
    padding: 0 0 18px;
}

.content-main .footer-s .box .list-a {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.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;
    display: flex;
    opacity: 1;
    transition: .5s;
}

.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: 145px;
    max-width: 145px;
    border-radius: 5px;
    line-height: 42px;
    border: solid 1px #1772E0;
    color: #1772E0;
    font-size: 18px;
    padding: 0 5px;
    text-align: center;
    margin: 0 10px 10px 0;
    flex: 1;
    transition: .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content-main .footer-s .box .links2 a:nth-child(2n) {
    margin-right: 0;
}

.content-main .footer-s .box .links2 a:hover,.content-main .footer-s .box .links2 .active {
    background: #1772E0;
    color: #fff;
}

.content-main .footer-s .box .links3 {
    display: flex;
    flex-wrap: wrap;
}

.content-main .footer-s .box .links3 a {
    min-width: 145px;
    max-width: 157px;
    line-height: 36px;
    margin-bottom: 10px;
    background: #F7F7F7;
    text-align: center;
    color: #222222;
    margin-right: 10px;
    /* flex: 1; */
    transition: .5s;
}

.content-main .footer-s .box .links3 a:hover {
    background: #F0F0F0;
}

.content-main .footer-s .box .links3 a:nth-child(2n) {
    margin-right: 0;
}

.path-box {
    width: 1680px;
    margin: 0 auto;
}

.path-box .path {
    padding: 8px 0;
    font-size: 16px;
    color: #444;
    margin: 30px 0 ;
}

.path-box .path a {
    color: #444;
    text-decoration: none;
}

.path-box .path a:hover {
    color: #FF1240;
}
.path-box .path a h1{
    color: #444;
    text-decoration: none;
    font-weight: normal;
    font-size: initial;
    display: inline;
}
.path-box .path a:hover h1{
    color: #FF1240;
}
.title-bar-line {
    margin-bottom: 20px;
    font-size: 36px;
}

.bottom-box {
    background: url('../img/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('../img/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;
}


/* 热词 */

.title-bar-line {
    margin-bottom: 15px;
    font-size: 36px;
}

.content-main .hot-line {
    margin: 5px 0 28px;
}

.content-main .hot-line a {
    display: inline-block;
    /* border: solid 1px #DDDDDD;
    line-height: 30px;
    border-radius: 16px;
    color: #333333;
    margin-right: 10px;
    padding: 0 22px;
    cursor: pointer;
    position: relative; */
    /* display: block; */
    font-size: 14px;
    padding: 4px 22px;
    line-height: 20px;
    border-radius: 15px;
    border: 1px solid #999999;
    color: #333333;
    margin-right: 4px;
    margin-bottom: 5px;
    position: relative;
}

.content-main .hot-line a::after {
    background: url('../img/icon_selected_24@2x.png') no-repeat;
    position: absolute;
    right: -1px;
    bottom: -1px;
    background-size: 100%;
    content: ' ';
    width: 28px;
    height: 28px;
    opacity: 0;
    transition: .5s;
}

.content-main .hot-line .on {
    color: #FF1240;
    border: solid 1px #FF5979;
}

.content-main .hot-line .on::after {
    opacity: 1;
}


/* 热词 */

.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%;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.content-main .hot-box ul li:hover {
    box-shadow: none;
}

.content-main .hot-box ul li {
    margin-bottom: 0;
}

.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% - 136px);
    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;
}


/*  */


/**************************************************************************************
 **************
 ************** content
 **************
****************************************************************************************/


/* 1920 */


/* 1680 1600 */

@media screen and (max-width: 1899px) and (min-width: 1580px) {
    .title-bar .left {
        width: 700px;
        height: 500px;
    }
    .title-bar .right {
        width: 600px;
        height: 500px;
    }
    .content-tab {
        width: 1300px;
    }
    .content-main,
    .path-box {
        width: 1300px;
    }
    .content-main ul li .left .title {
        font-size: 44px;
    }
    .hotWord {
        width: 1300px;
    }
    .content-main ul li .right .title {
        width: 612px;
    }
}


/* 1680 1600 */


/* 1366 */

@media screen and (min-width: 1281px) {
    /**************************************************************************************
 **************
 ************** title-bar
 **************
****************************************************************************************/
    .title-bar {
        width: 1300px;
        height: 400px;
        display: flex;
    }
    .title-bar .left {
        width: 751px;
        height: 400px;
    }
    .title-bar .right {
        width: 615px;
        height: 400px;
    }
    .title-bar .right .time {
        padding-top: 17px;
        font-size: 28px;
        margin-bottom: 7px;
    }
    .title-bar .right .title {
        line-height: 62px;
        font-size: 48px;
        margin-bottom: 9px;
        height: 124px;
    }
    .title-bar .right .industryDynamics {
        margin-bottom: 16px;
    }
    .title-bar .right .industryDynamics i {
        background: url('../img/1280-icon.png') no-repeat -39px -143px;
        width: 22px;
        height: 14px;
        display: inline-block;
    }
    .title-bar .right .industryDynamics span {
        font-size: 20px;
        padding-left: 10px;
    }
    .title-bar .right .info {
        font-size: 14px;
        line-height: 24px;
        height: 144px;
    }
    .title-bar .right .author {
        margin-top: 11px;
    }
    /**************************************************************************************
      **************
      ************** title-bar
      **************
    ****************************************************************************************/
    /**************************************************************************************
     **************
     ************** contentTab
     **************
    ****************************************************************************************/
    .content-tab {
        width: 1300px;
        margin-top: 0px;
    }
    .content-tab ul {
        height: 72px;
    }
    .content-tab ul li {
        margin-right: 76px;
    }
    .content-tab ul li .text {
        font-size: 28px;
        color: #222222;
    }
    .content-tab ul li .line {
        display: none;
        position: absolute;
        bottom: -1px;
        left: 0px;
        width: 100%;
        border-bottom: solid 5px #FF1240;
        ;
    }
    .content-tab ul li.on .text {
        color: #FF1240;
    }
    .content-tab ul li.on .line {
        display: block;
    }
    /**************************************************************************************
     **************
     ************** contentTab
     **************
    ****************************************************************************************/
    /**************************************************************************************
    **************
    ************** content
    **************
    ****************************************************************************************/
    .content-main,
    .path-box {
        width: 1300px;
    }
    .content-main ul li {
        margin-bottom: 30px;
    }
    .content-main ul li .left {
        padding-right: 40px;
        width: 358px;
        height: 212px;
        text-align: right;
    }
    .content-main ul li .left .time {
        font-size: 28px;
        color: #222222;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .content-main ul li .left .title {
        line-height: 48px;
        font-size: 36px;
        height: 96px;
    }
    .content-main ul li .left .dynamic {}
    .content-main ul li .left .dynamic span {
        font-size: 20px;
        color: #444444;
        padding-left: 10px;
    }
    .content-main ul li .left .dynamic i {
        background: url('../img/1280-icon.png') no-repeat -139px -143px;
        width: 22px;
        height: 14px;
        display: inline-block;
    }
    /* .content-main ul li .center{
        width: 377px;
        height: 212px;
    } */
    .content-main ul li .right {
        /* width: 510px;
        height: 212px;
        padding-right: 30px;
        padding-left: 40px; */
    }
    .content-main ul li .right .keyword {
        margin-top: 22px;
    }
    .content-main ul li .right .info {}
    .content-main ul li .right .title {
        /* width: 278px; */
    }
    /**************************************************************************************
     **************
     ************** content
     **************
    ****************************************************************************************/
    .hotWord {
        width: 1300px;
    }
}


/* 1280 */

@media screen and (min-width:1001px) and (max-width: 1280px) {
    /**************************************************************************************
 **************
 ************** title-bar
 **************
****************************************************************************************/
    .title-bar {
        width: 100%;
        height: 400px;
        display: flex;
    }
    .title-bar .left {
        width: 700px;
        height: 400px;
    }
    .title-bar .right {
        width: 580px;
        height: 400px;
    }
    .title-bar .right .time {
        padding-top: 17px;
        font-size: 28px;
        margin-bottom: 7px;
    }
    .title-bar .right .title {
        line-height: 62px;
        font-size: 46px;
        margin-bottom: 9px;
        height: 124px;
    }
    .title-bar .right .industryDynamics {
        margin-bottom: 16px;
    }
    .title-bar .right .industryDynamics i {
        background: url('../img/icon.png') no-repeat -38px -642px;
        width: 24px;
        height: 16px;
        display: inline-block;
    }
    .title-bar .right .industryDynamics span {
        font-size: 20px;
        padding-left: 10px;
    }
    .title-bar .right .info {
        font-size: 14px;
        line-height: 24px;
        height: 144px;
    }
    .title-bar .right .author {
        margin-top: 11px;
    }
    /**************************************************************************************
      **************
      ************** title-bar
      **************
    ****************************************************************************************/
    /**************************************************************************************
     **************
     ************** contentTab
     **************
    ****************************************************************************************/
    .content-tab {
        width: 1200px;
        margin-top: 0px;
    }
    .content-tab ul {
        height: 72px;
    }
    .content-tab ul li {
        margin-right: 76px;
    }
    .content-tab ul li .text {
        font-size: 28px;
        color: #222222;
    }
    .content-tab ul li .line {
        display: none;
        position: absolute;
        bottom: -1px;
        left: 0px;
        width: 100%;
        border-bottom: solid 5px #FF1240;
        ;
    }
    .content-tab ul li.on .text {
        color: #FF1240;
    }
    .content-tab ul li.on .line {
        display: block;
    }
    /**************************************************************************************
     **************
     ************** contentTab
     **************
    ****************************************************************************************/
    /**************************************************************************************
    **************
    ************** content
    **************
    ****************************************************************************************/
    .content-main,
    .path-box {
        width: 1200px;
    }
    .content-main ul li {
        margin-bottom: 20px;
    }
    .content-main ul li .left {
        padding-right: 40px;
        width: 331px;
        height: 212px;
        text-align: right;
    }
    .content-main ul li .left .time {
        font-size: 28px;
        color: #222222;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .content-main ul li .left .title {
        line-height: 48px;
        font-size: 36px;
        height: 96px;
    }
    .content-main ul li .left .dynamic {}
    .content-main ul li .left .dynamic i {
        background: url('../img/1280-icon.png') no-repeat -139px -143px;
        width: 22px;
        height: 14px;
        display: inline-block;
    }
    .content-main ul li .left .dynamic span {
        font-size: 20px;
        color: #444444;
        padding-left: 10px;
    }
    /* .content-main ul li .center{
        width: 377px;
        height: 212px;
    } */
    .content-main ul li .right {
        /* width: 492px;
        height: 212px;
        padding-right: 30px;
        padding-left: 40px; */
    }
    .content-main ul li .right .keyword {
        margin-top: 22px;
    }
    .content-main ul li .right .info {}
    .content-main ul li .right .title {
        width: 540px;
    }
    /**************************************************************************************
     **************
     ************** content
     **************
    ****************************************************************************************/
    .hotWord {
        width: 1200px;
    }
}


/* 1366 */

.content-main .hot-line.mo {
    display: none;
}

.content-main .hot-line.pc {
    display: block;
}


/* 1280 */

@media screen and (max-width: 1000px) {
    /**************************************************************************************
 **************
 ************** title-bar
 **************
****************************************************************************************/
    .title-bar {
        width: 100%;
        height: auto;
        padding: 0.17rem;
        display: block;
    }
    .title-bar .left {
        width: 100%;
        height: auto;
    }
    .title-bar .left {
        overflow: hidden;
        float: none;
        background: #f5f5f5;
        border-radius: 0.1rem 0.1rem 0 0;
    }
    .title-bar .left img {
        height: 3.41rem;
        width: 6.06rem;
        font-size: 0.1rem;
        display: block;
    }
    .title-bar .right {
        width: 100%;
        height: auto;
        padding: 0.32rem 0.17rem;
        float: none;
        background: #f5f5f5;
        border-radius: 0 0 0.1rem 0.1rem;
    }
    .title-bar .right .time,
    .title-bar .right .author .spacing {
        display: none;
    }
    .title-bar .right .title {
        padding: 0;
        font-size: 0.34rem;
        line-height: 0.48rem;
        color: #222222;
        height: 0.48rem;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -moz-box;
        -moz-line-clamp: 1;
        -moz-box-orient: vertical;
        margin-bottom: 0;
    }
    .title-bar .right .info {
        font-size: 0.19rem;
        line-height: 0.28rem;
        color: #666666;
        margin: 0.17rem 0 0.3rem;
        padding: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -moz-box;
        -moz-line-clamp: 2;
        -moz-box-orient: vertical;
        max-height: 0.56rem;
    }
    .title-bar .right .author,
    .title-bar .right .author span,
    .title-bar .right .author em {
        font-size: 0.19rem;
        line-height: 0.19rem;
        color: #222222;
    }
    .title-bar .right .author span:nth-of-type(2) {
        margin-left: 0.34rem;
    }
    .title-bar .right .author span {
        font-size: 0.19rem;
        line-height: 0.19rem;
        color: #222222;
    }
    .path-box {
        width: 100%;
        margin: 0.1rem 0 0;
        padding: 0 0.17rem;
    }
    .path-box .path,
    .path-box .path a {
        padding: 0;
        margin: 0;
        color: #666666;
        font-size: 0.2rem;
        line-height: 0.2rem;
    }
    .content-main {
        padding: 0.17rem;
        width: 100%;
        display: block;
    }
    .content-main .article {
        width: 100%;
        padding-right: 0;
    }
    .title-bar-line {
        font-size: 0.34rem;
        line-height: 0.34rem;
        font-weight: normal;
        margin-bottom: 0;
        text-align: center;
    }
    .content-main .hot-line {
        font-size: 0.16rem;
        line-height: 0.22rem;
        color: #666666;
        margin-top: 0.26rem;
        margin-bottom: 0;
    }
    .content-main .hot-line.mo {
        display: block;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .content-main .hot-line.pc {
        display: none;
    }
    .content-main .hot-line a {
        border-radius: 0.2rem;
        color: #222222;
        border: 1px solid #999999;
        font-size: 0.15rem;
        line-height: 0.26rem;
        padding: 0.05rem 0.19rem 0.05rem;
        margin-right: 0.17rem;
        margin-bottom: 0.09rem;
        white-space: nowrap;
        text-decoration: none;
        height: auto;
        display: block;
        font-weight: normal;
    }
    .content-main .hot-line a.on {
        border-color: #FF1240;
        color: #FF1240;
    }
    .content-main .hot-line a::after {
        /* width: 0.3rem;
        height: 0.36rem;
        background-size: 100% 100%; */
        display: none;
    }
    .content-main .article ul {
        padding-top: 0.07rem;
    }
    .content-main .article ul>a {
        display: block;
        width: 100%;
        margin-top: 0.17rem;
        border-radius: 0.09rem;
        overflow: hidden;
    }
    .content-main .article ul a li {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 0.17rem;
        background: #f5f5f5;
        margin-bottom: 0;
        align-items: center;
    }
    .content-main .article ul a li .center {
        width: 1.16rem;
        height: 0.65rem;
        overflow: hidden;
        min-width: 1.16rem;
        max-width: 1.16rem;
        flex: none;
        border-radius: 0.05rem;
    }
    .content-main .article ul a li .center img {
        width: 1.16rem;
        height: 0.65rem;
        object-fit: cover;
        display: block;
    }
    .content-main .article ul a li .right {
        width: calc(100% - 1.33rem);
        margin: 0;
        line-height: 0.22rem;
        font-size: 0.22rem;
        color: #222222;
        height: auto;
        padding: 0;
        border: 0;
        flex: none;
    }
    .content-main .article ul a li .right h2 {
        line-height: 0.28rem;
        font-size: 0.22rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: PingFangSC-Regular;
        width: 100%;
        font-weight: normal;
        margin-top: 0.06rem;
        margin-bottom: 0.05rem;
    }
    .content-main ul li .right .info {
        font-size: 0.17rem;
        color: #999999;
        line-height: 0.21rem;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        height: auto;
        margin-top: 0;
        margin: 0.07rem 0 0.17rem;
        display: none;
    }
    .content-main ul li .right .author {
        font-size: 0.17rem;
        font-family: 'PingFangSC-Regular';
        font-weight: 400;
        color: #222222;
        line-height: 0.21rem;
        margin-top: 0;
    }
    .content-main ul li .right .author span {
        font-size: 0.17rem;
        font-family: 'PingFangSC-Regular';
        font-weight: 400;
        color: #222222;
        line-height: 0.21rem;
    }

    .recommend-0324{    
        color: red;
        border-bottom: 1px solid #ccc;
        padding-bottom: 0.05rem;
        font-size: 0.18rem;
        margin-top: 0.17rem;
        margin-bottom: 0.09rem;
    }

    .article .pagination {
        margin-top: 0.34rem;
        margin-bottom: 0.5rem;
    }
    .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 .title {
        font-size: 0.34rem;
        line-height: 0.34rem;
        text-align: center;
        padding-bottom: 0.1rem;
    }
    .content-main .footer-s .box .list-a {
        width: 100%;
    }
    .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.2rem;
        font-size: 0.23rem;
    }
    .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('../img/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('../img/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;
    }
    /* img */
    .title-bar .right .industryDynamics i {
        background: url('../img/icon.png') no-repeat -38px -642px;
        width: 24px;
        height: 16px;
        display: inline-block;
    }
    .content-main ul li .left .dynamic i {
        background: url('../img/1280-icon.png') no-repeat -139px -143px;
        width: 22px;
        height: 14px;
        display: inline-block;
    }
    /**************************************************************************************
     **************
     ************** content
     **************
    ****************************************************************************************/
    .related-dynamics {
        display: none;
    }
    .related-dynamics-mo {
        display: block;
    }
    .related-dynamics ul {
        flex-wrap: nowrap;
    }
    .related-dynamics ul li .right .title {
        padding-left: 0;
    }
    .related-dynamics ul li .right .title::before {
        display: none;
    }
    .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;
    } */
    .hot-box ul{padding: 0.2rem 0;}
    .hot-box ul li .right a h2.title{
        margin-bottom: 0.16rem;
    }
    .hot-box ul li .right .author{
        display: none;
    }
    
    .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.07rem 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;
        padding-bottom: 0;
        margin-bottom: 0.14rem;
    }
    .content-main .footer-s .hot-box .right a h2.title{
        padding-left: 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 .related-dynamics ul li .right .info {
        display: block;
    }
    .content-main .related-dynamics ul li .right {
        flex: none;
    }
    .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;
        overflow: hidden;
    }
    .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 .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;
    }
    .path-box .path a h1{
        font-size: 0.2rem;
        color: #666666;
    }
}


/* 1280 */