#news .news_main .banner li .bann_title,
#news .news_list .news_title,
#news .news_side .media li,
#news .news_side .video a .title,
#news .news_side .hot_news li,
#news .news_content .news_related li a,
#news .news_content .prev_next div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#news {
    background: #f9f9f9;
    padding: 25px 0 25px;
}

#news .w_1200 {
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #eee;
    background: #fff;
}

#news .news_main .category {
    margin: 20px 0 10px;
}

#news .news_main .category a {
    float: left;
    height: 34px;
    margin-right: 15px;
    padding: 0 12px;
    border-radius: 3px;
    line-height: 34px;
    background: #eaeaea;
    color: #444;
}

#news .news_main .category a.cur {
    background: #0cbdff;
    color: #fff;
}

#news .news_list {
    padding-bottom: 50px;
}

#news .news_list li {
    padding: 20px 0;
    border-bottom: 1px solid #e9e9e9;
}

#news .news_list li:after {
    display: block;
    height: 0;
    content: "";
    clear: both;
}

#news .news_list li:hover .news_title {
    color: #666;
}

#news .news_list .news_img {
    width: 214px;
    height: 122px;
}

#news .news_list .news_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#news .news_list .news_txt {
    width: 900px;
}

#news .news_list .news_title {
    font-size: 24px;
    margin-bottom: 15px;
}

#news .news_list .news_con {
    /* height: 44px; */
    /* overflow: hidden; */
    line-height: 22px;
    color: #999;
    display: -webkit-box;
    display: -moz-box;

    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#news .news_list .sub {
    margin-top: 19px;
    color: #999;
}

#news .news_side {
    width: 280px;
}

#news .news_side .headline {
    line-height: 16px;
    margin-bottom: 10px;
}

#news .news_side .headline h4 {
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding-left: 8px;
    border-left: 3px solid #0cbdff;
}

#news .news_side .headline .more {
    float: right;
    font-size: 12px;
    color: #888;
}

#news .news_side img {
    display: block;
    width: 100%;
}

#news .news_side ul {
    padding-top: 4px;
}

#news .news_side li {
    margin: 12px 0;
    line-height: 18px;
    font-size: 14px;
    color: #616161;
}

#news .news_side .media {
    padding-bottom: 15px;
}

#news .news_side .media li a {
    font-size: 12px;
    color: #616161;
}

#news .news_side .media li a span {
    padding: 0 5px;
    margin-right: 6px;
    font-size: 14px;
    font-style: italic;
    background: #f5f5f5;
    border-radius: 2px;
}

#news .news_side .media li:hover a {
    color: #369;
    text-decoration: underline;
}

#news .news_side .update_log {
    padding-bottom: 15px;
}

#news .news_side .update_log img {
    box-sizing: border-box;
    border: 6px solid #f4f4f4;
}

#news .news_side .update_log li a {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding-left: 14px;
    background: url(../img/news/dot_small.png) 6px center no-repeat;
    font-size: 14px;
}

#news .news_side .update_log li .title {
    color: #616161;
}

#news .news_side .update_log li .date {
    color: #999;
}

#news .news_side .update_log li:hover .title {
    color: #369;
    text-decoration: underline;
}

#news .news_side .video {
    padding-bottom: 30px;
}

#news .news_side .video a {
    display: block;
    padding-top: 6px;
    background: #f4f4f4;
}

#news .news_side .video a .video_bg {
    position: relative;
}

#news .news_side .video a img {
    width: 268px;
    height: 170px;
    margin: 0 auto;
}

#news .news_side .video a .title {
    padding: 12px 10px 12px 15px;
    line-height: 18px;
    color: #616161;
    background: url(../img/news/dot_small.png) 6px center no-repeat;
}

#news .news_side .video a .play_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../img/news/video_play.png);
}

#news .news_side .hot_news img {
    width: 100%;
}

#news .news_side .hot_news li a {
    font-size: 12px;
    color: #616161;
}

#news .news_side .hot_news li a span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    border-radius: 50%;
    background: #f5f5f5;
    text-align: center;
}

#news .news_side .hot_news li:hover a {
    color: #369;
    text-decoration: underline;
}

#news .news_side .hot_news li:nth-child(1) a span {
    background: #0cbdff;
    color: #fff;
}

#news .news_side .hot_news li:nth-child(2) a span {
    background: #ff7f4f;
    color: #fff;
}

#news .news_side .hot_news li:nth-child(3) a span {
    background: #ffbe57;
    color: #fff;
}

#news .breadcrumbs {
    font-size: 14px;
    color: #666;
}

#news .breadcrumbs span {
    float: left;
}

#news .breadcrumbs span.now {
    padding-left: 8px;
    border-left: 3px solid #0cbdff;
}

#news .breadcrumbs a {
    float: left;
}

#news .breadcrumbs a:hover {
    color: #0cbdff;
}

#news .breadcrumbs a.divider {
    cursor: default;
    color: #666;
}

#news .category a:hover {
    background: #0cbdff;
    color: #fff;
}

#news .news_nav .category {
    padding-bottom: 20px;
}

#news .news_nav .category a {
    float: left;
    height: 34px;
    line-height: 34px;
    margin: 10px 10px 0 0;
    padding: 0 11px;
    background: #eaeaea;
    border-radius: 3px;
    font-size: 14px;
    color: #444;
}

#news .news_nav .category a:hover {
    background: #0cbdff;
    color: #fff;
}

#news .news_content .news_header {
    padding: 37px 0 15px;
    border-bottom: 1px solid #e9e9e9;
}

#news .news_content .news_title {
    margin-bottom: 28px;
    font-size: 26px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

#news .news_content .sub_title {
    text-align: center;
    line-height: 20px;
}

#news .news_content .sub {
    margin-top: 19px;
    color: #999;
}

#news .news_content .share_box {
    margin-left: 20px;
}

#news .news_content .share_box a {
    float: none;
    padding: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px -4px 0;
    background: url(../img/news/sina.png) center no-repeat;
}

#news .news_content .share_box a.share2 {
    background-image: url(../img/news/wechat.png);
}

#news .news_content .share_box a.share3 {
    background-image: url(../img/news/qq.png);
}

#news .news_content .news_con {
    padding: 17px 0 80px;
}

#news .news_content .news_con p {
    font-size: 18px;
    line-height: 34px;
    text-indent: 2em;
    color: #333;
}

#news .news_content .news_con em {
    font-weight: bold;
}

#news .news_content .news_con img {
    display: block;
    margin: 40px auto;
}

#news .news_content .news_related {
    padding: 20px 0;
    border-top: 1px solid #e9e9e9;
}

#news .news_content .news_related .title {
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    border-left: 3px solid #0cbdff;
}

#news .news_content .news_related ul {
    padding: 28px 15px 10px;
}

#news .news_content .news_related li {
    float: left;
    width: 380px;
    margin-bottom: 18px;
    box-sizing: border-box;
    color: #616161;
}

#news .news_content .news_related li:nth-child(2n) {
    float: right;
}

#news .news_content .news_related li:after {
    display: block;
    height: 0;
    content: "";
    clear: both;
}

#news .news_content .news_related li a {
    width: 290px;
    float: left;
}

#news .news_content .news_related li a:hover {
    color: #369;
    text-decoration: underline;
}

#news .news_content .news_related li .date {
    float: right;
    width: 90px;
    color: #999;
}

#news .news_content .prev_next {
    padding: 25px 0 35px;
    border-top: 1px solid #e9e9e9;
    font-size: 16px;
}

#news .news_content .prev_next div {
    width: 400px;
    color: #333;
}

#news .news_content .prev_next div.prev_txt {
    float: left;
}

#news .news_content .prev_next div.next_txt {
    float: right;
}

#news .news_content .prev_next div span {
    color: #666;
}

#news .news_content .prev_next div a {
    color: #333;
}

/*# sourceMappingURL=news.css.map */
