article.article_content h1, article.article_content h2 {
    color: #32699c;
}
.left-container .article_content p {
    color: #383838;
    font-size: 15px;
}
.circle > li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
}
.circle > li::before {
    border: 2px solid #ff59cf;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 10px;
}
.article_content > img {
  margin: 0 0 20px;
}

.article_content ol li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
}
.article_content ol li::before {
    color: #ff59cf;
    content: "01";
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 0;
}
.article_content ol li:nth-child(2)::before{
	content: "02"
}
.article_content ol li:nth-child(3)::before{
	content: "03"
}
.article_content ol li:nth-child(4)::before{
	content: "04"
}
.article_content ol li:nth-child(5)::before{
	content: "05"
}
.article_content ol li:nth-child(6)::before{
	content: "06"
}
.article_content ol li:nth-child(7)::before{
	content: "07"
}
.article_content ol li:nth-child(8)::before{
	content: "08"
}
.article_content ol li:nth-child(9)::before{
	content: "09"
}
.article_content ol li:nth-child(10)::before{
	content: "10"
}
.left-container .article_content li {
  color: #383838 !important;
  font-size: 15px;
}
.left-container .article_content h4 {
    font-size: 16px;
    color: #000;
    margin: 0 0 8px;
}