.news-content{
    width:1200px;
    margin:0px auto;
    padding-top:38px;
    min-height:400px;
}
.ls-news-item{
    display:flex;
    width: 100%;
    border-bottom: #c9c9c9 1px dashed;
    padding: 5px 0;
    overflow: hidden;
}
.ls-new-item-l{
    width:17%;
}
.ls-new-item-l img{
    width:100%;
    display:block;
}
.ls-new-item-r{
    margin-left:36px;
}
.ls-new-title,.ls-new-time{
    text-align:left;
    font-family: Microsoft JhengHei,Microsoft Yahei,SimHei,Arial;
}
.ls-new-title{
    width: 100%;
    font-size: 18px;
    min-height: 66px;
    color: #000000;
    overflow: hidden;
}
.ls-new-time{
    width: 100%;
    margin: 16px auto;
    font-size: 14px;
    color: #666666;
}
/*手机*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .news-content {
        width: 100% !important;
        padding: 0 10px;
    }
    .ls-dh {
        width: 100% !important;
        height: 100% !important;
        flex-direction: column;
        align-items: baseline;
        padding-left: 10px;
    }
    .ls-dh-l {
        white-space: nowrap;
    }
    .ls-dh-r {
        width: 100% !important;
        height: 100% !important;
        text-align: left;
        font-size: 0.2rem;
    }
    .ls-dh-r a {
        margin: 0;
        padding-right: 3px;
    }
    .ls-new-item-l {
        width: 28%;
    }
    .ls-new-item-r {
        margin-left: 16px;
    }
}