.content_web { width: 1200px; min-width: 1200px; margin: 0 auto; } .wrapper { width: 1200px; } .auto_cut { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } body { background: #F3F3F3; } .zt_ul { margin-top: 45px; margin-bottom: 34px; padding: 32px 40px 42px 39px; background-color: white; min-height: 450px; box-sizing: border-box; } .zt_li { border-bottom: 1px solid #E5E5E5; line-height: 60px; background: url(../images/dot-blue.png) 0 center no-repeat; padding-left: 23px; } .zt_li a { display: block; } .zt_li a>div { font-size: 16px; font-weight: 400; color: #999999; } .header_zt { width: 100%; min-width: 1200px; } .header_zt img { width: 100%; height: 100%; } /* 来自 pc_template3/css/q_zhuanti.css 开始 */ /* 顶部轮播和新闻列表 */ .respons_top { width: 1200px; margin: 35px auto 0 auto; background-color: #fff; } .respons_top_left { box-sizing: border-box; padding: 24px 14px 24px 22px; width: 50%; } .respons_top_right { box-sizing: border-box; padding: 24px 29px 24px 14px; width: 50%; } .swiper-container-top { height: 358px; } .swiper_img { width: 100%; height: 100%; } .swiper_item { position: relative; } .pagination { position: absolute; z-index: 20; bottom: 10px; width: 100%; text-align: center; margin: 0; } .pagination .swiper-pagination-switch { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #A19F9F; margin: 0 5px; text-align: center; vertical-align: middle; } .pagination span { padding: 0; min-width: 0; } .pagination .swiper-active-switch { background: #fff; } .swiper_title { position: absolute; bottom: 0; left: 0; box-sizing: border-box; padding-top: 10px; width: 100%; height: 58px; background-color: rgba(0, 0, 0, 0.3); } .swiper_title>p { text-align: center; font-size: 16px; color: #fff; } .swiper_title>p>a { color: #fff; } .arrow_left { position: absolute; left: 0; top: 50%; margin-top: -28px; z-index: 5; width: 40px; height: 56px; cursor: pointer; } .arrow_right { position: absolute; right: 0; top: 50%; margin-top: -28px; z-index: 5; width: 40px; height: 56px; cursor: pointer; } /* 幻灯右侧新闻 */ .text-news-item { line-height: 55px; font-size: 0; position: relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; border-bottom: 1px solid #f0f0f0; } .text-news-item a { color: #333; font-size: 14px; } .text-news-detail { font-size: 16px; float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 460px; } .text-news-date { float: right; color: #999; } .text-news-item:last-child { border-bottom: none; } .text-news-item:hover .text-news-detail { color: #206BD1; } .more-link-plus { font-size: 14px; color: #206BD1; text-align: right; display: block; } /* 广告位 */ .advertising { width: 100%; /* height: 270px; */ margin: 25px 0; } .advertising img { width: 100%; height: 100%; } /* 三栏布局 */ .section-cols .cols-wrappper { background: white; padding: 34px 25px; box-sizing: border-box; } .col-wrapper { width: 360px; margin: 0 35px 0 0; position: relative; } .section-cols .cols-wrappper>:nth-child(3n) { margin-right: 0; } .section-cols-two .cols-wrappper>:nth-child(3n) { margin-right: 35px; } .section-cols-two .col-wrapper:nth-last-of-type(-n+2) { margin-bottom: 0; } .section-cols-two .cols-wrappper>:nth-child(2n) { margin-right: 0; } .col-wrapper .section-title { margin-bottom: 12px; line-height: 29px; } .col-wrapper .section-title-main { font-size: 22px; } .col-wrapper .section-title-sub { font-size: 14px; font-weight: normal; color: #999; } .col-wrapper .text-news-item { line-height: 48px; } .col-wrapper .text-news-date { float: right; max-width: 44px; overflow: hidden; font-size: 16px; } .col-wrapper .text-news-detail { max-width: 268px; } .section-cols-two { margin: 20px 0; } .section-cols-two .col-wrapper { width: 48%; margin-bottom: 60px; } .section-cols-two .text-news-detail { max-width: 450px; } .text-news.with-dot .text-news-item { padding-left: 18px; background: url(../images/dot-blue.png) 0 center no-repeat; } /* 底部幻灯 */ /* 相册 */ .wonderful_content { box-sizing: border-box; padding: 0 60px; position: relative; } .swiper-container-wonderful { height: 175px; } .section-gallery { background: #EAEAEA; margin: 30px 0; height: 238px; box-sizing: border-box; padding-top: 30px; } .gallery-wrapper { position: relative; height: 175px; margin-right: 12px; } .gallery-wrapper:nth-of-type(4) { margin-right: 0; } .gallery-wrapper .section-title { width: 332px; height: 168px; background: #206BD1; text-align: center; color: #fff; position: absolute; top: 0; left: 0; } .gallery-wrapper .section-title-main { padding-top: 40px; } .gallery-wrapper .section-title-sub { font-weight: normal; } .gallery-wrapper .section-title::after { width: 87px; height: 3px; background: #88CC2F; content: ""; position: absolute; left: 0; right: 0; top: auto; bottom: 51px; margin: auto; } .gallery-wrapper .gallery-item { width: 298px; height: 151px; overflow: hidden; } .gallery-wrapper .gallery-item:nth-of-type(1) { width: 261px; height: 100%; top: 0; left: 0; } .gallery-wrapper .gallery-item img { width: 100%; height: 100%; display: block; transition: all linear .25s; } .gallery-wrapper .gallery-item:hover img { transform: scale(1.15); } .arrow-left-wonderful, .arrow-right-wonderful { width: 45px; height: 45px; position: absolute; z-index: 99; top: 50%; transform: translateY(-50%); } .arrow-left-wonderful { background: url(../images/left-wonderful.png) center center no-repeat; left: 0; } .arrow-right-wonderful { background: url(../images/right-wonderful.png) center center no-repeat; right: 0; } /* 2021-3-29 */ .respons_top .text-news-detail { max-width: 400px; } /* 2021-4-1 */ .col-wrapper { margin-bottom: 25px; min-height: 285px; } .section-title-main { width: 300px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .section-cols-two .section-title-main { width: 500px; } /* 来自 pc_template3/css/q_zhuanti.css 结束 */ .zt_li h1 { width: 940px; font-size: 16px; font-weight: 400; color: #333333; } .introduction { width: 100%; min-width: 1200px; } .introduction img, .header_zt img { display: block; width: 100%; height: 100%; } .topic_nav { width: 100%; min-width: 1200px; position: relative; } .topic_nav_bg { width: 100%; height: auto; display: block; z-index: 0; } .topic_nav_inner { width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 2; padding-bottom: 0; background-color: var(--primary-color); } .topic_nav_item { flex: 1; text-align: center; font-size: 22px; color: #fff; padding: 18px 0; font-weight: 600; letter-spacing: 2px; position: relative; transition: background-color 0.3s ease, color 0.3s ease; } /* .topic_nav_item + .topic_nav_item::before { * content: ""; * position: absolute; * left: 0; * top: 50%; * width: 1px; * height: 26px; * background-color: rgba(255, 255, 255, 0.5); * transform: translateY(-50%); * } * * .topic_nav_item:hover, * .topic_nav_item.is-active { * background-color: rgba(255, 255, 255, 0.12); * color: #fff8d6; * } */ .topic_nav_item:hover { background-color: rgba(0, 0, 0, 0.12); color: #fafafa; } .back_to_top { position: fixed; right: 28px; bottom: 80px; width: 56px; height: 56px; border: none; border-radius: 50%; color: #fff; font-size: 13px; letter-spacing: 1px; font-weight: 600; line-height: 1; cursor: pointer; display: none; align-items: center; justify-content: center; flex-direction: column; gap: 4px; z-index: 99; transition: transform 0.3s ease; } .back_to_top:hover { transform: translateY(-2px); } .back_to_top.is-visible { display: flex; } .back_to_top_icon { position: relative; width: 16px; height: 18px; display: block; } .back_to_top_icon::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 10px solid #fff; } .back_to_top_icon::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); width: 4px; height: 8px; background: #fff; bottom: 1px; } .back_to_top_text { font-size: 12px; letter-spacing: 1px; } a { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-decoration: none; outline: 0; } a:hover h1 { color: #D83023; } /* 新闻卡片区块 */ .news-group-container { width: 1200px; margin: auto; } .gray-bg { position: fixed; top: 0; left: 50%; transform: translateX(-50%); width: 1200px; height: 100%; z-index: -1; background: #F3F3F3; } .section-ad-banner { width: 1200px; margin: 0px auto 20px; } .section-ad-banner img { width: 100%; height: 100%; } .section-left-right { margin-bottom: 20px !important; } /* 新的每个区块的标题和图片 */ .section-title-box { display: block; padding: 1.6vw 0 1.2vw; /* margin: 40px auto 20px; */ } .section-title-text { text-align: center; position: relative; margin: 0; font-size: 34px; font-weight: 300; } .section-title-text::after { content: ""; display: block; width: 70px; height: 1px; background: #999; position: absolute; left: 50%; bottom: 0px; transform: translateX(-50%); } .section-title-img { width: 1200px; display: block; } .news-group-title { text-align: center; position: relative; padding-bottom: 1vw; margin: 1.5vw 0; font-size: 34px; font-weight: 300; } .news-group-title::after { content: ""; display: block; width: 70px; height: 1px; background: #999; position: absolute; left: 50%; bottom: 0px; transform: translateX(-50%); } .news-group-body { width: 1200px; margin: 0 auto; } .news-group-inner { overflow: hidden; min-height: 200px; } .news-card-item { width: 295px; margin: 0 6px 20px 0; float: left; position: relative; background: url('https://img11.litenews.cn/29/2025/12/30/2c90224dd20c4659a614a94a554c907d.png') 100% 100%; padding: 20px; box-sizing: border-box; } .news-card-item:nth-of-type(4n) { margin-right: 0; } .news-card-item::after { content: ''; width: 0px; height: 4px; background: #a91814; position: absolute; left: 0px; top: 0px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; } .news-card-item .time { color: #ccc; font-size: 14px; } .news-card-item .time .day { font-size: 40px; } .news-card-item .news-title { color: #333; margin: 18px 0 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; overflow: hidden; height: 3em; line-height: 1.5em; font-weight: normal; font-size: 20px; } .news-card-item .news-arr { height: 39px; margin-top: 20px; } .news-card-item .news-more { display: none; width: 90px; height: 37px; border: 1px solid #e3e3e3; line-height: 33px; color: #777; padding-left: 10px; position: relative; margin-top: 20px; transition: all 0.4s ease-in-out; } .news-card-item .news-more::after { content: ""; display: block; position: absolute; right: 10px; top: 50%; border: 2px solid #fff; width: 5px; height: 5px; border-left: 0px; border-bottom: 0px; transform: rotate(45deg); margin-top: -4px; transition: all 0.4s ease-in-out; } .news-card-item:hover { box-shadow: 0px 0px 20px #efefef; } .news-card-item:hover::after { width: 100%; } .news-card-item:hover .news-title { color: #a91814; } .news-card-item:hover .news-arr { display: none; } .news-card-item:hover .news-more { display: block; background: #a91814; color: #fff; border-color: #a91814; } .news-group-more { width: 100%; text-align: center; margin-top: 20px; } .news-group-more a { transition: all 0.5s ease-in-out; display: inline-block; width: 106px; height: 40px; text-align: center; line-height: 40px; color: #777; border: 1px solid #d2d2d2; } .news-group-more a:hover { background: #a91814; color: #fff; border-color: #a91814; } /* 三列专题 */ .news-group-container.col-3 .news-card-item { width: 390px; margin: 0 15px 20px 0; } .news-group-container.col-3 .news-card-item:nth-of-type(3n) { margin-right: 0; }