/*新闻评论*/
.commit-input-box {
    padding-top: .7rem;
}
.commit-text {
    padding-left: .78rem;
    position: relative;
    height: 2rem;
    margin-top: .3rem;
    margin-bottom: .3rem;
}
.commit-text textarea {
    width: 100%;
    height: 100%;
    border: 2px solid #f1f1f1;
    border-radius: 5px;
    font-size: 14px;
    font-family: '微软雅黑' ,Arial, Helvetica, sans-serif;
    padding: 1em;
    resize: none;
}
.btn-submit {
    width: 1rem;
    line-height: .4rem;
    background-color: #d7000f;
    color:#fff;
    text-align: center;
    position: absolute;
    right: .2rem;
    bottom: .2rem;
    font-size: .2rem;
    border-radius: .12rem;
}
.cmt-title-b {
    /* padding-top: .3rem; */
}
.cmt-title-b .num {
    color:#999;
}
.cmt-item {
    padding-left: .78rem;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: .3rem;
    margin-top: .3rem;
}
.cmt-item:last-child {
    border-bottom: 0;
}
.cmt-title {
    position: relative;
    line-height: .55rem;
}
.cmt-title .cmt-time {
    padding-left: 2em;
}
.cmt-title h3 {
    font-weight: normal;
}
.cmt-title .btn-good {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.cmt-item .cmt-face, .commit-text .cmt-face {
    width: .55rem;
    height: .55rem;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    overflow: hidden;
}
.cmt-face img {
    width: 100%;
    height: 100%;
}
.cmt-article {
    padding-bottom: 1em;
}
.cmt-item-tools {
    padding-bottom: 1em;
}
.cmt-item-tools .btn-good {
    display: inline-block;
    cursor: pointer;
}
.btn-good .fonticon {
    transform: scale(1.2);
}
.btn-good.active .fonticon {
    color:#d7000f
}
.cmt-item-reply {
    background-color: #f1f1f1;
    padding: 1em 2em;
    border-radius: 6px;
    color:#444;
}
.cmt-time {
    color:#999;
}
.reply-bot {
    text-align: center;
}
.reply-bot.get-more {
    margin: .2rem 0;
}

.to-up {
    color:#d7000f;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-right: 14px;
}
.cmt-reply-item {
}
.to-up::after {
    content: '';
    width: 0.08rem;
    height: 0.08rem;
    top: 50%;
    margin-top: -0.02rem;
    right: 0;
    transform: rotate(45deg);
    position: absolute;
    border-left: 1px solid #d7000f;
    border-top: 1px solid #d7000f;
}
.reply-down .to-up {
    padding: .15rem;
    background-color: #f1f1f1;
    padding-right: .3rem;
    border-radius: 12px;
}
.reply-bot.get-more .to-up {
    padding-right: .25rem;
}
.reply-down .to-up::after, .get-more .to-up::after {
    right: .1rem;
    transform: rotate(-135deg);
    margin-top: -0.07rem;
}
.mb-commit-bar {
    position: fixed;
    z-index: 100;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1rem;
    padding: .2rem .45rem;
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    
}
.mb-bar-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mb-bar-box .click-icon {
    font-size: .5rem;
    margin: 0 .25rem;
    color: #999;
}
.mb-bar-box .click-icon:last-child {
    margin-right: 0;
}
.mb-com-ready {
    width: 48%;
    background-color: #f1f1f1;
    border-radius: .16rem;
    height: .6rem;
    line-height: .6rem;
    color: #999;
}
.mb-com-ready {
    padding-left: .8rem;
    position: relative;
    font-size: .28rem;
}
.mb-com-ready .fonticon {
    position: absolute;
    font-size: .4rem;
    left: .2rem;
    top: 50%;
    transform: translate(0, -50%);
    color:#cccccc;
}
.mb-com-ready input {
    display: block;
    width: 95%;
    height: 100%;
    border: 0;
    background-color: transparent;
}
.mb-ly-box {
    width: 100%;
    height: 100%;
    position: absolute;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
}
.mb-ly-box .mb-ly-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.mb-ly-fixed {
    width: 100%;
    height: 1.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
    border:1px solid #f1f1f1;
    background-color: #ffffff;
}
.mb-ly-fixed textarea {
    background-color: transparent;
    border: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
    font-size: .28rem;
    padding-right: 18.5%;
    box-sizing: border-box;
}
.mb-ly-fixed .btn-send {
    width: .87rem;
    line-height: .5rem;
    background-color: #d7000f;
    border-radius: .12rem;
    font-size: .26rem;
    text-align: center;
    color:#ffffff;
    position: absolute;
    right: 3.33%;
    top: .2rem;
}
.mb-ly-fixed .close {
    right: 6%;
    top: 1.1rem;
    font-size: .3rem;
    position: absolute;
    color:#333;
    left: auto;
}
/* 上下篇 新闻*/
.news_Last_Next{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.news_Last_Next a{
    font-size: .16rem;
    /* text-decoration: underline; */
    /* max-width: 45%; */
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
    transition: all .2s linear;
}
/* .news_Last_Next a:hover{
    color: #d7000f;
} */

@media (max-width: 767px) {
    /* 上下篇 新闻*/
    .news_Last_Next{
        display: flex;
        flex-wrap: wrap;
        margin-top: .1rem;
    }
    .news_Last_Next a{
        font-size: .24rem;
        /* margin-top: .3rem; */
        /* text-decoration: underline; */
        width: 100%;
        max-width: 100%;
        word-break:break-all;
        display:-webkit-box;
        -webkit-line-clamp:1;
        -webkit-box-orient:vertical;
        overflow:hidden;
    }
    .mb-ly-fixed .close {
        display: block;
    }
    .to-up {
        padding-right: .6rem;
    }
    .reply-bot.get-more .to-up, .reply-down .to-up {
        padding-right: .6rem;
    }
    .to-up::after {
        width: .18rem;
        height: .18rem;
    }
    .cmt-title {
        margin: .2rem 0;
    }
    .reply-down .to-up::after {
        right: .2rem;
    }
    .reply-down .to-up::after, .get-more .to-up::after {
        right: .2rem;
        margin-top: -.15rem;
    }
    .cmt-title .btn-good, .reply-down,.reply-bot {
        font-size: .24rem;
    }
}


/* 2022-05-10 新改版 wyt */
.news_Last_Next{
    /* width: 12rem; */
    margin-bottom: 0.5rem;
}
.new-prev-box,.new-next-box{
    /* flex: 1; */
    width: 50%;
    display: flex;
    align-items: center;
    height: 1.2rem;
    background-color: rgba(233, 233, 233, 0.5);
}

.new-prev-box:hover,.new-next-box:hover{
    background-color: rgba(233, 233, 233, 1);
}
.new-prev-box:hover .news-one img,.new-next-box:hover .news-one img{
    opacity: 1;
}
.new-prev-box .news-one,.new-next-box .news-one{
    padding: 0rem 0.21rem 0rem 0.21rem;
    cursor: pointer;
}
.new-prev-box .news-three{
    padding: 0rem 1rem 0rem 0.21rem;
    flex: 1;
}
.new-next-box .news-three{
    padding: 0rem 0.21rem 0rem 0rem;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}
.new-prev-box .news-one img,.new-next-box .news-one img{
    width: 0.16rem;
    opacity: 0.5;
}
.new-next-box .news-one img{
    transform: rotate(180deg);
}
.new-prev-box .news-two img,.new-next-box .news-two img{
    width: 1.2rem;
    height: 0.81rem;
    cursor: pointer;
}
.news_Last_Next .news-three a{
    /* width: 4.31rem;
    text-align: right; */
    /* width: 4.5rem; */
    width: 100%;
}

@media (max-width: 767px) {
    .new-pc-show{
        display: none !important;
    }
    .new-mb-show{
        display: flex !important;
    }
    .news_Last_Next{
        width: 100%;
    }
    .new-prev-box, .new-next-box{
        width: 100%;
        padding: 0 0.22rem;
        flex: auto;
    }
    .new-prev-box .news-two img, .new-next-box .news-two img{
        width: 1.32rem;
        height: 0.88rem;
    }
    .new-next-box .news-three{
        padding: 0 0.2rem;
        margin-left: 0;
        flex: 1;
    }
    .new-prev-box .news-one, .new-next-box .news-one{
        padding: 0;
    }
    .news_Last_Next a{
        width: 100%;
        text-align: left;
    }
    .news-video-left{
        padding-right: 0rem;
        padding-left: 0rem;
    }
}
