@charset "utf-8";

/* 主体内容 */
.main-box { background: #f8f9fa; padding: 40px 0; }
.left-section { float: left; width: calc(686 / 1200 * 100%); }
.ratio-box { width: 100%; height: 0; padding-top: calc(429 / 686 * 100%); position: relative; }
.right-section { float: right; width: calc(483 / 1200 * 100%); height: 430px; }

/* 轮播图 */
.slider-container { position: absolute; width: 100%; height: 100%; top: 0; left: 0; overflow: hidden; box-shadow: 0px 5.14px 34.29px rgba(48, 104, 184, 0.2); }
.news-slider { width: 100%; height: 100% !important; position: relative; }
.news-slider .tempWrap { position: relative; width: 100%; height: 100%; }
.news-slider .tempWrap ul, .news-slider .tempWrap ul li { height: 100%; }
.swiper-slide img { width: 100%; height: 350px; object-fit: cover; }
.slideBox .bd img { display: block; width: 100%; height: 100%; }
.slideBox .bd a { display: block; width: 100%; height: 100%; position: relative; }
.slide-overlay { position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(transparent, rgba(0, 0, 0, 0.7)); padding: 30px 20px 20px; }
.slide-text { color: #fff; font-size: 16px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); width: 70%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.prev,.next{position: absolute;top:50%;transform: translateY(-50%);z-index: 2;width: 32px;height: 54px;}
.prev{left:0;background: rgba(0, 0, 0, 0.5) url(/sthjt/xhtml/ztzl/sthjjczz/images/arrow_left_icon.png) center center no-repeat;}
.next{right:0;background: rgba(0, 0, 0, 0.5) url(/sthjt/xhtml/ztzl/sthjjczz/images/arrow_right_icon.png) center center no-repeat;}

/* 信息列表 */
.info-section { background: #fff; padding: 20px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); height: 100%; overflow: hidden; }
.section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; border-bottom: 1px solid rgba(229, 229, 229, 1); padding-bottom: 8px; }
.section-title { font-size: 26px; font-weight: bold; color: rgba(38, 107, 191, 1); position: relative; }
.section-title::after { content: ''; display: block; width: 100%; height: 3px; background: rgba(38, 107, 191, 1); position: absolute; bottom: -9px; left: 0; }
.more-link { color: rgba(137, 178, 224, 1); font-size: 16px; text-decoration: none; }
.more-link:hover { color: #357abd; }
.info-list { overflow-y: auto; padding: 0; }
.info-item { padding: 10px 0; }
.info-item a::before { content: ''; display: inline-block; width: 5px; height: 5px; background: rgba(204, 204, 204, 1); vertical-align: middle; margin-right: 10px; }
.info-item a span { display: inline-block; vertical-align: middle; }
.info-link { transition: color 0.3s; }
.info-link:hover { color: #4a90e2; }
.info-title { font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 72%; }
.info-date { color: #999; font-size: 16px; white-space: nowrap; float: right; }

/* 引用区域 */
.quote-section { margin: 30px 0; }
.quote-section a, .quote-section img { display: block; width: 100%; height: 100%; }

/* 底部信息区域 */
.bottom-sections { margin-top: 40px; }
.section-col.left {float: left;width: calc((100% - 30px) / 2);}
.section-col.right { float: right; width: calc((100% - 30px) / 2);}
.slideBox .hd { height: 15px; overflow: hidden; position: absolute; right: 19px; bottom: 17px; z-index: 1; }
.slideBox .hd li { width: 9px; height: 9px; background: rgba(255, 255, 255, 1) !important; margin-right: 8px !important; border-radius: 0 !important; }
.slideBox .hd li.on { background: rgba(212, 48, 48, 1) !important; }

/* 响应式布局 */
@media (max-width: 1500px) {
    .news-slider, .swiper-slide img { height: 300px; }
    .right-section { height: 409px; }
}

@media (max-width: 1280px) {
    .left-section { width: 100%; }
    .right-section { width: 100%; margin-top: 20px; height: auto; }
    .section-col.left { width: 100%; }
    .section-col.right { width: 100%; margin-top: 20px; }
}

@media screen and (max-width: 1024px) {
    .slideBox .bd img { height: 100% !important; }
}

@media (max-width: 992px) {
    .main-nav { margin-top: 50px; height: 60px; }
}

@media (max-width: 768px) {
}

@media (max-width: 431px) {
    .section-title { font-size: 16px; }
    .quote-text { font-size: 14px; }
    .info-title { font-size: 14px; }
    .main-nav { margin-top: 20px; }
    .main-box { padding: 20px 0; }
    .slide-overlay { padding: 16px 10px; }
    .slideBox .hd { right: 5px; bottom: 14px; }
    .slideBox .hd ul li { width: 7px; height: 7px; }
    .info-date { font-size: 14px; margin-top: 3px; }
    .info-section { padding: 15px; }
    .section-header { margin-bottom: 10px; }
    .quote-section { margin: 20px 0; }
    .bottom-sections { margin: 0; padding: 0 10px; }
}