@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2018-04-17 20:31:13
 * @version $Id$
 */

.bgImg {
    height: 300px;
    background-image: url("../images/4.0.2.jpg")/*tpa=http://climbingcq.cn/images/4.0.2.jpg*/;/*行业动态*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#dustryNewsDate {
    margin-top: 10px;
    width: 55px;
    height: 55px;
    opacity: 0.9;
    background: #88AA55;
    display: inline;
    float: left;
    color: white;
    text-align: center;
}

.divDustryNewsDay {
    font-size: 24px;
}

.divDustryNewsDate {
    margin-top: 2px;
    font-size: 12px;
}

.divPagination {
    text-align: center;
}

.maxlenghtContent {
    min-height: 27px;
    opacity: 0.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;

    display: -ms-box;
    -ms-box-orient: vertical;
    -ms-line-clamp: 2;

    display: -o-box;
    -o-box-orient: vertical;
    -o-line-clamp: 2;
}

@media (min-width: 768px) and (max-width: 979px) {
    #dustryNewsDate {
        margin-top: 0px;
        width: 52px;
        height: 52px;
    }

    .divDustryNewsDay {
        font-size: 22px;
    }

    .divDustryNewsDate {
        margin-top: 2px;
        font-size: 12px;
    }

    .bgImg {
        height: 200px;
    }

    .maxlenghtContent {
        min-height: 28px;
    }

}

@media (max-width: 767px) {
    #dustryNewsDate {
        width: 53px;
        height: 48px;
        margin-top: 0px;
    }

    .divDustryNewsDay {
        font-size: 17px;
    }

    .divDustryNewsDate {
        margin-top: 2px;
        font-size: 10px;
    }

    .bgImg {
        height: 100px;
    }

    .maxlenghtContent {
        min-height: 28px;
        /*overflow: hidden;*/
        /*text-overflow:ellipsis;*/
        /*display:-webkit-box;*/
        /*-webkit-box-orient:vertical;*/
        /*-webkit-line-clamp:2;*/
    }
}