.news-nav {
    padding: .16rem 0 0;
    overflow: hidden;
    position: relative;
}
.news-nav-barrier {
    position: absolute;
    right: -0.06rem;
    top: 0.1rem;
    width: .48rem;
    height: .4rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #F7F7F7 100%);
}
.news-c-list {
    overflow: hidden;
    height: .28rem;
}
.news-c-list>li {
    float: left;
    border: .01rem solid #6DDAFF;
    height: .26rem;
    font-size: .14rem;
    color: #6DDAFF;
    line-height: .26rem;
    border-radius: .26rem;
    margin-left: .08rem;
    padding: 0 .1rem;
}

.news-c-list .news-nav-select {
    border: .02rem solid #00B0EC;
    color: #00B0EC;
    font-weight: 500;
    height: .24rem;
    line-height: .24rem;
}

.news-details {
    padding: 0 .16rem;
}

.news-related {
    color: #B2B2B2;
    font-size: .12rem;
    display: flex;
    padding: .04rem 0;
}
.news-time {
    background: url('../images/row-news-time.png') no-repeat left center;
    background-size: .11rem .11rem;
    padding-left: .17rem;
}
.news-content {
    color: #595959;
}
.news-content p {
    font-size: .16rem;
}
.news-share {
    color: #B2B2B2;
    font-size: .12rem;
    display: flex;
    height: .32rem;
    line-height: .32rem;
    justify-content:flex-end;
}
.social-share .social-share-icon {
    width: .22rem;
    height: .22rem;
    line-height: .22rem;
    font-size: .14rem;
}



.main-row {
    background: #F7F7F7;
}
.row-title-info {
    padding: .16rem 0 .02rem;
}
.row-news-related {
    padding: .04rem 0 .06rem;
}
.main-row .news-share {
    padding: .03rem 0 .1rem;
}


.news-details .news-title {
    font-size: .18rem;
    font-weight: 500;
    line-height: .3rem;
    padding-top: .2rem;
}

.news-details .news-time {
    /*width: .84rem;*/
    margin-right: .2rem;
}

.news-details .news-content {
    letter-spacing: .01rem;
}

.news-details .news-content>p {
    margin-bottom: .18rem;
}
.news-details .news-content>p:last-child {
    margin-bottom: 0;
}
.news-details .news-share {
    padding: .05rem 0 .12rem;
}
.news-qrcode {
    height: .95rem;
    padding-bottom: .16rem;
}
.news-qrcode img {
    width: 3.44rem;
    vertical-align: top;
}
.news-interval {
    height: .08rem;
    background: #EBEBEB;
}
.news-about-title {
    font-size: .18rem;
    color: #00B0EC;
    height: .26rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: .2rem;
}

.about-left, .about-right {
    width: .37rem;
    height: .18rem;
    background: url('../images/about-left.png') no-repeat center;
    /* background-size: cover; */
}
.about-right {
    transform: rotate(180deg);
}
.news-about-title div:nth-child(2) {
    padding: 0 .03rem;
}
.news-about-list {
    padding: 0 .16rem;
}
.news-about-list>li {
    border-bottom: .01rem solid #EBEBEB;
    padding-bottom: .08rem;
    padding-top: .05rem;
}

.news-about-list .news-title {
    font-size: .18rem;
    line-height: .24rem;
    padding-top: .08rem;
    padding-bottom: .05rem;
    font-weight: 500;
    color: #353535;
}
.news-about-list .news-content {
    font-size: .16rem;
    line-height: .26rem;
}

.news-content p {
    font-size: .16rem;
    line-height: .26rem;
    letter-spacing: .01rem;
}
.news-content p img{
    display: block;
    margin: 0 auto;
    max-width: 3.43rem;
    border-radius: .05rem;
}

.row-news-item a {
    display: block;
}