@charset "utf-8";
.pctopic {
    display: block;
}

.mtopic {
    display: none;
}


/*手机端样式*/

@media screen and (max-width: 768px) and (min-width: 320px) {
    .pctopic {
        display: none;
    }
    .mtopic {
        display: block;
    }
    #msubmitbtn {
        top: 7px;
    }
    /* 广告 */
    .advertising {
        width: 100%;
        margin: 15px auto 0;
        padding: 0px 15px 0px;
        box-sizing: border-box;
    }
    .advertising a {
        padding-top: 15px;
        border-top: 1px solid rgb(228, 228, 228);
    }
    .advertising a img {
        width: 100%;
        height: 100%;
    }
    /* 专题列表 */
    .topiccont {
        width: 100%;
    }
    .topiclist {
        padding: 0 15px;
        font-size: 14px;
    }
    .topiclist li {
        list-style: none;
        padding: 20px 0px 20px;
        border-bottom: 1px solid #cccccc;
        display: flex;
    }
    .topicleft {
        margin-right: 15px;
    }
    .topicleft a img {
        width: 80px;
    }
    .topicright {
        width: 100%;
    }
    .topicright h3 {
        font-size: 16px;
    }
    .topicright h3 a {
        line-height: 24px;
        color: #0f4171 !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        word-wrap: break-word;
        word-break: normal;
    }
    .topicright p a {
        width: 100%;
        display: block;
        margin-bottom: 5px;
        line-height: 22px;
        color: #5d5d5d;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        word-wrap: break-word;
        word-break: normal;
    }
    .topicright h3 p span {
        padding-right: 10px;
    }
    /* 分页 */
    #page div {
        margin-top: 20px;
    }
    #page-number,
    #page-number-mobile {
        padding-left: 0;
        text-align: center;
        margin: 0 10px;
        min-width: auto;
    }
    #js-pagination-location-mobile {
        background: #258cff;
        padding: 5px;
        border: #258cff 1px solid;
        color: #ffffff;
        cursor: pointer;
        margin-left: 5px;
    }
    /* 底部 */
    .mfooter {
        width: 100%;
        font-size: 14px;
        padding: 5px 0 10px;
        background-color: #ffffff;
    }
    .mfooter p {
        padding: 0 5px;
        text-align: center;
        margin-top: 5px;
    }
}