@charset "utf-8";
:root{
    --swiper-theme-color: #e50000;
    --themes_color: #e50000;
    --font_color: #fff;
    --img_scale: 1.1;
}
@font-face {
    font-family: 'SourceHan'; 
    src: url('/img/WIRELESS/WIRELESS_2_305913/2025/08/300681/img/SourceHanSerifCN-Regular.otf') format('opentype');
    font-weight: normal; 
    font-style: normal; 
}
.main{
    background: url("/img/WIRELESS/WIRELESS_2_305913/2025/08/300681/img/banner_pc.png") no-repeat center top;
    overflow: hidden;
}
.lists{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 760px;
}
.list_item{
    height: 458px;
    margin-bottom: 50px;
    position: relative;
}
.list_item_img{
    display: block;
    width: 720px;
    height: 100%;
    overflow: hidden;
    float: left;
}
.list_item_text{
    width: calc(100% - 720px);
    height: 100%;
    background: #f0ede5;
    float: left;
    padding: 30px 40px;
    box-sizing: border-box;
}
.list_item_text_title{ 
    font-size: 30px;
    font-weight: bold;
    font-family: 'SourceHan', 'SourceHanSerifCN', "微软雅黑";
}
.list_item_text_title:hover{
    color: #e50000;
}
.list_item_text_des{
    font-size: 18px;
    font-family: 'SourceHan', 'SourceHanSerifCN', "微软雅黑";
    margin-top: 10px;
    color: #666;
}
.list_item_detail{
    padding: 5px 15px;
    position: absolute;
    bottom: 20px;
    right: 40px;
    background: #d3d1c7;
    font-family: 'SourceHan', 'SourceHanSerifCN', "微软雅黑";
}
.list_item_detail:hover{
    background: #e50000;
    color: #fff;
}

.foot_simple{
    background: #e2ddda;
    color: #333;
    font-size: 15px;
}
.foot_simple a{
    color: #333;
    font-size: 15px;
}
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/

@media screen and (orientation:portrait){
    .main{
        width: 100%;
        padding: 0 0.2rem;
        box-sizing: border-box;
        background: url("/img/WIRELESS/WIRELESS_2_305913/2025/08/300681/img/banner_wap.png") no-repeat center top;
        background-size: 100% auto;
    }
    .lists{
        width: 100%;
        margin-top: 4.6rem;
    }
    .list_item{
        height: auto;
        overflow: hidden;
        margin-bottom: 0.5rem;
    }
    .list_item_img{
        width: 100%;
        height: 4.33rem;
        float: none;
    }
    .list_item_text{
        width: 100%;
        height: auto;
        float: none;
        padding: 0.3rem;
    }
    .list_item_text_title{ 
        font-size: 0.36rem;
    }
    .list_item_text_title:hover{
        color: #333;
    }
    .list_item_text_des{
        font-size: 0.3rem;
        margin-top: 0.1rem;
    }
    .list_item_detail{
        display: none;
        padding: 5px 15px;
        box-sizing: border-box;
        background: #d3d1c7;
        position: absolute;
        bottom: 20px;
        right: 40px;
    }
    .list_item_detail:hover{
        background: #e50000;
        color: #fff;
    }
    .foot_simple{
        font-size: 0.26rem;
    }
    .foot_simple a{
        font-size: 0.26rem;
    }
}
	