.info_left_content img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto!important;
    object-fit: cover;
}
.info_left_content table{
    max-width: 100%;
    border: 1px solid gray;
}
.info_left_content table td{
    border: 1px solid gray;
}
@media only screen and (max-width: 768px){
    .info{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .info_box{
        width: 100%;
        margin-top: 0.8rem;
    }
    .info_title{
        width: 100%;
        font-size: 0.72rem;
        color: #333333;
        margin:  0.74rem 0 1.1rem 0;
    }
    .info_more{
        width: 100%;
        box-sizing: border-box;
        padding-bottom: 0.58rem;
        border-bottom: 1px solid #CDCDCD;
    }
    .info_more_text{
        width: 100%;
        font-weight: 300;
        font-size: 0.4rem;
        color: #6D6D6D;
        line-height: 0.72rem;
    }
    .info_more_box1{
        width: 100%;
        display: flex;
    }
    .info_content{
        width: 100%;
        margin-top: 0.96rem;
    }
    .info_left{
        width: 100%;
        margin-bottom: 0.96rem;
    }
    .info_left_content{
        width: 100%;
        font-weight: 300;
        font-size: 0.48rem;
        color: #424242;
        line-height: 0.96rem;
        text-align: justify;
    }
    .info_right{
        width: 100%;
        margin-top: 1.68rem;
    }
    .right_top{
        width: 100%;
        display: flex;
        padding-bottom: 0.46rem;
        box-sizing: border-box;
        border-bottom: 1px solid #EAEAEA;
        cursor: pointer;
        padding-left: 0.16rem;
    }
    .right_top_icon{
        width: 0.64rem;
        height: 0.64rem;
        background: #2385C9;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .right_top_icon_img{
        width: 0.52rem;
        height: 0.42rem;
    }
    .right_top_text{
        font-weight: 300;
        font-size: 0.48rem;
        color: #2385C9;
        margin-left: 0.28rem;
    }
    .info_right_bottom{
        width: 100%;
        margin-top: 0.72rem;
    }
    .info_right_bottom_xian1{
        width: 1px;
        height: 0.52rem;
        background: #EAEAEA;
        margin-left:0.05rem;
    }
    .info_right_bottom_item{
        width: 100%;
        display: flex;
    }
    .bottom_item_left{
        width: 0.2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .info_right_bottom_yuan{
        width:100%;
        height: 0.2rem;
        background: #C3C3C3;
        border-radius: 50%;
    }
    .info_right_bottom_item_box{
        width: 1px;
        height: 2.4rem;
        background: #EAEAEA;
    }
    .bottom_item_right{
        flex: 1;
        padding-left: 0.44rem;
        box-sizing: border-box;
        margin-top: -0.3rem;
    }
    .info_right_bottom_item_text{
        width: 100%;
        font-weight: 300;
        font-size: 0.48rem;
        color: #666666;
        line-height: 0.68rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .info_right_bottom_item_time{
        width: 3rem;
        height: 0.8rem;
        background: #E9F3F9;
        font-weight: 300;
        font-size: 0.4rem;
        color: #2385C9;
        text-align: center;
        line-height: 0.8rem;
        margin-top: 8px;
    }
    .next{
        width: 100%;
        display: flex;
        align-items: center;
        font-weight: 300;
        font-size: 0.4rem;
        color: #666666;
        height: 0.42rem;
        /*line-height: 0.42rem;*/
        margin-top: 0.42rem;
    }
    .next>span{
        flex: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .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){
    .info{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .all_content_bottom{
        width: 100%;
        padding: 0 0 0  70px;
        box-sizing: border-box;
    }
    .info_box{
        width: 100%;
    }
    .info_title{
        width: 100%;
        font-weight: 300;
        font-size: 24px;
        color: #333333;
        box-sizing: border-box;
        margin:  53px 0 33px 0;
    }
    .info_more{
        width: 100%;
        display: flex;
    }
    .info_more_text{
        font-weight: 300;
        font-size: 14px;
        color: #6D6D6D;
        margin-right: 20px;
    }
    .info_more_box1{
        display: flex;
    }
    .info_content{
        width: 100%;
        display: flex;
        margin-top: 43px;
    }
    .info_left{
        width: 739px;
    }
    .info_left_content{
        width: 100%;
        font-weight: 300;
        font-size: 16px;
        color: #424242;
        line-height: 30px;
        text-align: justify;
    }
    .next{
        width: 100%;
        font-weight: 300;
        font-size: 16px;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 10px;
        cursor: pointer;
    }
    .info_right{
        margin-left: 40px;
        flex: 1;
    }
    .right_top{
        width: 225px;
        margin: 0 auto;
        display: flex;
        padding-bottom: 14px;
        box-sizing: border-box;
        border-bottom: 1px solid #EAEAEA;
        cursor: pointer;
    }
    .right_top_icon{
        width: 20px;
        height: 20px;
        background: #2385C9;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .right_top_icon_img{
        width: 16px;
        height: 13px;
    }
    .right_top_text{
        font-weight: 300;
        font-size: 14px;
        color: #2385C9;
        margin-left: 8px;
    }
    .info_right_bottom{
        width: 100%;
        margin-top: 25px;
    }
    .info_right_bottom_xian1{
        width: 1px;
        height: 16px;
        background: #EAEAEA;
        margin-left: 3px;
    }
    .info_right_bottom_item{
        width: 100%;
        display: flex;
        cursor: pointer;
    }
    .bottom_item_left{
        width: 6px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .info_right_bottom_yuan{
        width: 6px;
        height: 6px;
        background: #C3C3C3;
        border-radius: 50%;
    }
    .info_right_bottom_item_box{
        width: 1px;
        height: 86px;
        background: #EAEAEA;
    }
    .bottom_item_right{
        flex: 1;
        padding-left: 15px;
        box-sizing: border-box;
        margin-top: -16px;
    }
    .info_right_bottom_item_text{
        width: 100%;
        font-weight: 300;
        font-size: 14px;
        color: #666666;
        line-height: 21px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .info_right_bottom_item_time{
        width: 75px;
        height: 20px;
        background: #E9F3F9;
        font-weight: 300;
        font-size: 12px;
        color: #2385C9;
        text-align: center;
        line-height: 20px;
        margin-top: 8px;
    }
    .nav_left_item_box {
        padding: 5px 0 !important;
    }
}
