@charset "utf-8";
.pcIndex {
    display: block;
}

.mIndex {
    display: none;
}


/*手机端样式*/

@media screen and (max-width: 768px) and (min-width: 320px) {
    .pcIndex {
        display: none;
    }
    .mIndex {
        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%;
    }
    /*环保大势列表*/
    .envTopic {
        padding: 0 15px;
        margin-top: 10px;
    }
    .envList {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .envList li {
        width: 49%;
        margin-bottom: 10px;
    }
    .envList li a {
        display: block;
        width: 100%;
        text-align: center;
    }
    .envList li a img {
        width: 100%;
    }
    .envList li .zt_img_bg {
        width: 100%;
        line-height: 24px;
        margin-top: 0;
    }
    .zt_img_bg span {
        padding: 0 5px;
    }
    /* 热点专题 */
    .hotTopic {
        padding: 0 15px;
        font-size: 14px;
        margin-top: 10px;
    }
    .hotTopicTitle {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .hotTopicTitle h4 {
        font-size: 18px;
        font-weight: bold;
        border-left: 4px solid #3f8dd5;
        height: 24px;
        line-height: 24 px;
        line-height: 24px;
        padding-left: 10px;
    }
    .hotTopicTitle a {
        display: block;
        width: 30px;
        height: 30px;
        background: url(https://www.h2o-china.com/images/more.png) no-repeat center;
    }
    .topicList {}
    .topicList li {
        list-style: none;
        padding: 20px 0px 20px;
        border-bottom: 1px solid #cccccc;
        display: flex;
    }
    .topicListLeft {
        margin-right: 15px;
    }
    .topicListLeft a img {
        width: 80px;
    }
    .topicListRight {
        width: 100%;
    }
    .topicListRight h3 {
        font-size: 16px;
    }
    .topicListRight 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;
    }
    .topicListRight 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;
    }
    /* 铿锵三人行 */
    .personTopic {
        padding: 0 15px;
        font-size: 14px;
        margin-top: 10px;
    }
    /* 排行榜 */
    .rankTopic {
        padding: 0 15px;
        font-size: 14px;
        margin-top: 10px;
    }
    /* 企业专题 */
    .companyTopic {
        padding: 0 15px;
        font-size: 14px;
        margin-top: 10px;
    }
    .companyTopicTitle {
        display: flex;
        justify-content: space-between;
    }
    .companyTopicTitle h4 {
        font-size: 18px;
        font-weight: bold;
    }
    .companyTopicTitle a {
        display: block;
        width: 30px;
        height: 30px;
        background: url(https://www.h2o-china.com/images/more.png) no-repeat center;
    }
    .nzlist {
        width: 100%;
        margin: 10px 0;
        padding: 0;
    }
    .nzlist li {
        width: 100%;
        list-style: inside disc;
        color: #333333;
        padding: 5px 0;
        float: none;
        line-height: 24px;
    }
    /* 底部 */
    .mFooter {
        width: 100%;
        font-size: 14px;
        padding: 5px 0 10px;
        background-color: #ffffff;
    }
    .mFooter p {
        padding: 0 5px;
        text-align: center;
        margin-top: 5px;
    }
}