.news-content {
    margin: 30px 0;
}

.news-left {
    float: left;
    width: 71%;
}

.news-right {
    float: right;
    width: 29%;
}

.news-left-in {
    padding-right: 30px;
}

.banner-container img {
    width: 100%;
}

.news-tab {
    display: flex;
    margin: 30px 0;
}

.news-tab .menu {
    font-size: 14px;
    width: 104px;
    height: 40px;
    line-height: 38px;
    color: #222;
    border: 1px solid transparent;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
}

.news-tab .menu-active {
    border: 1px solid #39f;
    color: #39f;
    font-weight: 500;
}

.news-tab .menu a {
    text-decoration: none;
    color: #409EFF;
    cursor: pointer;
}

.article-li {
    margin-bottom: 30px;
    cursor: pointer;
}

.news-img {
    float: left;
    width: 281px;
}

.news-info {
    padding: 12px 0 12px 30px;
    height: 174px;
    overflow: hidden;
}

.text_ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.left-title {
    font-size: 20px;
    color: #222;
    font-weight: 500;
}

.left-info {
    font-size: 14px;
    color: #666;
    height: 60px;
    margin: 18px 0 23px;
    -webkit-line-clamp: 3;
}

.text_overflow {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.left-button {
    font-size: 14px;
    color: #39f;
    display: flex;
    cursor: pointer;
}

.left-button .ibonfont {
    font-size: 16px;
    margin-top: 2px;
    margin-left: 4px;
}
.new-news-div{
    margin-bottom: 30px;
}
.right-title {
    font-size: 20px;
    color: #222;
    display: flex;
    line-height: 19px;
    margin-bottom: 12px;
    font-weight: 500;
}
.right-title-line {
    width: 3px;
    height: 20px;
    background: #39f;
    margin-right: 10px;
}
.news-right-li .right-list {
    margin-bottom: 16px;
    display: flex;
}
.news-right-li .right-list .right-img{
    width: 100%;
    height: 100%;
}
.right-info{
    font-size: 16px;
    color: #666;
    -webkit-line-clamp: 2;
}
.right-time {
    font-size: 14px;
    color: #b2b2b2;
}
/*详情*/
.news-detail .left-title {
    font-size: 24px;
    color: #222;
    font-weight: 500;
    margin-bottom: 12px;
}
.news-detail .menu {
    width: 62px;
    height: 24px;
    line-height: 24px;
    color: #39f;
    text-align: center;
    cursor: pointer;
    background: rgba(51,153,255,.1);
    font-size: 12px;
    border-radius: 2px;
}
.news-detail .left-time ,.news-detail .left-view{
    color: #b2b2b2;
    line-height: 24px;
    font-size: 14px;
    margin: 0 20px;
}
.news-detail .left-view .ibonfont {
    font-size: 16px;
    float: left;
    margin-right: 5px;
}
.news-detail .left-view span{
    font-size: 14px;
    float: left;
}
.news-detail .article-html{
    padding-top: 20px;
}
.article-next{
    display: flex;
    margin-bottom: 60px;
    background: #fbfbfb;
    height: 60px;
    line-height: 60px;
    margin-top: 100px;
}
.change-article{
    flex: 2;
    padding: 0 15px;
    margin-left: 30px;
    font-size: 14px;
    color: #0da4d3;
    cursor: pointer;
}
.change-article a{
    color: #0da4d3;
}
