/***新闻文章页†***/
#container {
    position: relative;
    height: auto;
    margin: 0 auto 0 auto;
    padding-top: 0;
    width: 100%;
    padding-bottom: 60px;
}
.cases_detail {
    width: 960px;
    margin: 30px auto;
}

.cases_detail .cd_banner {}

.cases_detail .cd_title {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
}

.cases_detail .sub_title {
    font-size: 14px;
    color: #969696;
    padding: 10px 0px;
    border-bottom: 1px solid #e8e8e8;
}

.cases_detail .cd_content {
    padding: 20px 0px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    line-height: 24px;
}

.cases_detail .cd_content p {
    font-size: 14px;
    line-height: 24px;
}

.cases_detail .cd_content p img {
    width: 100%;
}

.cases_detail .cd_content img {
    max-width: 100%;
    width: auto !important;
    text-align: center;
    margin: auto;
    height: auto !important;
}

.cases_detail .cd_quick {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
}

.cases_detail .cd_quick a {
    width: 187px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #a88f6f;
    color: #ac8860;
    font-size: 16px;
    text-align: center;
    float: right;
    margin-left: 10px;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.crumbs {
    margin: 15px auto;
    display: flex;
    width: 960px;
}

.crumbs>div,
.crumbs>div>div,
.crumbs>div>div>div {
    display: flex;
}
/***新闻文章页†***/
/*reset */
section.content.left {
    float: none !important;
    width: unset !important;
    margin: 0;
}
@media only screen and (max-width:989px) {
    .cases_detail {
        width: 100%;
    }
    .cases_detail .cd_quick a {
        width: 95%;
        display: inline-block;
        float: none;
    }
    #container {
        margin-bottom: -100px;
        padding-bottom: 0;
    }
    .responsive #header section>section {
       top: -18px;
    }
}
@media only screen and (max-width: 767px)  {
.admin-bar.responsive .nav_shadow {
    top: 76px;
    }
}