.news-swiper-container {
    width: 100%;
    text-align: right;
    overflow: hidden;
    position: relative;
}

.news-swiper-container .swiper-pagination {
    text-align: right;
    padding-right: .2rem;
    box-sizing: border-box;
}

.news-swiper-container img {
    width: 100%;
}

.title-box {
    box-sizing: border-box;
    padding: .4rem .3rem;
}

.boundary-line {
    width: 100%;
    height: .2rem;
    background-color: #eeeeee;
}

.detail-title {
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    padding: .3rem 0;
}

.detit {
    font-weight: bold;
    position: relative;
    padding-left: .2rem;
}

.detit::after {
    content: "";
    width: .06rem;
    height: .3rem;
    background-color: #000000;
    border-radius: 0 .06rem .06rem 0;
    position: absolute;
    left: 0;
    top: 13%;
}

.content-box video {
    width: 100%;
}

.content-box img {
    max-width: 100%;
}