@media only screen and (min-width:768px){
    .boxwarp .left{
        font-weight: normal;
        font-size: 20px;
        display: flex;
        align-items: center;
    }
    .qiming-icon,.navigation-icon{
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(/images/baobaoqiming.png) no-repeat;
        background-size: 100% 100%;
        margin-right: 8px;
    }
    .navigation-icon{
        background: url(/images/navigation.png) no-repeat;
        background-size: 100% 100%;
    }
    .article{
        display: flex;
        padding: 10px 16px;
    }
    .article .left{
        display: inline-block;
        width: 240px;
        margin-right: 16px;
        flex-shrink: 0;
    }
    .article .left .grapic{
        position: relative;
        margin-bottom: 10px;
    }
    .article .left .grapic img{
        width: 100%;
        height: 150px;
        padding-bottom: 20px;
    }
    .article .left .img-title{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #ebfcfe;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .article .right{
        display: inline-block;
        flex: 1;
    }
    .article .right .warp{
        display: inline-block;
        width: 290px;
        height: 230px;
        border-right: 1px solid #f1f1f1;
        padding-left: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 10px;
    }
    .warp .up li{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .article .right .warp.dapei-warp{
        width: 440px;
        height: 100%;
    }
    .article .right .warp.dapei-warp.dapei-index{
        width: 580px;
    }
    .article .right .warp.dapei-warp.dapei-index.max-width{
        width: 1160px;
        border-right: none;
    }
    .article .right .warp .zi-warp{
       white-space: normal; 
    }
    .article .right .warp .zi-warp a{
        display: inline-block;
        height: 40px;
        width: 40px;
        border: 1px solid #ddc492;
        background: url(https://static.hmz8.com/images/mi.png) no-repeat;
        background-size: 100% 100%;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        margin: 4px;
    }
    .article .right .warp .zi-warp.max a{
        width: 80px;
        font-size: 18px;
    }
    .article .right .warp .tap a{
        display: inline-block;
        width: 120px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        font-size: 16px;
        padding: 0;
        margin-bottom: 8px;
        background: #54C7DE;
        color: #fff;
    }
    .article .right .warp .up li a{
        line-height: 28px;
        font-size: 16px;
        padding-left: 10px;
        background: url(/images/right.png) no-repeat;
        background-size: 8px 8px;
        background-position: 0;
    }
    .article .right .warp:nth-child(3n){
        border-right: none;
    }
    .article .right .warp.dapei-warp:nth-child(2n){
        border-right: none;
    }
    .friend-link{padding:10px 20px;}
    .friend-link a{margin-right:10px;}
}
@media only screen and (max-width:768px){
    .friend-link{display:none;}
    .article .left{
        margin-bottom: 0.1rem;
    }
    .article .grapic {
       display: flex;
        margin-bottom: 0.2rem;
        padding-bottom: 0.2rem;
        border-bottom: 1px solid #efefef;
    }
    .article .grapic img{
       display: block;
        height: 1.5rem;
        width: 2.4rem;
        border-radius: 6px;
        margin-right: 0.2rem;
    }
    .img-title {
        font-size: 0.36rem;
        line-height: 0.5rem;
        height: 1.5rem;
        position: relative;
        flex: 1;
    }
    .img-title .type{
        position: absolute;
        left: 0.1rem;
        bottom: 0;
        font-size: 0.24rem;
        
    }
    .img-title .type a{
        color: #999;
    }
    .img-title .time{
        position: absolute;
        right: 0.1rem;
        bottom: 0;
        font-size: 0.2rem;
        color: #999;
    }
    .article .right .warp .tap a{
        display: block;
        padding-left: 0.56rem;
        background: url(/images/baobaoqiming.png) no-repeat;
        background-size: 0.4rem 0.4rem;
        background-position: 0;
        font-size: 0.36rem;
        height: 1.2rem;
        line-height: 1.2rem;
        border-bottom: 1px dotted var(--base);
        font-weight: 700;
        color: #caa456;
    }
    .article .right .up{
        margin-bottom: 0.2rem;
    }
    .article .right .up li a{
        display: block;
        height: 1rem;
        line-height: 1rem;
        padding-left: 0.3rem;
        background: url(/images/right.png) no-repeat;
        background-size: 0.2rem 0.2rem;
        background-position: 0;
        font-size: 0.36rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: 1px dotted #e3e3e3;
    }
    .article .right .warp .zi-warp{
        padding-top: 0.2rem;
    }
    .article .right .warp .zi-warp a{
        display: inline-block;
        height: 0.8rem;
        width: 0.8rem;
        border: 1px solid #ddc492;
        background: url(https://static.hmz8.com/images/mi.png) no-repeat;
        background-size: 100% 100%;
        font-size: 0.4rem;
        line-height: 0.8rem;
        text-align: center;
        margin: 0.1rem;
    }
}

  