@media only screen and (max-width: 768px){
    .newsPage{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .newsPage_box{
        width: 100%;
        margin-top: 0.8rem;
    }
    .newsPage_box_item{
        width: 100%;
        height: 3.4rem;
        background: #FFFFFF;
        box-shadow: 0px 0.06rem 0.38rem 0.1rem rgba(127,127,127,0.2);
        border-radius: 0.1rem;
        margin-bottom: 0.7rem;
        display: flex;
        align-items: center;
        padding: 0 0.56rem;
        box-sizing: border-box;
    }
    .newsPage_left{
        flex: 1;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding-right: 0.8rem;
    }
    .newsPage_left_img{
        display: none;
    }
    .newsPage_left_text{
        flex: 1;
        font-weight: bold;
        font-size: 0.52rem;
        color: #1F1F1F;
        line-height: 0.96rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        box-sizing: border-box;
    }
    .newsPage_right{
        width: 2.26rem;
        height: 2.26rem;
        background: #DADADA;
        border-radius: 0.2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }
    .newsPage_right_text1{
        font-weight: bold;
        font-size: 0.96rem;
        color: #444444;
    }
    .newsPage_right_text2{
        font-weight: 400;
        font-size: 0.44rem;
        color: #444444;
    }
    .page{
        margin-top: 1.56rem;
    }

    .wap_box_item {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }

}
@media only screen and (min-width: 800px){
    .newsPage{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .all_content_bottom{
        width: 100%;
        padding: 46px 0 0  70px;
        box-sizing: border-box;
    }
    .newsPage_box{
        width: 100%;
    }
    .newsPage_box_item{
        width: 100%;
        height: 138px;
        display: flex;
        align-items: center;
        border-bottom: 1px dashed #7D7D7D;
        box-sizing: border-box;
        cursor: pointer;
        padding-right:  20px;
    }
    .newsPage_box_item:hover{
        background: #F8F8F8;
    }
    .newsPage_box_item:hover .newsPage_right{
        background: #0099E0;
    }
    .newsPage_box_item:hover .newsPage_right_text1,.newsPage_box_item:hover .newsPage_right_text2{
        color: #FFFFFF;
    }
    .newsPage_box_item:hover .newsPage_left_img>img{
        transform: scale(1.1);
    }
    .newsPage_box_item:hover .newsPage_left_text{
        color: #005CA0;
        padding-left: 91px;
    }
    .newsPage_left{
        flex: 1;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }
    .newsPage_left_img{
        width: 166px;
        height: 108px;
        background: #5E5E5E;
        border-radius: 8px;
        overflow: hidden;
    }
    .newsPage_left_img>img{
        width: 100%;
        height: 100%;
        transition: all 0.5s;
    }
    .newsPage_left_text{
        flex: 1;
        font-weight: 400;
        font-size: 18px;
        color: #313131;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        box-sizing: border-box;
        padding-left: 35px;
        transition: all 0.5s;
    }
    .newsPage_right{
        width: 79px;
        height: 79px;
        background: #DADADA;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        padding: 13px  8px;
    }
    .newsPage_right_text1{
        font-weight: bold;
        font-size: 34px;
        color: #444444;
    }
    .newsPage_right_text2{
        font-weight: 400;
        font-size: 15px;
        color: #444444;
    }



    .nav_left_item_box{
        padding:  5px 0!important;
    }
    .nav_left_item{
        padding:  0 15px 5px 0!important;
    }
}
.content_title{
    display: none;
}
.up{
    color: #FF0000!important;
    font-weight: 600;
}

.up1{
    color: #333333;
    font-weight: 600;
}
