.w1300 {
    width: 13rem;
}

.dynamic-wrap {
    background: #F5F5F5;
    padding: .8rem 0 .55rem 0;
}

.dynamic-box {
    margin: 0 auto;
    margin-top: .55rem;
    display: flex;
    justify-content: space-between;
}

.index-news-left {
    width: 4rem;
    flex-shrink: 0;
}

.index-news-left-img {
    width: 100%;
    height: 2.37rem;
    position: relative;
    border-radius: 0.16rem;
    overflow: hidden;
}

.index-news-left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-news-left-time {
    width: 1.52rem;
    height: 0.36rem;
    background: #173A96;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.18rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index-news-left-content {
    padding: 0.1rem 0;
}

.index-news-left-title {
    font-size: 0.18rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 600;
    color: #000000;
    padding: .15rem 0;
    border-bottom: 0.01rem solid #D6D6D6;
}

.index-news-left-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.24rem;
    margin-top: .15rem;
}

.index-news-left-more {
    font-size: 0.16rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #313131;
    cursor: pointer;
    margin-top: .24rem;
}

/*  */
.index-news-right {
    margin-left: .55rem;
    flex: 1;
}

.index-news-list {}

.index-news-item {
    padding: .25rem 0;
    display: flex;
    padding-right: .4rem;
    margin-bottom: .3rem;
}

.index-news-item:hover {
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.1);
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}

.index-news-item:hover {
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.1);
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}

.index-news-item:hover .index-news-day,
.index-news-item:hover .index-news-title {
    color: #173A96;
}

.index-news-time {
    flex-shrink: 0;
    padding: 0 .25rem;
    border-right: 1px solid #CBCBCB;
    text-align: right;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}

.index-news-day {
    font-size: 0.34rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}

.index-news-year {
    font-size: 0.18rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-top: .1rem;
}

.index-news-content {
    margin-left: .35rem;
}

.index-news-title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.18rem;
    color: #000000;
}

.index-news-p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.28rem;
    margin-top: .24rem;
}

.dynamic-more {
    display: flex;
    justify-content: center;
}

/* 市场活动 */
.act-wrap {
    background: url(?assets/img/news/act-bg.png) no-repeat;
    background-position: top;
    background-size: 100% auto;
    padding: .8rem 0;
}

.act-box {
    margin: 0 auto;
}

.news-nav-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: .35rem 0;
}

.news-nav {
    width: 1.6rem;
    height: 0.52rem;
    background: #FFFFFF;
    border-radius: 0rem 0rem 0rem 0rem;
    border: 0.01rem solid #173A96;
    margin-left: .15rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.2rem;
    color: #173A96;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.news-nav.active {
    background: linear-gradient(90deg, #1C1F86 0%, #E30112 100%);
    color: #fff;
}

.act-list {
    display: flex;
    justify-content: space-between;

}

.act-item {
    width: 6.25rem;
}

.act-img {
    height: 3.68rem;
    position: relative;
    overflow: hidden;
    border-radius: .12rem;
}

/* 模型相关 */
.related-wrap {
    padding: .85rem 0;
    background: url(?assets/img/news/related-bg.png) no-repeat;
    background-size: cover;
}

.related-box {
    margin: 0 auto;
    margin-top: .56rem;
}

.related-list {
    display: flex;
}

.related-item {
    width: 4rem;
    margin-right: .5rem;
    background: #fff;
}

.related-item:nth-child(3n) {
    margin-right: 0;
}

.related-item .act-img {
    height: 2.36rem;
    border-radius: 0;
}

.related-item .index-news-left-content {
    padding: .24rem;
}

/* 创新助力 */
.assistance-wrap {
    padding: .8rem 0 .4rem 0;
    margin: 0 auto;
}

/* ---------------------------------------------------- */
.news-list {
    margin: 0 auto;
}

.news-item {
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
    background: #fff;
}

.news-item:last-of-type {
    margin-bottom: 0;
}

.news-img {
    width: 3rem;
    height: 1.77rem;
    flex-shrink: 0;
    position: relative;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-date {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.36rem;
    height: 0.36rem;
    background: #173A96;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.18rem;
    color: #FFFFFF;

    position: absolute;
    top: .12rem;
    left: 0;

}

.news-des {
    flex: 1;
    padding: 0.2rem 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.news-text {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.18rem;
    color: #000000;
}

.news-p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.28rem;
    margin-top: 0.1rem;
}

.news-more {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #313131;
    margin-top: .3rem;
}

.news-page {
    padding-top: 0.6rem;
}

/*  */
.information-wrap {
    background: #F5F5F5;
    padding: .8rem 0 .4rem 0;
}

.information-box {
    margin: 0 auto;
    margin-top: .55rem;
}

/*  */
.news-list-wrap {
    background: #F5F5F5;
    overflow: hidden;
    padding: .5rem 0 .6rem 0;
}

/* 详情 */
.newsDetails-box {
    margin: 0 auto;
    padding: .2rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.newsDetails-left {
    width: 8.74rem;
    background: #fff;
    padding: .25rem;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}

.newsDetails-title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.24rem;
    color: #000000;
    line-height: 0.24rem;
    padding: .15rem 0;
}

.newsDetails-time {
    display: flex;
    padding-bottom: .18rem;


}

.newsDetails-time p {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #173A96;
    margin-right: .11rem;
}

.newsDetails-content {
   
    padding: .3rem 0;
    border-bottom: 0.01rem solid #DDDDDD;
    border-top: 0.01rem solid #DDDDDD;
}
.newsDetails-content p,
.newsDetails-content span,
.newsDetails-content strong{
     font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: inherit;
    /*font-size: 0.18rem ;*/
    font-size: 16px;
    color: #666666;
    line-height: 0.32rem;
}
.newsDetails-content strong{
    font-weight: bold;
}
.newsDetails-content p a{
     /*font-size: 0.18rem;*/
     /*line-height: 0.32rem;*/
     display: contents !important;
}
.newsDetails-content p a p,
.newsDetails-content p a span,
.newsDetails-content p a strong{
    color: #3598db;
}
.newsDetails-content img {
    width: revert-layer;
    height: auto;
    display: inline-block;
}

.newsDetails-bottom {
    padding-top: .19rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsDetails-page-box {
    flex: 1;
}

.newsDetails-page {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.2rem;
    margin-top: .1rem;
}

.newsDetails-page:first-of-type {
    margin-top: 0;
}

.newsDetails-bt {
    flex-shrink: 0;
}

.newsDetails-bt .index-more {
    margin: 0;
    margin-left: .3rem;
}

.newsDetails-bt .index-more img {
    width: auto;
    height: .12rem;
    margin: 0;
    margin-right: .12rem;
}

.newsDetails-right {
    width: 3.96rem;
}

.news-center {
    padding: .3rem;
    background: #fff;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    margin-bottom: .3rem;
}

.news-center-title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.26rem;
    color: #333333;
    padding-bottom: .2rem;
    border-bottom: 0.01rem solid #DDDDDD;
}

.news-class-box {}

.news-class {
    padding: .2rem 0;
    border-bottom: 0.01rem solid #DDDDDD;
    display: flex;
    align-items: center;

}

.news-class-text {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    flex: 1;
}

.news-class-icon {
    width: .16rem;
    flex-shrink: 0;
}

.news-class-icon2 {
    display: none;
}

.news-class:hover .news-class-text {
    color: #173A96;
}

.news-class:hover .news-class-icon1 {
    display: none;
}

.news-class:hover .news-class-icon2 {
    display: block;
}

.news-recom {
    padding: .2rem 0;
    border-bottom: 0.01rem solid #DDDDDD;
}

.news-recom-text {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.24rem;
}

.news-recom-time {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #173A96;
    margin-bottom: .1rem;
}

.news-adv{
    width: 100%;
}


@media only screen and (max-width:768px){
    .w1300{
        width:7rem;
    }
    .index-news-left{
        width: 7rem;
    }
    .dynamic-box{
            flex-wrap: wrap;
    }
    .index-news-right{
        margin-left: 0;
    }
    .act-wrap{
        background-size: 100% 30%;
    }
    .news-nav-box{
            justify-content: space-between;
    }
    .act-item{
        width: 3.25rem;
    }
    .act-img{
            height: 2.8rem;
    }
    .related-item{
        width: 2.2rem;
    margin-right: 0.2rem;
    }
    .news-text{
        line-height: 1.2;
    }
    .newsDetails-box{
            flex-wrap: wrap;
    }
    .newsDetails-right {
    width: 100%;
    margin-top: 0.2rem;
    }
    .newsDetails-content span{
        font-size: 0.18rem!important;
    }
    .newsDetails-title{
            line-height: 0.32rem;
    }
}<!--0.00020098686218262-->