@charset "utf-8"; /* CSS Document */ .Banner .slick-img { display: block; height: 0; padding-bottom: calc(940% / 19.8); overflow: hidden; position: relative; /* padding-bottom: 100vh; */ } .Banner { position: relative; overflow: hidden; } .Banner .swiper-button-prev, .Banner .swiper-button-next { width: 48px; height: 48px; text-align: center; line-height: 50px; display: block; border: rgb(255, 255, 255) 1px solid; opacity: 0; transition: opacity .35s ease-out; text-indent: 99em; overflow: hidden; } .Banner:hover .swiper-button-prev, .Banner:hover .swiper-button-next { opacity: 0.4; } .Banner .swiper-button-next { right: 7vw; background: url(../images/next.png) no-repeat center rgba(0, 0, 0); } .Banner .swiper-button-prev { left: 7vw; background: url(../images/prev.png) no-repeat center rgba(0, 0, 0); } .swiper2 .swiper-button-next { right: 0px; background: url(../images/next.png) no-repeat center rgba(0, 0, 0, .8); text-indent: 999px; overflow: hidden; } .swiper2 .swiper-button-prev { left: 0px; background: url(../images/prev.png) no-repeat center rgba(0, 0, 0, .8); text-indent: 999px; overflow: hidden; } .Banner .Banner-dots { position: absolute; left: auto; right: 10vw; bottom: 44px; width: auto; overflow: hidden; } .swiper-pagination-bullet { width: auto; height: auto; background: none; opacity: 1; } .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { font-size: 1.6rem; color: #fff; margin: 0 15px; } .swiper2>.swiper-pagination-bullets .swiper-pagination-bullet { font-size: 1.6rem; color: #004a86; margin: 0 15px; } .swiper2>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 0px; } .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active { font-size: 2.2rem; } .swiper-pagination-bullet:after { content: ""; border-top: 2px solid #fff; display: inline-block; vertical-align: middle; width: 0px; margin-left: 7px; transition: all 0.5s ease-out 0s; } .swiper2 .swiper-pagination-bullet:after { content: ""; border-top: 2px solid #004a86; display: inline-block; vertical-align: middle; width: 0px; margin-left: 7px; transition: all 0.5s ease-out 0s; } .swiper-pagination-bullet.swiper-pagination-bullet-active:after { width: 44px; } .Banner .read { display: inline-block; width: 25px; height: 29px; background: url(../images/read.png) no-repeat center; position: absolute; bottom: 40px; right: 7vw; z-index: 9; } .Banner a { display: block; overflow: hidden; position: relative; } .Banner .slide-img { display: block; background-size: cover; background-position: center; background-repeat: no-repeat; overflow: hidden; } .Banner .slide-txt { width: 100%; position: absolute; bottom: 0; height: 150px; border-bottom: #004b85 5px solid; background-color: #a135c0; background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0)); /* Safari 5.1 - 6.0 */ background: -o-linear-gradient(top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0)); /* Opera 11.1 - 12.0 */ background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0)); /* Firefox 3.6 - 15 */ background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0)); /* 标准的语法 */ } .Banner .slide-txt p { display: block; line-height: 34px; height: 34px; width: 60%; color: #fff; position: absolute; left: 7vw; bottom: 40px; } .Banner .mouse { width: 40px; height: 40px; background: url(../images/mouse.png) no-repeat center; position: absolute; left: 50%; bottom: 25px; text-align: center; transform: translateX(-50%); animation: mouse 2s linear 0s infinite; z-index: 9; cursor: pointer; opacity: 0; } @keyframes mouse { 0% { transform: translate(-50%, 0); opacity: 0; } 20% { transform: translate(-50%, 3px); opacity: 1; } 80% { transform: translate(-50%, 10px); opacity: 1; } 90% { transform: translate(-50%, 10px); opacity: 0; } 100% { transform: translate(-50%, 10px); opacity: 0; } } .content { overflow: hidden; } .articleTitle1 { margin-bottom: 25px; overflow: hidden; } .articleTitle1 .title { display: inline-block; padding-left: 28px; position: relative; } .articleTitle1 .title:before { content: ""; display: block; width: 18px; height: 50px; background: #004a86; position: absolute; left: 0; top: 7px; } .articleTitle1 .title:after { content: ""; display: block; width: 18px; height: 2px; background: #fff; position: absolute; left: 0; top: 50%; } .articleTitle1 .title b { font-weight: normal; display: block; font-size: 14px; color: #999999; margin-top: 1px; } .more { display: block; width: 78px; height: 30px; text-align: center; line-height: 30px; border: #d0d0cb 1px solid; color: #999999; border-radius: 20px; margin-top: 15px; float: right; position: relative; overflow: hidden; } .more:hover { color: #fff; } .more span { position: relative; z-index: 9; } .more:after { content: ''; display: block; width: 0; position: absolute; left: 50%; transform: translateX(-50%); background: #004a86; height: 100%; top: 0; z-index: 0; border-radius: 20px; transition: all ease-in-out .3s; -ms-transition: all ease-in-out .3s; -moz-transition: all ease-in-out .3s; -webkit-transition: all ease-in-out .3s; -o-transition: all ease-in-out .3s; } .more:hover:after { width: 100%; } .wrapmode1 { padding: 85px 0 120px; background: url(../images/modebg1.jpg) no-repeat center top; background-size: cover; overflow: hidden; } .list1 { margin: -15px; overflow: hidden; } .list1 li { width: 50%; } .list1 li a { display: block; margin: 15px; background: #fff; box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04); transition: all 0.2s ease-out; } .list1 .gp-img-responsive { width: 300px; height: 200px; padding: 0; float: left; } .list1 .listText { margin-left: 300px; padding: 24px 28px; overflow: visible; position: relative; } .list1 .listTitle { font-weight: bold; } .list1 .listCon { color: #999999; margin: 15px 0 0 84px; } .list1 .listDate { width: 67px; height: 81px; background: #004a86; text-align: center; position: absolute; left: 28px; bottom: 26px; } .list1 .listDate * { color: #fff; } .list1 .day { display: block; margin-top: 10px; } .list1 .year { opacity: 0.7; } .list1 .li2 .gp-img-responsive { float: right; } .list1 .li2 .listText { margin: 0 300px 0 0; } .list1 .li2 .listDate { right: 28px; left: auto; } .list1 .li2 .listCon { margin: 15px 84px 0 0; } .list1 li a:hover { transform: translateY(-10px); background: #004a86; } .list1 li a:hover .listTitle { color: #fff; } .list1 li a:hover .listCon { color: #fff; opacity: 0.7; } .list1 li a:hover .listDate { border: rgba(255, 255, 255, 0.3) 1px solid; } .wrapmode2 { padding: 80px 0; overflow: hidden; } .list2 { margin: -15px; overflow: hidden; } .list2 li { width: 25%; } .list2 li:nth-child(2n) { margin-top: 40px; } .list2 li a { display: block; margin: 15px; border: #e6e6e6 1px solid; padding: 30px 30px 15px 30px; box-sizing: border-box; overflow: hidden; position: relative; } .list2 li a::before { content: ""; display: block; width: 62%; height: 1px; background: #004a86; position: absolute; left: 0; bottom: 0; transition: all .2s ease; } .list2 li a:hover::before { width: 100%; } .list2 li a:hover .more:after { width: 100%; } .list2 li a:hover .more { color: #fff; } .wrapmode3 { padding: 85px 0 65px; background: url(../images/modebg3.jpg) no-repeat center top; background-size: cover; overflow: hidden; position: relative; } .wrapmode3::after { content: ''; display: block; width: 100%; height: 100%; background: url(../images/shade_blue.png) no-repeat top center/cover; position: absolute; top: 170px; left: 0px; z-index: 0; } .mode3 { position: relative; z-index: 1; } .mode3 .gp-fl { width: 30%; position: relative; z-index: 1; } .mode3 .gp-fm { width: 30%; float: left; margin-left: 5%; position: relative; z-index: 1; } .mode3 .gp-fr { width: 30%; position: relative; z-index: 1; } .wraplist5 .list-Box li:last-child .list3 { margin-top: 16px; } .articleTitle2 { margin-bottom: 25px; overflow: hidden; } .articleTitle2 .title { display: inline-block; padding-left: 28px; position: relative; } .articleTitle2 .title:before { content: ""; display: block; width: 18px; height: 50px; background: #fff; position: absolute; left: 0; top: 7px; } .articleTitle2 .title:after { content: ""; display: block; width: 18px; height: 2px; background: #004a86; position: absolute; left: 0; top: 50%; } .articleTitle2 .title b { font-weight: normal; display: block; font-size: 14px; color: #fff; margin-top: 1px; } .articleTitle2 * { color: #fff; } .more2 { border: #1a5c92 1px solid; } .more2:after { background: #1a5c92; } .list3 { overflow: hidden; } .list3 * { color: #fff; } .list3 li a { display: block; padding: 18px 0; border-bottom: #336d9d 1px dashed; overflow: hidden; transition: all 0.2s ease; } .list3 .listTitle { display: block; line-height: 24px; height: 24px; overflow: hidden; } .list3 .listFrom { float: right; opacity: 0.7; padding: 0 10px; width: 100px; margin-left: 10px; line-height: 24px; white-space: nowrap; overflow: hidden; position: relative; } .list3 .listFrom::before { content: ""; display: block; width: 1px; height: 14px; background: #336e9e; position: absolute; left: 0; top: 5px; } .list3 li a:hover { padding-left: 10px; } .list3 li:last-child a { border: none; } .list3-first { background: #fff; margin-bottom: 13px; overflow: hidden; } .list3-first .listDate { width: 62px; height: 130px; background: #004278; float: left; position: relative; } .list3-first .listText { margin-left: 95px; padding: 25px; overflow: hidden; } .list3-first .listFrom { color: #757575; margin-bottom: 13px; } .list3-first .year { display: block; width: 20px; writing-mode: tb-rl; writing-mode: vertical-rl; margin: 40px 0 0 5px; opacity: 0.7; } .list3-first .day { display: block; width: 62px; height: 52px; background: #0066ba; text-align: center; line-height: 52px; color: #fff; position: absolute; right: -30px; top: 50%; transform: translateY(-50%); } .list4-first { margin-bottom: 13px; overflow: hidden; } .list4-first a { display: block; overflow: hidden; position: relative; } .list4-first a::before { content: ""; display: block; width: 100%; height: 1px; border-bottom: #fff 1px dashed; position: absolute; bottom: 0; } .list4-first .gp-img-responsive { width: 210px; height: 130px; padding: 0; float: left; position: relative; z-index: 1; } .list4-first .gp-img-responsive img { height: 100%; } .list4-first .listText { margin-left: 235px; } .list4-first .listDate { display: block; margin-top: 16px; background: url(../images/datebg.png) no-repeat left center; padding-left: 22px; } .list4 { overflow: hidden; } .list4 * { color: #fff; } .list4 li a { display: block; padding: 20px 0; overflow: hidden; transition: all 0.2s ease; } .list4 .listTitle { display: block; line-height: 24px; height: 24px; overflow: hidden; } .list4 .listDate { float: right; opacity: 0.5; background: url(../images/datebg.png) no-repeat left center; margin-left: 10px; padding-left: 22px; } .list4 li a:hover { padding-left: 10px; } .list-Til { position: relative; } .list-Til li { display: inline-block; margin-right: 25px; cursor: pointer; } .list-Til .more2 { position: absolute; right: 0; top: 0; } .list-Til .off .more2 { display: none } .list-Til .off .title { font-size: 2.0rem; padding-left: 13px; opacity: 0.5; position: relative; top: -2px; } .list-Til .off .articleTitle2 .title:before { width: 4px; height: 38px; } .list5-first { background: #0062b3; margin-bottom: 10px; overflow: hidden; margin-top: -4px; } .list5-first .listDate { width: 108px; height: 86px; float: left; padding: 22px 0; border-right: #1a72bb 1px solid; } .list5-first .listDate span { display: block; text-align: center; } .list5-first .listDate .year { opacity: 0.7; } .list5-first .listText { margin-left: 108px; padding: 0px 30px; overflow: hidden; } .list5-first .listText a { display: block; overflow: hidden; } .list5-first .listText span { position: relative; line-height: 29px; padding-left: 46px; margin: 6px 0; } .list5-first .listTil { line-height: 24px !important; } .list5-first .listTil::before { content: ""; display: block; width: 30px; height: 30px; border-radius: 50%; background: url(../images/icon1.png) no-repeat center #0058a1; position: absolute; left: 0; top: 50%; transform: translateY(-50%); } .list5-first .listName::before { content: ""; display: block; width: 30px; height: 30px; border-radius: 50%; background: url(../images/icon2.png) no-repeat center #0058a1; position: absolute; left: 0; top: 50%; transform: translateY(-50%); } .list5-first .listAdr::before { content: ""; display: block; width: 30px; height: 30px; border-radius: 50%; background: url(../images/icon3.png) no-repeat center #0058a1; position: absolute; left: 0; top: 50%; transform: translateY(-50%); } .list3 dd a { display: block; padding: 18px 0; border-bottom: #336d9d 1px dashed; overflow: hidden; transition: all 0.2s ease; } .list3 dd:last-child a { border-bottom: none; } .list3 dd a:hover { padding-left: 10px; } .swiper-list .swiper-pagination { position: static; margin-top: 35px; } .swiper-list .swiper-pagination-bullet { margin: 0 10px !important; } .swiper-list .swiper-pagination-bullet:after { width: 20px; height: auto; opacity: 0.3; margin: 0 !important; cursor: pointer; } .swiper-list .swiper-pagination-bullet.swiper-pagination-bullet-active:after { opacity: 1; } .swiper-list .swiper-pagination-bullet.swiper-pagination-bullet-active { font-size: 1.6rem !important; } .list-Box { overflow: hidden; } .list-Box .off { display: none; } .wraplist5 .list-Box { overflow: visible; } .wrapmode4 { padding: 115px 0 85px; background: url(../images/modebg4.jpg) no-repeat top center; background-size: cover; overflow: hidden; } .mode4 { position: relative; } .mode4 .more { position: absolute; right: 0; top: 0; z-index: 0; } .articleTitle3 { float: left; } .articleTitle3 .title { padding: 28px 0 0; } .articleTitle3 .title:before { transform: rotate(90deg); left: 20px; top: -16px; } .articleTitle3 .title:after { transform: rotate(90deg); left: 20px; top: 8px; } .articleTitle3 .title b { writing-mode: tb-rl; writing-mode: vertical-rl; } .articleTitle3 .title span { display: inline-block; width: 30px; line-height: 30px; float: right; text-align: center; } .list6 { margin-left: 110px; } .list6 li { /* width: 25%; */ } .list6 li a { display: block; margin: 15px; overflow: hidden; transition: all 0.3s ease; } .list6 .swiper-slide:nth-child(2n) { margin-top: 60px; } .list6 .gp-img-responsive { padding-bottom: 187%; } .list6 .gp-img-responsive img:hover { transform: scale(1.0); } .list6 li a:hover { transform: translateY(-15px); box-shadow: 0 0 15px #666; } .wrapmode5 { padding: 85px 0; background: url(../images/modebg5.jpg) repeat center; overflow: hidden; } .list-Til2 { position: relative; } .list-Til2 li { display: inline-block; margin-right: 25px; cursor: pointer; } .list-Til2 .more { position: absolute; right: 160px; top: 0; } .list-Til2 .off .more { display: none } .list-Til2 .off .title { font-size: 2.0rem; padding-left: 13px; opacity: 0.5; } .list-Til2 .off .articleTitle1 .title:before { width: 4px; height: 38px; } .list7 {} .list7 a { display: block; border-bottom: #fff 1px solid; position: relative; } .list7 .gp-img-responsive { padding-bottom: 100%; border-radius: 50%; } .list7 .listText { margin: -50px 50px 60px; } .list7 .slick-list { padding: 0 !important; } .list7 .gp-img-responsive { transform: scale(0.5); transition: all 0.35s ease; position: relative; } .list7 .gp-img-responsive::before { content: ""; display: block; width: 92%; height: 92%; border: #fff 1px solid; opacity: 0; position: absolute; top: 3.5%; left: 3.5%; border-radius: 50%; transition: all 0.2s ease; } .list7 .listTitle { text-align: center; transition: all 0.35s ease; } .list7 .slick-slider { padding-top: 15px; transition: all 0.35s ease; } .list7 .slick-slider.slick-active { transform: translateX(-20px); } .list7 .slick-slider.slick-center { transform: translateX(0); } .list7 .slick-slider.slick-center+.slick-active { transform: translateX(20px); } .list7 .slick-slider.slick-center+.slick-active+.slick-active { transform: translateX(20px); } .list7 .slick-center .gp-img-responsive { transform: scale(1); box-shadow: 0 20px 40px rgba(0, 74, 134, 0.3); } .list7 .slick-center .listText { margin: 40px 0 0; background: #fff; padding: 15px; border-radius: 10px; overflow: visible; position: relative; } .list7 .slick-center .listTitle { font-size: 2.0rem; font-weight: bold; height: auto; max-height: 48px; } .list7 .slick-center .gp-img-responsive::before { opacity: 0.5; } .list7 .slick-arrow { width: 50px; height: 50px; border-radius: 50%; z-index: 99; transition: all 0.2s ease; } .list7 .slick-prev { background: url(../images/prev2.png) no-repeat center rgba(0, 0, 0, 0.08); left: auto; right: 60px; top: -55px; } .list7 .slick-next { background: url(../images/next2.png) no-repeat center rgba(0, 0, 0, 0.08); right: 0; top: -55px; } .list7 .slick-prev:hover { background: url(../images/prev2.png) no-repeat center rgba(0, 0, 0, 0.2); } .list7 .slick-next:hover { background: url(../images/next2.png) no-repeat center rgba(0, 0, 0, 0.2); } .list7 a::before { content: ""; display: block; width: 44px; height: 1px; background: #004a86; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; } .list7 .slick-center a { margin-top: -15px; border: none; } .list7 .slick-center a::before { display: none; } .list7 .slick-center .listText::before { content: ""; display: inline-block; width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 15px solid #fff; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); } .list-Box2 {} .list-Box2 .off { opacity: 0; height: 0; } /* addrow01 */ .addrow01 { padding: 90px 0 110px; } .addMode01 {} .addList1 { margin: 0 -31.5px; } .addList1 li { width: 25%; } .addList1 a { display: block; margin: 0 31.5px; background: #f2f2f2; padding: 26px 0 30px; position: relative; transition: all 0.35s ease; } .addList1 a:hover { transform: translateY(-10px); } .addList1 a::after { content: ''; display: block; width: 68.47%; height: 1px; background: #004a86; position: absolute; bottom: 0px; left: 0px; transition: all 0.35s ease; } .addList1 li:nth-of-type(even) a:after { bottom: auto; top: 0px; } .addList1 li:hover a::after { width: 100%; } .addList1 .title { padding: 0 30px; font-size: 16px; font-weight: bold; line-height: 1.5; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -ms-flexbox; /* IE 10 */ -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .addList1 .summary { padding: 0 30px; line-height: 1.57; color: #999999; margin-top: 22px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */ display: -moz-box; /* Firefox 17- */ display: -ms-flexbox; /* IE 10 */ -webkit-line-clamp: 4; -webkit-box-orient: vertical; } .addList1 .img { margin-top: 26px; transform: translateX(30px); } .addList1 .gp-img-responsive { padding-bottom: 56.27%; } /* 20230306添加样式 */ .list1 .listDate { line-height: 81px; } .list1 .year { opacity: 1; } .mode2 .list2 .title { color: #444444; font-weight: normal; } .articleTitle1 .title:before { opacity: 0.5; } @media screen and (max-width:1600px) { .Banner .slide-txt p { bottom: 20px; } .articleTitle1 .title:before, .articleTitle2 .title:before { top: 4px; width: 12px; } .articleTitle1 .title, .articleTitle2 .title { padding-left: 23px; } .list-Til .off .title, .list-Til2 .off .title { font-size: 1.8rem; } .articleTitle3 .title { padding-left: 0; } .articleTitle3 .title:before { top: -16px; left: 16px; } .articleTitle3 .title:after { left: 15px; } .articleTitle1 .title b, .articleTitle2 .title b { font-size: 12px; } .articleTitle1 .gp-f30,.articleTitle2 .gp-f30 { font-size: 2.4rem; } .more { width: 65px; height: 24px; line-height: 24px; } .wrapmode3::after { top: 163px; } } @media screen and (max-width:1460px) { .Banner .slide-txt p, .Banner .swiper-button-prev { left: 4vw; } .Banner .read, .Banner .swiper-button-next { right: 4vw; } .Banner .Banner-dots { right: 7vw; bottom: 30px; } .Banner .read { bottom: 27px; } .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { font-size: 1.4rem; } .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active { font-size: 1.8rem; } .list2 { margin: -10px; } .list2 li a { margin: 10px; padding: 15px; } } @media screen and (max-width:1300px) { .Banner .slide-txt p { bottom: 25px; } .Banner .swiper-button-prev, .Banner .swiper-button-next { width: 35px; height: 35px; } .list1 { margin: -10px; } .list1 li a { margin: 10px; } .list1 .gp-img-responsive { width: 220px; height: 146px; } .list1 .listText { margin-left: 220px; padding: 15px 20px; } .list1 .li2 .listText { margin-right: 220px; } .list1 .listDate { left: 20px; height: 60px; bottom: 5px; } .list1 .day { margin-top: 6px; } .list1 .listCon { height: 44px; } .list1 .li2 .listDate { right: 20px; } .wrapmode1, .wrapmode2, .wrapmode3, .wrapmode4, .wrapmode5 { padding: 65px 0; } .mode3 .gp-fl, .mode3 .gp-fm, .mode3 .gp-fr { width: 31%; } .mode3 .gp-fm { margin-left: 3.5%; } .list3-first .listText { padding: 15px; margin-left: 77px; } .list3-first .day { width: 50px; right: -15px; } .list3-first .listDate { height: 115px; } .list3 li a, .list3 dd a { padding: 12px 0; } .list3 .listFrom { padding: 0 7px; width: 80px; } .list4 li a { padding: 7px 0; } .swiper-list .swiper-pagination { margin-top: 25px; } .list4-first .gp-img-responsive { width: 170px; height: 113px; } .list4-first .listText { margin-left: 190px; } .list5-first .listDate { width: 68px; height: 70px; } .list5-first .listText { margin-left: 68px; padding: 0px 13px; } .list5-first .listText span { margin: 2px 0; padding-left: 40px; } .list5-first .listText span::before { background-size: 11px; } .list6 { margin-left: 70px; } .list7 .slick-center a { margin: 0; } .list7 .gp-img-responsive { transform: scale(0.7); } .list7 .slick-center .gp-img-responsive { transform: scale(1.2); margin: 10px 0; } .list7 .listText { margin: -15px 20px 60px; } .list7 .slick-center .listText { margin: 55px 0 0; } .list7 .slick-center .listTitle { font-size: 1.8rem; } .list7 .slick-arrow { width: 40px; height: 40px; top: -45px; } .list-Til2 .more { right: 140px; } .articleTitle3 .title span { line-height: 26px; } .list-Til .off .title, .list-Til2 .off .title { font-size: 1.6rem; } .wraplist5 .list-Box li:last-child .list3 { margin-top: 24px; } .addList1 { margin: 0 -15px; } .addList1 a { margin: 0 15px; padding: 20px 0 24px; } .addList1 .img { transform: translateX(15px); } .addList1 .title { padding: 0 15px; } .addList1 .summary { padding: 0 15px; } .wrapmode3::after { top: 134px; } /* 20230306添加头部样式 */ .list1 .listDate { line-height: 60px; } } @media screen and (max-width: 1200px) { .Banner .slide-txt p { bottom: 15px; } .Banner .slide-txt { height: 90px; } .Banner .slide-txt p, .Banner .swiper-button-prev { left: 15px; } .Banner .read, .Banner .swiper-button-next { right: 15px; } .Banner .Banner-dots { right: 50px; } .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 10px; } .swiper-pagination-bullet.swiper-pagination-bullet-active:after { width: 24px; } .Banner .mouse { display: none; } .wrapmode1, .wrapmode2, .wrapmode3, .wrapmode4, .wrapmode5 { padding: 40px 0; } .list1 .day { margin-top: 3px; } .wrapmode3::after { top: 109px; } } @media screen and (max-width:992px) { .Banner .Banner-dots { display: none; } .Banner .slide-txt p { width: 80%; height: 22px; line-height: 22px; } .Banner .read { bottom: 15px; } .list1 li { width: 100%; } .list1 .listTitle { height: auto; max-height: 48px; } .list1 .listCon {} .list2 li { width: 50%; } .list2 li:nth-child(2n) { margin-top: 0; } .mode3 .gp-fl, .mode3 .gp-fm, .mode3 .gp-fr { width: 100%; } .mode3 .gp-fm { padding: 25px 0; margin: 25px 0; border-top: #fff 1px solid; border-bottom: #fff 1px solid; } .list5-first .listText span { height: auto; max-height: 48px; } .list5-first .listDate {} .list6 li a { margin: 10px; } .list7 .slick-center .gp-img-responsive { transform: scale(1); } .addrow01 { padding: 50px 0; } .addList1 li { width: 50%; margin-bottom: 20px; } } @media screen and (max-width:766px) { .Banner .slide-txt p { font-size: 14px; bottom: 10px; } .wrapmode1, .wrapmode2, .wrapmode3, .wrapmode4, .wrapmode5 { padding: 30px 0; } .articleTitle1 { margin-bottom: 18px; } .articleTitle3 { float: none; } .articleTitle3 .title:before, .articleTitle3 .title:after { transform: none; } .articleTitle3 .title span { width: auto; float: none; } .articleTitle3 .title { padding: 0 0 0 23px; } .articleTitle3 .title b { writing-mode: lr-tb; } .articleTitle3 .title:before { left: 0; top: 6px; height: 40px; } .articleTitle3 .title:after { left: 0; top: 50%; width: 13px; } .list6 { margin: -10px; } .list6 li { /* width: 50%; */ } .list6 li:nth-child(2n) { margin-top: 0; } .list-Til2 .more { right: 0; margin-top: 6px; } .list7 { margin: 0; } .list7 .slick-arrow { top: 8px; } .more { margin-top: 10px; } } @media screen and (max-width:640px) { .list7 .slick-center a { margin: 0 20px; } .list7 .slick-center .gp-img-responsive { margin: 20px auto; box-shadow: 0 10px 28px rgb(0 74 134 / 30%); } .list7 .slick-center .listText { margin: 35px 0 0; } .list-Til li, .list-Til2 li { margin-right: 8px; } } @media screen and (max-width:480px) { .list2 li { width: 100%; } .list1 .gp-img-responsive { width: 100%; height: 0; padding-bottom: 66.2%; float: none !important; } .list1 .listText { margin: 0 !important; padding: 15px; } .list1 .listDate { bottom: auto; top: -65px; left: 0 !important; } .list1 .listCon, .list1 .li2 .listCon { margin: 12px 0 0; } .addList1 li { width: 100%; } .addList1 .summary { margin-top: 16px; } .addList1 .img { transform: translateX(0); padding: 0 15px; margin-top: 16px; } } @media screen and (max-width:400px) { .list-Til2 .more { display: none; } }