﻿dl {
    width: 100%;
    height: 360px;
    color: #333333;
}

dl dt {
    width: 100%;
    height: 260px;
}

dl dt img {
    width: 100%;
    height: 100%;
}

dd {
    width: 100%;
    height: 100px;
}

.col-list .col-title {
    font-size: 1.5em;
    border-bottom: 2px solid #c80000;
    margin: 15px;
    width: 1139px;
    line-height: 38px;
    padding: 0 10px;
}

.col-list .col-title a {
    color: #c80000;
}

.col-list .post-title {
    font-size: 1.2em;
    display: -webkit-box;
    display: -moz-box;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.more {
    float: right;
    font-size: 0.8em;
}

/* 培训网尾部样式调整 2022.1.14 */
#footer .ft-w {
    margin: 0 auto;
    padding: 20px;
}

#footer .ft-info {
    float: left;
    text-align: left;
}

#footer .ft-info p {
    margin: 0;
    line-height: 30px;
}

#footer .dz {
    float: right;
    margin-top: -10px;
    margin-right: 10px;
}

#footer .jiucuo {
    float: right;
    margin-right: 20px;
}

.pc-hide {
    display: none;
}

@media screen and (max-width: 1000px) {
    .pc-hide {
        display: block;
    }

    .m-hide {
        display: none;
    }

    #footer .ft-w {
        padding-top: 30px;
    }

    #footer .container {
        width: 100%;
    }

    #footer p {
        margin: 0;
        line-height: 30px;
    }
}
