@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/300680/img/SourceHanSerifCN-Regular.otf') format('opentype');
    font-weight: normal; 
    font-style: normal; 
}

body{
    background: #f8f5ef;
}
.main{
    background: url(/img/WIRELESS/WIRELESS_2_305913/2025/08/300680/img/banner_pc.png) no-repeat center top;
    overflow: hidden;
}
.lists{
    width: 1300px;
    height: auto;
    margin: 0 auto;
    margin-top: 654px;
}
.list_item{ 
    height: 531px;
    position: relative;
    overflow: hidden;
}
.jz{
    width: 44px;
    height: 100%;
    position: absolute;
}
.jz_l{
    background: url(/img/WIRELESS/WIRELESS_2_305913/2025/08/300680/img/juanzhou_l_1.png) no-repeat;
}
.jz_r{
    background: url(/img/WIRELESS/WIRELESS_2_305913/2025/08/300680/img/juanzhou_l_1.png) no-repeat;
    right: 0;
}
.list_item:nth-of-type(2n) .jz_l{
     background: url(/img/WIRELESS/WIRELESS_2_305913/2025/08/300680/img/juanzhou_l_2.png) no-repeat;
}
.list_item:nth-of-type(2n) .jz_r{
     background: url(/img/WIRELESS/WIRELESS_2_305913/2025/08/300680/img/juanzhou_r_2.png) no-repeat;
}

.list_item_main{
    height: 500px;
    background-color: #e6ca8f;
    background-image: url(/img/WIRELESS/WIRELESS_2_305913/2025/08/300680/img/list_bg.jpg);
    background-repeat: no-repeat;
    background-position: center 20px;
    padding: 20px 0;
    box-sizing: border-box;
    margin-top: 16px;
}
.list_item_msg{
    padding: 20px 0;
    box-sizing: border-box;
    height: 100%;
    position: relative;
}
.list_item_img{
    width: 660px;
    height: 100%;
    overflow: hidden;
    float: left;
    display: block;
    margin-left: 44px;
}
.list_item_text{
    width: calc(100% - 828px);
    float: right;
    margin-right: 84px;
    padding-top: 40px;
    box-sizing: border-box;
}
.list_item_title{
    font-size: 36px;
    font-weight: bold;
    font-family: 'SourceHan', 'SourceHanSerifCN', "微软雅黑";
}
.list_item_title:hover{
    color: #d92020;
}
.list_item_des{
    font-size: 18px;
    font-family: 'SourceHan', 'SourceHanSerifCN', "微软雅黑";
    margin-top: 20px;
}
.list_item_detail{
    width: 45px;
    height: 45px;
    position: absolute;
    right: 88px;
    bottom: 20px;
    background: url(/img/WIRELESS/WIRELESS_2_305913/2025/08/300680/img/detail.png) no-repeat;
}
.list_item_detail:hover{
    opacity: 0.8;
}
.foot_simple{
    background: #eaece1;
    color: #333;
    font-size: 15px;
}
.foot_simple a{
    color: #333;
    font-size: 15px;
}
/*******************************/
/*******************************/
/*******************************/   
/*******************************/
/*******************************/
/*******************************/
/*******************************/

@media screen and (orientation:portrait){
    .main{
        height: auto;
        overflow: hidden;
        background: url(/img/WIRELESS/WIRELESS_2_305913/2025/08/300680/img/banner_wap.png) no-repeat center top;
        background-size: 100% auto;
    }
    .lists{
        width: 100%;
        margin-top: 4.3rem;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .list_item{ 
        height: auto;
        overflow: hidden;
        margin-bottom: 0.5rem;
    }
    .jz{
        width: 6.8rem;
        height: 0.44rem;
        position: absolute;
    }
    .jz_l{
        background: url(/img/WIRELESS/WIRELESS_2_305913/2025/08/300680/img/juanzhou_l_1_h.png) no-repeat;
        background-size: 100% auto;
    }
    .jz_r{
        background: url(/img/WIRELESS/WIRELESS_2_305913/2025/08/300680/img/juanzhou_l_1_h.png) no-repeat;
        right: initial;
        bottom: 0;
        background-size: 100% auto;
    }
    .list_item:nth-of-type(2n) .jz_l{
        background: url(/img/WIRELESS/WIRELESS_2_305913/2025/08/300680/img/juanzhou_l_2_h.png) no-repeat;
        background-size: 100% auto;
    }
    .list_item:nth-of-type(2n) .jz_r{
        background: url(/img/WIRELESS/WIRELESS_2_305913/2025/08/300680/img/juanzhou_r_2_h.png) no-repeat;
        background-size: 100% auto;
    }
    .list_item_main{
        width: 6.4rem;
        height: auto;
        padding: 0.4rem 0.2rem 1rem 0.2rem;
        margin: 0 auto;
        margin-top: 0.22rem;
        background-image: none;
    }
    .list_item_msg{
        padding: 0;
    }
    .list_item_img{
        width: 100%;
        height: 4.33rem;
        margin-left: 0;
        float: none;
    }
    .list_item_text{
        width: 100%;
        float: none;
        margin-right: 0;
        padding-top: 0.3rem;
    }
    .list_item_title{
        font-size: 0.36rem;
    }
    .list_item_title:hover{
        color: #333;
    }
    .list_item_des{
        font-size: 0.3rem;
        margin-top: 0.1rem;
    }
    .list_item_detail{
        width: 0.8rem;
        height: 0.8rem;
        right: 0.2rem;
        bottom: 0.6rem;
        background-size: cover;
        display: none;
    }
    .list_item_detail:hover{
        opacity: 1;
    }
    .foot_simple{
        font-size: 0.26rem;
    }
    .foot_simple a{
        font-size: 0.26rem;
    }
}
	