.module_tab {
    border-bottom: 1px solid #E7E7E7;
    height: 25px;
    overflow: hidden;
    padding: 10px 16px 12px 16px;
    margin-bottom: 10px;
}
.module_tab li {
    float: left;
    margin-right: 15px;
    display: inline;
    cursor: pointer;
    line-height: 35px;
}
.module_tab li.cur {
    color: #82ba07;
    border-bottom: 2px solid #82ba07;
}
.module_tab li,
.module_tab li a {
    font-size: 16px;
    color: var(--color_text_headings);
    font-weight: 600;
}
.module_tab li.cur,
.module_tab li.cur a {
    color: #82ba07;
}
.news-detail-head {
    padding: 16px;
}
.news-detail-head .title {
    color: var(--color_text_headings);
    line-height: 35px;
    overflow: hidden;
    display: -webkit-box !important;
}
.news-detail-head .title {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 !important;
}
.news-detail-head .info {
    line-height: 22px;
    margin-top: 6px;
}
.news-detail-head .info li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #999;
}
.news-detail-content {
    padding: 0 16px;
}
.news-detail-content img,
.news-detail-content video {
    max-width: 100%;
    height: auto;
}