.focus-news {
    position: relative;
    overflow: hidden;
    padding: 75px 100px;
    background: url("../images/common/base-bg.png");
    margin-top: 60px;
    margin-bottom: 60px;
}

.focus-news::before,
.focus-news::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.focus-news::after {
    z-index: -1;
    background: url("../images/news/focus-bg.jpg") no-repeat left center;
}

.focus-news::before {
    z-index: -2;
    background-color: #fff;
}

.focus-news .focus-image {
    margin-right: 57px;
    margin-left: 20px;
    overflow: hidden;
}

.focus-news .focus-image img {
    transition: transform 0.4s;
}

.focus-news .focus-image:hover img {
    transform: scale(1.06);
}

.focus-news .focus-item {
    margin-right: 75px;
}

.focus-news .focus-item:hover .flex-row-reverse h6 {
    color: var(--hover-color);
}

.focus-news .focus-item .date {
    text-align: right;
    color: #252525;
    margin-bottom: 25px;
}

.focus-news .focus-item .date span {
    display: block;
    font-size: 16px;
    color: #010101;
    white-space: nowrap;
}

.focus-news .focus-item .flex-row-reverse {
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
}

.focus-news .focus-item .flex-row-reverse h6 {
    font-size: 16px;
    color: #252525;
}

.focus-news .focus-item .flex-row-reverse h6 b {
    display: block;
    margin-bottom: 2px;
}

.focus-news .focus-item .flex-row-reverse h6 span {
    letter-spacing: 3px;
    white-space: nowrap;
}

.focus-news .focus-item .flex-row-reverse h6,
.focus-news .focus-item .flex-row-reverse p {
    width: 1em;
}

.focus-news .focus-item .flex-row-reverse p {
    color: #828282;
    writing-mode: vertical-lr;
    text-indent: 24px;
    letter-spacing: 3px;
}

.focus-news .info-title {
    display: flex;
}

.focus-news .info-title h6 {
    width: 35px;
    font-size: 0.8vw;
    color: #252525;
    text-align: right;
}

.focus-news .info-title p {
    height: 38vw;
    color: #828282;
    writing-mode: vertical-lr;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.focus-news .info-title:hover p {
    color: #b70105 !important;
}

.notice-wrapper {
    position: relative;
}

.notice-wrapper::before {
    content: "";
    position: absolute;
    left: -60px;
    top: 0px;
    height: 100%;
    width: 50%;
    background-color: #fff;
}

.notice-wrapper .margin-top {
    margin-top: 140px;
}

.notice-wrapper .left-wrap {
    padding-right: 90px;
    flex: 1;
}

.notice-wrapper .right-wrap {
    position: relative;
    width: 1470px;
    align-items: flex-end;
    background: url("../images/news/notice-bg.jpg") no-repeat center;
    background-size: cover;
    padding-right: 58px;
}

.notice-wrapper .right-wrap .switch-control {
    padding-bottom: 1.7vw;
    padding-top: 2vw;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.notice-wrapper .right-wrap .switch-control-left {
    width: 2.2vw;
    height: 2.2vw;
    cursor: pointer;
    background: url(../images/chinese-pc-index/swiper-button-left.png) no-repeat;
    background-size: cover;
}

.notice-wrapper .right-wrap .switch-control-left:hover {
    background: url(../images/chinese-pc-index/swiper-button-left--active.png) no-repeat;
    background-size: cover;
}

.notice-wrapper .right-wrap .switch-control-right {
    width: 2.2vw;
    height: 2.2vw;
    cursor: pointer;
    background: url(../images/chinese-pc-index/swiper-button-right.png) no-repeat;
    background-size: cover;
}

.notice-wrapper .right-wrap .switch-control-right:hover {
    background: url(../images/chinese-pc-index/swiper-button-right--active.png) no-repeat;
    background-size: cover;
}

.notice-wrapper .right-wrap .swiper-container {
    width: 64vw;
    float: right;
}

.notice-wrapper .right-wrap .swiper-container a {
    display: block;
    color: #fff;
}

.notice-wrapper .right-wrap .swiper-container a .content {
    padding-bottom: 160px;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    transition: border-color 0.3s;
}

.notice-wrapper .right-wrap .swiper-container a .date {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
}

.notice-wrapper .right-wrap .swiper-container a .date span {
    text-transform: uppercase;
    writing-mode: vertical-lr;
    display: inline-block;
    margin-right: 2px;
    opacity: 0.8;
    margin-top: 10px;
}

.notice-wrapper .right-wrap .swiper-container a .date b {
    font-size: 36px;
}

.notice-wrapper .right-wrap .swiper-container a .thumb {
    width: 20.7vw;
    height: 13vw;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 2px;
}

.notice-wrapper .right-wrap .swiper-container a .thumb img {
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.3s;
}

.notice-wrapper .right-wrap .swiper-container a .title {
    margin: 25px 0 30px;
    font-size: 18px;
    font-weight: normal;
}

.notice-wrapper .right-wrap .swiper-container a p {
    color: rgba(255, 255, 255, 0.65);
}

.notice-wrapper .right-wrap .swiper-container a .more {
    color: rgba(255, 255, 255, 0.65);
    transition: 1s;
}

.notice-wrapper .right-wrap .swiper-container a .more:hover {
    margin-left: 10px;
    color: #b70105;
}

.notice-wrapper .right-wrap .swiper-container a p {
    margin-bottom: 40px;
    line-height: 24px;
    height: 45px;
    overflow: hidden;
}

.notice-wrapper .right-wrap .swiper-container a:hover .content {
    border-color: var(--hover-color);
}

.notice-wrapper .right-wrap .swiper-container a:hover .thumb img {
    transform: scale(1.05);
}

.latest-news {
    margin: 60px 60px 60px 0;
    height: 945px;
}

.latest-news .left-wrap {
    width: 1470px;
    position: relative;
    height: 100%;
    background: url(../images/news/notice-bg.jpg) no-repeat center;
    align-items: flex-end;
    background-size: cover;
    padding-right: 58px;
}

/* 馆务公开 */
.latest-news .left-wrap .switch-control {
    padding-bottom: 1.7vw;
    padding-top: 2vw;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.latest-news .left-wrap .switch-control-left {
    width: 2.2vw;
    height: 2.2vw;
    cursor: pointer;
    background: url(../images/chinese-pc-index/swiper-button-left.png) no-repeat;
    background-size: cover;
}

.latest-news .left-wrap .switch-control-left:hover {
    background: url(../images/chinese-pc-index/swiper-button-left--active.png) no-repeat;
    background-size: cover;
}

.latest-news .left-wrap .switch-control-right {
    width: 2.2vw;
    height: 2.2vw;
    cursor: pointer;
    background: url(../images/chinese-pc-index/swiper-button-right.png) no-repeat;
    background-size: cover;
}

.latest-news .left-wrap .switch-control-right:hover {
    background: url(../images/chinese-pc-index/swiper-button-right--active.png) no-repeat;
    background-size: cover;
}
.latest-news .left-wrap .swiper-container {
    width: 64vw;
    float: right;
}

.latest-news .left-wrap .swiper-container a {
    display: block;
    color: #fff;
}

.latest-news .left-wrap .swiper-container a .content {
    padding-bottom: 160px;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    transition: border-color 0.3s;
}

.latest-news .left-wrap .swiper-container a .date {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
}

.latest-news .left-wrap .swiper-container a .date span {
    text-transform: uppercase;
    writing-mode: vertical-lr;
    display: inline-block;
    margin-right: 2px;
    opacity: 0.8;
    margin-top: 10px;
}

.latest-news .left-wrap .swiper-container a .date b {
    font-size: 36px;
}

.latest-news .left-wrap .swiper-container a .thumb {
    width: 20.7vw;
    height: 13vw;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 2px;
}

.latest-news .left-wrap .swiper-container a .thumb img {
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.3s;
}

.latest-news .left-wrap .swiper-container a .title {
    margin: 25px 0 30px;
    font-size: 18px;
    font-weight: normal;
}

.latest-news .left-wrap .swiper-container a p {
    color: rgba(255, 255, 255, 0.65);
}

.latest-news .left-wrap .swiper-container a .more {
    color: rgba(255, 255, 255, 0.65);
    transition: 1s;
}

.latest-news .left-wrap .swiper-container a .more:hover {
    margin-left: 10px;
    color: #b70105;
}

.latest-news .left-wrap .swiper-container a p {
    margin-bottom: 40px;
    line-height: 24px;
    height: 45px;
    overflow: hidden;
}

.latest-news .left-wrap .swiper-container a:hover .content {
    border-color: var(--hover-color);
}

.latest-news .left-wrap .swiper-container a:hover .thumb img {
    transform: scale(1.05);
}










.latest-news .image-view,
.latest-news .image-view>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.latest-news .image-view>div {
    display: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ccc;
}

.latest-news .image-view>div.active {
    display: block;
}

.latest-news .thumb-imgs {
    position: absolute;
    width: 356px;
    right: -100px;
    bottom: 38px;
}

.latest-news .thumb-imgs img {
    display: block;
    width: 300px;
    margin-bottom: 20px;
    border: 2px solid #fff;
    border-radius: 2px;
    transition: 0.3s;
}

.latest-news .thumb-imgs img:hover,
.latest-news .thumb-imgs img.active {
    width: 100%;
    border-color: var(--hover-color);
}

.latest-news .right-wrap {
    height: 100%;
    flex: 1;
    padding-top: 130px;
    padding-right: 100px;
    background: url("../images/news/lastest-bg.png") 100% 100% no-repeat;
    background-color: #fff;
    color: #1B1B1B;
}

.latest-news .right-wrap .tab-content .news-box {
    display: none;
}

.latest-news .right-wrap .tab-content .active {
    display: block;
}

.latest-news .right-wrap .intro-head {
    margin-left: 75px;
}

.latest-news .right-wrap h5 {
    font-size: 18px;
    letter-spacing: 2px;
}

.latest-news .right-wrap p {
    opacity: 0.9;
    line-height: 30px;
    margin: 0 25px;
    letter-spacing: 2px;
}

.media-news {
    padding: 90px 80px 68px;
    box-sizing: border-box;
    background: url("../images/common/base-bg.png");
    background-color: #fff;
}

.media-news .intro-head {
    margin-left: 4.9vw;
}

.media-news .media-box {
    margin-right: 80px;
}

.media-news .media-box .video-wrap {
    width: 51.5vw;
    height: 29vw;
    position: relative;
    padding: 3px;
    border: 1px solid #aaa;
    overflow: hidden;
    cursor: pointer;
}

.media-news .media-box .video-wrap-cover {
    width: 100%;
    height: 100%;
    transition: all .5s;
}


/* .media-news .media-box .video-wrap img { width: 100%; height: 100%; display: block; transition: all .5s; } */

.media-news .media-box .video-wrap-cover:hover {
    transform: scale(1.1);
}

.media-news .media-box .video-wrap .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.media-news .media-box .video-wrap a {
    width: 100%;
    height: 100%;
}

.media-news .media-box .video-desc {
    display: block;
    margin-top: 58px;
}

.media-news .media-box .video-desc .title {
    font-size: 18px;
    color: #1B1B1B;
}

.media-news .media-box .video-desc p {
    color: #797575;
    margin: 25px 0;
}

.media-news .media-box .video-desc span {
    transition: all 1s;
}

.media-news .media-box .video-desc span:hover {
    margin-left: 10px;
    color: #b70105;
}

.media-news .media-list {
    margin-top: 130px;
}

.media-news .media-list .small-video {
    width: 18.5vw;
    height: 10.5vw;
    margin-bottom: 1.4vw;
    padding: 0.1vw;
    box-sizing: border-box;
    border: solid 0.1vw #d9c7bf;
    position: relative;
    overflow: hidden;
}

.media-news .media-list .small-video-cover {
    width: 100%;
    height: 100%;
    transition: all 1s;
    cursor: pointer;
}

.media-news .media-list .small-video-cover:hover {
    transform: scale(1.1);
}

.media-news .media-list .small-video .play-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.media-news .media-list .small-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}