
.news_container{
    width: 1200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(21,5,5,0.1);
    padding:40px 20px 0px;
    margin: 20px 0 30px;
}
.news_list_box {
    margin-bottom: 30px;


}

.news_item {
    display: flex;
    background: #FFF;
    padding:30px 20px;
    /*margin-top: 20px;*/
    border-radius: 2px;
    transition: all ease 0.3s;
    border-bottom: 1px solid #E4E4E4;
}

/*.news_item:hover {
    box-shadow: 0 6px 16px 0 rgb(121 128 132 / 30%);

}*/

.news_cover_box {
    width: 240px;
    height: 140px;
    overflow: hidden;
    border-radius: 6px;
}

.news_item:hover .news_cover {
    transform: scale(1.12);
}

.news_cover {
    width: 240px;
    height: 140px;
    display: block;
    object-fit: cover;
    transition: all ease 0.3s;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;

}

.news_right_content_box {
    margin-left: 20px;
    width: calc(100% - 220px);


}

.news_right_content_box .title {
    color: #111111;
    font-size: 20px;
    line-height: 1;
    padding:9px  0px 20px;
    font-weight: 550;
    text-decoration: none;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 .news_item:hover .news_right_content_box .title {
    color: #177DFF;
}

.news_right_content_box .sub_title {
    color: #666;
    font-size: 16px;

    overflow: hidden;
    /*line-height: 0.5rem;*/
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-align: justify;
    line-height: 1.5;
    overflow: hidden;
}

.news_right_content_box .bottom_row {
    margin-top: 16px;
}

.news_right_content_box .publish_time {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.news_item .detail {
    width: 96px;
    height: 30px;
    padding-right: 16px;
    line-height: 30px;
    color: #177DFF;
    font-size: 14px;
    transition: all ease 0.3s;
    position: relative;
}

/*.news_item .detail:after {
    display: block;
    content: "";
    width: 20px;
    height: 30px;
    background: url("/themes/template/static/image/arrow_right_black.png") center no-repeat;
    background-size: 20px;
    position: absolute;
    right: 6px;
    top: 0;
}*/

.news_item .detail:before {
    display: none;
    content: "";
    width: 20px;
    height: 30px;
    background: url("/themes/template/static/image/arrow_right_white.png") center no-repeat;
    background-size: 20px;
    position: absolute;
    right: 6px;
    top: 0;
}

.news_item:hover .detail {
    /*background: #177dff;*/
    font-weight: bold;
    /*border: 1px solid #177dff;*/
}

/*.news_item:hover .detail:after {
    display: none;
}

.news_item:hover .detail:before {
    display: block;
}*/

.new_search_box {
    /*background: #cce2ff;*/
    height: 32px;
    position: relative;
    margin-top: 4px;

}

.news_search {
    width: 231px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #ebebeb;
    /*border-radius: 16px;*/
    border-radius: 3px;
    color: #CACACA;
    font-size: 12px;
    padding: 0 0px 0 10px;

    background: #fff;
   /* position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;*/
}

.news_search input {
    width: 154px;
    line-height: 30px;
    border: none;
    outline: none;
    /*width: 195px;*/
    height: 30px;
    padding: 0;
}

.news_search .search_btn {
    width: 60px;

    padding-left: 14px;
    height: 32px;
    background: url(/static/image/search_news.png) no-repeat 3px center #177dff;
    background-size: 18px;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    line-height: 32px;
    position: relative;
    top: -1px;
    -moz-border-radius-topright: 2px;
    border-bottom-right-radius: 2px;
}

.news_tab_box {
    padding-top: 30px;
}

.news_tab {
    min-width: 85px;
    height: 40px;
    line-height: 40px;
    color: #111111;
    font-size: 16px;
    text-align: center;
    margin-left: 20px;

}

.news_tab a {
    display: block;
    color: #333;
}

.news_tab:first-of-type {
    margin-left: 0px;
}

.news_tab.active {
    color: #177dff;
    font-weight: bold;
    border-radius: 3px;
}

.news_tab.active a {
    color: #177dff;
}
