.cb{    font-size: 14px;
    color: #666;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
        height: auto !important;
    margin-top: auto !important;
        text-indent: 20px;}
    .cons-list ul li .txt {    background-color: #fff;
    width: 90%;
    overflow: hidden;}
    
    .cons-list ul li .txt h2{    padding-left: 18px;}
    
    .cons-list ul li {
    width:auto ;
    border-bottom: 1px solid #e8e8e8;
    padding: 51px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;}
.cons-list ul .hasimg .txt .fl {
    width: 100% !important;
    height: 140px;
    overflow: hidden;}
.cons-list ul .hasimg .txt .fr {
    width: 100% !important;
    overflow: hidden;
    padding: 20px 0;}
@media only screen and (max-width: 680px){
.cons-list ul li {    margin: 0 auto;
    width:100% ;height: 476px !important;}
.cons-list ul .hasimg .txt .fl {
    width: 100% !important;
    height: 270px !important;
    overflow: hidden;}
.cons-list ul li .txt {
    background-color: #fff;
    width: 100%;
    overflow: hidden;}


}

@media only screen and (min-width: 768px){
.cons-list ul li {
    width:50% ;}
.cons-list ul .hasimg .txt .fl {
    width: 100% !important;
    height: 180px !important;
    overflow: hidden;}

}

@media only screen and (min-width: 800px){
.cons-list ul li {
    width:33.3% ;}

}
@media only screen and (min-width: 900px){
.cons-list ul li {
    width:33.3% ;}

}
@media only screen and (min-width: 1000px){
.cons-list ul li {
    width:25% ;}

}

@media only screen and (min-width: 1200px){
.cons-list ul li {
    width:20% ;}

}

