.wrapper { max-width:1230px; margin:0 auto; padding: 0 0 40px 0; }

.demo-section { padding-left: 5%; padding-right: 5%;}

.content-Box { max-width:1440px; width: 100%; margin:0 auto; text-align:left; position:relative; clear:both;}

.blog-list {
    display: flex;
    margin-bottom: 30px;
}
.blog-list-pic {
    position: relative;
    width: 30%;
    transition: all 0.5s;
}
.blog-list-content {
    width: 70%;
    padding-left: 20px;
}
.blog-list-pic .img-center {position: relative; padding-bottom: 66.6%; line-height: 0; font-size: 0; height: 0;}
.blog-list-pic .img-center a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.blog-list-pic .img-center img {
    max-height: 100%;
    transition: all 0.5s;
}
.blog-list-pic:hover img {
    transform: scale(0.9);
}
.blog-list-title {
    font-size: 19px;
}
.blog-list-date {
    color: #bdbdbd;
}
.blog-list-text {
    color: #5d5d5d;
}
.blog-list-more {
    text-align: right;
}
.blog-list-more a {
    color: #362e2b;
}
.blog-list-more a:hover {
    text-decoration: underline;
    color: #5f3c2f;
}
.blog-list-tag a {
    color: #a1a1a1;
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding: 3px 12px;
    transition: all 0.5s;
}
.blog-list-tag a:hover {
    color: #fff;
    background-color: #5f3c2f;
    border: 1px solid #5f3c2f;
}

.blog-divider {
    border-left: 1px solid #dfdfdf;
    padding: 30px 0 30px 30px;
}
@media only screen and (max-width: 991px) {
    .blog-divider {
        padding: 10px 0 30px 0;
        border-left: none;
    }
}

.blog-article-title {
    font-size: 19px;
    margin-bottom: 10px;
}
.blog-article-search {
    position: relative;
}
.blog-article-search > input {
    width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 40px;
    padding: 0 40px 0 20px;
    transition: all 0.5s;
}
.blog-article-search:hover > input {
    border: 1px solid #5f3c2f;
}
.blog-article-search > a {
    position: absolute;
    right: 15px;
    top: 10px;
}
.blog-article-tag {
    margin-top: 30px;
}
.blog-article-tag a {
    color: #a1a1a1;
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding: 3px 12px;
    transition: all 0.5s;
}
.blog-article-tag a:hover {
    color: #fff;
    background: #5f3c2f;
    border: 1px solid #5f3c2f;
}
.blog-article-cate {
    margin-top: 30px;
}
.blog-article-cate > ul {
    padding-left: 0;
}
.blog-article-cate > ul > li {
    transition: all 0.5s;
    border-bottom: 1px solid #e6e6e6;
    list-style: none;
    padding: 5px 0 5px 10px;
}
.blog-article-cate > ul > li:hover {
    background-color: #5f3c2f;
}
.blog-article-cate > ul > li:hover * {
    color: #fff;
}
.blog-article-hot-box {
    border-bottom: 1px solid #e6e6e6;
}
.blog-article-hot-cate {
    color: #8b8b8b;
}
.blog-article-hot-text a {
    transition: all 0.5s;
}
.blog-article-hot-text a:hover {
    color: #5f3c2f;
}


.blog-detail-text {
    padding: 20px 0;
}
.blog-detail-tag a {
    color: #a1a1a1;
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding: 3px 12px;
    transition: all 0.5s;
}
.blog-detail-tag a:hover {
    color: #fff;
    background: #5f3c2f;
    border: 1px solid #5f3c2f;
}
.blog-detail-btn {
    background: #f3f3f3;
    border-top:1px solid #e7e7e7;
    border-bottom:1px solid #e7e7e7;
    padding: 0 10px;
    margin-top: 30px;
}
.blog-detail-btn a {
    display: block;
    line-height: 66px;
    background: #fff;
    text-align: center;
    width:154px;
    color: #9f9f9f;
    font-size: 18px;
    margin: 0 0 0 auto;
    transition: all 0.5s;
}
.blog-detail-btn a:hover {
    background: #9f9f9f;
    color: #fff;
    width: 100%;
}

.blog-detail-more {
    margin-top: 30px;
}
.blog-detail-more-title {
    font-size: 24px;
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
}
.blog-detail-more-list {
    font-size: 18px;
    list-style: circle;
    line-height: 36px;
    margin-top: 20px;
    padding-left: 20px;
}
.blog-detail-more-list a:hover { color: #447ab6; }


@media only screen and (max-width: 768px) {
    .blog-list {
        flex-direction: column;
    }
    .blog-list-pic {
        width: 100%;
        /*padding-bottom: 100%;*/
        max-width: 600px; margin: auto;
    }
    .blog-list-content {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }
}

.cms-back-btn {display: flex; flex-flow: wrap; justify-content: center; align-items: center; margin: 1.5rem 0 2.5rem 0;}
.cms-back-btn > a:link, .cms-back-btn > a:visited {text-decoration:none; color:#362e2b; padding: 5px 20px; line-height: 1.7; border: 1px solid #362e2b; transition: all 0.5s ease 0s;}
.cms-back-btn > a:active, .cms-back-btn > a:hover {text-decoration:none; color:#fff; background: #5f3c2f; border: 1px solid #5f3c2f; cursor:pointer; transition: all 0.5s ease 0s;}
