.home-newslist-list {
    width: 100% !important;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
}

.home-newslist-item {
    width: 48% !important;
    margin: 10px 1% !important;
}

.home-newslist-img {
    width: 100% !important;
    padding-bottom: 66.7% !important;
}

.home-newslist-info {
    width: 100% !important;
    padding: 10px !important;
    line-height: 1.6 !important;
}

.home-newslist-content {
    -webkit-line-clamp: 4 !important;
}

.home-newslist-list {
    width: 1440px;
    margin: 10px auto;
}

.home-newslist-item {
    box-shadow: #666 0 0 10px;
    margin: 15px auto;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
}

.home-newslist-img {
    width: 27%;
    height: 0;
    padding-bottom: 18%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 5px;
}

.home-newslist-info {
    width: 72%;
    padding: 15px;
    line-height: 2;
}

.home-newslist-title {
    color: #004584;
    font-size: 18px;
    display: inline-block;
    height: auto;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-newslist-content {
    color: #666;
    font-size: 14px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.home-newslist-date {
    width: 100%;
    padding: 0 15px;
    line-height: 1.5;
    background-color: #004584;
    color: #FFF;
    text-align: right;
}