.allClass_fixed_box {
    /* height: 240px !important; */
}


.consult-cont {
    margin: 0 auto 30px;
    overflow: hidden;
    color: #888;
   
}

.consult-cont .box_goods {
    position: relative;
    display: flex;
    flex-flow: row;
    width: 100%;
}

.left_goods {
    width: 75%;
    margin: 0 50px 10px 0;
}

.left_goods .left_banner {
    
    width: 100%;
    height: 240px;
    margin-bottom: 20px;

}

.left_banner img {
    
    width: 100%;
    height: 100%;

}

.article {

    display: flex;
    flex-flow: column;

}
.article-item {
    display: flex;
    flex-flow: row;
    height: 120px;
    overflow: hidden;
    padding: 20px 30px 20px 0;
    border-bottom: 1px solid #d3d3d3;
    cursor: pointer;
}

.article_start {
    cursor: pointer;
    min-width: 180px;
    max-width: 180px;
    margin-right: 10px;
    
}

.article_start img {
    width: 100%;
    height: 100%;
}
.article_end {
    display: flex;
    flex-flow: column;
    overflow: hidden;
    font-size: 14px;
}


.article_end .art_txt p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
 }

.article_end .art_title {
    width: 100%;
    line-height: 22px;
    font-size: 22px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    cursor: pointer;
}

.article_end .art_time {
    line-height: 35px;
    font-size: 13px;
    
}
.article_end .art_time  .span_tags {
    color: #2f94c6;
    cursor: pointer;
}


.article_end .art_time span:nth-of-type(1) .icn {
    margin-right: 5px;
}


.right_goods {
    width: 25%;
    display: flex;
    flex-flow: column;
}
.all-goods {
    min-height: 300px;
    max-height: 800px;
    display: flex;
    flex-flow: column;
    border: 1px solid #EDEDED;
    margin-bottom: 15px;
}

.goods_title {
    font-size: 20px;
    color: #000414;
    padding: 8px 8px;
    border-bottom:1px solid #EDEDED;
}
.all-goods-item {
    display: flex;
    flex-flow: row;
    position: relative;
    line-height: 40px;
    align-items: center;
    padding: 2px 8px;
    cursor: pointer;
    font-size: 14px;
    
}

.all-goods-item .iconne {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
}
.all-goods-item:hover {
    background-color: #e3e3e3;
}



.all-tag {
    min-height: 200px;
    max-height: 700px;
    display: flex;
    flex-flow: column;
    border: 1px solid #EDEDED;
}

.tag_title {
    font-size: 20px;
    color: #000414;
    padding: 8px 8px;
    border-bottom:1px solid #EDEDED;
}
.all-tag-item {
    float: left;
    padding: 0 5px;
    margin: 5px;
    line-height: 30px;
    font-size: 14px;
    display: flex;
    flex-flow: row;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
.all-tag-item:hover {
    background-color: #e3e3e3;
}
