.crumb {
    position: relative;
    font-size: 16px;
    padding-top: 18px;
    color: #121212;
    width: 1120px;
    margin-left: 40px;
    margin-bottom: 15px;
}

.crumb p {
    float: left;
}

.detail_box {
    width: 1120px;
    margin-left: 40px;
    margin-top: 20px;
}

.detail_title {
    font-size: 28px;
    text-align: center;
    color: #0F5293;
    font-weight: 400;
    line-height: 50px;
    word-break: break-all;
    word-wrap: break-word;
}

.detail_box h6 {
    font-weight: 400;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #797979;
    text-align: center;
    background: #F0F7FC;
    margin: 30px auto;
    position: relative;
}

.detail_box h6 span {
    margin: 0 6px;
}

.con-box {
    width: 100%;
}

em.con-box {
    font-style: normal !important;
}

.share-box {
    display: block;
    width: 175px;
    margin: 0 !important;
    position: absolute;
    right: 5px;
    bottom: 0;
}

.bdsharebuttonbox {
    margin-top: 4px !important;
    margin-left: 5px !important;
    margin-right: 20px !important;
}

.dhsharebuttonbox {
    width: 102px;
    height: 36px;
}

.dhsharebuttonbox a {
    display: block;
    width: 24px;
    height: 100%;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}

.dahe_weixin {
    background: url(../images/weixin_icon.png) center no-repeat;
}

.dahe_tsina {
    background: url(../images/wb_icon.png) center no-repeat;
}

.dahe_qzone {
    background: url(../images/kj_icon.png) center no-repeat;
}

.detail_box .content{
    line-height: 36px;
    font-size: 16px;
    color: #000;
}

.detail_box .content p{
    font-size: 16px;
    line-height: 36px;
    word-break: normal;
    word-wrap: break-word;
}
.detail_box .content img{
    max-width: 100%;
    display: block;
    margin: 15px auto!important;
}

.content .operator{
    display: block;
    text-align: right;
    color: #999;
    margin-top: 40px;
    padding-right: 14px;
}

/* 适老化 */
.oldModel .crumb{font-size: 22px;}
.oldModel .detail_title{font-size: 40px;line-height: 1.6;}
.oldModel .detail_box h6{font-size: 20px;}
.oldModel .share-box{width: 190px;}
.oldModel .detail_box .content,.oldModel .detail_box .content p{font-size: 30px;line-height: 2;}
.oldModel .detail_box .content p{margin-bottom: 30px;}