@charset "UTF-8";

/**!
 * 列表页
 * date:2021-09-09
 * author: wppei;
 */

.sec {
    padding: 15px 15px 30px;
    background: #fff;
    margin: -45px 0 40px 0;
}

.sec-tt {
    height: 40px;
    border-bottom: 1px solid #0F6ABB;
}

.sec-tt h2 {
    height: 40px;
    padding: 0 15px;
    border-bottom: 4px solid #0F6ABB;
    color: #0F6ABB;
    font-size: 18px;
    line-height: 37px;
}

.sec-list {
    padding: 10px 5px;
    min-height: 320px;
}

.sec-list li {
    line-height: 35px;
    background: url("../images/list_icon.jpg") no-repeat 0px center;
    padding-left: 15px;
    height: 35px;
}

.sec-name {
    float: left;
    width: calc(100% - 150px);
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sec-name:hover {
    color: #f00;
}

.sec-time {
    float: right;
    color: #999;
}

@media (max-width: 767px) {
    .sec {}
    .sec-tt {
        height: auto;
    }
    .sec-name {
        width: calc(100% - 100px);
    }
}