body {
    color: #333333;
}

.page-container {
    width: 1200px;
    margin: 24px auto;
    height: auto !important;
    height: 600px;
    min-height: 600px;
}

.page-container .info-box {
    background: #ffffff;
    padding: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-container .common-content {
    background: #ffffff;
}

.page-container .common-content table {
    width: auto;
}

.page-container .info-box .title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 12px;
}

.page-container .info-box .time {
    font-size: 14px;
    color: #999999;
    margin-bottom: 24px;
}

.page-container .info-box .cover-img {
    width: 280px;
    height: 158px;
    margin-bottom: 24px;
}

.page-container .info-box .content {
    /*min-height: 300px;*/
    line-height: 2;
}

.page-container .info-box img {
    max-width: 100%;
}

.page-container .mg-r16 {
    margin-left: 16px;
}

.content ul,
.content ol,
.content li {
    list-style-type: inherit;
}

/*面包屑和搜索框*/
.page-container .top-box {
    background: #FCFCFC;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    padding: 16px 24px;
}

.page-container .breadcrumb-box {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    line-height: 30px;
    width: 100%;
}

.page-container .breadcrumb-box .icon-up {
    display: inline-block;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    margin: 0 4px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .page-container {
        width: 100%;
        margin: 0;
    }

    .page-container .info-box {
        padding: 16px;
    }

    #videoDiv {
        width: 85% !important;
        height: 100% !important;
        margin: 0 auto !important;
    }

    #easyDialogBox {
        width: 100%;
        margin: 0 !important;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .page-container .top-box {
        padding: 16px;
    }

    .page-container .top-box .breadcrumb-box {
        float: none;
        display: inline-block;
        vertical-align: middle;
        max-width: calc(100% - 34px);
        margin-right: 0;
    }
}

/* 分享代码 */
.breadcrumb-box {
    position: relative;
}

.breadcrumb-box .bshare-custom {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.breadcrumb-box .bshare-custom>span {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: rgba(0, 0, 0, 0.4);
}

/*.bshare-custom a {*/
/*    margin: 0 !important;*/
/*}*/

.bshare-custom .bshare-weixin {
    background: url('/engine2/assets/images/details/share-wechat-0c47fa2b1bc82e59683393660b00c9cf.png') no-repeat !important;
}

.bshare-custom .bshare-qqim {
    background: url('/engine2/assets/images/details/share-qq-4d33dc97739f7035171640ba80351b6e.png') no-repeat !important;
}

.bshare-custom .bshare-sinaminiblog {
    background: url('/engine2/assets/images/details/share-weibo-855a5e9bb1fe32ae3c6097e8258796b9.png') no-repeat !important;
}

.bshare-custom .bshare-clipboard {
    float: right;
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('/engine2/assets/images/details/share-links-afbdfd1d53f3dbaad4f085a2f6b1891b.png') no-repeat !important;
    background-size: 100%;
}

.bshare-custom .share-div {
    float: right;
}

.social-share a {
    margin: 0;
}

.social-share .social-share-icon {
    width: 24px;
    height: 24px;
    border-radius: 0;
    font-size: 24px;
    line-height: 24px;
    margin-right: 10px;
}

.social-share .icon-qq,
.social-share .icon-qq:hover,
.social-share .icon-wechat,
.social-share .icon-wechat:hover,
.social-share .icon-weibo,
.social-share .icon-weibo:hover {
    border: none;
    background: none;
}

.social-share .icon-wechat {
    background: url('/engine2/assets/images/details/share-wechat-0c47fa2b1bc82e59683393660b00c9cf.png') no-repeat !important;
    background-size: 100%;
}

.social-share .icon-weibo {
    background: url('/engine2/assets/images/details/share-weibo-855a5e9bb1fe32ae3c6097e8258796b9.png') no-repeat !important;
    background-size: 100%;
}

.social-share .icon-qq {
    background: url('/engine2/assets/images/details/share-qq-4d33dc97739f7035171640ba80351b6e.png') no-repeat !important;
    background-size: 100%;
}


@media only screen and (min-width: 1px) and (max-width: 767px) {
    .breadcrumb-box .bshare-custom {
        display: none;
    }
}