.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 {
    background-color: #f2f2f2;
    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-img {
    width: 40%;
    min-height: 200px;
    float: right;
}

.td-cont-img img {
    width: 100%;
    min-height: 200px;
    display: block;
}

/** 媒体查询 **/

@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;
    }
    .td-cont-img {
        min-height: 100px;
    }
    .td-cont-img img {
        min-height: 100px;
    }
}
