@charset "utf8";
*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
    color: #333;
    font-family: "PingFang SC","Lantinghei SC","Helvetica Neue",Helvetica,Arial,"Microsoft YaHei","微软雅黑",STHeitiSC-Light,simsun,"宋体","WenQuanYi Zen Hei","WenQuanYi Micro Hei",sans-serif, Georgia;
    font-size: 18px;
    line-height: 1.5em;
}
:root{
    --color1: #e60012;
    --color2: #ff6666;
    --color3: #ffe8dd;
    --color4: #ff9966;
    --fontsize: 18px;
}

a{
    text-decoration: none;
    color: #333;
    font-size: var(--fontsize);
    line-height: 1.5em;
}
img{
    display: block;
    width: 100%;
    height: 100%;
}

.main_w{
    width: 1400px;
    margin: 0 auto;
    clear: both;
}

.img_scale img{
    transition: all 0.5s;
}
.img_scale:hover img{
    transform: scale(1.1);
}

/*临时广告位*/
.ad_temp{
    height: auto;
    overflow: hidden;
    margin-top: 50px;
}
.ad_temp img{
    width: 100%;
    height: auto;
}
.ad_video{
    width: 740px;
    height: 474px;
    overflow: hidden;
}
.ad_hot{
    width: 100%;
    height: 60px;
    margin-top: 20px;
    overflow: hidden;
}
.ad_hot img{
    width: 100%;
    height: 100%;
}

/* 广告位 */
.ad{
    height: 100px;
    overflow: hidden;
    margin-top: 50px;
}
.ad img{
    width: 100%;
    height: auto;
}
.swiper_ad{
    width: 100%;
    height: 100px;
}

.adx2{
    width: 690px;
    float: left;
    margin-right: 20px;
}
.adx2:last-of-type{
    margin-right: 0;
}

.adx3{
    width: 433px;
    float: left;
    margin-right: 50px;
}
.adx3:last-of-type{
    margin-right: 0;
}

/* 标题 */
.title{
    width: 100%;
    height: 60px;
    border-bottom: 2px solid var(--color1);
}
.title > a:first-of-type{
    font-size: 26px;
    color: var(--color1);
    float: left;
    line-height: 60px;
}
.title > a:last-of-type{
    font-size: 16px;
    color: #999;
    float: right;
    line-height: 60px;
}
.title > a:last-of-type:hover{
    color: var(--color1);
}
.newslists{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.newslists a{
    display: block;
    margin-bottom: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.newslists a i{
    width: auto;
    height: 18px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}
.newslists a:hover{
    color: var(--color1);
}
.newslists a:last-of-type{
    margin-bottom: 0;
}


/* 顶部 */
.head{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}
.head_main{
    height: 40px;
    margin-top: 20px;
}
.head_l{
    width: 300px;
    float: left;
    overflow: hidden;
}
.logo{
    width: 176px;
    height: 40px;
    float: left;
}
.head_l p{
    font-size: 16px;
    color: #999;
    float: left;
    margin-left: 10px;
    line-height: 1.3em;
}
.head_r{
    height: 40px;
    float: right;
}
.search{
	width: 200px;
	height: 30px;
	border-radius: 4px;
	position: relative;
	margin-top: 5px;
	float: left;
	overflow: hidden;
	border: 1px solid #a8a8a8;
}
.search input{
	width: 100%;
	height: 100%;
	padding: 0 16px;
	box-sizing: border-box;
	color: #333;
	background: none;
	outline: none;
	border: none;
}
.search span{
	width: 20px;
	height: 20px;
	display: block;
	background: url(/img/WIRELESS/2024/09/300564/image/c_search_icon.png);
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
}
.meiti{
	float: left;
	margin-left: 10px;
}
.mt_item{
	float: left;
	margin: 0 10px;
	position: relative;
	cursor: pointer;
}
.mt_item p{
	font-size: 16px;
	color: #666;
	line-height: 40px;
}
.mt_item span{
	width: 125px;
	height: 125px;
	display: block;
	position: absolute;
	left: -26px;
	top: 50px;
	z-index: 200;
	display: none;
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.mt_item:last-of-type span{
	left: -36px;
}
.mt_item span img{
	width: 100%;
	height: 100%;
}
.mt_item:hover span{
	display: block;
}
.mt_item a{
    font-size: 16px;
    line-height: 40px;
    color: #666;
}
.login{
	float: left;
	margin-left: 10px;
}
.login a{
    font-size: 16px;
	line-height: 40px;
	color: #666;
}
.login a:hover{
	color: #e33f1c;
}
.login span{
	color: #fff;
}
/* 顶部结束 */

/* 导航 */
.nav{
	width: 100%;
	height: 60px;
    background: var(--color1);
}
.nav_main{
	position: relative;
	text-align: center;
}
.nav_main > a{
	height: 100%;
	display: inline-block;
	font-size: 20px;
	color: #fff;
    margin-right: 20px;
	line-height: 60px;
}
.nav_main > a:hover{
	/* color: var(--color1); */
    font-weight: bold;
}
.nav_lists{
	position: relative;
	display: inline-block;
    margin-right: 30px;
	box-sizing: border-box;
	cursor: pointer;
}
.nav_lists i{
    background: url(/img/WIRELESS/2024/09/300564/image/arrow_down_202302.png) no-repeat;
    width: 10px;
    height: 6px;
    display: inline-block;
    position: absolute;
    top: 29px;
    left: 84px;
}
.nav_lists:hover i{
    background: url(/img/WIRELESS/2024/09/300564/image/arrow_up_202302.png) no-repeat;
}
.nav_lists .psm_arrow{
	left: 44px;
}
.nav_lists .rsj_arrow{
	left: 47px;
}
.nav_lists span, .nav_lists a{
    font-size: 20px;
    line-height: 60px;
    color: #fff;
}
.nav_lists_item{
	width: 120px;
	height: 0;
	overflow: hidden;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 60px;
	transition: height 0.3s;
	z-index: 200;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.nav_lists_item a{
	display: block;
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 18px;
	line-height: 50px;
	font-weight: normal;
}
.nav_lists_item a:hover{
	background: #f5f5f7;
	color: #E33F1C;
}
.nav_lists:hover .nav_lists_item{
	height: auto;
	overflow: hidden;
}
/* 导航结束 */

/* 头条 */
.headline{
    margin-top: 40px;
}
.headline_top{
    text-align: center;
}
.headline_top a{
    font-size: 46px;
    color: var(--color1);
    height: auto;
    display: inline-block;
    overflow: hidden;
}
.headline_lists{
    margin-top: 15px;
    text-align: center;
}
.headline_lists a{
    color: #333;
    margin: 0 10px;
    font-size: 16px;
}
.headline_lists a:hover{
    color: var(--color1);
}
/* 头条完 */

/* 顶部新闻 */
.topnews{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: var(--color2);
    /*background: #f8f8f8;*/
    padding: 40px 0;
    margin-top: 50px;
}
.topnews_main{
    overflow: hidden;
}
.topnews_aside{
    width: 330px;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
}
.topnews_aside a{
    display: block;
    margin-bottom: 10px;
}
.topnews_aside a:last-of-type{
    margin-bottom: 0;
}
.topnews_aside a > span{
    display: block;
    width: 100%;
    height: 184px;
    overflow: hidden;
}
.topnews_aside a p{
    width: 100%;
    height: 50px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.icon_text{
    font-size: 14px;
    color: var(--color2);
    border: 1px solid var(--color2);
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 6px;
    padding: 2px 4px;
    text-decoration: none;
    font-weight: bold;
}
.swiper_focus .icon_text{
    color: #fff;
    border-color: #fff;
}
.topnews_aside a:hover p{
    color: var(--color1);
}
.topnews_center{
    width: 740px;
    float: left;
    background: #fff;
    padding-bottom: 14px;
    padding: 20px 0;
    box-sizing: border-box;
}
.topnews_center_video{
    width: 100%;
    height: auto;
    position: relative;
    background: #f3d5a5;
}
.topnews_center_video video{
    width: 100%;
    height: 416px;
    font-size: 0;
    line-height: normal;
    background: #fff3e6;
    display: block;
}
.top_news_video_title{
    width: 100%;
    height: 82px;
    background: #f3d5a5;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topnews_video_title_l{
    width: 45px;
    height: 28px;
    float: left;
    background: url(/img/WIRELESS/2024/09/300564/image/kandian_icon_202302.png) no-repeat;
}
.topnews_video_title_r{
    float: right;
    font-weight: bold;
}
.topnews_video_title_r:hover{
    color: var(--color1);
}
.topnews_centet_vide_detail{
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.4);
    color: var(--color2);
    position: absolute;
    right: 10px;
    top: 10px;
}
.topnews_center_video .swiper_focus_pagination {
    top: initial;
    bottom: 0;
}
    /* 热点新闻 */
.hotnews{
    margin-top: 20px;
}
.hotnews_title{
    width: 116px;
    line-height: 60px;
    background: #ff9966;
    font-weight: bold;
    text-align: center;
    float: left;
    display: block;
    color: #fff;
}
.jrtj{
    width: calc(100% - 116px);
    float: right;
    height: 60px;
    overflow: hidden;
    background: #f3d5a5;
    padding: 0 10px;
    box-sizing: border-box;
}
.jrtj a{
    line-height: 60px;
    text-align: center;
    display: block;
    white-space: nowrap;
}
.jrtj a:hover{
    color: var(--color1);
}
/* 热点推荐 */
/* .swiper_hot{
    width: calc(100% - 116px);
    float: right;
    height: 60px;
    overflow: hidden;
    background: #f3d5a5;
    padding: 0 10px;
    box-sizing: border-box;
}
.swiper_hot a{
    line-height: 60px;
    text-align: center;
    display: block;
    white-space: nowrap;
}
.swiper_hot a:hover{
    color: var(--color1);
} */

/* 顶部新闻结束 */

/* 要闻 */
.focus{
    position: relative;
}
.focus_bg{
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--color2);
    /*background: #f8f8f8;*/
}
.focus_main{
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}
.swiper_focus{
    width: 840px;
    height: 535px;
    float: left;
}
.swiper_focus_item{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper_foucs_item_img{
    width: 100%;
    height: 100%;
}
.swiper_focus_item_title{
    width: 100%;
    height: 110px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    position: absolute;
    bottom: 0;
}
.swiper_focus_item_title p{
    color: #fff;
    position: absolute;
    bottom: 20px;
    padding: 0 20px;
    box-sizing: border-box;
    /*font-size: 22px;*/
}
.swiper_focus_prev{
    width: 30px;
    height: 80px;
    background: url(/img/WIRELESS/2024/09/300564/image/prev01_202302.png) no-repeat;
    left: 0;
    transform: translateY(-50%);
    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    /*filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); */
    /*filter:gray;*/
}
.swiper_focus_prev:hover{
    background: url(/img/WIRELESS/2024/09/300564/image/prev01_active_202302.png) no-repeat;
}
.swiper_focus_prev::after{
    content: "";
}
.swiper_focus_next{
    width: 30px;
    height: 80px;
    background: url(/img/WIRELESS/2024/09/300564/image/next01_202302.png) no-repeat;
    right: 0;
    transform: translateY(-50%);
    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    /*filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); */
    /*filter:gray;*/
}
.swiper_focus_next:hover{
    background: url(/img/WIRELESS/2024/09/300564/image/next01_active_202302.png) no-repeat;
}
.swiper_focus_next::after{
    content: "";
}
.swiper_focus_pagination_fill{
    background: var(--color2);
    /*background: #bebebe;*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform-origin: left top
}
.swiper_focus .swiper_focus_pagination{
    top: initial;
    bottom: 0;
}

.focus_lists{
    width: 480px;
    height: auto;
    overflow: hidden;
    float: right;
}
.focus_lists_item{
    width: 100%;
    height: 27px;
    margin-bottom: 24px;
}
.focus_lists_t a{
    display: inline;
}
.newslists_tag{
    margin-left: 6px;
}
.focus_lists_item:last-of-type{
    margin-bottom: 0;
}
.focus_lists_item:first-of-type a{
    font-weight: bold;
}
.focus_lists_b{
    margin-top: 50px;
}
/* 要闻完 */

.part{
    margin-top: 50px;
    height: auto;
    overflow: hidden;
}

    /* 《环球人物》杂志 */
.magazine{
    width: 400px;
    height: 298px;
    float: left;
    background: url(/img/WIRELESS/2024/09/300564/image/zazhi_bg_202302.jpg) no-repeat;
    position: relative;
}
.swiper_magazine{
    width: 196px;
    height: 258px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.swiper_magazine .swiper-slide{
    width: 100%;
    height: 100%;
}
.swiper_magazine .swiper-slide p{
    display: none;
}
.swiper_magazine_prev{
    width: 28px;
    height: 16px;
    background: url(/img/WIRELESS/2024/09/300564/image/prev02_202302.png);
    position: absolute;
    left: 148px;
    bottom: 6px;
    cursor: pointer;
}
.swiper_magazine_prev:hover{
    background: url(/img/WIRELESS/2024/09/300564/image/prev02_active_202302.png);
}
.swiper_magazine_next{
    width: 28px;
    height: 16px;
    background: url(/img/WIRELESS/2024/09/300564/image/next02_202302.png);
    position: absolute;
    left: 177px;
    bottom: 6px;
    cursor: pointer;
}
.swiper_magazine_next:hover{
    background: url(/img/WIRELESS/2024/09/300564/image/next02_active_202302.png);
}
.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: var(--color2);
    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;
}

    /* 评什么 */
.remark{
    width: 560px;
    height: 298px;
    float: left;
    margin-left: 50px;
    background: linear-gradient(to bottom, #ff9191, #ffda94);
    padding: 20px;
    box-sizing: border-box;
}
.remark_t{
    width: 100%;
    height: 60px;
}
.remark_title{
    width: 124px;
    height: 100%;
    float: left;
    position: relative;
}
.remark_title a{
    font-size: 26px;
    color: #fff;
}
.remark_nav{
    float: right;
    text-align: right;
}
.remark_nav a{
    line-height: 40px;
    color: #fff;
    margin: 0 4px;
    transition: color 0.2s;
}
.remark_nav a:hover{
    color: var(--color2);
}
.remark_main{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.remark_l{
    width: 158px;
    height: 180px;
    float: left;
}
.remark_l span{
    width: 100%;
    height: 100px;
    display: block;
}
.remark_l_text{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}
.remark_l_text p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.remark_l_text:hover p{
    color: var(--color1);
}
.remark_r{
    width: 342px;
    height: auto;
    overflow: hidden;
    float: right;
}
.remark_r a{
    display: block;
    height: 80px;
}
.remark_r a:last-of-type{
    margin-top: 20px;
}
.remark_r a span{
    display: block;
    width: 152px;
    height: 100%;
    float: left;
}
.remark_r_text{
    width: 190px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}
.remark_r_text p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.remark_r_text:hover p{
    color: var(--color1);
}

    /* 编辑记者专栏 */
.journalist{
    width: 340px;
    height: 298px;
    float: right;
    background: url(/img/WIRELESS/2024/09/300564/image/jzbj_bg_202302.jpg) no-repeat;
    background-size: cover;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
}
.journalist_title{
    width: 100%;
    height: 40px;
}
.journalist_title a{
    line-height: 40px;
    color: #fff;
}
.journalist_title a:hover{
    color: var(--color2);
}
.journalist_title a:first-child{
    font-size: 26px;
    float: left;
}
.journalist_title a:last-child{
    font-size: 16px;
    float: right;
}
.journalist_main{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 18px;
}
.journalist_main_cont{
    width: 110%;
    height: 220px;
    overflow: hidden;
    overflow-y: auto;
}
.journalist_main a{
    display: block;
    float: left;
    width: 85px;
    height: 100px;
    margin-right: 22px;
    margin-bottom: 20px;
}
.journalist_main a span{
    display: block;
    width: 100%;
    height: 70px;
    overflow: hidden;
    position: relative;
}
.journalist_main a span img{
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.215);
}
.journalist_main a:hover img{
    transform: translate(-50%, -50%) scale(0.225);
     /*transform-origin: 50% 50%;*/
}
.journalist_main a p{
    width: 100%;
    line-height: 30px;
    background: linear-gradient(to bottom, #ff6666, #ffcb66);
    text-align: center;
    color: #fff;
}
.journalist_main a:hover p{
     background: linear-gradient(to top, #ff6666, #ffcb66);
}
/* .journalist_main a:nth-of-type(4),
.journalist_main a:nth-of-type(5),
.journalist_main a:nth-of-type(6){
    margin-top: 20px;
} */

.journalist_main a:nth-of-type(3n){
    margin-right: 0;
}

    /* 国内、国际 */
.inout{
    width: 485px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 50px;
}
.inout_t{
    width: 100%;
    height: 127px;
    display: block;
    padding: 20px;
    background: var(--color3);
    box-sizing: border-box;
    transition: all 0.2s;
    margin-top: 30px;
}
.inout_t p:first-of-type{
    font-weight: bold;
    color: var(--color2);
    transition: all 0.2s;
}
.inout_t p:last-of-type{
    color: #999;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 6px;
    transition: all 0.2s;
}
.inout_t:hover{
    background: var(--color4);
}
.inout_t:hover a{
   color: #fff;
}
.inout_t:hover p{
   color: #fff;
}

.inout_c{
    width: 100%;
    height: 114px;
    margin-top: 20px;
    display: block;
}
.inout_c_l{
    width: 180px;
    height: 100%;
    overflow: hidden;
    float: left;
}
.onout_c_r{
    width: calc(100% - 180px);
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: var(--color3);
    float: left;
    transition: all 0.2s;
    display: flex;
    align-items: center;
}
.onout_c_r p{
    width: 100%;
    height: 58px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inout_c:hover .onout_c_r{
    background: var(--color4);
}
.inout_c:hover .onout_c_r p{
    color: #fff;
}
.inout_c:hover img{
    transform: scale(1.1);
}
.inout_b{
    margin-top: 20px;
    background: var(--color3);
    padding: 20px;
    box-sizing: border-box;
}
    /* 国内国际完 */


    /* 热力榜 */
.part2_r{
    width: 330px;
    height: auto;
    overflow: hidden;
    float: right;
} 
.hot{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.title_hot{
    display: flex;
    align-items: center;
}
.title_hot_l{
    width: 50%;
    float: left;
    position: relative;
}
.title_hot_l span{
    width: 103px;
    height: 32px;
    display: block;
}
.title_hot_l i{
    width: 27px;
    height: 11px;
    position: absolute;
    left: 110px;
    top: 0;
    animation: hot 2s linear infinite alternate ;
}
@keyframes hot{
    0%{top: 0;}
    100%{top: 50%;}
}
.title_hot_r{
    width: 50%;
    height: 100%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.title_hot_r span{
    display: block;
    width: 20px;
    height: 24px;
    margin: 5px;
    background: url(/img/WIRELESS/2024/09/300564/image/fire_202302.png) no-repeat;
}
.title_hot_r span:nth-of-type(1){
    opacity: 0.2;
}
.title_hot_r span:nth-of-type(2){
    opacity: 0.4;
}
.title_hot_r span:nth-of-type(3){
    opacity: 0.6;
}
.title_hot_r span:nth-of-type(4){
    opacity: 0.8;
}
.title_hot_r span:nth-of-type(5){
    opacity: 0.7;
}
.hot_lists{
    margin-top: 30px;
}
.hot_lists a span{
    margin-right: 10px;
    font-weight: bold;
    color: var(--color2);
}
/* 热力榜完 */

/* 人事任免 */
.renshi{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 42px;
}
.renshi_lists{
    margin-top: 30px;
}
.renshi_lists a{
    position: relative;
    padding-left: 16px;
    box-sizing: border-box;
}
.renshi_lists a::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color2);
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}
/* 人事任免完 */

    /* 视听看天下 */
.matrix{
    width: 1020px;
    height: auto;
    overflow: hidden;
    float: left;
}
.matrix_l{
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 30px;
}
.media{
    width: 100%;
    height: 254px;
}
.matrix_title_l{
    width: 40px;
    height: 100%;
    background: var(--color3);
    float: left;
}
.matrix_title_l > a{
    display: block;
    width: 100%;
    height: 184px;
    background: var(--color2);
    color: #fff;
    font-weight: bold;
    padding: 20px 10px;
    box-sizing: border-box;
    line-height: 1.2em;
}
.matrix_title_l span{
    display: block;
    width: 100%;
    height: calc(100% - 184px);
    text-align: center;
    padding: 16px 8px;
    box-sizing: border-box;
}
.matrix_title_l span a{
    display: block;
    line-height: 1em;
    font-size: 16px;
    line-height: 1em;
    font-size: 16px;
    color: var(--color2);
}
.media_item{
    display: block;
    width: 306px;
    height: 100%;
    float: left;
    margin-left: 20px;
}
.media_item_img{
    width: 100%;
    display: block;
    height: 194px;
    overflow: hidden;
    position: relative;
}
.media_item_img img{
    transition: all 0.5s;
}
.media_item_img i{
    width: 40px;
    height: 40px;
    background: url(/img/WIRELESS/2024/09/300564/image/icon_play_202302.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
}
.media_item_t_text{
    width: 100%;
    height: 60px;
    background: var(--color3);
    padding: 4px 6px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.media_item:hover img{
    transform: scale(1.1);
}
.media_item:hover .media_item_t_text{
    background: var(--color4);
    color: #fff;
}
    /* 视听看天下完 */

    /* 专题 */
.special{
    margin-top: 10px;
    height: 194px;
}
.special .matrix_title_l a{
    height: 124px;
}
.swiper_spcial{
    width: calc(100% - 61px);
    height: 100%;
    margin-left: 20px;
    float: left;
}
.swiper_spcial .swiper-slide{
    width: 306px;
    height: 100%;
}
.swiper_spcial .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper_spcial_prev{
    width: 15px;
    height: 38px;
    left: 0;
    background: url(/img/WIRELESS/2024/09/300564/image/prev01_202302.png) no-repeat;
    background-size: cover;
    margin-top: 0;
    transform: translateY(-50%);
}
.swiper_spcial_prev::after{
    content: "";
}
.swiper_spcial_prev:hover{
     background: url(/img/WIRELESS/2024/09/300564/image/prev01_active_202302.png) no-repeat;
    background-size: cover;
}
.swiper_spcial_next{
    width: 15px;
    height: 38px;
    right: 0;
    background: url(/img/WIRELESS/2024/09/300564/image/next01_202302.png) no-repeat;
    background-size: cover;
    margin-top: 0;
    transform: translateY(-50%);
}
.swiper_spcial_next::after{
    content: "";
}
.swiper_spcial_next:hover{
     background: url(/img/WIRELESS/2024/09/300564/image/next01_active_202302.png) no-repeat;
    background-size: cover;
}
    /* 专题完 */

    /* 特别策划 */
/* .plan{
    width: 320px;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    float: right;
}
.plan_title{
    display: block;
    width: 100%;
    height: 40px;
    background: var(--color3);
}
.plan_title_l{
    display: block;
    width: 220px;
    height: 100%;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    background: var(--color2);
    padding: 0 20px;
    box-sizing: border-box;
    float: left;
}
.plan_title_r{
    width: calc(100% - 220px);
    float: right;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    color: var(--color2);
    line-height: 40px;
    font-size: 16px;
}
.plan_item{
    display: block;
    width: 100%;
    height: 184px;
    overflow: auto;
    position: relative;
    margin-top: 20px;
}
.plan_item:last-of-type{
    margin-top: 30px;
}
.plan_item span{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.plan_item_text{
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.plan_item_text p{
    color: #fff;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 10px;
} */
    /* 特备策划完 */

    /* 面孔 */
.personage{
    width: 330px;
    height: 458px;
    float: right;
}
.swiper_personage{
    width: 100%;
    height: 100%;
    margin-top: 30px;
}
.swiper_personage_img{
    width: 100%;
    height: 100%;
}
.swiper_personage_img img{
    width: 100%;
    height: auto;
}
.swiper_personage_msg{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px;
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
}
.personage_name{
    /*width: 30%;*/
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    display: inline-block;
}
.personage_position{
    color: #fff;
    margin-top: 10px;
}
.swiper_personage_prev{
    width: 28px;
    height: 16px;
    left: initial;
    top: initial;
    right: 40px;
    bottom: 10px;
    background: url(/img/WIRELESS/2024/09/300564/image/prev02_202302.png) no-repeat;
    background-size: cover;
    margin-top: 0;
}
.swiper_personage_prev::after{
    content: "";
}
.swiper_personage_prev:hover{
     background: url(/img/WIRELESS/2024/09/300564/image/prev02_active_202302.png) no-repeat;
    background-size: cover;
}
.swiper_personage_next{
    width: 28px;
    height: 16px;
    left: initial;
    right: 10px;
    top: initial;
    bottom: 10px;
    background: url(/img/WIRELESS/2024/09/300564/image/next02_202302.png) no-repeat;
    background-size: cover;
    margin-top: 0;
}
.swiper_personage_next::after{
    content: "";
}
.swiper_personage_next:hover{
     background: url(/img/WIRELESS/2024/09/300564/image/next02_active_202302.png) no-repeat;
    background-size: cover;
}
.swiper_personage .swiper-pagination{
    text-align: left;
    height: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    bottom: 20px;
    font-size: 0;
}
.swiper_personage_bullet{
    opacity: 0.5;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    margin-right: 5px;
    transition: all 0.5s;
}
.swiper_personage_active{
    background: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
}
    /* 面孔完 */

    /* 中国范 */
.chinafun{
    margin-top: 50px;
}
.title_chinafun .title_img{
    width: 239px;
    height: 40px;
    display: block;
    box-sizing: border-box;
    margin-top: 10px;
}
.title_chinafun span{
    font-size: 16px;
    margin-left: 20px;
    line-height: 60px;
    cursor: pointer;
}
.title_chinafun span:hover{
    color: var(--color2);
}
.title_chinafun span:first-of-type{
    margin-left: 100px;
}
.title_chinafun_active{
    color: var(--color2);
}
.chinafun_nav{
    float: left;
    margin-left: 40px;
}
.chinafun_nav a{
    margin: 0 20px;
    line-height: 60px;
    font-family: 'Georgia';
}
.chinafun_nav a:hover{
    color: var(--color1);
}
.chinafun_main{
    margin-top: 30px;
    height: auto;
    overflow: hidden;
}
.chinafun_l{
    float: left;
    width: 700px;
    height: 446px;
    overflow: hidden;
    position: relative;
    display: block;
}
.chainafun_img{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}
.chainafun_img .chinafun_play{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    background: url(/img/WIRELESS/2024/09/300564/image/chinafun/play.png) no-repeat;
    background-size: cover;
}
.chinafun_text{
    width: 100%;
    height: 100px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    position: absolute;
    left: 0;
    bottom: 0;
}
.chinafun_text p{
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 0 10px;
    box-sizing: border-box;
}
.chinafun_r{
    width: 690px;
    height: auto;
    overflow: hidden;
    float: right;
}
.chinafun_r_item{
    width: 340px;
    height: 218px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}
.chinafun_r_item:nth-of-type(2n){
    margin-right: 0;
}
.chinafun_r_item:nth-of-type(3n),
.chinafun_r_item:nth-of-type(4n){
    margin-bottom: 0;
}
.chinafun_main_ch{
    display: none;
}
.chinafun_main_en p{
    font-family: 'Georgia';
}
.chinafun_icon{
    width: 103px;
    height: 36px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.chinafun_play{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    background: url(/img/WIRELESS/2024/09/300564/image/icon_play_202302.png) no-repeat;
    background-size: cover;
}
    /* 中国范完 */

/* 长三角一体化 */
.cjs{
    margin-top: 50px;
}
.csj_main{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}
.csj_item{
    width: 335px;
    height: auto;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 20px;
}
.csj_item:last-of-type{
    margin-right: 0;
}
.cjs_item_img{
    width: 100%;
    height: 213px;
    overflow: hidden;
}
.cjs_item_text{
    width: 100%;
    height: 70px;
    background: #ffe8dd;
    padding: 10px;
    box-sizing: border-box;
}
.cjs_item_text p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.csj_item:hover .cjs_item_text{
    background: var(--color4);
    color: #fff;
}

    /* 视野 */
.shiye{
    width: 1020px;
    float: left;
    height: auto;
    overflow: hidden;
}
.shiye_l{
    width: 500px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 30px;
}
.shiye_l_item{
    display: block;
    width: 100%;
    height: 95px;
}
.shiye_l_item:last-of-type{
    margin-top: 20px;
}
.shiye_l_item span{
    width: 150px;
    height: 100%;
    overflow: hidden;
    overflow: hidden;
    float: left;
}
.shiye_l_item img{
    transition: all 0.5s;
}
.shiye_l_text{
    width: 350px;
    height: 100%;
    background: var(--color3);
    display: flex;
    align-items: center;
    padding: 18px;
    box-sizing: border-box;
}
.shiye_l_text p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.shiye_l_item:hover .shiye_l_text{
    background: var(--color4);
    color: #fff;
}
.shiye_l_item:hover img{
    transform: scale(1.1);
}
.shiye_r{
    width: 490px;
    float: right;
    margin-top: 30px;
}
.shiye_r a{
    margin-bottom: 20px;
}
    /* 视野完 */

    /* 特刊 */
.tekan{
    float: right;
}
.title_tekan a:nth-of-type(2){
    float: left;
    margin-left: 20px;
}

.swiper_tekan{
    margin-top: 30px;
    width: 330px;
    height: 210px;
}
.swiper_tekan .swiper-slide{
    width: 159px;
    height: 210px;
}
.swiper_tekan .swiper-slide span{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.alpha{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}
.alpha i{
    width: 28px;
    height: 17px;
    background: url(/img/WIRELESS/2024/09/300564/image/irw_03.png) no-repeat;
}
.swiper_tekan .swiper-slide a:hover .alpha{
    display: flex;
}
.swiper_tekan_prev{
    width: 12px;
    height: 13px;
    background: url(/img/WIRELESS/2024/09/300564/image/prev03_202302.png) no-repeat;
    float: right;
    margin-top: 24px;
    opacity: 0.8;
    margin-right: 10px;
    cursor: pointer;
}
.swiper_tekan_prev:hover{
    opacity: 1;
}
.swiper_tekan_next{
    width: 12px;
    height: 13px;
    background: url(/img/WIRELESS/2024/09/300564/image/next03_202302.png) no-repeat;
    float: right;
    margin-top: 24px;
    opacity: 0.8;
    cursor: pointer;
}
.swiper_tekan_next:hover{
    opacity: 1;
}

/* 社内活动 */
.inner{
    margin-top: 60px;
    height: 60px;
}
.inner_title{
    width: 146px;
    height: 100%;
    background: var(--color2);
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    display: block;
    float: left;
    font-size: 26px;
}
.inner_main{
    width: calc(100% - 176px);
    height: 100%;
    float: left;
    background: var(--color3);
    padding: 0 20px;
    box-sizing: border-box;
}
.inner_main a{
    display: block;
    width: 48%;
    float: left;
    line-height: 60px;
    position: relative;
    padding-left: 16px;
}
.inner_main a::before{
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 26px;
    background: var(--color2);
}
.inner_main a:hover{
    color: var(--color1);
}
.inner_main a:last-of-type{
    float: right;
}
.inner_more{
    display: block;
    width: 30px;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: var(--color4);
    float: left;
    padding: 10px 5px;
    box-sizing: border-box;
    line-height: 1em;
    vertical-align: middle;
}

/* 三大品牌 */
.part_three{
    margin-top: 60px;
    background: #fff2ec;
    padding: 60px 0;
}
.three_main{
    padding: 30px 59px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}
.three_item{
    width: 395px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 48px;
    margin-top: 30px;
}
.three_item:last-of-type{
    margin-right: 0;
}
.three_item_title{
    width: 100%;
    height: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f9f9f9;
}
.three_item_title a:first-of-type{
    width: 80%;
    display: block;
    float: left;
}
 .three_item_title a img{
    height: 36px;
} 
.three_item_title a:last-of-type{
    font-size: 16px;
    color: #999;
    float: right;
    line-height: 50px;
}
.three_item_title a:hover{
    color: var(--color1);
}
.three_item_title1 a img{
    width: 278px;
}
.three_item_title2 a img{
    width: 239px;
}
.three_item_title3 a img{
    width: 239px;
}
.three_t{
    width: 100%;
    height: 251px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    display: block;
}
.three_t span{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.three_text{
    width: 100%;
    height: 100px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    position: absolute;
    left: 0;
    bottom: 0;
}
.three_text p{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 20px;
}
.three_mid{
    width: 100%;
    height: 88px;
    display: block;
    padding: 0 20px;
    background: var(--color3);
    box-sizing: border-box;
    display: block;
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.three_mid p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
}
.three_mid:hover{
    background: var(--color4);
    color: #fff;
}
.three_b{
    margin-top: 20px;
}

/* 底部 */
.c_foot{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px 0;
	box-sizing: border-box;
	background: #2f2f2f;
}
.c_foot_top{
	width: 1400px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.c_foot_left{
	width: 540px;
	height: auto;
	overflow: hidden;
	float: left;
}
.c_foot_left_top{
	width: 495px;
}
.c_foot_left_top span{
	width: 100%;
	line-height: 32px;
	display: block;
	font-size: 16px;
	color: #fff;
}
.c_foot_left_top a{
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	margin: 0 6px;
}
.c_foot_left_top a:hover{
	color: #E33F1C;
}
.c_foot_left_bot{
	width: 100%;
	margin-top: 50px;
}
.c_foot_left_bot a{
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	margin: 0 5px;
}
.c_foot_left_bot a:hover{
	color: #E33F1C;
}
.c_foot_right{
	width: 416px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-top: 20px;
}
.c_foot_right_item{
	width: 125px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 20px;
} 
.c_foot_right_item:last-of-type{
    margin-right: 0;
}
.c_foot_right_item span{
	display: block;
	width: 125px;
	height: 125px;
}
.c_foot_right_item span img{
	width: 100%;
	height: 100%;
}
.c_foot_right_item p{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	margin-top: 6px;
}

.c_foot_bot{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 1px #999 solid;
	margin-top: 40px;
}
.c_foot_bot_main{
	width: 1300px;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
	color: #999;
	text-align: center;
}
.c_foot_bot_main li{
	margin-right: 10px;
	display: inline-block;
	font-size: 14px;
}
.c_foot_bot_main li a{
	color: #999;
	font-size: 14px;
}
.c_foot_bot_main li img{
	display: inline-block;
}
.s_gotoip {
    background: #E03718;
    border-radius: 5px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 50px;
    z-index: 2000;
}
    
.s_gotoip a {
    display: block;
    padding: 20px 10px 30px 10px;
    background: url(/img/WIRELESS/2024/09/300564/image/imain_15.png) no-repeat center center;
}
/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
/*********************************/
/* 适配1360 */
@media screen and (max-width:1400px) {
    :root{
        --fontsize: 16px;
    }
    html,body{
        font-size: 16px;
    }
    
    .main_w{
        width: 1300px;
    }
    
    .adx2{
        width: 640px;
    }

    .adx3{
        width: 400px;
        float: left;
        margin-right: 50px;
    }
        
    .ad_video{
        width: 720px;
        height: 446px;
    }
    .ad_hot{
        height: 40px;
        margin-top: 10px;
    }
    .ad_yaowen{
        width: 840px;
        height: 535px;
        float: left;
    }
    
    /* 标题 */
    .title{
        width: 100%;
        height: 60px;
        border-bottom: 2px solid var(--color1);
    }
    .title > a:first-of-type{
        font-size: 26px;
        color: var(--color1);
        float: left;
        line-height: 60px;
    }
    .title > a:last-of-type{
        font-size: 16px;
        color: #999;
        float: right;
        line-height: 60px;
    }
    .title > a:last-of-type:hover{
        color: var(--color1);
    }
    .newslists a{
        margin-bottom: 20px;
    }
    .newslists a i{
        height: 16px;
        margin-right: 4px;
    }

    /* 顶部新闻 */
    .topnews{
        margin-top: 40px;
    }
    .topnews_aside{
        width: 290px;
        padding: 10px;
    }
    .topnews_aside a{
        margin-bottom: 9px;
    }
    .topnews_aside a span{
        height: 172px;
    }
    .topnews_aside a p{
        height: 45px;
        margin-top: 10px;
    }
    .icon_text{
        font-size: 12px;
        margin-right: 4px;
    }
    .topnews_center{
        width: 720px;
        padding-bottom: 7px;
    }
    .topnews_center_video{
        height: 446px;
    }
    .topnews_center_video video{
        height: 406px;
    }
    .top_news_video_title{
        height: 40px;
        background: #f3d5a5;
        margin-top: -7px;
    }
    .topnews_video_title_l{
        width: 45px;
        height: 28px;
        margin-top: 6px;
    }
    .topnews_video_title_r{
        line-height: 40px;
    }
        /* 热点新闻 */
    .hotnews{
        margin-top: 10px;
    }
    .hotnews_title{
        line-height: 40px;
    }
    /* .swiper_hot{
        height: 40px;
    }
    .swiper_hot a{
        line-height: 40px;
    } */
    .jrtj{
        height: 40px;
    }
    .jrtj a{
        line-height: 40px;
    }
    /* 顶部新闻结束 */

    /* 要闻 */
    .focus_bg{
        height: 200px;
    }
    .swiper_focus{
        width: 740px;
        height: 471px;
    }
    .focus_lists{
        width: 491px;
    }
    .focus_lists_t a{
        margin-bottom: 24px;
    }
    .focus_lists_b{
        margin-top: 36px;
    }
    /* 要闻完 */

    .part{
        margin-top: 50px;
    }

       /* 评什么 */
    .remark{
        width: 520px;
        float: left;
        margin-left: 40px;
        padding: 10px;
    }
    .remark_r{
        width: 332px;
    }
    .remark_r_text{
        width: 180px;
    }

        /* 编辑记者专栏 */
    .journalist{
        width: 300px;
        padding: 20px 0 0 0;;
    }
    .journalist_title{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .journalist_main a{
        margin-right: 22px;
    }

       /* 国内、国际 */
    .inout{
        width: 435px;
    }
    .inout_t p:last-of-type{
        font-size: 14px;
    }
    .inout_c{
        height: 102px;
    }
    .inout_c_l{
        width: 160px;
    }
    .onout_c_r{
        width: calc(100% - 160px);
    }
    .onout_c_r p{
        height: 52px;
    }
    /* 国内国际完 */

        /* 热力榜 */
    .hot_lists{
        margin-top: 30px;
    }
    /* 热力榜完 */

    /* 人事任免 */
    /* 人事任免完 */

       /* 视听看天下 */
    .matrix{
        width: 920px;
    }
    .matrix_l{
        /* width: 606px; */
    }
    .media{
        height: 234px;
    }
    .matrix_title_l span {
        padding: 11px 8px;
    }
    .matrix_title_l a{
        height: 174px;
        font-size: 18px;
    }
    .media_item{
        width: 274px;
        float: left;
        margin-left: 19px;
    }
    .media_item:last-of-type{
        /* margin-left: 10px; */
    }
    .media_item_img{
        height: 174px;
    }
    .media_item_t_text{
        padding: 8px 6px;
    }
        /* 视听看天下完 */

        /* 专题 */
    .special{
        margin-top: 10px;
        height: 174px;
    }
    .special .matrix_title_l a{
        height: 114px;
    }
    .swiper_spcial{
        width: calc(100% - 60px);
        margin-left: 20px;
    }
    .swiper_spcial .swiper-slide{
        width: 274px;
    }
         /* 专题完 */

        /* 特别策划 */
    .plan{
        width: 303px;
    }
    .plan_item{
        height: 174px;
    }
    .plan_item:last-of-type{
        margin-top: 10px;
    }
        /* 特别策划完 */

        /* 面孔 */
    .personage{
        height: 416px;
    }
    .personage_name{
        font-size: 18px;
    }
        /* 面孔完 */

        /* 中国范 */
    .chinafun_l{
        width: 646px;
        height: 412px;
    }
    .chinafun_text p{
        padding: 0 10px;
    }
    .chinafun_r{
        width: 634px;
    }
    .chinafun_r_item{
        width: 307px;
        height: 196px;
        margin-bottom: 20px;
    }
        /* 中国范完 */
    /* 长三角一体化 */
    .csj_item{
        width: 310px;
    }
    .cjs_item_img{
        height: 197px;
    }
    .cjs_item_text{
        height: 64px;
    }
    
       /* 视野 */
    .shiye{
        width: 920px;
    }
    .shiye_l{
        width: 470px;
    }
    .shiye_l_text{
        width: 320px;
    }
    .shiye_r{
        width: 420px;
    }
    .shiye_r a{
        margin-bottom: 22px;
    }
        /* 视野完 */

    /* 三大品牌 */
    .three_main{
        padding: 30px 10px;
    }
    .three_item{
        width: 415px;
        margin-right: 17px;
    }
    .three_item_title{
        /* height: 40px;
        padding-bottom: 10px; */
    }
    .three_item_title a:hover{
        color: var(--color1);
    }
    .three_t{
        height: 264px;
    }

    /* 底部 */
    .c_foot_top,
    .c_foot_bot_main{
        width: 1300px;
    }
    
}

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