.information-banner {
  width: 100%;
  height: 3rem;
  position: relative;
}
.information-banner .banner-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.kjg-detail-content {
    padding: 0 0 1.2rem;
}

.common-detail {
    padding-top: 0.2rem;
}

.common-detail .detail-crumb {
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.26rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 0.22rem;
}

.common-detail .detail-crumb .crumb-item {
    line-height: 0.26rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
}

.common-detail .detail-crumb .crumb-item:last-child::after {
    display: none;
}

.common-detail .detail-crumb .crumb-item::after {
    content: ">";
    margin: 0 0.1rem;
}
.common-detail .detail-crumb a.crumb-item:hover {
    color: #287cdc;
}
.common-detail .detail-crumb a.crumb-item:hover::after {
    color: #333333;
}

.common-detail .detail-content {
    width: 11.9rem;
    margin: 0.3rem auto 0.5rem;
}

.common-detail .detail-content .detail-tit {
    font-weight:700;
    color:#333333;
    font-size: 0.36rem;
    line-height: 0.4rem;
    text-align: center;
    padding-bottom: 0.18rem;
}
.common-detail .detail-content .detail-info {
    min-height: 6rem;
}

.common-detail .detail-content .detail-info .tcplayer {
    width: 50%;
    margin: 0 auto;
    height: 4rem;
}

.common-detail .detail-content .detail-info video {
    max-width: 100%;
}

.common-detail .detail-content .detail-info p {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    text-align: justified;
    line-height: 0.3rem;
    margin-top: 0.3rem;
    word-break: break-all;
}
.common-detail .detail-content .detail-info p  span {
    white-space: pre-wrap !important;
}
.common-detail .detail-content .detail-info p video {
    max-width: 100%;
}

.common-detail .detail-content .detail-info p img {
    max-width: 100%;
    height: unset !important;
    margin: 0 auto;
}

.common-detail .detail-content .detail-info p strong {
    text-indent: 0;
}

.common-detail .detail-content .video-content {
  height: 5.89rem;
  margin-top: 0.3rem;
}

@media screen and (max-width: 800px) {
     .information-banner {
        margin-top: 42px;
    }
    .common-detail {
        width: 100%;
    }

    .common-detail .desc-item {
        font-weight: 400;
        font-size: 0.24rem !important;
        line-height: 0.34rem !important;
    }

    .common-detail .detail-tit {
        font-weight: bold;
        font-size: 0.42rem !important;
        color: #2E2E2E;
        line-height: 0.57rem !important;
        text-align: center;
    }

    .common-detail .detail-subtit {
        font-weight: 400;
        font-size: 0.24rem !important;
        color: #191919;
        line-height: 0.5rem !important;
        text-align: center;
    }

    .common-detail .detail-crumb {
        padding: 0.1rem 0.2rem 0.25rem;
        font-size: 0.24rem !important;
    }

    .common-detail .detail-crumb .crumb-item {
        font-size: 0.24rem !important;
    }
    .common-detail .detail-content .other-line {
        padding: 0.30rem 0 0;
    }

    .detail-content {
        flex-direction: column;
        padding: 0.2rem;
        margin: 0.2rem auto 0.75rem !important;
        width: 100% !important;
    }

    .detail-content .detail-info p {
        font-size: 0.28rem !important;
        line-height: 0.6rem !important;
    }

    .detail-content .detail-info p .tcplayer {
        width: 50%;
        margin: 0 auto;
        height: 0.4rem;
    }

    .detail-content .detail-info p video {
        max-width: 100%;
    }

    .detail-content .detail-info p img {
        max-width: 100% !important;
        margin: 0 auto;
    }
}