.news{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
    margin-bottom: 5%;
}
.news-top{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 2%;
}
.nt-left{
    float: left;
    font-size: 34px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
}
.nt-right{
    float: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nt-right li{
    margin-left: 17px;
    border-radius: 30px;
    padding: 0 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    border: 1px solid #c2c2c2;
    float: left;
}
.news_list li {
    padding: 35px 0;
    display: flex;
    flex-wrap: wrap;
    transition: all .2s linear 0s;
    align-items: center;
    border-bottom: 1px solid #fff;
}

.news_list li .time {
    width: 188px;
    text-align: center
}

.news_list li .time b {
    display: block;
    font-size: 42px;
    color: #333;
    line-height: 48px
}

.news_list li .time em {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 34px
}

.news_list li .base_info {
    width: calc(100% - 474px)
}

.news_list li .title_btn {
    font-weight: bold;
    display: block;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 34px
}

.news_list li .brief_text {
    padding-right: 110px;
    font-size: 15px;
    color: #333;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 12px
}

.news_list li .more_btn {
    font-size: 14px;
    color: var(--fontColor);
    display: flex;
    align-items: center;
    height: 24px;
    margin-top: 16px
}

.news_list li .more_btn i {
    font-size: 20px;
    margin-right: 5px;
    line-height: 24px
}

.news_list li:hover {
    background: #fff
}

.news_list li:hover .title_btn {
    color: Var(--fontColor);
    text-decoration: underline
}

.news_list li:hover .more_btn {
    color: #c40b09
}
.news_list li .img_btn {
    width: 286px;
    height: 164px;
}
.news_list li .img_btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#tw{
    display: none;
}
.kj_news_active {
    background: #fff;
    border-radius: 5px;
    padding: 30px 30px 40px 30px;
}
.kj_news_active .kj-main-articleinfo-title {
    font-size: 30px;
    color: #333;
    margin-bottom: 12px;
    line-height: 36px;
}
.kj_news_active .kj-article-time {
    color: #999;
}
.kj_news_active .kj-article-content {
    color: #333;
    padding-bottom: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    line-height: 30px;
    margin-top: 20px;
}
.kj_news_active .kj-article-bottom span {
    display: block;
    line-height: 32px;
}
.kj_news_active .kj-article-bottom a {
    color: #333;
}
