/* ////////////////////////////////////// */

.sy_newslist {
    margin: auto;
    width: 95%;
}

.sy_newslist .line {
    margin-top: 0.4rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sy_newslist .line a.block {
    width: 49%;
}

.sy_newslist .line a.block img {
    width: 100%;
}

.sy_newslist .line a.block div {
    font-size: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* ///////////////????////////////////// */