@media (min-width:768px){
    /* 繁简切换 */
    .zh_wrap{
        top:auto;
        bottom:10px;
    }
    /* 左侧 */
    .column_top{
        /* height:40px; */
        padding-top:21px;
        border-bottom:1px solid #e5e5e5;
        position: relative;
    }
    .column_top .column_tag{
        position: static;
        top:0;
        left:0;
        color:#333;
        display: inline-block;
        background-color: #fff;
        font-size:20px;
        padding:0;
        height:44px;
        padding-bottom:14px;
        border-bottom:3px solid rgba(161, 3, 3, 1);
    }
    .column_content{
        padding-right:10px;
        padding-top:10px;
    }
     /* 栏目列表 */
     .zxrd_item{
        width:100%;
        /* min-height:185px; */
        padding:10px 10px 10px 0;
        border-bottom:1px solid #e5e5e5;
    }
    .zxrd_item .item_img_wrap{
        width:293px;
        float:left;
        position: relative;
    }
    .zxrd_item .item_img_wrap .dialog{
        width:100%;
        height:100%;
        background-color:rgba(161, 3, 3, 0.5);
        position: absolute;
        left:0;
        top:0;
        z-index:3;
        display:none;
    }
    .zxrd_item .item_img_wrap .dialog img{
        display:block;
        margin:auto;
        margin-top:60px;
        cursor: pointer;
    }
    .zxrd_item .item_img_wrap:hover .dialog{
        display:block;
    }
    .zxrd_item .item_img_wrap .play{
        position: absolute;
        bottom:5px;
        left:10px;
        z-index:2;
    }
    .column_tag{
        padding:0 6px;
        line-height:30px;
        height:30px;
        font-size:14px;
        color:#fff;
        background-color: rgba(161, 3, 3, 1);
        position: absolute;
        top:0;
        left:0;
        z-index:2;
    }
    .zxrd_item .item_info{
        margin-left:321px;
        height:165px;
        position: relative;
    }
    .zxrd_item .item_info h3{
        font-size:18px;
        line-height:140%;
        color:#666;
        font-weight:bold;
    }
    .zxrd_item .item_info h3 a{
        color:#333;
    }
    .zxrd_item .item_info h3:hover a{
        color:rgba(161, 3, 3, 1);
    }
    .zxrd_item .item_info p{
        line-height:160%;
        margin:10px 0;
        font-size:14px;
        color:#989898;
    }
    .item_relate{
        position: absolute;
        left:0;
        bottom:0;
    }
    .item_relate .relate_div{
        display: inline-block;
        font-size:12px;
        color:#3e3e3e;
        margin-right:20px;
        vertical-align: middle;
    }
    .item_relate .relate_div img{
        vertical-align: middle;
    }
    .item_relate .relate_div span{
        display:inline-block;
        vertical-align: middle;
        margin-left:5px;
    }
   
    /* 加载更多 */
    .loadMore{
        width: 100%;
        font-size: 18px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        border-top: 1px solid #e5e5e5;
        font-weight: 400;
        margin-left: -1%;
        margin-top: 40px;
        background: linear-gradient(180deg, rgba(247,247,247,1) 0%,rgba(255,255,255,0) 100%);
        cursor: pointer;
    }
    
}
@media (max-width:1119px) and (min-width:768px){
    .main{
        margin-top:110px;
    }
}
@media (max-width:767px){
    .guanzhu.max_screen{
        display:none;
    }
    .guanggao.max_screen{
        display:none;
    }
    .main_right.max_screen{
        display:none;
    }
    .column_top.max_screen{
        display:none;
    }
    .column_tag.max_screen,.li_item .item_img_wrap .dialog.max_screen{
        display:none;
    }
    .zxrd_content{
        padding-top:0.05rem;
    }
    .li_item{
        height:0.86rem;
        padding:0.1rem 0;
        border-bottom:1px solid rgba(241, 241, 241, 1);
        position: relative;
    }
    .li_item .item_img_wrap{
        width:1.13rem;
        float:left;
        position: relative;
    }
    .li_item .item_img_wrap .play{
        position:absolute;
        bottom:0.05rem;
        left:0.07rem;
        z-index:2;
    }
    .li_item .item_info{
        margin-left:1.23rem;
    }
    .li_item .item_info p.max_screen,.li_item .item_info .item_relate.max_screen{
        display:none;
    }
    .item_info h3 a{
        line-height:0.2rem;
        font-size:0.16rem;
        color:rgba(34, 34, 34, 1);
        font-weight:500;
    }
    .column_tag{
        font-size:0.12rem;
        color:rgba(179, 179, 179, 1);
        position:absolute;
        bottom:0.1rem;
        left:1.23rem;
    }
   
    /* 加载更多*/
    .loadMore{
        width:2rem;
        height:0.47rem;
        background:rgba(249, 249, 249, 1);
        border-radius: 0.24rem;
        font-size:0.14rem;
        color:rgba(117, 117, 117, 1);
        line-height:0.47rem;
        text-align:center;
        margin:0.25rem auto 0.1rem auto;
        cursor: pointer;

    }
    /* wap广告 408*274 */
    .wap_ad_box{
        width:100%;
        padding:0.15rem;
    }
    .wap_guanggao .wap_ad{
        width:100%;
        /* height:0; */
        /* padding-bottom:67.1%; */
        /* background-color: #eee; */
        position: relative;
    }
    .wap_guanggao .wap_ad .swiper-wrapper div{
        width:100%;
    }
    .wap_guanggao .wap_ad img{
        /* width:100%;
        height:100%;
        object-fit: cover; */
        /* position:absolute; */
        display:block;
        margin:0 auto;
        width:auto;
        height:auto;
    }
    .goTop img.max_screen{
        display: none;
    }
   
}