/* 2023骞�1鏈�29鏃� */
.news-write {
    margin-top: 70px;
    color: #333;
}

.news-write .title {
    line-height: 28px;
    height: 28px;
}

.news-write .title span {
    float: left;
    font-weight: bold;
    font-size: 22px;
}

.news-write .head {
    float: left;
    width: 65px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 0px;
}

.news-write .head img {
    width: 100%;
    height: 100%;
}

.news-write form {
    float: right;
    width: 640px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #186dd3;
    margin-top: 20px;
}

.news-write form .text {
    float: left;
    padding: 0px;
    outline: none;
    width: 450px;
    height: 43px;
    line-height: 43px;
    border: none;
    margin-left: 15px;
    font-size: 16px;
    color: #333;
}

.news-write {
    margin-top: 70px;
    color: #333;
    overflow: hidden;
}

.news-comment {
    margin-top: 70px;
    padding-bottom: 70px;
}

.sub {
    background: #186dd3;
    color: white;
    border: none;
    height: 100px;
    width: 100px;
    float: right;
}

.news-comment {
    margin-top: 70px;
    padding-bottom: 70px;
}

.news-comment .title {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ebebeb;
}

.news-comment .title span {
    float: left;
    height: 45px;
    border-bottom: 1px solid #186dd3;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.news-comment .list {
    margin-top: 35px;
    overflow: hidden;
}

.news-comment ul {
    margin-top: -20px;
}

.news-comment li {
    border-bottom: 1px solid #ebebeb;
    margin-top: 25px;
    overflow: hidden;
}

.news-comment li .head {
    float: left;
    width: 45px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 15px;
}

.news-comment li .head img {
    width: 100%;
    height: 100%;
    margin: 15px 0;
    border-radius: 50%;
}

.news-comment li .show {
    float: right;
    width: 638px;
}

.show {
    display: block;
}

.news-comment li h4 span,
.news-comment li h4 span a {
    color: #186dd3;
}

.news-comment li h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.news-comment li p {
    line-height: 24px;
    font-size: 14px;
    color: #4b4b4b;
}

@media (min-width: 320px) and (max-width: 750px) {

    .news-write .title {
        line-height: 0.28rem;
        height: 0.28rem;
        margin-top: 0.2rem;
    }

    .news-write .title span {
        float: left;
        font-weight: bold;
        font-size: 0.36rem;
    }

    .news-write .head {
        float: left;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        overflow: hidden;
        margin-top: 0.5rem;
        margin-left: 0.1rem;
    }

    .news-write form {
        float: right;
        width: 5.4rem;
        height: 0.8rem;
        overflow: hidden;
        border: 0.01rem solid #186dd3;
        margin-top: 0.6rem;
        border-radius: 0.1rem;
    }

    .news-write form .text {
        float: left;
        padding: 0;
        outline: none;
        width: 4.2rem;
        height: 0.78rem;
        line-height: 0.78rem;
        border: none;
        margin-left: 0.15rem;
        font-size: 0.2rem;
        color: #333;
    }

    .sub {
        background: #186dd3;
        color: white;
        border: none;
        width: 1rem;
        height: 0.8rem;
        float: right;
        font-size: 0.24rem;
    }

    .news-comment {
        margin-top: 0.5rem;
        padding-bottom: 0.6rem;
    }

    .news-comment .title span {
        float: left;
        color: #333;
        font-weight: bold;
        font-size: 0.36rem;
        border-bottom: 0.01rem solid #186dd3;
    }

    .news-comment li .show {
        float: right;
        width: 80%;
        margin-top: 0.1rem;
    }

    .news-comment li {
        border-bottom: 0px solid #ebebeb;
        margin-top: 0.45rem;
        overflow: hidden;
    }

    .show label {
        display: inline-block;
        margin-bottom: 0.2rem;
    }

    .jiazai {
        text-align: center;
    }

    .content_footer {
        height: 1.6rem;
        background: #F4F4F6;
        padding: 0.42rem 1.6rem 0.42rem 1.6rem;
    }

    .news-comment li p {
        text-indent: 2em;
    }

    .news-comment li .head {
        margin-top: -15px;
    }

    .comment-more .jiazai a {
        color: #007bff;
        text-decoration: none;
    }

    .comment-no .jiazai a {
        color: #333;
        text-decoration: none;
    }
}