/* Staff Style Detail CSS */
.Staff_detail {
    width: 100%;
    margin: 0 auto;
}

.Min-width {
    min-width: 1200px;
}

.case_detail {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.case_detail h1 {
    font-size: 24px;
    color: #333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.case_detail .time {
    text-align: center;
    border-bottom: 1px dashed #e0dcdc;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.case_detail .time i {
    display: inline-block;
    margin: 0 15px;
    color: #999;
    font-size: 14px;
}

.case_detail .time i span {
    color: #666;
}

.intro_txt {
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
}

.intro_txt p {
    margin-bottom: 15px;
}

.intro_txt img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 15px auto;
}

.share {
    border-top: 1px dashed #e0dcdc;
    padding-top: 20px;
}

.bq_div {
    margin-bottom: 15px;
    color: #666;
}

.bq_div a {
    display: inline-block;
    margin-left: 5px;
    color: #005bac;
}

.more_news {
    margin-bottom: 20px;
}

.more_news a {
    display: block;
    line-height: 30px;
    color: #666;
}

.more_news a:hover {
    color: #005bac;
}

.more_news a span {
    color: #333;
    font-weight: bold;
}

.share_box {
    height: 40px;
    line-height: 40px;
}

.share_box span {
    float: left;
    margin-right: 10px;
}

.bdsharebuttonbox {
    float: left;
}