@media (min-width: 1000px) {
    .newcontent1{
        margin: 0px auto;
        padding: 0px; 
        font-size: 18px; 
        text-align: left;
        width:80%;
        line-height: 26px;
        text-indent: 2em;
    }
    .newtowpic{
        text-align: center;
    }
    .newtowpic .pics{
        padding-right: 2%;
    }
    .newstitle{
        width: 80%; 
        border-radius: 10px; 
        border: 1px solid rgb(128, 195, 223); 
        box-shadow: 4px 4px 4px #ccc;
        margin: 0px auto;
    }
    .newstitletxt1{
        color: #80C3DF; 
        font-size: 24px;
        text-align: center;
        line-height: 60px;
    }
    .newstitletxt2{
        font-size: 18px;
        color: inherit;
    }
    .newproducthen{
        width:80%;
        position: relative;
        display: flex;
        margin:0px auto;
    }
    .newproduct_left{
        width: 40%;
        float:left;
    }
    .newproduct_right{
        width:55%;
        float:left;
        font-size: 18px;
        text-indent: 2em;
        display: flex;
        align-items: center;
        padding-left:3%;
    }
    .newproduct_title{
        width:80%;
        position: relative;
        display: flex;
        margin:0px auto;
        font-size: 18px;
    }
    .newslast{
        width:80%;
        margin:0px auto;
        font-size: 20px;
        padding-bottom: 100px;
    }
}