<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

* { padding: 0px; margin: 0px; box-sizing: border-box; }
.clearfix:after { display: block; height: 0; content:""; visibility: hidden; clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }
.common_container { width: 1300px; margin: 0 auto; }
i { text-decoration: none; font-style: normal; }
.body{ font-family:"微软雅黑"}
a{ text-decoration: none; color: inherit; }
a:hover{ text-decoration: none; }
.fixed_bottom{
    width: 100%;
    position: fixed;
    bottom: 0;
}

#tempHeader_pc{ display: block; }
#tempHeader_mob{ display: none; }
#tempBottom_pc{ display: block; }
#tempBottom_mob{ display: none; }

/* 专题通用样式 */
.width_container1200{ width: 1200px; margin: 0 auto; }
.main-container { padding-bottom: 50px; }
.main-top{   
    font-size: 14px;
    margin: 20px 0;
    color: #676767;
}
.list_style{
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.list_style li{
    list-style: none;
    font-size: 18px;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
}
.list_style span{
    font-size: 14px;
    float: right;
    color: #676767;
}
.iconfont{
    font-size: 18px;
    vertical-align: middle;
}
.zhibiaopaging_style{
    padding: 20px 0 0 0;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 30px;
}
.getMore_style{
    float: right;
    display: none;
}
.position_style{
    float: left;
}
.getMore_style a{
    color: #C30E07;
}


/* 专题通用细缆 样式 */
.articleTitle{
    text-align: center;
    font-size: 22px;
    font-weight: 550;
    padding: 16px 0;
}
.articleInfo_style{
    text-align: center;
    font-size: 14px;
    color: #676767;
}
.articleInfo_style span{
    padding: 0 10px; 
    letter-spacing: 1px;
}
.article_connent{
    margin-top: 30px;
    font-size: 16px;
}

@media ( max-width:1024px ){
    #tempHeader_pc{ display: none; }
    #tempHeader_mob{ display: block; }
    #tempBottom_pc{ display: none; }
    #tempBottom_mob{ display: block; }

    /* 概览样式 */
    .width_container1200{
        width: 90%;
    }
    .main-top{
        font-size: 0.2rem;
        margin: 0.3rem 0 0 0;
    }
    .list_style li{
        width: 100%;
        font-size: 0.28rem;
        height: 0.6rem;
        line-height: 0.6rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-right: 0.1rem;
    }
    .list_style{
        padding: 0.3rem 0;
    }
    .zhibiaopaging_style{
        text-align: center;
        padding: 0.3rem 0 0 0;
        font-size: 0.24rem;
        letter-spacing: 0.01rem;
        line-height: 0.4rem;
    }
    .getMore_style{
        float: none;
        padding: 0.2rem 0 0 0;
    }
    .position_style{
        float: none;
    } 

    /* 细缆样式 */
    .main-container{
        padding-top: 0.4rem;
    }
    .articleTitle{
        font-size: 0.3rem;
        font-weight: 500;
    }
    .articleInfo_style{
        font-size: 0.24rem;
        padding-top: 0.2rem;
    }
    .articleInfo_style span{
        display: block;
    }
    .article_connent {
        margin-top: 0.3rem;
    }
    .article_connent{
        font-size: 0.28rem;
        line-height: 0.5rem;
    }
    .article_connent font, span{
        line-height: 0.5rem !important;
        font-size: 0.28rem !important;
    }
    .list_style span{
        display: none;
    }
    .article_connent img{
        width: 100% !important;
    }
}</pre></body></html>