article.news {
	padding: 10px;
}
article.news img {
	width: 100% !important;
}
.news .news-box-service span {
    font-size: 12px;
    color: #999;
    vertical-align: middle;
    display: inline-block;
    line-height: 12px;
    float: left;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news .news-box-service span+span {
    padding-left: 6px;
}
.news .news-box-service span:nth-child(3) {
    float: right;
}
.news .news-box-service {
    margin: 12px 10px;
    line-height: 18px;
    height: 18px;
}
svg[class*='icon'] {
    display: inline-block;
    stroke-width: 0;
    stroke: inherit;
    fill: inherit;
    vertical-align: bottom;
}
.news .news-box-service .icon {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}