@charset "UTF-8";
/* 浙江财经大学东方学院 国际合作交流中心 - 首页样式 */

/* ===== Banner区域 ===== */
.banner_box {
    position: relative;
    overflow: hidden;
}
.banner_box .swiper-container {
    width: 100%;
    height: 9.16rem;
    min-height: 6rem;
}
.banner_box .swiper-slide {
    overflow: hidden;
}
.banner_box .swiper-slide .imgBox {
    width: 100%;
    height: 100%;
    position: relative;
}
.banner_box .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.banner_box .swiper-pagination {
    bottom: .4rem !important;
}
.banner_box .swiper-pagination-bullet {
    width: .12rem;
    height: .12rem;
    background: rgba(255,255,255,.5);
    opacity: 1;
    margin: 0 .08rem !important;
    transition: .3s;
}
.banner_box .swiper-pagination-bullet-active {
    background: #fff;
    width: .35rem;
    border-radius: .06rem;
}

/* ===== 在线服务快捷入口 ===== */
.service_box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #0D6DB8 url('../images/banner-bg.png') center no-repeat;
    background-size: cover;
    padding-left: 0.8rem;
    padding-right: 0.3rem;
    border-radius: 0.5rem 0.5rem 0px 0px;
}
.service_box .box {
    display: flex;
    align-items: center;
}
.service_box .service-title {
    display: flex;
    align-items: center;
    padding-right: .4rem;
}
.service_box .service-title span {
    font-size: 0.34rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #D4A035;
}
.service_box .service-title img {
    width: 0.46rem;
    margin-left: 0.17rem;
    margin-top: 0.05rem;
}

.service_box .service-list {
    flex: 1;
    display: flex;
    align-items: stretch;
}
.service_box .service-item{
    width: 20%;
}
.service_box .service-item a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    padding: .46rem .45rem;
    position: relative;
}
.service_box .service-item a::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0.46rem;
    bottom: 0.46rem;
    width: 1px;
    background: rgba(255,255,255,.2);
}
.service_box .service-item:last-child a::after{
    display: none;
}
/* 悬停背景动画 - 书卷展开效果 */
.service_box .service-item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #D4A035 url('../images/banner-bg-active.png') center no-repeat;
    background-size: cover;
    border-radius: 0.2rem;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s ease-in-out;
    z-index: -1;
}
.service_box .service-item a:hover::before {
    transform: scaleY(1);
}
.service_box .service-item a:hover::after {
    display: none;
}
.service_box .service-item:last-child a{
    border-right: none;
}
.service_box .service-item span {
    font-family: SourceHanSansSC;
    display: block;
    color: #fff;
    white-space: nowrap;
    font-size: 0.28rem;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: 0px;
}

/* 高亮项目 - 黄色背景 */
.service_box .service-item a.active {
    background: linear-gradient(180deg, #E8B74A 0%, #D4A23D 100%);
    border-right: none;
    padding: .15rem .4rem;
}

.contentBox{
    background: linear-gradient(180deg, rgba(13, 109, 184, 0) 0%, rgba(98, 178, 241, 0.1368) 100%);
    position: relative;
}
.contentBox::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url('../images/content-bg.png') center no-repeat;
    background-size: cover;
}
/* ===== 新闻中心 ===== */
.news_box {
    padding: .9rem 0 0;
    position: relative;
}
/* 蓝色背景延伸到页面左边 */
.news_box .news-bg {
    position: absolute;
    left: 0;
    top: 1.46rem;
    height:5.8rem;
    width: calc(50% - 1rem);
    background:#0D6DB8 url('../images/section2-bg.png') center no-repeat;
    background-size: cover;
    z-index: 0;
}
.news_box .wp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

/* 左侧轮播 */
.news_box .news-left {
    width: 48%;
    position: relative;
}
.news_box .news-swiper {
    position: relative;
}
/* 图片区域 */
.news_box .slide-img {
    position: relative;
    overflow: hidden;
}
.news_box .slide-img img {
    width: 100%;
    display: block;
    transition: transform .4s ease;
}
.news_box .news-swiper .swiper-slide:hover .slide-img img {
    transform: scale(1.05);
}
/* 橘黄色日期色块 - 图片左下角 */
.news_box .date-tag {
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, #E8B74A 0%, #D4A23D 100%);
    padding: .15rem .25rem;
    border-radius: 0 .08rem 0 0;
    z-index: 5;
}
.news_box .date-tag span {
    display: block;
    font-size: .4rem;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.news_box .date-tag em {
    display: block;
    font-size: .14rem;
    color: rgba(255,255,255,.8);
    margin-top: .05rem;
}
/* 文字区域 - 图片下方 */
.news_box .slide-content {
    padding: .35rem 1.74rem .44rem 0;
    position: relative;
}
.news_box .slide-content h3 {
    font-size: .2rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: .1rem;
    transition: opacity .3s ease, transform .3s ease, background-size .4s ease;
    display: inline-block;
    background-image: linear-gradient(#fff, #fff);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left bottom;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.news_box .news-swiper .swiper-slide:hover .slide-content h3 {
    background-size: 100% 1px;
}
.news_box .slide-content p {
    font-size: .16rem;
    color: rgba(255,255,255,.8);
    line-height: 1.6;
    transition: opacity .3s ease, transform .3s ease;
}
/* 切换按钮 - 文字区域右下角 */
.news_box .swiper-nav {
    position: absolute;
    right: .82rem;
    bottom: .44rem;
    display: flex;
    z-index: 10;
}
.news_box .swiper-nav > div {
    width: .2rem;
    height: .2rem;
    margin-left: .1rem;
    cursor: pointer;
    transition: .3s;
}
/* 向左按钮 - 默认 */
.news_box .nav-prev {
    background: url('../images/section2-icon2.png') center no-repeat;
    background-size: contain;
}
/* 向右按钮 - 默认（旋转180度） */
.news_box .nav-next {
    background: url('../images/section2-icon1.png') center no-repeat;
    background-size: contain;
    /* transform: rotate(180deg); */
}
/* 向左按钮 - hover */
.news_box .nav-prev:hover {
    background-image: url('../images/section2-icon4.png');
    /* transform: rotate(180deg); */
}
/* 向右按钮 - hover */
.news_box .nav-next:hover {
    background-image: url('../images/section2-icon3.png');
    /* transform: rotate(0deg); */
}

/* 右侧新闻列表 */
.news_box .news-right {
    width: 48%;
    overflow: visible;
}
.news_box .news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .25rem;
}
.news_box .news-tabs {
    display: flex;
    align-items: flex-end;
}
.news_box .news-tabs .tab-item {
    position: relative;
    font-size: .2rem;
    color: #666;
    cursor: pointer;
    transition: all .3s ease;
    padding:0.22rem 0 .18rem 0.2rem;
    padding-right: 0.6rem;
}
.news_box .news-tabs .tab-item:last-child{
    padding-right: 0;
}

.news_box .news-tabs .tab-item>p{
    display: flex;
    align-items: center;
}
.news_box .news-tabs .tab-item .title-cn{
    font-family: 思源宋体;
    font-size: 0.3rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0px;
    color: #666666;
}
/* 装饰元素 - 默认隐藏 */
.news_box .news-tabs .tab-item .tab-decor {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    z-index: -1;
    width: 100%;
}
.news_box .news-tabs .tab-item .tab-decor .title-bg {
    height: 100%;
    width: auto;
    display: block;
}
.news_box .news-tabs .tab-item .tab-decor .en {
    position: absolute;
    left: 1.4rem;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    
}
.news_box .news-tabs .tab-item .tab-decor .en span{
    font-size: .42rem;
    color: rgba(0, 102, 179, .3);
    font-weight: bold;
    letter-spacing: 0px;
    font-family: 思源宋体;
    opacity: 0.2;

}
/* active 状态 - 显示装饰元素 */
.news_box .news-tabs .tab-item.active {
    padding-left: .15rem;
    color: #333;
    font-weight: bold;
}
.news_box .news-tabs .tab-item.active .tab-decor {
    opacity: 1;
}
/* 标题左侧装饰：蓝色横线 + 圆圈 - 默认隐藏 */
.news_box .news-tabs .tab-item .tab-mark {
    display: none;
    align-items: center;
    margin-right: .12rem;
    padding: 0.1rem 0 0 0.1rem;
}
/* 蓝色横线 */
.news_box .news-tabs .tab-item .tab-mark::before {
    content: '';
    display: block;
    width: .17rem;
    height: 1px;
    background: #0066b3;
    opacity: 0.5;
}
/* 右侧圆圈 */
.news_box .news-tabs .tab-item .tab-mark::after {
    content: '';
    display: block;
    width: 0.09rem;
    height: 0.09rem;
    border: 1px solid #0066b3;
    border-radius: 50%;
    opacity: 0.5;
}
/* active 状态显示装饰 */
.news_box .news-tabs .tab-item.active .tab-mark {
    display: inline-flex;
}
/* 标题分色样式 */
.news_box .news-tabs .tab-item.active .title-cn {
    font-size: .4rem;
    color: #333;
    font-weight: bold;
}
.news_box .news-tabs .tab-item.active .title-cn.blue {
    color: #0066b3;
}
.news_box .news-tabs .tab-item:hover {
    color: #0066b3;
    transform: translatex(0.2rem);
}
.news_box .news-tabs .tab-item.active:hover {
    transform: translateX(0);
}
.news_box .news-header .more-wrap {
    position: relative;
}
.news_box .news-header .more {
    font-family: 思源宋体;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #0D6DB8;
    transition: .3s, background-size .4s ease;
    display: none;
    margin-top: 0.25rem;
    background-image: linear-gradient(#0D6DB8, #0D6DB8);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.news_box .news-header .more.active {
    display: inline-block;
}
.news_box .news-header .more:hover {
    color: #0066b3;
    background-size: 100% 1px;
}

.news_box .news-list-wrap {
    position: relative;
    overflow: visible;
    height: 4.2rem;  /* 固定高度，防止hover展开时影响下方模块 */
}
.news_box .news-list-content {
    display: none;
}
.news_box .news-list-content.active {
    display: block;
}
.news_box .news-list {
    position: relative;
}
.news_box .news-list li {
    position: relative;
}
/* 默认状态 */
.news_box .news-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
    
}
.news_box .news-list li .news-info {
    flex: 1;
    padding: .28rem 0.46rem 0.15rem 0;
    border-bottom: 1px dashed #ddd;
    transition: all .3s ease;
}
.news_box .news-list li h4 {
    font-size: .2rem;
    font-family: SourceHanSansSC;
    color: #333;
    line-height: 1.6;
    transition: all .3s ease;
}
.news_box .news-list li .desc {
    font-size: .16rem;
    color: rgba(255,255,255,1);
    line-height: 1.8;
    margin-top: .1rem;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .5s cubic-bezier(0.4, 0, 0.2, 1),
                opacity .3s ease .1s;
}
.news_box .news-list li .time {
    font-size: .16rem;
    color: #666;
    white-space: nowrap;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    align-self: flex-end;
    margin-top: 0.8rem;
    margin-left: 0.1rem;
}
.news_box .news-list li .time2 {
    font-size: .16rem;
    white-space: nowrap;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    align-self: auto;
    margin-top: 0;
    display: none;
    transition: all .3s ease;
}
.news_box .news-list li .time2::before {
    content: '';
    width: 0;
    height: .14rem;
    background: url('../images/section2-icon.png') center no-repeat;
    background-size: contain;
    margin-right: 0;
    transition: all .3s ease;
}

/* 蓝色背景伪元素 - 书卷展开效果 */
.news_box .news-list li a::before {
    content: '';
    position: absolute;
    top: 0.2rem;
    bottom: 0;
    left: -.2rem;
    right: calc(-50vw + 50%);
    background: #0066b3;
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;  /* 改为0，确保覆盖下方区域但不遮挡列表内容 */
    border-radius: .08rem 0 0 .08rem;
}

/* 悬停状态 */
.news_box .news-list li:hover a::before {
    transform: scaleY(1);
}
.news_box .news-list li:hover a {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0.24rem;
}
.news_box .news-list li:hover .news-info {
    padding-right: 0;
    width: 100%;
    border-color: transparent;
    padding-top: 0.4rem
}
.news_box .news-list li:hover h4 {
    color: #fff;
    font-weight: bold;
    font-size: .2rem;
}
.news_box .news-list li:hover .desc {
    max-height: 4rem;
    opacity: 1;
}
.news_box .news-list li:hover .time {
    /* color: rgba(255,255,255,1);
    align-self: auto;
    margin-top: 0; */
    display: none;
}
.news_box .news-list li:hover .time2 {
    /* color: rgba(255,255,255,1);
    align-self: auto;
    margin-top: 0; */
    display: block;
}
.news_box .news-list li:hover .time2::before {
    width: .14rem;
    margin-right: .08rem;
    display: inline-block;
}


/* ===== 热点聚焦 ===== */
.focus_box {
    padding: .7rem 0 1.2rem;
    position: relative;
}

/* 顶部区域 */
.focus_box .focus-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .4rem;
}

/* 左侧标题 */
.focus_box .focus-title {
    position: relative;
    padding: .22rem 0 .18rem .15rem;
}
.focus_box .focus-title > p {
    display: flex;
    align-items: center;
}
.focus_box .focus-title .title-cn {
    font-family: 思源宋体;
    font-size: .4rem;
    font-weight: bold;
    color: #333;
}
.focus_box .focus-title .title-cn.blue {
    color: #0066b3;
}
/* 蓝色横线 + 圆圈 */
.focus_box .focus-title .tab-mark {
    display: inline-flex;
    align-items: center;
    margin-right: .12rem;
    padding: .1rem 0 0 .1rem;
}
.focus_box .focus-title .tab-mark::before {
    content: '';
    display: block;
    width: .17rem;
    height: 1px;
    background: #0066b3;
    opacity: 0.5;
}
.focus_box .focus-title .tab-mark::after {
    content: '';
    display: block;
    width: 0.09rem;
    height: 0.09rem;
    border: 1px solid #0066b3;
    border-radius: 50%;
    opacity: 0.5;
}
/* 标题装饰 */
.focus_box .focus-title .title-decor {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
}
.focus_box .focus-title .title-decor .title-bg {
    height: 100%;
    width: auto;
    display: block;
}
.focus_box .focus-title .title-decor .en {
    position: absolute;
    left: 1.4rem;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.focus_box .focus-title .title-decor .en span {
    font-size: .42rem;
    color: rgba(0, 102, 179, .3);
    font-weight: bold;
    letter-spacing: 0px;
    font-family: 思源宋体;
    opacity: 0.2;
}

/* 右侧导航 */
.focus_box .focus-nav {
    display: flex;
    align-items: center;
}
.focus_box .focus-tabs {
    display: flex;
    align-items: center;
}
.focus_box .focus-tabs .tab-item {
    font-size: .24rem;
    color: #666;
    cursor: pointer;
    transition: all .3s ease;
    padding: 0 .27rem;
}
.focus_box .focus-tabs .tab-item:hover {
    color: #0066b3;
}
.focus_box .focus-tabs .tab-item.active {
    color: #0066b3;
    font-weight: bold;
}
.focus_box .focus-nav .more-wrap {
    margin-left: .3rem;
}
.focus_box .focus-nav .more {
    font-family: 思源宋体;
    font-size: .18rem;
    color: #0D6DB8;
    transition: .3s, background-size .4s ease;
    display: none;
    background-image: linear-gradient(#0D6DB8, #0D6DB8);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.focus_box .focus-nav .more.active {
    display: inline-block;
}
.focus_box .focus-nav .more:hover {
    color: #0066b3;
    background-size: 100% 1px;
}

/* 内容区域 */
.focus_box .focus-content-wrap {
    display: none;
}
.focus_box .focus-content-wrap.active {
    display: flex;
    justify-content: space-between;
}

/* 左侧卡片 */
.focus_box .focus-left {
      width: 48%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .35rem;
    align-items: flex-start;
}
.focus_box .focus-card .card-title h4 {
    font-size: .2rem;
    color: #333;
    transition: color .3s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: SourceHanSansSC;
    line-height: .32rem;
    height: .64rem;
}
.focus_box .focus-card {
    overflow: hidden;
    transition: all .3s ease;
    background-color: #fff;
}
.focus_box .focus-card:hover {
    transform: translateY(-.05rem);
    box-shadow: 0px 0.05rem 0.18rem 0px rgba(13, 109, 184, 0.1737);;
}
.focus_box .focus-card a {
    display: block;
}
.focus_box .focus-card .card-img {
    position: relative;
    overflow: hidden;
}
.focus_box .focus-card .card-img .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 2.53rem;
}
.focus_box .focus-card .card-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}
.focus_box .focus-card:hover .card-img img {
    transform: scale(1.05);
}
/* 日期标签 */
.focus_box .focus-card .date-tag {
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, #E8B74A 0%, #D4A23D 100%);
    padding: .12rem .2rem;
    border-radius: 0 .08rem 0 0;
    z-index: 5;
}
.focus_box .focus-card .date-tag span {
    display: block;
    font-size: .32rem;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.focus_box .focus-card .date-tag em {
    display: block;
    font-size: .12rem;
    color: rgba(255,255,255,.8);
    margin-top: .03rem;
}
/* 卡片标题 */
.focus_box .focus-card .card-title {
    padding: .25rem .28rem;
    
}
.focus_box .focus-card .card-title h4 {
    font-size: .2rem;
    color: #333;
    transition: color .3s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: SourceHanSansSC;
}
.focus_box .focus-card:hover .card-title h4 {
    color: #0066b3;
}

/* 右侧轮播 */
.focus_box .focus-right {
    width: 48%;
    background: #fff;
    display: flex;
}
.focus_box .focus-swiper {
    overflow: hidden;
    width: 100%;
}
.focus_box .focus-swiper .pic {
    width: 100%;
    overflow: hidden;
    height: 4.78rem;
}
.focus_box .focus-swiper .pic img {
    width: 100%;
    display: block;
    transition: transform .4s ease;
}
.focus_box .focus-swiper .swiper-slide:hover .pic img {
    transform: scale(1.05);
}
.focus_box .focus-swiper .slide-info {
    padding: .35rem .35rem .15rem;
    background: #fff;
}
.focus_box .focus-swiper .info-top {
    margin-bottom: .12rem;
}
.focus_box .focus-swiper .info-top h3 {
    flex: 1;
    font-size: .2rem;
    color: #333;
    font-weight: bold;
    line-height: 1.4;
    margin-right: .2rem;
    transition: all 0.4s ease;
}
.focus_box .focus-swiper .info-top .views {
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #999;
    white-space: nowrap;
}
.focus_box .focus-swiper .info-top .views img {
    width: .16rem;
    margin-right: .05rem;
}
.focus_box .focus-swiper .desc {
    font-size: .16rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: .26rem;
}
.focus_box .focus-swiper .line {
    height: 3px;
    background: #0066b3;
    margin-bottom: .26rem;
    width: 0;
    transition: width 0.4s ease;
}
.focus_box .focus-swiper:hover .line {
    width: 0.56rem;
}
.focus_box .focus-swiper:hover .info-top h3 {
    color: #0066b3;
}
.focus_box .focus-swiper .time, .focus_box .focus-swiper .time2 {
    font-size: .16rem;
    color: #666;
}
/* 分页器 */
.focus_box .focus-swiper .swiper-pagination {
    bottom: .28rem !important;
}
.focus_box .focus-swiper .swiper-pagination-bullet {
    width: .12rem;
    height: .12rem;
    background: #e3e3e3;
    opacity: 1;
    margin: 0 .05rem !important;
    transition: .3s;
}
.focus_box .focus-swiper .swiper-pagination-bullet-active {
    background: #0066b3;
    width: .12rem;
    height: .12rem;
    margin: 0 .05rem !important;
}

/* ===== 响应式 ===== */
@media (max-width: 1199px) {
    .banner_box .swiper-container {
        height: 50vw;
        min-height: auto;
    }
    .service_box {
        margin-top: 0;
    }
    .service_box .service-list {
        padding-left: 0;
        flex-wrap: wrap;
    }
    .service_box .service-item::before {
        display: none;
    }
    .news_box .news-bg{
        height: 6.4rem;
    }
    .news_box .slide-content{
        padding: .15rem 1.74rem .22rem 0;
    }
    .news_box .swiper-nav{
        bottom: 0.04rem;
    }
}

@media (max-width: 1025px) {
    .service_box .service-title span{
        font-size: 0.24rem;
    }
    .service_box .service-title img{
        width: 0.36rem;
    }
    .service_box .service-item span{
        font-size: 0.2rem;
    }
    .news_box{
        padding-top: 0.4rem;
    }
    .news_box .wp {
        flex-direction: column;
    }
    .news_box .news-left,
    .news_box .news-right {
        width: 100%;
    }
    .news_box .news-left {
        margin-bottom: .4rem;
        background: #0D6DB8 url(../images/section2-bg.png) center no-repeat;
    }
    .news_box .slide-content{
        padding-left: 0.2rem;
    }
    /* 平板端蓝色背景全宽 */
    .news_box .news-bg {
        width: 100%;
        display: none;
    }
    /* 平板端右侧列表悬停背景延伸到页面右侧 */
    .news_box .news-list li a::before {
        right: calc(-50vw + 50% - .3rem);
    }
    .news_box .news-left{
        padding-bottom: 0.2rem;
    }
    .news_box .swiper-nav{
        right: 0.24rem;
        bottom: 0.24rem;
    }

    /* 热点聚焦响应式 */
    .focus_box{
        padding-top: 0.4rem;
    }
    .focus_box .focus-content-wrap.active {
        display: block;
    }
    .focus_box .focus-swiper .slide-info{
        padding-bottom: 0.45rem;
    }
    .focus_box .focus-swiper .swiper-pagination{
        bottom: 0.1rem;
    }
    .focus_box .focus-left,
    .focus_box .focus-right {
        width: 100%;
    }
    .focus_box .focus-right{
        display: block;
    }
    .focus_box .focus-left {
        margin-bottom: .3rem;
    }
}

@media (max-width: 769px) {
    .service_box{
        position: static;
        border-radius: 0;
        padding-left: 0.3rem;
    }
    .service_box .box{
        flex-direction: column;
    }
    .service_box .service-title{
        display: none;
    }
    .service_box .service-item {
        width: 20%;
    }
    .service_box .service-item a{
        padding: .26rem .65rem;
    }
    .service_box .service-item a::after{
        top: 0.26rem;
        bottom: 0.26rem;
    }
    .service_box .service-item span{
        font-size: 0.16rem;
    }
    /* 新闻标题区域响应式 */
    .news_box .news-tabs .tab-item .tab-decor .en {
        font-size: .14rem;
    }
    .news_box .news-tabs .tab-item .title-cn{
        font-size: 0.24rem;
    }
    .news_box .news-tabs .tab-item.active .title-cn {
        font-size: .28rem;
    }
    
    .news_box .news-tabs .tab-item .tab-decor .en {
        left: 1.1rem;
    }
    .news_box .news-tabs .tab-item .tab-decor .en span{
        font-size: 0.22rem;
    }
    .news_box .news-header .more{
        margin-top: 0.05rem;
    }
    .news_box .news-list-wrap{
        height: auto;
    }
    

    /* 热点聚焦响应式 */
    .focus_box{
        padding: 0.3rem 0;
    }
    .focus_box .focus-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .focus_box .focus-nav {
        margin-top: .2rem;
        width: 100%;
        justify-content: space-between;
    }
    .focus_box .focus-title .title-cn {
        font-size: .28rem;
    }
    .focus_box .focus-title .title-decor .title-bg {
        height: .5rem;
    }
    .focus_box .focus-title .title-decor .en {
        left: 1.1rem;
    }
    .focus_box .focus-title .title-decor .en span {
        font-size: 0.22rem;
    }
    .focus_box .focus-tabs .tab-item {
        font-size: .16rem;
        padding: .08rem .1rem;
    }
    .focus_box .focus-swiper .pic{
        height: 4rem;
    }
    .focus_box .focus-swiper .line{
        display: none;
    }
    .focus_box .focus-swiper .desc{
        margin-bottom: 0.18rem;
    }
}
@media (max-width:630px) {
    .news_box .swiper-nav{
        right: 0.2rem;
        bottom: 0.2rem;
    }
    .news_box .slide-content{
        padding: .25rem 0.74rem .44rem 0;
    }
    
}
@media (max-width:600px) {
    .news_box .news-list li a{
        display: block;
        padding: 0.1rem;
        border-bottom: 1px dashed #ddd;
    }
    .news_box .news-list li .news-info{
        padding: 0;
        border: none;
    }
    .news_box .news-list li .time, .news_box .news-list li .time2 {
        margin-top: 0;
        margin-left: 0;
    }
}
@media (max-width: 553px) {
    /* 折叠菜单样式 */
    .service_box {
        display: block;
        padding: 0;
    }
    /* 标题栏作为折叠触发器 */
    .service_box .service-title {
        display: flex;
        justify-content: center;
        padding: 0.15rem 0.3rem;
        cursor: pointer;
        position: relative;
    }
    
    /* 展开状态箭头向上 */
    .service_box.expanded .service-title::after {
        transform: rotate(-135deg);
        margin-top: 0.05rem;
    }
    /* 服务列表默认隐藏 */
    .service_box .service-list {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        flex-wrap: wrap;
    }
    /* 展开状态显示列表 */
    .service_box.expanded .service-list {
        max-height: 10rem;
    }
    /* 服务项2列布局 */
    .service_box .service-item {
        width: 50%;
    }
    .service_box .service-item a {
        padding: 0.1rem 0.15rem;
    }
    .service_box .service-item a::after {
        display: none;
    }

    .focus_box .focus-swiper .pic {
        height: 3.2rem;
    }
}
@media (max-width: 481px) {

    .service_box .service-item {
        width: 50%;
        padding: .05rem .1rem;
    }
    .service_box .service-item .icon {
        width: .35rem;
        height: .35rem;
    }
    .service_box .service-item span {
        font-size: .14rem;
    }

    /* 新闻中心响应式 */
    .news_box .news-tabs .tab-item .tab-decor .title-bg {
        height: .4rem;
        margin-top: 0.2rem;
    }
    .news_box .news-tabs .tab-item.active .title-cn {
        font-size: .24rem;
    }
    .news_box .news-tabs .tab-item {
        font-size: .16rem;
        padding-left: 0.12rem;
        padding-right: 0.16rem;
    }
    .news_box .news-list li h4 {
        font-size: .15rem;
    }
    .news_box .news-list li:hover h4 {
        font-size: .16rem;
    }
    .news_box .news-list li .desc {
        font-size: .13rem;
    }
    .news_box .slide-content h3 {
        font-size: .18rem;
    }
    .news_box .slide-content p {
        /* font-size: .13rem; */
    }
    .news_box .date-tag span {
        font-size: .32rem;
    }
    .news_box .news-tabs .tab-item .tab-decor .en{
        left: 0.9rem;
    }
    .service_box .service-item a {
        padding: 0.05rem 0.15rem;
    }


    /* 热点聚焦响应式 */
    .focus_box .focus-left {
        grid-template-columns: 1fr;
    }
    .focus_box .focus-title .title-cn {
        font-size: .24rem;
    }
    .focus_box .focus-title .title-decor .title-bg {
        height: .4rem;
        margin-top: 0.2rem;
    }
    .focus_box .focus-title .title-decor .en {
        left: 0.9rem;
    }
    .focus_box .focus-title .title-decor .en span {
        font-size: .2rem;
    }
    .focus_box .focus-tabs .tab-item {
        font-size: .14rem;
        padding: .06rem .08rem;
    }
    .focus_box .focus-nav .more {
        font-size: .14rem;
    }
    .focus_box .focus-card .card-title h4 {
        font-size: .14rem;
    }
    .focus_box .focus-card .date-tag span {
        font-size: .26rem;
    }
    .focus_box .focus-swiper .info-top h3 {
        font-size: .16rem;
    }
    .focus_box .focus-swiper .desc {
        font-size: .13rem;
    }
    .focus_box .focus-swiper .pic{
        height: 2.8rem;
    }
}


