a {
    color: #393939;
}
a:hover {
    color: #ce251c;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style-type: none;
}
.main {
    background-color: white;
    border-top: 4px solid #ce251c;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.lm-con {
    padding-bottom: 1.5rem;
    font-size: 16px;
    line-height: 1.5;
    color: #777;
}

.lm-list li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    background: #ececec;
    margin-bottom: 2px;
}
.lm-list li a {
    color: #333333;
}
.lm-list li.on,
.lm-list li:hover {
    background: #d60a00;
    cursor: pointer;
}
.lm-list li.on a,
.lm-list li:hover a {
    color: white;
}

.con-list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0 1rem 13px;
    background: url(./images/icon.png) 0 center no-repeat;
    font-size: 18px;
    border-bottom: 2px dashed #f3f3f3;
}
.con-list .item .date {
    color: #999;
}
.con-list .item a {
    width: 86%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.con-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.con-pagination a,
.con-pagination span {
    display: inline-block;
    border: 1px solid #d9d9d9;
    color: #666;
    margin: 3px;
    padding: 0px 10px;
    text-decoration: none;
    white-space: nowrap;
    height: 28px;
    border-radius: 3px;
}
.con-pagination a:hover,
.con-pagination span.current,
.con-pagination span.current:hover {
    background: #d60a00;
    border: 1px solid #d60a00;
    color: #fff;
}
.con-pagination .total {
    border: 0px;
    height: 26px;
    padding: 0;
}
@media (max-width: 991px) {
    .img-list li:first-child {
        padding-top: 2rem;
    }
    .main {
        border-top: 0;
    }
}
@media (max-width: 768px) {
    .con-list .item a {
        width: 70%;
    }
}
@media (max-width: 576px) {
    .con-list .item {
        font-size: 16px;
    }
    .lm-list li {
        font-size: 18px;
    }
}
