/* lg */

@media (min-width:1200px) {
    .section-new .new ul li{
        width: 100%;
        color: #555;
        border-bottom: 1px dotted #eee;
        padding: 3% 0;
    }
    .new{
        padding-top: 20px;
    }
    .section-new .new ul li h3{
        font-size: 16px;
        padding: 2% 0;
        width: 90%;

    }
    .section-new .new ul li p{
        text-align: left;
        line-height: 25px;
    }
    .section-new .new ul li span{
        float: right;
        margin-top: 60px;
    }


}

/* md */

@media (min-width:992px) and (max-width:1199px) {
   .section-new .new ul li{
        width: 100%;
        color: #555;
        border-bottom: 1px dotted #eee;
        padding: 3% 0;
    }
    .new{
        padding-top: 20px;
    }
    .section-new .new ul li h3{
        font-size: 16px;
        padding: 2% 0;
        width: 90%;

    }
    .section-new .new ul li p{
        text-align: left;
        line-height: 25px;
    }
    .section-new .new ul li span{
        float: right;
        margin-top: 60px;
    }

}
/* sm */

@media (min-width:768px) and (max-width:991px) {
    .section-new .about-title{
    text-align: center;
}
   .section-new .new ul li{
        width: 100%;
        color: #555;
        border-bottom: 1px dotted #eee;
        padding: 3% 0;
    }
    .new{
        padding-top: 20px;
    }
    .section-new .new ul li h3{
        font-size: 16px;
        padding: 2% 0;
        width: 90%;

    }
    .section-new .new ul li p{
        text-align: left;
        line-height: 25px;
    }
    .section-new .new ul li span{
        float: right;
        margin-top: 60px;
    }

}


/* xs */

@media (max-width:767px) {
.section-new .about-title{
    text-align: center;
}
    .section-new .new ul li{
        width: 100%;
        color: #555;
        border-bottom: 1px dotted #eee;
        padding: 3% 0;
    }
    .new{
        padding-top: 20px;
    }
    .section-new .new ul li h3{
        font-size: 16px;
        padding: 2% 0;
        width: 90%;

    }
    .section-new .new ul li p{
        text-align: left;
        line-height: 25px;
    }
    .section-new .new ul li span{
        float: right;
        margin-top: 3%;
    }
}

