.news_list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;

}

#js_fixed_left.fixed {
    /* position: fixed;
    top: 45px;
    left: 50%;
    margin-left: -600px; */
}

#js_fixed_left {
    width: 200px;
    margin-top: 10px;
}

.part_title {
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
    overflow: hidden;
}

.part_title:after {
    content: "";
    display: block;
    height: 2px;
    width: 300px;
    background: url(/img/news_min_tit.png) no-repeat;
    background-size: 100% 100%;
}

.huati {
    padding-top: 22px;
}

.huati .group {
    margin-bottom: 19px;
}

.huati h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #336de2;
    margin-bottom: 12px;
}

.huati ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.huati li {
    width: 97px;
    height: 33px;
    display: inline-block;
    background: url(/img/news_tit_bg.png) no-repeat;
    background-size: 200px 33px;
    padding-left: 28px;
    font-size: 14px;
    line-height: 33px;
    color: #666;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.huati li:hover {
    width: 97px;
    height: 33px;
    background: url(/img/news_tit_bg.png) no-repeat;
    background-size: 200px 33px;
    background-position: -103px 0;
    color: #336de2;
}
.huati li a {
    display: block;
}

.big_part_title {
    font-size: 24px;
    line-height: 50px;
    font-weight: 700;
    overflow: hidden;
}
.big_part_title:after {
    content: "";
    display: block;
    height: 2px;
    width: 1170px;
    background: url(/img/news_max_tit.png) no-repeat;
    background-size: 100% 100%;
}

.news_content{
    width: 1170px;
}

