* { padding: 0; margin: 0; box-sizing: border-box; } body, html { font-family: "微软雅黑", sans-serif; font-size: 16px; width: 100%; min-width: 1200px; } a { text-decoration-line: unset; color: unset; } ul { list-style-type: none; padding: 0; margin: 0; } .section { width: 100%; margin: 50px 0; padding: 30px 0; } .wrap { width: 1200px; margin: 0 auto; } .wrap .title { margin: 30px auto; width: 100%; position: relative; } .wrap .title .more { position: absolute; bottom: 0; right: 0; color: #662e12; } .pointer { cursor: pointer; } /* —————————————————————————— 主页面部分 —————————————————————————————*/ .swiper_type1 .swiper-container { width: 1200px; height: 500px; } .swiper_type1 .swiper-slide a img { width: 100%; height: 100%; } .swiper_type1 .swiper-slide a p { position: absolute; bottom: 0; color: #fff; background: rgba(0, 0, 0, 0.6); width: 100%; height: 50px; display: flex; align-items: center; padding: 0 30% 0 20px; } .swiper_type1 .swiper-slide a p span { font-size: 18px; display: block; overflow: hidden; text-overflow: ellipsis; -ms-text-overflow: ellipsis; white-space: nowrap; width: 75%; } .swiper_type1 .bottom-div { position: absolute; right: 10%; bottom: 0; height: 50px; } .swiper_type1 .bottom-div .swiper-pagination-fraction { width: 100px; color: #fff; bottom: 15px; } .swiper_type1 .bottom-div .swiper-pagination-fraction .swiper-pagination-current { color: #cf0102; } .swiper_type1 .bottom-div .swiper-button-next { background-image: url(/uploads/image/rsdizlqg/icon_next.png); } .swiper_type1 .bottom-div .swiper-button-prev { background-image: url(/uploads/image/rsdizlqg/icon_prev.png); left: -50px; } .swiper_type1 .bottom-div .swiper-button-next, .swiper_type1 .bottom-div .swiper-button-prev { width: 11px; height: 17px; background-size: 100% 100%; top: 38px; } .sxzlg-content { width: 635px; } .sxzlg-content .swiper-slide a img { width: 635px; height: 100%; } .sxzlg-content .swiper-slide a div { width: 100%; } .sxzlg-content .swiper-button-next, .sxzlg-content .swiper-button-prev { margin-top: -96px; } .news-list-c { flex-grow: 1; padding-left: 30px; } .tuiguang { margin: 40px auto; display: flex; flex-wrap: wrap; justify-content: space-between; } .tuiguang::after { flex-grow: 1; content: ""; } .tuiguang .item { margin: 10px auto; width: 285px; height: 170px; margin-left: 15px; border-radius: 12px; overflow: hidden; } .footer { color: #fff; line-height: 30px; margin: 60px 0 0 0; }