.news-top {
    height: 300px;
    overflow: hidden;
}

.news-top img {
    width: 100%;
    height: 100%;
}

.news-detail {
    /* background-color: pink; */
    padding-top: 30px;
}

.current .current-info .current-info-top .current-info-top-time {
    padding-top: 20px;
}

.current-info-context .text {
    padding-top: 30px;
    text-indent: 20px;
    line-height: 1.75;
}

/* 分享 && 上下篇 */
.current-other {
    padding-top: 30px;
    padding-bottom: 30px;

    display: flex;
    justify-content: space-between;
}

.current-other .current-other-links {}

.current-other .current-other-links .current-other-links-item {
    padding-bottom: 20px;
}

.current-other .current-other-links a {
    color: #666;
    padding-left: 20px;
}

.current-other .current-other-share {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.current-other .current-other-share div {
    padding-right: 20px;
}

.current-other .current-other-share .share {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.current-other .current-other-share .share li {
    padding-right: 10px;
    width: 40px;
    height: 40px;

    overflow: hidden;
}

.current-other .current-other-share .share li a {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.current-other .current-other-share .share li.weixin a {
    background: url(../src/img/vbg01.png) -1302px -100px no-repeat;
}

.current-other .current-other-share .share li.weibo {
    background: url(../src/img/vbg01.png) -1302px -190px no-repeat;
}

.current-other .current-other-share .share li.qq {
    background: url(../src/img/vbg01.png) -1302px -145px no-repeat;
}

.current-other .current-other-share .share li.qq-space {
    background: url(../src/img/vbg01.png) -1302px -235px no-repeat;
}

.current-other .current-other-share .share li.douban {
    background: url(../src/img/vbg01.png) -1302px -730px no-repeat;
}

.current-other .current-other-share .share li.baidu {
    background: url(../src/img/vbg01.png) -1302px -595px no-repeat;
}

/* 评论列表 和 "我的"评论 */
.current-comment {}

.current-comment .comment-go {}

/* 评论框 */
.current-comment .comment-go .comment-go-t {
    margin-left: 20px;
    margin-right: 20px;
}

.current-comment .comment-go .comment-go-box {
    resize: none;
    /* margin-left: 20px; */
    /* margin-right: 20px; */
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 100%;
    height: 300px;

    padding: 20px;
}

.current-comment .comment-go .comment-go-box::placeholder {
    color: #666;
    font-size: 14px;
    /* padding-left: 10px; */
    /* padding-top: 10px; */
}

/* 用户信息 和 提交评论 */
.current-comment .comment-go .comment-go-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

/* 昵称 && 验证码 */
.current-comment .comment-go .comment-go-b .nick-code {
    display: flex;
    align-items: center;
}

.current-comment .comment-go .comment-go-b .nick-code .nick,
.current-comment .comment-go .comment-go-b .nick-code .code {
    display: flex;
    align-items: center;
}

.current-comment .comment-go .comment-go-b .nick-code .code {
    padding-left: 40px;
}

.current-comment .comment-go .comment-go-b .nick-code .code #v_container {
    margin-left: 10px;
    width: 140px;
    height: 40px;
    /* border-radius: 8px; */
}

#verifyCanvas {
    border-radius: 8px;
}

.current-comment .comment-go .comment-go-b .nick-code input {
    width: 170px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-left: 10px;
    padding-left: 10px;
}

.current-comment .comment-go .comment-go-b .nick-code input::placeholder {
    color: #666;
    font-size: 14px;
}

.current-comment .comment-go .comment-go-b .submit {
    width: 240px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background-color: #e93031;
    color: #fff;
    font-size: 18px;
    border-radius: 40px;
}

/* 全部评论 */
.current-comment .comment-list {
    /* padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px; */
    margin: 40px 20px;

    position: relative;
    /* background-color: pink; */
}

.current-comment .comment-list .comment-list-num {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.current-comment .comment-list .comment-list-con {
    padding: 20px;

    height: 500px;
    overflow-y: auto;
    /* background-color: #ad9090; */
}

.current-comment .comment-list .comment-list-con .comment-list-con-item {
    height: 150px;
    /* background-color: #fff; */
}

.current-comment .comment-list .comment-list-empty {
    width: 160px;
    height: 125px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../src/img/defaultIcon.png) 0 -839px no-repeat;
}

.current-comment .comment-list .comment-list-empty span {
    display: inline-block;
    margin-top: 150px;
}