.article-content {
    width: 780px;
    box-shadow: 0px 5px 15px #888888;
    margin-bottom: 50px;
	min-height: 400px;
}

.position-nav {
    padding: 15px 40px 5px;
}

.position-nav a {
    font-size: 14px;
    text-decoration: none;
    color: #1993d1;
}

.position-nav a:hover {
    color: #404040;
}

.pos-symbol {
    font-size: 14px;
    color: #1993d1;
}

.article-content .content {
    padding: 0px 80px 40px;
    margin-top: 20px;
    word-break: break-all;
}

.article-content .sperator {
    margin: 0 auto;
    height: 1px;
    width: 700px;
    margin-bottom: 20px;
    background-color: #ececec;
}

.article-content .title h4{
    text-align: center;
    margin: 0;
}

.article-content .time{
    text-align: center;
    font-size: 12px;
    margin: 5px 0px;
    color: #888888;
}

.article-content .description{
    text-align: center;
    font-size: 12px;
    margin: 5px 80px 20px;
}