.content-main {
    width: 100%;
    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;
    background:#fff;
    border-radius:24px;
    transition: .5s;
    overflow:hidden;
}

.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 {
    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;
    border-radius:24px 0px 0px 24px;
    transition: .5s;
}

.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);
     background:#F0F0F0;
}

.content-main .article {
    flex: 3;
    padding-right: 40px;
}


.content-main .article_content{
    position: relative;
    padding: 80px 0 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0.16rem 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 0.16rem 0 rgba(0,0,0,.15);
    box-shadow: 0 0 16px 0 rgba(0,0,0,.15);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;    
    margin-right:40px;
}

.content-main .article_content  .news-header {
    padding: 0 120px 60px;
    border-bottom: 1px solid #d8d8d8;
}
.content-main .article_content .article-title{
    line-height: 66px;
    font-size: 36px;
    color: #3a4649;
}
.content-main .article_content p.pc{display:block;}
.content-main .article_content p.mo {display: none;}
.content-main .article_content .author span{color:#999;}

.content-main .article_content .news-body {
    padding: 60px 120px;
    font-size: 16px;
    color: #333;
    line-height: 34px;
}
.content-main .article_content .turn_line_a{
    padding: 20px 120px;    
}
.content-main .article_content .turn_line_a p {
    font-size: 16px;
    color: #222222;
    line-height: 30px;
}
.content-main .footer-s {
    /* min-width: 492px; */
    max-width: 300px;
    flex: 1;
}

.content-main ul li .center {
    /* min-width: 364px; */
    max-width: 364px;
    width: 364px;
/*    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;
    border-radius:0px 24px 24px 0px;
}

.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: #2c3b65;
    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;
    overflow: hidden;
}

.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: #2c3b65;
}

.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 #2c3b65;
    color: #2c3b65;
    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 {
    background: #2c3b65;
    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: #fff;
    text-align: center;
    color: #222222;
    margin-right: 10px;
    /* flex: 1; */
    transition: .5s;
    display: inline-block;
}

.content-main .footer-s .box .links3 a:hover {
    background: #F0F0F0;
}

.content-main .footer-s .box .links3 a:nth-child(2n) {
    margin-right: 0;
}
.hot-box ul {
    padding: 12.1875px 0;
}
  .footer-s .hot-box .right a h2.title {
    line-height: 17.0625px;
    font-size: 0.22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    width: 100%;
    margin-bottom: 0;
    font-weight: normal;
    text-align: left;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 8.53125px;
}

/* 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 ul li:hover .center img{
    transform: scale(1.05);
}
.content-main .hot-box ul li {
    margin-bottom: 0;
    background:unset;
}

.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: #2c3b65;
}

.content-main .footer-s .hot-box .right a:hover span {
    color: #2c3b65;
}

.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 */




 
@media screen and (max-width: 1000px) {
    .content-main { 
        width: 100%;
        display: block;
    }
    
    .content-main .article {
        width: 100%;
        padding-right: 0;
    }
    .content-main .article_content{
        padding:50px 0px;
    }
    .title-bar-line {
        font-size: 26.45px;
        line-height: 26.45px;
        font-weight: normal;
        margin-bottom: 0;
        text-align: center;
    }
    .content-main .hot-line {
        font-size: 12.45px;
        line-height: 17.5px;
        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: 15.5625px;
        color: #222222;
        border: 1px solid #999999;
        font-size: 11.67px;
        line-height: 0.26rem;
        padding: 3.89px 0.19rem 3.89px;
        margin-right: 13.28px;
        margin-bottom: 7px;
        white-space: nowrap;
        text-decoration: none;
        height: auto;
        display: block;
        font-weight: normal;
    }
    .content-main .hot-line a.on {
        border-color: #2c3b65;
        color: #2c3b65;
    }
    .content-main .hot-line a::after {
        /* width: 23.3438px;
        height: 0.36rem;
        background-size: 100% 100%; */
        display: none;
    }
    .content-main .article ul {
        padding-top: 5.45px;
    }
    .content-main .article ul>a {
        display: block;
        width: 100%;
        margin-top: 13.28px;
        border-radius: 7px;
        overflow: hidden;
    }
    .content-main .article ul a li {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding1: 13.28px;
        background: #e5e5e5;
        margin-bottom: 0;
        align-items: center;
    }
    .content-main .article ul a li .center {
        width: 125px;
        height: 110px;
        overflow: hidden;
        min-width: 125px;
        max-width: 125px;
        flex: none;
        border-radius: 3.89px;
    }
    .content-main .article ul a li .center img {
        width1: 90.25px;
        height1: 50.58px;
        object-fit: cover;
        display: block;
    }
    .content-main .article ul a li .right {
        width: calc(100% - 135px);
        margin: 0;
        line-height: 17.5px;
        font-size: 17.5px;
        color: #222222;
        height: auto;
        padding: 0;
        border: 0;
        flex: none;
    }
    .content-main .article ul a li .right h2 {
        line-height: 17.7px;
        font-size: 17.5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        font-weight: normal;
        margin-top: 4.67px;
        margin-bottom: 3.89px;
    }
    .content-main ul li .right .info {
        font-size: 13.28px;
        color: #999999;
        line-height: 16.34px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        height: auto;
        margin-top: 0;
        margin: 5.45px 0 13.28px;
        display: none;
    }
    .content-main ul li .right .author {
        font-size: 13.28px;
        font-weight: 400;
        color: #222222;
        line-height: 16.34px;
        margin-top: 0;
    }
    .content-main ul li .right .author span {
        font-size: 13.28px;
        font-weight: 400;
        color: #222222;
        line-height: 16.34px;
    }

    .recommend-0324{    
        color: red;
        border-bottom: 1px solid #ccc;
        padding-bottom: 3.89px;
        font-size: 0.18rem;
        margin-top: 13.28px;
        margin-bottom: 7px;
    }

    .article .pagination {
        margin-top: 26.45px;
        margin-bottom: 0.5rem;
    }
    .content-main .footer-s {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }
    .content-main .footer-s .box {
        margin-bottom: 46.68px;
    }
    .content-main .footer-s .box .title {
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        padding-bottom: 7.78px;
    }
    .content-main .footer-s .box .list-a {
        width: 100%;
    }
    .content-main .footer-s .box .list-a li {
        margin: 0;
        margin-right: 13.28px;
        margin-top: 13.28px;
        width: calc((100% - 52.9125px)/5);
        max-width: 50%;
        height: 1.08rem;
        min-width: 10px;
        border-radius: 7px;
        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: 15.5625px;
        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: 13.28px;
        margin-right: 11.67px;
        width: calc((100% - 12.45px)/2);
        height: 52.9125px;
        line-height: 52.9125px;
        font-size: 18.675px;
        min-width: 30%;
        max-width: 100%;
        flex: none;
        border-radius: 7px;
    }
    .content-main .footer-s .box .links3 {}
    .content-main .footer-s .box .links3 a {
        margin-bottom: 0;
        margin-top: 13.28px;
        margin-right: 11.67px;
        width: calc((100% - 23.3438px)/3);
        height: 47.4656px;
        line-height: 47.4656px;
        font-size: 15.5625px;
        min-width: 30%;
        max-width: 100%;
        flex: none;
        border-radius: 7px;
    }
    .content-main .footer-s .box .links3 a:nth-child(2n){
        margin-right: 11.67px;
    }
    .content-main .footer-s .box .links3 a:nth-child(3n){
        margin-right: 0;
    }
    .bottom-box {
        background-color: #f71a2b;
        padding: 0.53rem 13.28px 1.02rem;
        height: auto;
        border-radius: 7px;
        background: #f71a2b url('../img/news_bg.jpg') left top no-repeat;
        background-size: cover;
    }
    .bottom-box .title {
        font-size: 0.44rem;
        margin-bottom: 52.9125px;
    }
    .bottom-box .q {
        font-size: 0.27rem;
        margin-bottom: 26.45px;
    }
    .bottom-box .a {
        margin-bottom: 1.02rem;
        display: flex;
        justify-content: space-between;
    }
    .bottom-box .a span {
        width: calc((100% - 12.45px)/2);
        height: 52.9125px;
        margin-right: 11.67px;
        line-height: 52.9125px;
        font-size: 17.5px;
    }
    .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: 17.5px;
        display: block;
    }
    .connect-form {
        margin-top: 26.45px!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;
    }    
 
}


@media screen and (max-width: 1700px) {
    
} 
@media screen and (max-width: 1590px) {
    
} 
@media screen and (max-width: 1430px) {
    .content-main ul li .right .title{width:430px;}
} 
@media screen and (max-width: 1270px) {
    .content-main ul li .right .title{width:330px;}
} 
@media screen and (max-width: 1100px) {
    .content-main ul li .right .title{width:240px;}
} 
@media screen and (max-width: 1000px) {
   .content-main .article_content{
        padding:30px 0px;
        margin-bottom:30px;
        border-radius:18px;
        margin-right:auto;
    }
   .content-main .article_content .news-header{
        padding:0 20px 30px;
    }
    .content-main .article_content .article-title{
        font-size:20px;
    }
    .content-main .article_content .news-body{
         padding: 20px 28px;
    }
    .content-main .article_content .turn_line_a{
        padding: 20px 28px;
    }
    
    
    
    .content-main .footer-s .hot-box .right a h2.title{
        font-size:14px;
    }
}

@media screen and (max-width: 800px) {
    .content-main .article ul a li .right h2{font-size:14px;}
    .content-main ul li{border-radius:5px;}
    .content-main ul li .center img{border-radius:5px 0px 0px 5px;}
    
    .content-main .footer-s{margin-top:40px;}
}