/* 一个图片 */
.banner {
    width: 100%;
}
.banner img {
    width: 100%;
}
.article-warp {
    margin-top: 28px;
}
.article-head{
    text-align: center;
}
.article-head h1 {
    font-size: 30px;
    color: #ff6637;
    font-weight: 400;
    line-height: 45px;
}
.article-head .sendtime {
    font-size: 14px;
    color: #adadad;
    line-height: 24px;
    margin-top: 20px;
}
.article-head .sendtime span {
    padding: 0 20px;
}
.article-body {
    border-top: 1px solid #f0efef;
    border-bottom: 1px solid #f0efef;
    margin-top: 30px;
    padding: 20px 0;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: justify;
}
.article-body img {
    max-width: 900px;
    margin: 0 auto;
}
.article-body p {
    margin-top: 20px;
}
.article-foot {
    margin-top: 30px;
}
.article-foot .article-link {
    width: 100%;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.article-foot .article-link span {
    color: #09c878;
}
.article-foot .a-prev {
    width: 50%;
    float: left;
    text-align: left;
}
.article-foot .a-next {
    width: 50%;
    float: right;
    text-align: right;
}
.article-foot .article-link a {
    margin-left: 10px;
    color: #666666;
    font-size: 14px;
}
.article-foot .article-link a:hover{
    color: #ff6637;
}