.news {
    width: 1200px;
    margin-left: 30px;
}
.newsList {
    float: left;
    width: 580px;
    display: block;
    margin-bottom: 25px;
}

.newsList img {
 width: 300px;
    height: 150px;
    float: left;
    display: block;
}

.newsCon {
    display: block;
    width: 260px;
    float: left;
}
.newsCon h3{
    padding : 10px;
}

.newsCon p {
    line-height: 20px;
    overflow: hidden;
    word-break: break-word;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-left: 10px;
    text-align: left;
}
