.news-box-service {
    line-height: 24px;
    height: 24px;
    margin-bottom: 8px;
}
.news-box-service span {
    font-size: 15px;
    color: #999;
    display: inline-block;
	 margin-right: 12px;
    float: left;
}
.news-box-service .icon {
    width: 17px;
    height: 17px;
    float: left;
    margin-top: 5px;
}
.news-box-service time {
    padding-left: 8px;
}
.rubricgroup {
    display: inline-block;
    margin-left: 12px;
	float: left;
}
.rubric {
    color: #111;
    text-transform: uppercase;
    height: 30px;
    padding: 0 6px;
    font-size: 12px;
    line-height: 30px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 600;
    border: 1px solid #e4e5e7;
    margin: 0px;
    background: #f9f9f9;
}
.news-box-service span:nth-child(3) {
    float: right;
}
.news-box-service {
    line-height: 30px;
    height: 30px;
    margin-bottom: 8px;
}
.news-box-service svg {
    display: inline-block;
    stroke-width: 0;
    stroke: inherit;
    fill: inherit;
    vertical-align: bottom;
}
.authorgroup {
    font-size: 13px;
    color: #666;
    display: inline-block;
    float: right;
}
.authi {
    display: block;
    width: 64px;
    height: 64px;
    margin-right: 10px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    float: left;
}
.cbargroup {
    display: inline-block;
}
.authorgroup .author {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}
h3 {
    font-size: 25px;
	margin: 0;
}