.article-block {
    width: 100%;
    background-color: #fff;
}
.current-loction {
    width: 100%;
    height: 80px;
    text-align: left;
    font-size: 16px;
    line-height: 80px;
    color: #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.current-loction i {
    padding: 15px;
    background: url("/Public/image/icon/ding.png") no-repeat center;
    background-size: 14px 18px;
}

.article-bar {
    width: 100%;
    height: 80px;
}

.article-bar .article-skill {
    margin: 30px auto;
    height: 50px;
    width: 350px;
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 50px;
}

.article-bar .article-skill a {
    display: block;
    float: left;
    width: 173px;
    height: 50px;
    border: 1px solid #d8d8d8;
}

.article-bar .article-skill a:hover {
    background: #e4f0ff;
    color: #006aee;
}

.article-bar .article-skill .have-select {
    background: #e4f0ff;
    color: #006aee;
}

.article-list {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

.article-list ul {
    max-height: 180px;
    margin: 0 50px;
    border-bottom: 1px dashed #d8d8d8;
    padding: 10px 0;
}

.article-list ul:last-child{border-bottom: none;}

.article-list ul .article-title {
    color: #006aee;
    height: 40px;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
}

.article-list ul .article-content {
    position: relative;
    color: #808080;
    height: 90px;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    word-wrap:break-word;
    overflow : hidden;
}

.article-list ul a{
    display: inline;
    color: #006aee;
    height: 30px;
    width: 100px;
    margin: 5px auto;
    font-size: 16px;
}

.article-list ul a:hover {
    color: #006aee;
}

.article-list ul a i {
    padding: 12px;
    background: url("/Public/image/icon/more.png") no-repeat center;
    background-size: 22px 22px;
}

.article-info-title {
    width: 100%;
    height: 80px;
    text-align: center;
    font-size: 24px;
    line-height: 80px;
    color: #000;
    border-bottom: 1px solid #d8d8d8;
}

.article-info-bar {
    width: 400px;
    height: 50px;
    margin: 10px auto;
    color: #818181;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
}

.article-info-bar span{
    display: block;
    float: left;
    width: 200px;
}

.article-info-content{
    width: 1000px;
    margin: 0 auto;
    color: #808080;
    height: auto;
    padding-bottom: 50px;
    line-height: 30px;
    font-size: 16px;
    word-wrap:break-word
}
