.news-container {
    position: relative;
}

.position {
    width: 100%;
    height: 40px;
    background: #eaeaea url("../images/position_bj.jpg") no-repeat;
    float: left;
    margin-bottom: 30px;
}

.position #dqwz {
    width: 100%;
    float: left;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
}

.content-box {
    position: relative;
    box-sizing: border-box;
    background: #F7F7F7;
}

.youxiu {
    position: absolute;
    right: 15px;
    top: 30px;
    width: 127px;
    height: 104px;
    background: url("../images/youxiu@2x.png") no-repeat;
    background-size: 100% 100%;
}

.breadcrumb-box {
    position: relative;
    padding: 0 32px;
    background: #ffffff;
}

.breadcrumb {
    display: flex;
    padding: 24px 0;
    font-size: 14px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #999999;
}

.bread-min-title {
    display: block;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb a {
    color: #999999;
}


.breadcrumb i {
    font-style: normal;
    margin: 0 10px;
}


/*左右板块布局*/
.news-box {
    position: relative;
    overflow: hidden;
}

.news-box .news-left {
    /*width: 792px;*/
    width: 100%;
}

.news-box .news-title {
    font-family: MiSans, MiSans;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-top: 30px;
    text-align: center;
}

.news-box .news-info {
    padding-bottom: 35px;
    border-bottom: 1px solid #dddddd;
}

.news-box .news-info span,
.author-text {
    padding-right: 32px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.news-box .news-left .artContent {
    background: #ffffff;
    padding: 24px 32px;
    line-height: 28px;
    font-size: 14px;
    font-family: MiSans, MiSans;
    color: #333333;
}

.news-box .news-left .artContent p {
    line-height: 28px;
    margin-top: 10px;
    font-size: 18px;
    font-family: MiSans, MiSans;
    color: #333333;
}

.artContent p img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.commentList {
    position: relative;
    width: 96%;
    max-height: 370px;
    overflow-y: auto;
    background: #ffffff;
    margin: 24px;
}

.flexBox {
    margin-top: 24px;
    display: flex;
    max-height: 674px;
    overflow: hidden;
    background: #ffffff;
}

.commentBox {
    flex: 1;
    overflow: hidden;
    padding: 0 24px;
}

.comTitle {
    padding-top: 24px;
    font-size: 22px;
    font-family: MiSans, MiSans;
    font-weight: 600;
    color: #333333;
}

.inputBox {}

.inputBox .el-input__inner,
.inputBox .el-input-group__append {
    background: #f7f7f7;
    border: none;
}

.inputBox .el-input-group__append {}

.inputBox .comment-btn .el-button {
    background: #129E56;
    color: #ffffff;
}

.inputBox>img,
.commentList li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 16px;
}

.commentList li {
    margin-bottom: 24px;
}

.commentList li .messBox {
    flex: 1;
    /* overflow: hidden;*/
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
}

.commentList li .messBox h6 {
    font-size: 14px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #666666;
}

.commentList li .messBox h6 span {
    padding-left: 16px;
    font-size: 14px;
    color: #999999;
    font-family: MiSans-Regular, MiSans;
}

.commentList li .messBox .content {
    width: 100%;
    font-size: 16px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;*/
}

.commentList li .messBox .info {
    padding-top: 8px;
}

.commentList li .messBox .info .time {
    font-size: 14px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #999999;
}

.commentList li .messBox .info .reply {
    font-size: 14px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #999999;
    padding-left: 16px;
    padding-right: 16px;
}

.commentList li .messBox .info .reply span {
    color: #999999;
}

.commentList li .messBox .info .zan {
    display: inline-block;
    cursor: pointer;
}

.commentList li .messBox .info .zan .zan-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/zan-cion.png") no-repeat;
    background-size: 100% 100%;
    vertical-align: text-bottom;
}

.zan-active {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/zan-active.png") no-repeat;
    background-size: 100% 100%;
    vertical-align: text-bottom;
}

.commentList li .messBox .info .zan .zan-text {
    font-size: 14px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #129E56;
}

.noData {
    font-size: 16px;
    font-family: MiSans-Medium, MiSans;
    text-align: center;
}


.news-box .news-right {
    display: none;
    width: 384px;
    box-sizing: border-box;
}

.news-box .news-right .content {
    width: 384px;
    background: #FFFFFF;
    margin-bottom: 24px;
    padding: 32px 24px;
    box-sizing: border-box;
}

.news-box .news-right .title {
    font-size: 20px;
    font-family: MiSans, MiSans;
    font-weight: 600;
    color: #333333;
}



.news-box .news-right .list .item {
    padding-top: 24px;
}

.news-box .news-right .list .item .links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.news-box .news-right .list .item .links i {
    display: none;
    font-style: normal;
    font-size: 16px;
    font-family: MiSans, MiSans;
    font-weight: 500;
    color: #979797;
}

.news-box .news-right .list .item .links span {
    font-size: 16px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #333333;
    text-align: left;
}

.liability {
    background: #ffffff;
    padding: 24px 32px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.artContent p video,
video {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 1em auto;
}

.com-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.com-title-wrapper .orderby {}

.com-title-wrapper .orderby a {
    font-family: MiSans, MiSans;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    padding-left: 32px;
}

.cur-active {
    color: #129E56 !important;
}

.commentBox {
    font-family: MiSans, MiSans;
}

.commentText p span.active {
    color: #129E56 !important;
}

.commentInputBox .el-button {
    background: #129E56 !important;
}

.photo-footer {
    background: #ffffff;
    padding: 24px 32px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    text-align: right;
}

.photo-footer span {
    margin-left: 20px;
}