.detail>.o_u{
    text-align: left;
    max-width: 1236px;
    padding: 0 18px; 
}
.crumbs span{
    width: auto;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}
/* 详细内容start */
.detail h2,.detail h1{
    font-size: 30px;
    line-height: 46px;
    margin: 22px 0;
}
.detail span.time{
    line-height: 1em;
    color: #0c5ca8;
    font-size: 18px;
}
.detail .content{
    font-size: 14px;
}
.detail .content p{
    line-height: 24px;
    padding: 11px 0;
}
.detail img{
    max-width:100%;
    width: inherit;
    height: auto!important;
    display: block!important;
    margin: 0 auto!important;
}
.detail iframe{
    max-width:100%!important;
}
/* 详细内容end */
@media screen and (max-width: 1280px) and (min-width: 751px){
    .detail>.o_u{
        min-width: 751px;
    }
}
@media screen and (max-width: 750px){
    .detail>.o_u{
        min-width: 320px;
        padding: 0 4%; 
    }
    .detail h2,.detail h1{
        font-size: 0.3rem;
        line-height: 1.5em;
    }
    .detail .content{
        padding-bottom: 23.2%;
    }
    .detail span.time{
        font-size: 0.24rem;
    }
    .detail .content p{
        font-size: 0.24rem;
    }
}
.video-js{
    max-width: 100%;
}

/* 分享样式 start */
.share {
	max-width: 1200px;
	margin: 0 auto;
	text-align: right;
	padding: 1.05rem 0;
}

.share a {
	display: inline-block;
	margin-left: 0.3rem;
}

.share .iconfont{
	font-size: 0.6rem;
	color: #0c5ca8;
}
.share .iconfont:hover{
	color: #006acf;
}
.share .iconfont{
    font-size: 0.4rem;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.fenxiang_box{
    display: inline-block;
    margin-right: 36px;
}
.fenxiang_box_shared{
    font-size: 0;
    position: relative;
    line-height: 0.4rem;
    
}
.share_btn_box{
    white-space: nowrap;
    display: inline-block;
    font-size: 0;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 0.2rem;
    padding-right: 0.5rem;
    padding-left: 0.1rem;
    position: absolute;
    right: 0;
    top: 0;
    border: 0.01rem solid #0c5ca8; 
    z-index: 0;
    box-sizing: border-box;
    display: none;
    overflow: hidden;
}
.m_tab .share .iconfont{
    font-size: 0.4rem;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

@media (max-width:750px) {
    .share{
        display: none;
    }
    .fenxiang_box_shared{
        line-height: 0.6rem;
    }
    .m_tab .share .iconfont{
        font-size: 0.6rem;
    }
    .share_btn_box{
        white-space: nowrap;
        font-size: 0;
        height: 0.6rem;
        line-height: 0.6rem;
        border-radius: 0.3rem;
        padding-right: 0.7rem;
        position: absolute;
        right: 0;
        top: 0;
        border: 0.02rem solid #0c5ca8; 
        z-index: 0;
        box-sizing: border-box;
    }
}
/* 分享样式 end */