
.crumbs{
    padding-left: 20px;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.news_banner img{
    border-radius: 4px;
}
.news{
    padding-top:16px;
}
.news .news_list_con{
    padding-bottom:52px;
    margin-bottom:40px;
}
.news .news_con{
    padding-bottom:15px;

}

.news_list .list_title{
    font-size: 16px;
    color: #222;
    padding:16px 0 13px 36px;
    margin-bottom: 1px;
}

.news_list .list_title ul li {
    float: left;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 3px 8px 2px;
    border-radius: 4px;
}
.news_list .list_title ul li:hover{
    border-color: #f15766;
    color: #f15766;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news_list .list_title ul li.active{
    background: #dea6d3;
    border-color: #dea6d3;
    color: #fff;
}
.news_list .list_title ul li:not(:first-child){
    margin-left: 25px;
}
.news .news_content{
    padding:24px 100px 24px 28px;
    border-bottom:1px solid #f5f5f5;
    transition: all 1s ease;
}
.news .news_content:hover{
    background: #f8f9fa;
}
.news .news_content .des_left{
    float: left;
    width: 300px;
    height: 200px;
    border-radius: 4px;
    overflow: hidden;
}
.news .news_content .des_left img{
    width:100%;
    height: 100%;
}

.news .news_content .des_right{
    float: right;
    position: relative;
    width: 460px;
    height: 200px;
}
.news .news_content .des_right .article_title{
    color: #333;
    font-size: 18px;
}
.news .news_content .des_right .article_title:hover{
    color: #f15766;
}
.news .news_content .des_right .article_text{
    color: #888;
    font-size: 14px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.7;
}
.news .list_tag{
    height: 40px;
    overflow: hidden;
}
.news .list_tag ul li{
   float: left;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px 5px 3px;
    /*color: #666;*/
    margin:0 5px 10px 0;
    font-size: 12px;
    cursor: pointer;
}
.news .list_tag ul li:hover{
    background: #bbb;
    color: #fff;
}
.news .news_content .des_right .des_bottom{
    color: #999;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
}
.news .news_content .des_right .time_read{
    font-size: 12px;
    display: flex;
    align-content: center;
}
.news .news_content .des_right .des_bottom .read{
    margin-left: 22px;
}
.news .news_content .des_right .des_bottom .read img{
    vertical-align: text-top;
}




