@media only screen and (min-width:300px) and (max-width: 1200px){
    .news-info{
        background-color: #ffffff;
        width:100%;
        padding: 10px 20px;
    }
    .news-title{
        margin: 0;
        margin-bottom: 5px;
        font-size: 30px;
        line-height: 1.5;
        font-weight: 300;
    }
    .news-info1{
        display: flex;
        align-items: center;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 15px;
    }
    .news-info1 span{
        font-size: 13px;
        margin-right: 15px;
        color: #999999;
    }
    .news-content{
        padding: 20px 0;
    }
    .last-next{
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid #e5e5e5;
        display: flex;
        padding-bottom: 20px;
    }
    .last-next a{
        padding:0 10px;
        max-width: 45%;
        height: 35px;
        line-height: 35px;
        border-radius: 35px;
        border: 1px solid #e5e5e5;
        text-decoration: none;

        display: -webkit-inline-box;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:1;
    }
    .last-next a:hover{
        border: 1px solid #0a8ddf;
        color: #0a8ddf;
    }
    .last-next a:last-child{
        margin-left: auto;
    }
    .last-next .disabled{
        color: #ccd5db;
        cursor: not-allowed;
        background-color: transparent;
    }
    .last-next .disabled:hover{
        border: 1px solid #e5e5e5;
        color: #ccd5db;
    }
    .news-content img{
        max-width: 100%;
        height: auto;
    }
}
@media only screen and (min-width:1200px) {
    .news-info{
        background-color: #ffffff;
        width: 1200px;
        margin:30px auto;
        padding: 30px;
    }
    .news-title{
        margin: 0;
        margin-bottom: 5px;
        font-size: 32px;
        line-height: 1.5;
        font-weight: 300;
    }
    .news-info1{
        display: flex;
        align-items: center;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 15px;
    }
    .news-info1 span{
        font-size: 13px;
        margin-right: 15px;
        color: #999999;
    }
    .news-content{
        padding: 20px 0;
    }
    .last-next{
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid #e5e5e5;
        display: flex;
    }
    .last-next a{
        padding: 10px 30px;
        border-radius: 35px;
        border: 1px solid #e5e5e5;
        text-decoration: none;
    }
    .last-next a:hover{
        border: 1px solid #0a8ddf;
        color: #0a8ddf;
    }
    .last-next a:last-child{
        margin-left: auto;
    }
    .last-next .disabled{
        color: #ccd5db;
        cursor: not-allowed;
        background-color: transparent;
    }
    .last-next .disabled:hover{
        border: 1px solid #e5e5e5;
        color: #ccd5db;
    }
}