.service_news li{
    height: 142px;
    padding: 20px;
    margin-top: 20px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #ccc;
    display: flex;
}
.service_news li a{
    color: #333;
    text-align: left;
}
.service_news li a:hover{
    color: #2BA187;
}
.service_news li .image img {
    width: 150px;
    height: 100px;
    border-radius: 2px;
}
.service_news li .info {
    line-height: 30px;
    padding-left: 20px;
    width: 480px;
}
.service_news h3 {
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.service_news p {
    text-align: left;
}
.service_news .abstract{
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    line-height: 25px;
    height: 50px;
}
.service_news .addtime{
    color: #999;
    height: 20px;
    line-height: 20px;
}

.page_contaier{
    margin-top: 15px;
}