.td-cont-box {
    width: 100%;
    min-width: 290px;
}

.td-cont-bg {
    height: 100px;
    background-image: url(../images/bg-industry.jpg);
    padding: 180px 0 120px 0;
    text-align: center;
}

.td-cont-bg h3 {
    line-height: 50px;
    font-size: 34px;
    color: #fff;
}

.td-cont-line {
    height: 5px;
    line-height: 10px;
    line-height: 0;
    font-size: 0;
    background-color: #be0f1f;
    padding: 2px 10px;
    overflow: hidden;
}

.td-cont-bg p {
    line-height: 40px;
    font-size: 18px;
    color: #b8a89b;
}

.td-cont-padding {
    padding: 30px 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
}

.td-cont-item {
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}

.td-cont-info {
    width: 60%;
    padding: 30px;
    float: left;
    box-sizing: border-box;
}

.td-cont-info h3 {
    line-height: 30px;
    font-size: 18px;
    color: #b8a89b;
}

.td-cont-info p {
    line-height: 20px;
    font-size: 14px;
    color: #666;
    padding-top: 10px;
}

.td-cont-tip {
    position: absolute;
    z-index: 2;
    left: 30px;
    right: 50%;
    bottom: 30px;
}

.td-cont-info-time {
    font-size: 16px;
    color: #999;
    line-height: 30px;
    float: left;
}

.td-cont-info-btn {
    font-size: 16px;
    float: right;
}

.td-cont-info-btn {
    float: right;
    line-height: 30px;
    font-size: 14px;
    color: #be0f1f;
    border: 1px solid #be0f1f;
    border-radius: 4px;
    padding: 0 15px;
    transition: all .25s ease;
}

.td-cont-info-btn:hover {
    background-color: #be0f1f;
    color: #fff;
    padding: 0 20px;
}

.td-cont-news-info {
    background-color: #f2f2f2;
    min-width: 320px;
    padding: 40px 30px;
    padding-bottom: 0;
    margin-bottom: 40px;
    overflow: hidden;
}

.td-cont-news-time {
    width: 18%;
    width: 120px;
    padding-left: 10px;
    float: left;
}

.td-cont-news-time h4 {
    font-size: 28px;
    font-weight: bold;
    color: #be0f1f;
}

.td-cont-news-time p {
    font-size: 16px;
    color: #666;
}

.td-cont-news-cont {
    border-left: 1px solid #e9e9e9;
    margin-left: 100px;
    padding-left: 40px;
}

.td-cont-news-t {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #111;
    overflow: hidden;
}

.td-cont-news-c {
    max-height: 60px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    margin: 15px 0;
    overflow: hidden;
}

.td-cont-news-btn {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 30px
}

.td-cont-news-btn a {
    font-size: 14px;
    color: #be0f1f;
    display: inline-block;
    transition: all .25s ease;
}

.td-cont-news-btn a:hover {
    background-color: #be0f1f;
    color: #fff;
    border-radius: 4px;
    padding: 0 5px;
}


/** 媒体查询 **/

@media screen and (min-width: 1200px) {
    .td-cont-info {
        padding: 50px 30px;
    }
    .td-cont-tip {
        bottom: 50px;
    }
}

@media screen and (max-width: 650px) {
    .td-cont-bg {
        padding: 100px 0 50px 0;
    }
    .td-cont-info {
        padding: 10px;
    }
    .td-cont-info h3 {
        height: 40px;
        line-height: 20px;
        font-size: 16px;
        overflow: hidden;
    }
    .td-cont-info p {
        display: none;
    }
    .td-cont-info-time {
        display: none;
    }
    .td-cont-info-btn {
        line-height: 20px;
        font-size: 12px;
        float: left;
    }
    .td-cont-tip {
        left: 10px;
        bottom: 15px;
    }
}