@charset 'UTF-8';
*{margin: 0; padding: 0;}
html,body{width: 100%; height: 100%; font-size: 18px; color: #333; line-height: 1.5em; font-family:"Microsoft YaHei","微软雅黑", "PingFang SC","Lantinghei SC","Helvetica Neue",Helvetica,Arial,STHeitiSC-Light,simsun,"宋体","WenQuanYi Zen Hei","WenQuanYi Micro Hei",sans-serif;}
img{width: 100%; height: 100%; display: block; }
ul,li {list-style: none;}
a {text-decoration: none;color: #333;}
.img_scale{overflow: hidden;}
.img_scale img{transition: all 0.5s;}
.img_scale:hover img{transform: scale(1.03);}

/* 基础样式 */
:root{
    --color_theme: #e60012;
    --color_hover: #e03718;
    --color_gray: #f7f6f6;
    --color4: #ff9966;
    --fontsize: 18px;
    --font_color_000: #000;
    --font_color_333: #333;
    --font_color_666: #666;
}

.fit_img{object-fit: cover;object-position: 50% 50%;}
.w_full{width: 100%;}
.w_main{width: 1400px; margin: 0 auto;}
.cate_mt{margin-top: 58px;}
.cate_content{height: auto; overflow: hidden; margin-top: 30px;}
.title_bg_gradient{
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
    position: absolute;
    bottom: 0;
    left: 0;
}
.title_bg_gradient p{
    width: 100%;
    height: auto;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 0 20px;
    box-sizing: border-box;
}


/* 轮播图切换按钮 */
.swiper-button-prev::after{
    content: '';
}
.swiper-button-next::after{
    content: '';
}

/* 轮播图滚动条 */
.swiper-scrollbar{
    width: 100% !important;
    height: 2px !important;
    bottom: 0 !important;
    left: 0 !important;
}
.swiper-scrollbar-drag {
    background: var(--color_theme);
}

.tag{
    padding: 0px 6px;
    border: 1px solid var(--color_theme);
    box-sizing: border-box;
    font-size: 14px;
    margin-right: 5px;
    border-radius: 20px;
    line-height: 1em; 
    color: var(--color_theme);
}

/* 标题 */
.title{
    height: 52px;
    position: relative;
}
.title_text{
    font-size: 30px;
    color: #fff;
    background: var(--color_theme);
    line-height: 52px;
    padding: 0 6px;
    box-sizing: border-box;
    position: absolute;
    left: 5px;
    z-index: 1;
}
.title_line{
    width: 100%;
    height: 1px;
    background: #f27f88;
    position: absolute;
    background-origin: padding-box;
    bottom: 11px;
}
.title_more{
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 12px;
    color: var(--color_theme);
}
.title_more:hover{
    color: var(--color_hover);
}

/* 广告位 */
.ad{
    height: 100px;  
    overflow: hidden;
}
.swiper_adx1{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper_adx2{
    width: 690px;
    height: 100%;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}
.swiper_adx3{
    width: 433px;
    height: 100%;
    float: left;
    margin-right: 50px;
    overflow: hidden;
}
.swiper_ad:last-of-type{
    margin-right: 0;
}


/* 头部 */
.head{
    height: 147px;
    background: var(--color_theme);
    color: #fff;
}
.head_main{
    height: 100%;
}
.head_left{
    width: 50%;
    height: 100%;
    float: left;
    display: flex;  
    align-items: center;
}
.head_logo{
    width: 330px;
    height: 76px;
    margin-right: 10px;
}
.head_text p{
    line-height: 2em;
}
.head_right{
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.head_search{
    width: 200px;
    height: 40px;
    margin-right: 20px;
    position: relative;
}
.head_search input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: #333;
    font-size: 16px;
    background: #fff;
    border-radius: 6px;
    padding: 0 20px;
    box-sizing: border-box;
}
.seacch_btn{
    width: 19px;
    height: 21px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.head_show_wap{
    position: relative;
    float: left;
    margin-right: 20px;
}
.head_show_wap span{
    user-select: none;
    cursor: pointer;
}
.head_qr_wap{
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.head_show_wap:hover .head_qr_wap{
    display: block;
}
.jbzq{
    color: #fff;
}

/* 导航 */
.nav{
    height: 60px;
    background: #f6f6f6;
    text-align: center;
    line-height: 60px;
    word-wrap: no-wrap;
    text-wrap: nowrap;
}
.nav a{
    margin: 0 7px;
    color: var(--font_color_000);
}
.nav a:hover{
    color: var(--color_hover);
}

/* 头条 */
.headline{
    margin-top: 70px;
    margin-bottom: 70px;
}
.headline h1{
    text-align: center;
}
.headline h1 a{
    font-size: 46px;
    font-weight: bold;
    color: var(--color_theme);
}
.headline h1 img{
    width: auto;
    height: auto;
    display: inline;
}
.headline_lists{
    margin-top: 40px;
}
.headline_list_row{
    margin-bottom: 10px;
    text-align: center;
}
.headline_list_row:last-of-type{
    margin-bottom: 0;
}
.headline_list_row a{
    margin: 0 10px;
}
.headline_list_row a:hover{
    color: var(--color_hover);
}

/* 顶部新闻 */
.top_news{ 
    height: 484px;
}
.top_news_side{
    width: 250px;
    height: auto;
    float: left;
}
.top_news_side:last-of-type{
    float: right;
}
.top_news_side_item{
    display: block;
    margin-bottom: 23px;
}
.top_news_side_item_img{
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.top_news_side_item_title{
    width: 100%;
    height: 70px;
    background: #f6f6f6;
    padding: 8px 10px;
    box-sizing: border-box;
}
.top_news_side_item_title p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.top_news_side_item:hover .top_news_side_item_title{
    color: var(--color_hover);
}
.top_news_mid{
    width: 860px;
    height: 100%;
    float: left;
    margin-left: 20px;
    position: relative;
    overflow: hidden;
}
.top_news_mid_video{
    width: 100%;
    height: 100%;
}
.top_news_mid video{ 
    width: 100%;
    height: 100%;
}
.top_news_mid_video_title{
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    display: flex;
    align-items: center;
}
.top_news_mid_video_title span{
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.top_news_mid_ad{
    width: 100%;
    height: 100%;
}

/* 要闻 */
.front_page{
    height: 535px;
}
.swiper_front_page{
    width: 840px;
    height: 100%;
    float: left;
}
.swiper_front_page .swiper-slide{
    width: 100%;
    height: 535px;
    display: block;
}
.swiper_front_page_img{
    width: 100%;
    height: 100%;
}
.swiper_front_page_text{
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    padding: 0 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.swiper_front_page_text span{
    padding: 0 6px;
    border: 1px solid white;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    margin-right: 6px;
    border-radius: 20px;
    line-height: 1em;
}
.swiper_front_page_text p{
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.swiper_front_page_prev, 
.swiper_front_page_next{
    width: 30px;
    height: 80px;
}
.swiper_front_page_prev{
    background: url(/img/WIRELESS/WIRELESS_2_305913/2025/08/300682/img/prev01.png) no-repeat;
    left: 0;
}
.swiper_front_page_next{
    background: url(/img/WIRELESS/WIRELESS_2_305913/2025/08/300682/img/next01.png) no-repeat;
    right: 0;
}
.swiper_front_page .swiper-pagination{
    top: inherit;
    bottom: 0;
    text-align: left;
}
.swiper_front_page_pagination_fill{
    background: var(--color_theme);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform-origin: left top;
}
.front_page_lists{
    width: calc(100% - 840px);
    height: auto;
    float: right;
    background: var(--color_gray);
    padding: 10px 40px;
    box-sizing: border-box;
}
.front_page_list_item:last-of-type{
    margin-top: 50px;
}
.front_page_list_item_row{
    margin-bottom: 23px;
    overflow: hidden;
    height: 28px;
}
.front_page_list_item_row a{
    margin-right: 10px;
}
.front_page_list_item_row a:only-child{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.front_page_list_item_row:first-of-type a{
    font-weight: bold;
}
.front_page_list_item_row:last-of-type{
    margin-bottom: 0;
}
.front_page_list_item_row a:hover{
    color: var(--color_hover);
}
.front_page_list_item_row a .tag{
    font-weight: normal;
}
/* 中国范 */
.title_chinafun_log{
    width: 154px;
    height: auto;
    position: absolute;
    left: 120px;
    top: 0;
    display: block;
}
.title_chinafun_nav{
    position: absolute;
    right: 130px;
    bottom: 11px;
}
.title_chinafun_nav a{
    margin: 0 15px;
    font-weight: bold;
    color: var(--color_theme);
}
.title_chinafun_nav a:hover{
    color: var(--color_hover);
}
.chinafun .cate_content{
    height: 485px;
}
.chinafun_left{
    width: 760px;
    height: 100%;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
}
.chinafun_left_img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.chinafun_left_text{
    font-weight: bold;
}
.chinafun_icon{
    width: 103px;
    height: 36px;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
}
.chinafun_right .chinafun_icon{
    transform: scale(0.8);
    left: 0px;
    top: 8px;
}
.chainafun_icon_people{
    background: url(/img/WIRELESS/WIRELESS_2_305913/2025/08/300682/img/icon_people.png) no-repeat;
}
.chainafun_icon_travel{
    background: url(/img/WIRELESS/WIRELESS_2_305913/2025/08/300682/img/icon_travel.png) no-repeat;
}
.chainafun_icon_lifestyle{
    background: url(/img/WIRELESS/WIRELESS_2_305913/2025/08/300682/img/icon_lifestyle.png) no-repeat;
}
.chainafun_icon_culture{
    background: url(/img/WIRELESS/WIRELESS_2_305913/2025/08/300682/img/icon_culture.png) no-repeat;
}
.chinafun_right{
    width: calc(100% - 783px);
    height: 100%;
    float: right;
}
.chinafun_right_item{
    width: 100%;
    height: 147px;
    background: var(--color_gray);
    margin-bottom: 21px;
    display: block;
    position: relative;
}
.chinafun_right_item:last-of-type{
    margin-bottom: 0;
}
.chinafun_right_img{
    width: 230px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.chinafun_right_text{
    width: calc(100% - 230px);
    height: 100%;
    float: right;
    font-weight: bold;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.chinafun p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 24px;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.chinafun_right_item:hover p{
    color: var(--color_hover);
}

/* 聚焦 */
.focus_column{
    width: 692px;
    height: auto;
    overflow: hidden;
    float: left;
}
.focus_column:last-of-type{
    float: right;
}
.focus_column_top_item{
    width: 100%;
    height: 163px;
    display: block;
    background: var(--color_gray);
    margin-bottom: 19px;
}
.focus_column_top_item_img{
    width: 259px;
    height: 100%;
    overflow: hidden;
    float: left;
}
.focus_column_top_item_text{
    width: calc(100% - 259px);
    height: 100%;
    padding: 23px;
    float: right;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    box-sizing: border-box;
    line-height: 1.5em;
}
.focus_column_top_item_text .tag{
    font-weight: normal;
}
.focus_column_top_item:hover p{
    color: var(--color_hover);
}
.focus_column_bottom{
    margin-top: 19px;
}
.focus_column_bottom a{
    width: 692px;
    height: 65px;
    margin-bottom: 19px;
    background: var(--color_gray);
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.focus_column_bottom a p{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.focus_column_bottom a:hover p{
    color: var(--color_hover);
}
.focus_bottom a:last-of-type,
.focus_bottom a:last-of-type{ 
    margin-bottom: 0;
}

/* 热面孔 */
.swiper_hotface{
    width: 100%;
    height: 500px;
}
.swiper_hotface .swiper-slide{
    width: 100%;
    height: 100%;
}
.hotface_left{
    width: 610PX;
    height: 100%;
    float: left;
    background: var(--color_gray);
    position: relative;
    padding: 50px 119px 43px 37px;
    box-sizing: border-box; 
}
.hotface_tag{
    font-size: 20px;
    color: var(--color_theme);
    font-weight: bold;
}
.hotface_title{
    font-size: 36px;
    font-weight: bold;
    margin-top: 40px;
    line-height: 1.5em;
    display: block;
}
.hotface_title:hover{
    color: var(--color_hover);
}
.hotface_des{
    font-size: 30px;
    color: #a0999a;
    margin-top: 46px;
    line-height: 1.5em
}
.hotface_msg{
    position: absolute;
    left: 43px;
    bottom: 37px;
    color: #717171;
    font-size: 14px;
}
.hotface_right{
    width: calc(100% - 610px);
    height: 100%;
    float: right;
    display: block;
}
.swiper_hotface_pagination{
    left: 0;
    bottom: 0 !important;
    text-align: left;
    width: 610px !important;
    height: 4px;
    font-size: 0;
}
.hotface_bulletClass{
    width: 60px;
    height: 4px;
    background: rgb(183, 180, 180);
    margin-right: 10px;
    display: block;
    float: left;
    cursor: pointer;
}
.hotface_bulletActiveClass{
    background: var(--color_theme);
}

/* 健康·养生 */
.health_top{
    width: 100%;
    height: 303px;
}
.health_top_item{
    width: 683px;
    height: 100%;
    overflow: hidden;
    float: left;
    display: block;
    position: relative;
}
.health_top_item:last-of-type{
    float: right;
}
.health_top_item_img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.health_top_item_text{
    border-radius: 10px;
}
.health_bottom{
    margin-top: 13px;
}
.health_bottom_item{
    width: 683px;
    line-height: 65px;
    display: block;
    float: left;
    margin-bottom: 18px;
    background: var(--color_gray);
    padding: 0 20px;
    box-sizing: border-box;
}
.health_bottom_item:hover{
    color: var(--color_hover);
}
.health_bottom_item:nth-of-type(2n){
    float: right;
}
.health_bottom_item:nth-last-of-type(1),
.health_bottom_item:nth-last-of-type(2){
    margin-bottom: 0;
}

/* 人民日报·人物 */
.rmwbrw_jzbjzl{
    height: auto;
    overflow: hidden;
}
.rmbrw{
    width: 690px;
    height: auto;
    overflow: hidden;
    float: left;
}
.rmbrw_main{
    width: 100%;
}
.title_rmbrw .title_text{
    width: 251px;
    height: 53px;
    background: none;
}
.title_rmbrw .title_line{
    width: calc(100% - 261px);
    left: 261px;
}
.rmbrw .cate_content{
    display: block;
    height: 174px;
}
.rmrbrew_left{
    width: 270px;
    height: 174px;
    float: left;
    overflow: hidden;
}
.rmrbrw_right{
    width: calc(100% - 270px);
    height: 100%;
    overflow: hidden;
    background: var(--color_gray);
    padding: 16px;
    box-sizing: border-box;
    float: left;
    position: relative;
}
.rmrbrw_title{
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rmrbrw_title .tag{
    font-weight: normal;
}
.rmrbrw_des{
    font-size: 16px;
    line-height: 1.1em;
    color: #a0999a;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rmrbrw_coprfrom{
    font-size: 14px;
    color: #a0999a;
    position: absolute;
    left: 16px;
    bottom: 10px;
}
.rmbrw .cate_content:hover .rmrbrw_title{
    color: var(--color_hover);
}

/* 记者编辑专栏 */
.jzbjzl{
   width: calc(100% - 705px);
   float: right; 
}
.swiper_jzbjzl{
    width: 100%;
    height: 174px;
}
.swiper_jzbjzl .swiper-slide{
    width: 166px;
    height: 100%;
    display: block;
    margin-right: 8px;
}
.swiper_jzbjzl .swiper-slide:last-of-type{
    margin-right: 0;
}
.swiper_jzbjzl_img{
    height: 140px;
    overflow: hidden;
}
.swiper_jzbjzl_text{
    width: 100%;
    height: 30px;
    background: var(--color_gray);
    text-align: center;
    line-height: 30px;
    font-weight: bold;
}
.swiper_jzbjzl .swiper-slide:hover .swiper_jzbjzl_text{
    background: var(--color_hover);
    color: #fff;
}

/* 文明中国人 */
.wmzgr_item{
    width: 428px;
    height: auto;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 57px;
}
.wmzgr_item:last-of-type{
    margin-right: 0;
}
.wmzgr_item_img{
    width: 100%;
    height: 263px;
    overflow: hidden;
}
.wmzgr_item_text{
    width: 100%;
    height: 180px;
    background: var(--color_gray);
    padding: 18px 10px;
    box-sizing: border-box;
}
.wmzgr_item_text_title{
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wmzgr_item_text_des{
    font-size: 16px;
    color: #a0999a;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wmzgr_item:hover .wmzgr_item_text_title{
    color: var(--color_hover);
}

/* 名人史话 */
.title_mrsh .title_text,
.title_mrsh .title_line{
    background: #7f654a;
}
.title_mrsh .title_more{
    color: #7f654a;
}
.mrsh_top{
    height: 575px;   
}
.mrsh_top_img{
    width: 979px;
    height: 100%;
    overflow: hidden;
    float: left;
}
.mrsh_top_text{
    width: calc(100% - 979px);
    height: 100%;
    background: var(--color_gray);
    float: left;
    padding: 40px 20px;
    box-sizing: border-box;
}
.mrsh_top_text:hover{
    color: var(--color_hover);
}
.mrsh_top_text_des{
    font-size: 16px;
    line-height: 1.5em;
    color: #a0999a;
    margin-top: 20px;
}
.mrsh_bottom{
    width: 100%;
    height: 198px;
    margin-top: 20px;
}
.mrsh_bottom_item{
    width: 336px;
    height: 100%;
    margin-right: 18px;
    float: left;
    cursor: pointer;
}
.mrsh_bottom_item:last-of-type{
    margin-right: 0;
}

/* 环视听 */
.hst_left{
    width: 327px;
    height: auto;
    overflow: hidden;
    float: left;
}
.hst_left_item{
    display: block;
    width: 100%;
    height: 208px;
    position: relative;
}
.hst_left_item_img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hst_left_item_text{
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--color_gray);
}
.hst_left_item .hst_left_active{
    background: none;
    color: #fff;
}
.hst_mid{
    width: 685px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 15px;
}
.hst_mid_top{
    width: 100%;
    height: 437px;
    overflow: hidden;
    display: block;
    position: relative;
}
.hst_mid_top_img{
    width: 100%;
    height: 100%;
}
.hst_mid_top_text{
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: 0;
    bottom: 0;
}
.hst_mid_top_text .tag{
    color: #fff;
    border-color: #fff;
}
.hst_mid_rmft{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 31px;
    display: block;
}
.hst_right{
    width: 355px;
    height: 624px;
    float: right;
    display: block;
    position: relative;
}
.hst_right_img{
    width: 100%;
    height: 100%;
    position: relative;
}
.hst_right_text .tag{
    color: #fff;
    border-color: #fff;
}
/* 评论 */
.pl_zt{
    height: auto;
    overflow: hidden;
}
.pl{
    width: 690px;
    height: auto;
    overflow: hidden;
    float: left;
}
.pl .cate_content a{
    display: block;
    background: var(--color_gray);
    height: 65px;
    line-height: 65px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.pl .cate_content a:last-of-type{
    margin-bottom: 0;
}
.pl .cate_content a:hover{
    color: var(--color_hover);
}

/* 专题 */
.zt{
    width: calc(100% - 710px);
    float: right;
    height: auto;
    overflow: hidden;
}
.swiper_zt{
    width: 100%;
    height: 140px;
}
.swiper_zt .swiper-slide{
    width: 220px;
    height: 136px;
    display: block;
    margin-right: 14px;
}
.swiper_zt .swiper-slide:last-of-type{
    margin-right: 0;
}
.swiper_zt_img{
    width: 100%;
    height: 100%;
}

/* 图说世情 */
.tssq{
    position: relative; 
    height: auto;
    overflow: hidden;
}
.title_tssq{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.tssq .cate_content{
    background: #faf9f9;
    margin-top: 0px;
    margin-top: 41px;
    padding-top: 40px;
}
.swiper_tssq{
    width: 100%;
    height: 622px;
}
.swiper_tssq .swiper-slide{
    display: block;
}
.swiper_tssq_img{
    width: 975px;
    height: 100%;
    overflow: hidden;
    float: left;
}
.swiper_tssq_text{
    width: calc(100% - 975px);
    height: 100%;
    float: left;
    background: #fff;
    padding: 40px 30px;
    box-sizing: border-box;
}
.swiper_tssq_title:hover{
    color: var(--color_hover);
}
.swiper_tssq_des{
    font-size: 16px;
    line-height: 2em;
    color: #a0999a;
    margin-top: 80px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.swiper_tssq_prev,
.swiper_tssq_next{
    width: 24px;
    height: 24px;
    right: 20px;
    left: initial;
    top: initial;
}
.swiper_tssq_prev{
    background: url("/img/WIRELESS/WIRELESS_2_305913/2025/08/300682/img/prev02.png") no-repeat;
    bottom: 54px;
}
.swiper_tssq_next{
    background: url("/img/WIRELESS/WIRELESS_2_305913/2025/08/300682/img/next02.png") no-repeat;
    bottom: 20px;
}
.swiper_tssq_prev:hover{
    background: url("/img/WIRELESS/WIRELESS_2_305913/2025/08/300682/img/prev02_active.png") no-repeat;
}
.swiper_tssq_next:hover{
    background: url("/img/WIRELESS/WIRELESS_2_305913/2025/08/300682/img/next02_active.png") no-repeat;
}
.tssq_bottom{
    width: 100%;
    height: 306px;
    overflow: hidden;
    margin-top: 17px;
}
.tssq_bottom_col{
    height: 100%;
    float: left;
    margin-right: 13px;
}
.tssq_bottom_col:last-of-type{
    margin-right: 0;
}
.tssq_bottom_item{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.tssq_bottom_img{
    width: 100%;
    height: 100%;
}
.tssq_bottom_text{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}
.tssq_bottom_item:hover .tssq_bottom_text{
    display: flex;
}
.tssq_bottom_col1,
.tssq_bottom_col4{
    width: 232px;
}
.tssq_bottom_col2,
.tssq_bottom_col5{
    width: 202px;
}
.tssq_bottom_col1 .tssq_bottom_item,
.tssq_bottom_col4 .tssq_bottom_item{
    height: 148px;
    margin-bottom: 10px;
}
.tssq_bottom_col3{
    width: 479px;
}

/* 长三角一体化 */
.csj_sy_tbch{
    height: 300px;
    overflow: hidden;
}
.csj{
    width: 332px;
    height: auto;
    overflow: hidden;
    float: left;
}
.swiper_csj{
    width: 100%;
    height: 213px;
}
.swiper_csj .swiper-slide{
    display: block;
}
.swiper_csj_img{
    width: 100%;
    height: 100%;
}
.swiper_csj_title{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}
.swiper_csj_title p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.swiper_csj_title .tag{
    color: #fff;
    border-color: #fff;
}
.swiper_csj .swiper-slide:hover .swiper_csj_title{
    display: flex;
}
.swiper_csj_pagination {
    bottom: 4px !important;
    text-align: right;
    width: 100% !important;
    height: 9px;
    font-size: 0;
    display: flex;
    justify-content: flex-end;
}
.csj_bulletClass{
    width: 9px;
    height: 9px;
    background: rgb(183, 180, 180);
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    text-align: right;
    border-radius: 5px;
    font-size: 0;
    line-height: 1em;
    transition: width 0.3s;
}
.csj_bulletActiveClass{
    width: 20px;
    background: var(--color_theme);
}

/* 视野 */
.sy{
    width: 546px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 30px;
}
.sy_top{
    width: 100%;
    height: 107px;
    background: var(--color_gray);
    display: block;
}
.st_img{
    width: 170px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.sy_title{
    width: calc(100% - 170px);
    height: 100%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.sy_title p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy_top:hover .sy_title{
    color: var(--color_hover);
}
.sy_lists{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.sy_lists a{
    display: block;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sy_lists a:hover{
    color: var(--color_hover);
}
.sy_lists a:last-of-type{
    margin-bottom: 0;
}

/* 特别策划 */
.tbch{
    width: 455px;
    height: auto;
    overflow: hidden;
    float: right;
}
.swiper_tbch{
    width: 100%;
    height: 216px;
    display: block;
}
.swiper_tbch .swiper-slide{
    width: 159px;
    height: 100%;
    margin-right: 10px;
}
.swiper_tbch_img{
    width: 100%;
    height: 100%;
}
.swiper_tbch_navigation{
    width: 12px;
    height: 14px;
    position: absolute;
    bottom: -22px;
    cursor: pointer;
}
.swiper_tbch_prev{
    background: url(/img/WIRELESS/WIRELESS_2_305913/2025/08/300682/img/prev03.png) no-repeat;
    right: 17px;
}
.swiper_tbch_next{
    background: url(/img/WIRELESS/WIRELESS_2_305913/2025/08/300682/img/next03.png) no-repeat;
    right: 0;
}

 /* 《环球人物》杂志 */
 .rmh_top{
    height: 290px;
    margin-top: 30px;
 }
.magazine{
    width: 390px;
    height: 290px;
    float: left;
    background: url(/img/WIRELESS/WIRELESS_2_305913/2025/08/300682/img/zazhi_bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
.swiper_magazine{
    width: 190px;
    height: 250px;
    position: absolute;
    left: 6px;
    top: 6px;
}
.swiper_magazine .swiper-slide{
    width: 100%;
    height: 100%;
}
.swiper_magazine .swiper-slide p{
    display: none;
}
.swiper_magazine_prev{
    width: 28px;
    height: 16px;
    position: absolute;
    left: 148px;
    bottom: 6px;
    cursor: pointer;
}
.swiper_magazine_next{
    width: 28px;
    height: 16px;
    position: absolute;
    left: 174px;
    bottom: 6px;
    cursor: pointer;
}
.magazine_r{
    width: 194px;
    position: absolute;
    right: 0;
    top: 90px;
    height: 30px;
}
.magazine_title{
    width: 130px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    float: left;
}
.magezine_more{
    width: 60px;
    line-height: 30px;
    float: right;
    text-align: center;
    background: #fe746c;
    opacity: 0.8;
    color: #fff;
    transition: all 0.5s;
}
.magezine_more:hover{
    opacity: 1;
}
.magazine_shop{
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    bottom: 51px;
    right: 10px;
}
.magazine_shop:first-of-type{
    right: 100px;
}

/* 微信 */
.rmh_wx{
    width: 300px;
    height: 100%;
    float: left;
    margin-left: 38px;
}
.rmh_item_title{
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rmh_wx .rmh_item_title_text{
    color: #3cbb38;
}
.rmh_item_title_img{
    width: auto;
    height: 100%;
}
.rmh_item_title_text{
    font-size: 20px;
}
.rmh_wx_main{
    margin-top: 20px;
}
.rmh_wx_top{
    display: block;
    position: relative;
}
.rmh_wx_top_img{
    width: 100%;
    height: 127px;
    overflow: hidden;
}
.rmh_wx_top_text{
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    background: rgba(0,0,0,0.5);
    color: #fff;
    left: 0;
    top: 0;
    padding: 20px;
    box-sizing: border-box;
}
.rmh_wx_top_text p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rmh_wx_top:hover .rmh_wx_top_text{
    display: flex;
}

.rmh_wx_bot{
    height: 116px;
    display: block;
    background: var(--color_gray);
    padding: 24px 14px;
    box-sizing: border-box;
}
.rmh_wx_bot_img{
    width: 80px;
    height: 80px;
    float: left;
    overflow: hidden;
}
.rmh_wx_bot_text{
    width: calc(100% - 80px);
    height: 80px;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.rmh_wx_bot_text p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rmh_wx_bot:hover .rmh_wx_bot_text{
    color: var(--color_hover);
}

/* 微博 */
.rmh_wb{
    width: 300px;
    height: 100%;
    float: left;
    margin-left: 38px;
}
.rmh_wb .rmh_item_title_text{
    color: #df8d1a;
}
.rmh_wb_main{
    margin-top: 20px;
}
.rmh_wb_item{
    display: block;
}
.rmh_wb_item_img{
    width: 100%;
    height: 127px;
    overflow: hidden;
}
.rmh_wb_item_text{
    width: 100%;
    height: 116px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: var(--color_gray);
    padding: 20px;
    box-sizing: border-box;
}
.rmh_wb_item_text p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rmh_wb_item:hover .rmh_wb_item_text{
    color: var(--color_hover);
}

/* 抖音 */
.rmh_dy{
    width: 280px;
    height: 175px;
    float: right;
}
.rmh_dy .rmh_item_title_text{
    color: #000;
}
.rmh_dy_main{
    margin-top: 20px;
}
.rmh_dy_item{
    display: block;
}
.rmh_dy_item_img{
    width: 100%;
    height: 175px;
    overflow: hidden;
    position: relative;
}
.rmh_dy_item_img i{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.rmh_dy_item_text{
    width: 100%;
    height: 66px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: var(--color_gray);
    padding: 0 20px;
    box-sizing: border-box;
}
.rmh_dy_item_text p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rmh_dy_item:hover .rmh_dy_item_text{
    color: var(--color_hover);
}

.rmh_bottom{
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.rmh_bottom_item{
    width: 116px;
    height: auto;
    overflow: hidden;
    margin-right: 90px;
    text-align: center;
    color: var(--color_hover);
}
.rmh_bottom_item:last-of-type{
    margin-right: 0;
}


/* 人民品牌 */
.rmpp_item{
    width: 453px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}
.rmpp_item:last-of-type{
    margin-right: 0;
}
.rmpp_item_title{
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rmpp_item_title_more{
    color: var(--color_theme);
}
.rmpp_item_title_more:hover{
    color: var(--color_hover);
}
.rmpp_item_news{
    width: 100%;
    height: 289px;
    overflow: hidden;
    margin-top: 30px;
    display: block;
    position: relative;
}
.rmpp_item_news_img{
    width: 100%;
    height: 100%;
}

/* 底部 */
.foot{
    margin-top: 60px;
}
.foot_top{ 
    background: var(--color_theme);
    padding: 20px 0 50px 0;
    box-sizing: border-box;
}

.foot_top_links_title{
    color: #fff;
    font-size: 20px;
}
.foot_top a{
    color: #fff;
    font-size: 20px;
}
.foot_top_lists_main{
    margin-top: 30px;
}
.foot_top_lists_main a{
    margin-right: 20px;
    line-height: 2em;
}
.foot_top_lists_main a:hover{
    opacity: 0.8;
}
.site_entry{
    margin-top: 70px;
}
.site_entry a{
    margin-right: 20px;
}
.site_entry a:hover{
    opacity: 0.8;
}
.foot_bot{
    background: #f6f6f6;
    text-align: center;
    padding: 60px 0;
    box-sizing: border-box;
}
.foot_bot_row{
    overflow: hidden;
}
.foot_bot_row span,
.foot_bot_row a{
    color: #999;
    font-size: 16px;
}
.foot_bot_row_gajba{
   position: relative;
   padding-left: 20px;
}
.foot_bot_row a{
    margin: 0 5px;
}
.foot_bot_row_gajba span{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
}
.foot_bot_row_gajba img{
    width: 100%;
    height: 100%;
} 

.gotop {
    background-color: #E03718;
    border-radius: 5px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 2000;
    background-image: url(/img/WIRELESS/WIRELESS_2_305913/2025/08/300682/img/gotop.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
    
/* 1360 */
@media only screen and (max-width: 1400px) { 
    :root{
        --fontsize: 16px;
    }
    html, body{
        font-size: 16px;
    }
    .w_main{
        width: 1300px;
    }
    .head_logo {
        width: 240px;
        height: 55px;
    }
    .nav a{
        margin: 0 4px;
    }
    .top_news {
        height: 438px;
    }
    .top_news_side {
        width: 240px;
    }
    .top_news_side_item_img {
        height: 153px;
    }
    .top_news_mid {
        width: 780px;
    }
    .top_news_side_item{
        margin-bottom: 12px;
    }
    .top_news_side_item_title{
        height: 60px;
    }
    .swiper_adx2{
        width: 640px;
    }
    .swiper_adx3{
        width: 400px;
    }
    .swiper_hotface{
        height: 436px;
    }
    .focus_column{
        width: 642px;
    }
    .focus_column_top_item_text{
        font-size: 18px;
    }
    .hotface_title{
        font-size: 26px;
    }
    .hotface_des{
        font-size: 18px;
    }
    .health_top{
        height: 282px;
    }
    .health_top_item{
        width: 636px;
    }
    .health_bottom_item{
        width: 636px;
    }
    .wmzgr_item {
        width: 406px;
        margin-right: 40px;
    }
    .wmzgr_item_img{
        height: 249px;
    }
    .mrsh_bottom{
        height: 180px;
    }
    .mrsh_bottom_item{
        width: 306px;
    }
    .mrsh_top_text_title{
        font-size: 18px;
    }
    .hst_mid{
        width: 640px;
        margin-left: 12px;
    }
    .hst_mid_top{
        height: 407px;
    }
    .hst_left{
        width: 304px;
    }
    .hst_left_item{
        height: 194px;
    }
    .hst_right{
        width: 332px;
        height: 584px;
    }
    .swiper_tssq{
        height: 612px;
    }
    .swiper_tssq_img{
        width: 900px;
    }
    .swiper_tssq_text {
        width: calc(100% - 900px);
    }
    .swiper_tssq_title{
        font-size: 18px;
        line-height: 1.5em;
    }
    .tssq_bottom{
        height: 286px;
    }
    .tssq_bottom_col {
        margin-right: 10px;
    }
    .tssq_bottom_col1, .tssq_bottom_col4 {
        width: 216px;
    }
    .tssq_bottom_col1 .tssq_bottom_item, .tssq_bottom_col4 .tssq_bottom_item {
        height: 138px;
    }
    .tssq_bottom_col2, .tssq_bottom_col5 {
        width: 188px;
    }
    .tssq_bottom_col3 {
        width: 452px;
    }
    
    .sy {
        width: 486px;
    }
    .tbch {
        width: 415px;
    }
    .rmh_wx,.rmh_wb{
        margin-left: 10px;
    }
    .rmpp_item {
        width: 420px;
    }
    .rmpp_item_news{
        height: 267px;
    }
    .foot_top a{
        font-size: 16px;
    }
}

/* 竖屏 */
@media only screen and (orientation:portrait) {
    body{
        width: 1300px;
    }
}
