.news-swiper a {
    display: block;
    width: 100%;
    height: 100%;
}

.news-swiper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-swiper .info {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.news-swiper .swiper-pagination {
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 1;
    width: auto !important;
    left: auto !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.web .news-swiper {
    width: 762px;
    height: 410px;
}

.web .news-swiper .info {
    font-size: 24px;
}

.web .news-swiper .swiper-pagination {
    right: 30px;
    height: 36px;
}

/** 专题 **/
.web .home-special {
    border: 1px solid #DEDEDE;
    box-shadow: 5px 3px 10px 0 #F0F0F0;
    position: relative;
}

.web .home-special .special-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.web .home-special .special-container {
    padding: 48px 24px 24px 24px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.4);
}

.web .home-special .special-container .special-title {
    font-family: OPPOSans, OPPOSans;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    padding-bottom: 34px;
    margin-bottom: 24px;
    border-bottom: 1px solid #DEDEDE;
}

.web .home-special .special-container .special-desc {
    font-size: 16px;
    color: #5c5b5b;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.web .home-special .special-container .special-footer {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.web .home-special .special-container .special-footer .special-date .special-month {
    color: #C8C8C8;
    font-size: 14px;
    margin-bottom: 20px;
}

.web .home-special .special-container .special-footer .special-date .special-day {
    color: #353635;
    font-size: 36px;
    font-weight: 800;
}

.web .home-special .special-container .special-footer .special-more {
    display: block;
    cursor: pointer;
}

.web .home-special .special-container .special-footer .special-more .special-more-image {
    width: 32px;
    height: 32px;
}

.web .video-roll__left {
    height: 170px;
    font-size: 20px;
    font-weight: bold;
}

.web .video-roll__left .icon {
    font-size: 26px;
    color: #c81212;
}

.web .video-art {
    width: 286px;
}

.web .video-art a {
    display: block;
}

.web .video-art__cover {
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.web .video-art__cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition-duration: 300ms;
}

.web .video-art__cover:hover img {
    transform: scale(1.2);
}

.web .video-art__play-icon {
    left: 8px;
    bottom: 8px;
    width: 32px;
    height: 32px;
    background: url(../images/play.png) no-repeat center/contain;
}

.web .video-art__title {
    height: 56px;
    color: #353635;
    font-size: 16px;
    line-height: 28px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.web .video-art__title:hover {
    text-decoration: underline;
}

.web .video-art + .video-art {
    margin-left: 12px;
}

.web .art-card {
    overflow: hidden;
}

.web .art-card__hd {
    height: 40px;
    background: url("../images/title-bar.png") no-repeat left center;
    background-size: 100% 100%;
}

.web .art-card__title {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.web .art-card__more {
    font-size: 16px;
    color: #0B4DDB;
    font-weight: bold;
}

.web .art-card__bd {
    height: 308px;
    overflow-y: hidden;
}

.web .art-list {
    font-size: 16px;
    color: #353635;
}

.web .art-list a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.web .art-list a:hover {
    color: var(--color-primary);
    text-decoration: underline;
}

.web .news-art-card .art-card__hd {
    background-image: url("../images/title-bar2.png");
}

.web .news-art-card .art-card__bd {
    height: 100%;
}

.web .news-art-card .art-list {
    font-size: 18px;
    line-height: 1.27;
}

.web .art-cover {
    display: block;
    width: 100%;
    height: 142px;
    overflow: hidden;
}

.web .art-cover img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
    transition-duration: 300ms;
}

.web .art-cover:hover img {
    transform: scale(1.2);
}

.web .newspaper {
    padding: 54px 20px;
}

.web .new-media__img {
    width: 178px;
}

.web .new-media__content {
    padding: 0 44px;
}

.web .new-media__prev, .web .new-media__next {
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
    cursor: pointer;
    color: rgb(199, 215, 246);
    font-size: 32px;
}

.web .new-media__item {
    display: block;
    padding: 12px;
    border: 1px solid rgba(0, 55, 137, 0.16);
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
}

.web .new-media__qrimg {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.web .new-media__qrimg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.web .new-media .name {
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 12px;
    color: #9F9F9F;
}

.web .banner1 a, .web .banner1 img,
.web .banner2 a,
.web .banner2 img {
    display: block;
    width: 100%;
}

.web .banner1 img {
    height: 117px;
    -o-object-fit: cover;
    object-fit: cover;
}

.web .banner2 img {
    height: 155px;
    -o-object-fit: cover;
    object-fit: cover;
}

.web .home-container {
    padding-top: 2.75rem;
    position: relative;
}

.web .home-container.have-special {
    padding-top: 8.5rem;
}

.web .home-top-article {
    margin-top: 0;
    margin-bottom: 2rem;
    text-align: center;
}

.home-top-special {
    position: absolute;
    top: -3rem;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #ffffff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    display: block;
}

.home-top-special .top-special {
    display: flex;
}

.home-top-special .top-special .top-special-date {
    width: 8rem;
    background-color: #F5F5F5;
    border-right: 1px solid #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-top-special .top-special .top-special-date .top-special-date-month {
    color: #4D4D4D;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.home-top-special .top-special .top-special-date .top-special-date-day {
    font-size: 36px;
    font-weight: 800;
}

.home-top-special .top-special .top-special-content {
    width: calc(100% - 23rem);
}

.home-top-special .top-special .top-special-content .top-special-content-box {
    padding: 1rem;
}

.home-top-special .top-special .top-special-content .top-special-content-box .top-special-title {
    font-size: 18px;
    overflow: hidden;
    margin-top: 0.8rem;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-top-special .top-special .top-special-content .top-special-content-box .top-special-title:hover {
    color: var(--color-primary);
    text-decoration: underline;
}

.home-top-special .top-special .top-special-content .top-special-content-box .top-special-title.top {
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: 0;
}

.home-top-special .top-special .top-special-content .top-special-content-box .top-special-desc {
    font-size: 1rem;
    color: #787878;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*text-indent: 2rem;*/
}

.home-top-special .top-special .top-special-cover {
    width: 15rem;
    height: 9rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-top-special .top-special .top-special-cover .top-special-cover-image {
    width: 14rem;
    height: 8rem;
    object-fit: cover;
    border-radius: 2px;
}

.mobile .title {
    font-size: 16px;
    line-height: 24px;
}

.mobile .news-swiper {
    height: 180px;
}

.mobile .news-swiper .info {
    font-size: 14px;
}

.mobile .news-swiper .swiper-pagination {
    right: 8px;
    height: 10px;
}

.mobile .video-container .fa-circle-play {
    color: #c81212;
}

.mobile .video-cover {
    padding-bottom: 56.25%;
    overflow: hidden;
}

.mobile .video-cover img {
    -o-object-fit: cover;
    object-fit: cover;
    transition-duration: 300ms;
}

.mobile .video-cover .video-play-icon {
    left: 8px;
    bottom: 8px;
    width: 32px;
    height: 32px;
    background: url(../images/play.png) no-repeat center/contain;
}

.mobile .video-title {
    height: 42px;
    font-size: 14px;
    line-height: 21px;
    color: #353635;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mobile .video-swiper-prev, .mobile .video-swiper-next {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 72px;
    background-color: transparent;
    outline: none;
    border: 0;
    color: #353635;
}

.mobile .newsletter {
    font-size: 16px;
    color: var(--color-primary);
    font-weight: bold;
}

.mobile .newsletter::before, .mobile .newsletter::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: var(--color-primary);
}

.mobile .newsletter::before {
    left: 0;
}

.mobile .newsletter::after {
    right: 0;
}

.mobile .newsletter-line {
    height: 1px;
    background-color: var(--color-primary);
}

.mobile .title-bar {
    height: 32px;
    background-size: 90px 100%;
}

.mobile .title-bar::after {
    height: 1px;
}

.mobile .title-bar .tit {
    font-size: 16px;
}

.mobile .title-bar .more {
    font-size: 12px;
    font-weight: bold;
    color: var(--color-primary);
}

.mobile .newmedia-item {
    padding: 8px;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0, 55, 137, 0.16);
}

.mobile .newmedia-item .qrimg {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.mobile .newmedia-item .qrimg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.mobile .newmedia-item .name {
    margin-top: 4px;
    display: block;
    font-size: 12px;
    color: #9F9F9F;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.mobile .newmedia-swiper-prev, .mobile .newmedia-swiper-next {
    background-color: transparent;
    outline: none;
    border: 0;
    color: #353635;
}

.mobile .artpic {
    position: relative;
    display: block;
    padding-top: 42%;
    overflow: hidden;
}

.mobile .artpic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/** 专题 **/
.mobile .home-special {
    border: 1px solid #DEDEDE;
    box-shadow: 5px 3px 10px 0 #F0F0F0;
    margin-top: 1rem;
    position: relative;
}

.mobile .home-special .special-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.mobile .home-special .special-container {
    padding: 48px 24px 160px 24px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    position: relative;
    background-color: rgba(255, 255, 255, 0.3);
}

.mobile .home-special .special-container .special-title {
    font-family: OPPOSans, OPPOSans;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    padding-bottom: 34px;
    margin-bottom: 24px;
    border-bottom: 1px solid #DEDEDE;
}

.mobile .home-special .special-container .special-desc {
    font-size: 16px;
    color: #5c5b5b;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -mobilekit-box;
    -mobilekit-box-orient: vertical;
    -mobilekit-line-clamp: 4;
}

.mobile .home-special .special-container .special-footer {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.mobile .home-special .special-container .special-footer .special-date .special-month {
    color: #C8C8C8;
    font-size: 14px;
    margin-bottom: 20px;
}

.mobile .home-special .special-container .special-footer .special-date .special-day {
    color: #353635;
    font-size: 36px;
    font-weight: 800;
}

.mobile .home-special .special-container .special-footer .special-more {
    display: block;
    cursor: pointer;
}

.mobile .home-special .special-container .special-footer .special-more .special-more-image {
    width: 32px;
    height: 32px;
}

.mobile .home-top-special {
    position: static;
    background-color: #ffffff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    margin-bottom: 1rem;
}

.mobile .home-top-special .top-special {
    display: flex;
}

.mobile .home-top-special .top-special .top-special-date {
    width: 6rem;
    background-color: #F5F5F5;
    border-right: 1px solid #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile .home-top-special .top-special .top-special-date .top-special-date-month {
    color: #0B0B0B;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.mobile .home-top-special .top-special .top-special-date .top-special-date-day {
    font-size: 36px;
    font-weight: 800;
}

.mobile .home-top-special .top-special .top-special-content {
    position: absolute;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0.6rem;
    color: #FFFFFF;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mobile .home-top-special .top-special .top-special-cover {
    width: calc(100% - 6rem);
    height: 9rem;
    overflow: hidden;
    position: relative;
    display: block;
}

.mobile .home-top-special .top-special .top-special-cover .top-special-cover-image {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
}