
.panel_title .line {
    width:100%;
    height:2px;
    background:#000;
}
.relationContent,.commentContent,.commentBody,.commentSummary,.commentDetails,.commentJoin {
    font-size: 16px;
    color: #101010;
    letter-spacing: 1px;margin-top: 15px;
}
.news_item {
    width: 100%;
    float: left;
    margin-bottom: 0;
    position: relative;
    /* line-height: 30px; */
    /* height: 60px; */
}

.news_item .item_left {
    float: right;
}

.news_item .item_left .image1 {
    height: 90px;
    width: 120px;
    margin-right: 0.10rem;
    border-radius: 5px;
}

.news_item .item_right {
    text-align: right;
    padding-right: 10px;
    line-height: 50px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news_item .item_right .title_container {
    /* height: 14px; */
    width: 100%;
    text-align: left;
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 0px;
    /* line-height: 29px; */
}

.news_item .item_right .title_container .news_title {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.news_item .item_right .left {
    font-size: .12rem;
    overflow: hidden;
    color: #8c8c8c;
    display: inline-block;
    line-height: .18rem;
}

.news_item .item_right .left_new {
    font-size: 12px;
    color: #727272;
    text-align: right;
    line-height: 20px;
}

.news_item .item_right .leftcircle {
    max-width: 1.1rem;
    display: inline-block;
    font-size: 0.12rem;
    bottom: 0.06rem;
    color: #8c8c8c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    line-height: 0.18rem;
    height: 0.19rem;
    margin-right: 0.05rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    border: 1px;
    border-radius: 0.12rem;
    -webkit-border-radius: 0.12rem;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #D0D0D0;
    background: #F6F6F6;
}

.news_item .item_right .leftcircle_new {
    font-size: 0.12rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    line-height: 0.18rem;
    height: 0.19rem;
    padding-left: 0.05rem;
    padding-right: 0.05rem;
    border: 1px;
    border-radius: 0.12rem;
    -webkit-border-radius: 0.12rem;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #D0D0D0;
    background: #F6F6F6;
}

.news_item .item_right .leftspecial {
    font-size: 0.12rem;
    position: absolute;
    bottom: 0.06rem;
    color: #FF0000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    line-height: 0.18rem;
    height: 0.19rem;
    margin-bottom: 0.03rem;
    padding-left: 0.05rem;
    padding-right: 0.05rem;
    border: 1px;
    border-radius: 0.05rem;
    -webkit-border-radius: 0.05rem;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: #FF0000;
}

.news_item .line0 {
    width: 100%;
    height: 1px;
    background: lightgray;
    margin-top: .06rem;
    margin-bottom: .1rem;
}

.news_item .line1 {
    width: 100%;
    height: 1px;
    background: lightgray;
    margin-top: 0.26rem;
    margin-bottom: 0.04rem;
}

.news_item .line_new, .line_top_new {
    width: 100%;
    height: 1px;
    background: lightgray;
    margin-top: 7px;
    margin-bottom: 6px;
}

