body {
    background-color: aliceblue;
}

.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-box .layui-container {
    background-color: #fff;
    top: -52px;
}

.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 {
    height: 70px;
    line-height: 20px;
    text-align: right;
    padding: 30px 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.td-cont-back {
    text-align: left;
    position: relative;
}

.td-cont-back a {
    font-size: 18px;
    color: #111;
    display: block;
}

.td-cont-back>i {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 110px;
    border-bottom: 2px solid #be0f1f;
}

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

.td-cont-wrap {
    padding: 0 20px;
}

.td-cont-wrap-cont {
    padding-bottom: 50px;
}

.td-cont-title {
    border-bottom: 1px solid #e9e9e9;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    padding: 40px 10px;
    margin: 0 auto;
}

.td-cont-infos {
    height: 70px;
    line-height: 70px;
    color: #999;
    border-bottom: 1px solid #e9e9e9;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

.td-cont-infos span {
    margin-right: 15px;
}

.td-cont-infos-content {
    line-height: 24px;
    font-size: 14px;
    color: #333;
    padding: 40px;
    overflow: hidden;
}

.td-cont-infos-content p {
    padding-bottom: 14px;
}

.td-cont-infos-tname {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
}

.td-cont-infos-ul {
    list-style: none;
    border-top: 1px solid #e3e3e3;
    padding: 0;
    overflow: hidden;
}

.td-cont-infos-ul li {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    overflow: hidden;
}

.td-cont-infos-ul li a {
    color: #111;
    text-indent: 10px;
    float: left;
}

.td-cont-infos-ul li span {
    color: #999;
    padding-right: 20px;
    float: right;
}


/** 媒体查询 **/

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