body { background: #f5f5f5;}

.article-crumbs { height: 50px; line-height: 50px; font-size: 14px;}
.article-crumbs em { margin-left: 10px; margin-right: 10px;}
.article-crumbs a { color:#666;}

.article-box { background: #fafafa;}
.article-m { float: left; width: 790px; padding: 30px; background: #fff;}
.article-s { float: right; width: 320px; padding: 30px 15px;}
.article-title { font-size: 28px; color: #333;}
.article-subtitle { margin-top: 20px; font-size: 14px;}
.article-content { margin-top: 30px; font-size: 14px; line-height: 1.8; color: #333;}

.article-s-box h3 { font-size: 16px; font-weight: 700; color:#333;}
.article-s-box ul { margin-top: 10px;}
.article-s-box li { padding: 10px 0 10px 16px; position: relative; font-size: 14px;}
.article-s-box li:before { 
	content: ' ';
	position: absolute;
    top: 18px;
    left: 0;
    border-radius: 50%;
    background-color: #44af8c;
    width: 4px;
    height: 4px;
}
.article-s-box li a { color:#333;}