/* 通用样式，部分样式在手机端也适用 */
.qm-word-list {
    padding-left: 12px;
}

.qm-word-list .word-info + .word-info {
    margin-top: 15px;
}

.word-info-hd {
    overflow: hidden;
    margin-bottom: 10px;
}

.word-info-hd h3 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: url(../image/word.png) no-repeat;
    font-size: 42px;
    font-weight: bold;
    float: left;
}

.word-info-hd ul {
    overflow: hidden;
}

.word-info-hd li {
    line-height: 30px;
    float: left;
}

.word-info-hd .val {
    color: #7e7e7e;
}

.news-list {
    overflow: hidden;
    padding: 20px;
}

.news-list li {
    overflow: hidden;
    padding: 24px 0;
    border-bottom: 1px solid #f4f4f4;
}

.news-list .pic-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.news-list .pic {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    object-fit: cover;
    transition: all 0.4s;
}

.news-list .con {
    overflow: hidden;
}

.news-list .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    overflow: hidden;
}

.news-list .text {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    word-break: break-all;
    text-align: justify;
    margin-top: 15px;
}

.news-list .info {
    color: #666;
    line-height: 20px;
    overflow: hidden;
    margin-top: 20px;
}

.news-list .time {
    float: right;
}

.page-str {
    height: 36px;
    text-align: center;
    margin-top: 30px;
}

.page-str a,
.page-str b {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #7e7e7e;
    background: #fff;
    border: solid 1px #e5e5e5;
    border-radius: 4px;
    margin: 0 3px;
}

.page-str a.on,
.page-str a:hover,
.page-str b {
    background: #a85b49;
    border-color: #a85b49;
    color: #fff;
}

.page-str .prev,
.page-str .next {
    font-family: 'SimSun';
    font-weight: bold;
    font-size: 18px;
}

/* 手机端样式（屏幕宽度小于等于 767px） */
@media screen and (max-width: 767px) {
    .qm-word-list .word-info-hd h3 {
        margin-left: 7px;
        margin-right: 15px;
    }

    .qm-word-list .word-info-hd ul {
        width: auto;
        max-width: calc(100% - 77px);
    }

    .word-info-hd li {
        width: 100%;
    }

    .news-list {
        padding: 10px;
    }

    .news-list .pic-wrap {
        width: 100%;
        height: auto;
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .news-list .title {
        font-size: 18px;
        height: auto;
    }

    .news-list .text {
        height: auto;
    }

    .page-str {
        margin-top: 20px;
    }
}