html, body { scroll-behavior: smooth; } .barand-ative { box-shadow: 0 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.5); } .imgBox { overflow: hidden; } .imgBox img { transition: all 0.5s; width: 100%; height: 100%; object-fit: cover; } .imgBox:hover img { transition: all 0.5s; transform: scale(1.1); } .narBar-ative { background: #1d9237 url(../images/about/yezi.png) no-repeat center center; } #news { width: 100%; height: 100px; color: black; /*鑿滃崟鎵嬫満鐘舵€?/ /*鑿滃崟鎵嬫満鐘舵€?/ } #news #header.activeBorder { box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1); } #news #header { box-sizing: border-box; width: 100%; padding: 0 20px; height: 100px; font-size: 1rem; background-color: #fff; position: fixed; justify-content: space-between; top: 0; z-index: 99; } #news #header a { color: #a3a3a3; } @media screen and (max-width: 992px) { #news #header { height: 80px; } } #news #header .header-outer { width: 90%; height: 100%; margin: 0 auto; display: flex; } @media screen and (max-width: 992px) { #news #header .header-outer { width: 100%; } } #news #header .header-inner { width: 90%; height: 100%; margin: 0 auto; display: flex; align-items: center; } @media screen and (max-width: 992px) { #news #header .header-inner { width: 100%; } } @media screen and (max-width: 1200px) { #news #header .header-inner { width: 100%; justify-content: space-between; } } #news #header .header-logo { max-width: 110px; width: 100%; display: flex; align-items: center; } #news #header .navbar-color { color: rgba(0, 128, 0, 0.687); font-weight: bold; } #news #header .navbar-list { max-width: 1150px; width: 100%; position: relative; color: #a3a3a3; height: 100%; font-size: 1rem; display: flex; justify-content: space-between; align-items: center; margin-left: auto; } #news #header .navbar-list .navbar-item { display: flex; justify-content: center; align-content: center; align-items: center; flex-direction: column; min-width: 65px; margin: 0 0.5rem; width: 95px; height: 100%; position: relative; flex-grow: 1; cursor: pointer; } #news #header .navbar-list .navbar-item a { display: flex; align-items: center; } #news #header .navbar-list .navbar-item .navbar-icon { width: 7px; height: 7px; margin-right: 0.4rem; border-radius: 50%; border: 3px solid rgba(0, 143, 52, 0.8); transition: all ease 0.3s; } #news #header .navbar-list .navbar-item .navbar-icon1 { width: 7px; height: 7px; margin-right: 0.4rem; border-radius: 50%; border: 3px solid transparent; transition: all ease 0.3s; } #news #header .navbar-list .navbar-item:hover { transition: all 0.5s ease; color: rgba(0, 143, 52, 0.8); } #news #header .navbar-list .navbar-item.active { color: rgba(0, 143, 52, 0.8); } #news #header .navbar-list .navbar-item:not(:last-of-type)::after { color: #a3a3a3; content: "/"; display: block; position: absolute; right: -0.95rem; font-weight: bold; } #news #header .nav-search { cursor: pointer; } #news #header .select-list { background: #fff; position: absolute; top: 99px; font-size: 1rem; display: flex; justify-content: space-between; align-items: center; } #news #header .select-list .select-item { width: max-content; border-radius: 5px; padding: 19px 0; border: 1px solid #eee; flex-direction: column; display: flex; justify-content: center; align-content: center; align-items: center; display: none; min-width: 75px; height: 100%; position: relative; cursor: pointer; } #news #header .select-list .select-item a { text-align: left; justify-content: flex-start; padding: 7px 20px; box-sizing: border-box; font-weight: normal; color: #666; } #news #header .select-list .select-item a:hover { transition: all 0.5s ease; background-color: #95959523; } @media screen and (max-width: 1440px) { #news #header .navbar-list { font-size: 14px; } #news #header .navbar-list .navbar-item { width: 82px; margin: auto; } #news #header .navbar-list .navbar-item:not(:last-of-type)::after { content: "/"; display: block; position: absolute; right: -0.65rem; font-weight: bold; } #news #header .navbar-list .navbar-item .navbar-icon { margin-left: 5px; margin-right: 0px; min-width: 5px; min-height: 5px; width: 5px; height: 5px; } } @media screen and (max-width: 1000px) { #news #header .nav-search { display: none; } #news #header .navbar-list { display: none; } #news #header .phoneIcon { display: flex; z-index: 999999; } } #news .phoneIcon { width: 30px; height: 20px; position: relative; top: 0; bottom: 0; display: none; align-items: center; cursor: pointer; } #news .phoneNav { width: 100%; height: 2px; background: #000; } #news .phoneNav:before { content: ''; position: absolute; top: 0; height: 2px; background: #000; width: 100%; } #news .phoneNav:after { content: ''; position: absolute; bottom: 0; height: 2px; background: #000; width: 100%; } #news .active .phoneNav, #news .active .phoneNav:before, #news .active .phoneNav:after, #news .bgActive .phoneNav, #news .bgActive .phoneNav:before, #news .bgActive .phoneNav:after { background: #000; } #news .menuBox { position: fixed; width: 100%; background: #fff; height: 100vh; top: 0; right: -100%; z-index: 99999999999; transition: all 0.5s; overflow: auto; overflow-x: hidden; } #news .phoneNavShow { box-sizing: border-box; right: 0; transition: all 0.5s; z-index: 9999; padding: 0 20px; } #news .menuBox .close { position: absolute; top: 20px; right: 20px; font-size: 20px; text-align: center; width: 30px; height: 30px; line-height: 30px; color: #fff; z-index: 20; border-radius: 50%; cursor: pointer; background: green url('../images/close.svg') no-repeat center; background-size: 12px; text-indent: -99px; } #news .phoneNavShow .close { display: block; } #news .menuBox ul li a { color: #333; display: block; } #news .menuBox ul { flex-wrap: wrap; margin-top: 90px; } #news .menuBox ul li { width: 100%; border-bottom: 1px solid #eee; transition: all 1s ease; } #news .menuBox ul li a { height: auto; line-height: 50px; } #news .menuBox .secondMenu { position: relative; top: 0; left: 0; margin-left: 0; width: 100%; box-shadow: none; padding: 0 30px 20px; flex-direction: column; display: none; } #news .menuBox .secondMenu a, #news .menuBox.active .menuBox ul .secondMenu a { text-align: left; line-height: 30px; height: auto; } #news .menuBox.active .secondMenu { top: 0; } #news .menuBox ul li { position: relative; } #news .menuBox ul li i { content: ''; width: 50px; height: 50px; top: 0; right: 0; position: absolute; background: url('../images/close.svg') no-repeat center; filter: brightness(0.2); background-size: 12px; z-index: 10; transform: rotate(45deg); transition: all 0.5s; } #news .menuBox ul li i.active { transform: rotate(90deg); transition: all 0.5s; } #news .panel1 { width: 100%; margin: 0 auto; padding-top: 120px; display: flex; justify-content: center; align-content: center; align-items: center; box-sizing: border-box; } #news .panel1 .panel1_outer { max-width: 1400px; width: 100%; box-sizing: border-box; padding: 0 20px; } #news .panel1 .panel1_outer .news-list { width: 100%; display: flex; justify-content: center; align-content: center; align-items: center; flex-flow: column wrap; } #news .panel1 .panel1_outer .news-list a { width: 100%; } #news .panel1 .panel1_outer .news-list a .news-item { width: 100%; padding: 70px 0; border-bottom: 1px solid rgba(102, 102, 102, 0.138); display: flex; justify-content: space-between; align-items: flex-start; } #news .panel1 .panel1_outer .news-list a .news-item .news-left { max-width: 163px; width: 100%; display: flex; flex-flow: column; align-items: flex-start; justify-content: flex-start; color: #666; } #news .panel1 .panel1_outer .news-list a .news-item .news-left .newsl-row1 { width: 100%; border-bottom: 1px solid rgba(102, 102, 102, 0.138); font-size: 50px; font-weight: bold; display: flex; justify-content: center; } #news .panel1 .panel1_outer .news-list a .news-item .news-left .newsl-row1 span { display: inline-block; font-size: 24px; font-weight: normal; padding-left: 10px; } #news .panel1 .panel1_outer .news-list a .news-item .news-left .newsl-row2 { font-size: 20px; width: 100%; text-align: center; } #news .panel1 .panel1_outer .news-list a .news-item .news-center { max-width: 337px; width: 100%; padding: 0 50px 0 35px; } #news .panel1 .panel1_outer .news-list a .news-item .news-center img { width: 100%; vertical-align: middle; } #news .panel1 .panel1_outer .news-list a .news-item .news-right { max-width: 817px; width: 100%; padding-left: 20px; display: flex; flex-flow: column; } #news .panel1 .panel1_outer .news-list a .news-item .news-right .newsr-title { padding: 11px 0 25px 0; font-size: 18px; font-weight: bold; color: #000; } #news .panel1 .panel1_outer .news-list a .news-item .news-right .newsr-text { padding-bottom: 35px; line-height: 28px; font-size: 16px; color: #666; border-bottom: 2px dashed rgba(102, 102, 102, 0.138); } #news .panel1 .panel1_outer .news-list a .news-item .news-right .newsr-button { width: 100%; padding: 22px 0; } #news .panel1 .panel1_outer .news-list a .news-item .news-right .newsr-button .btn { border-top-left-radius: 30px; /* 宸︿笂瑙 */ border-bottom-right-radius: 20px; /* 鍙充笅瑙 */ width: 130px; height: 50px; line-height: 50px; background-color: rgba(0, 143, 52, 0.8); color: #fff; text-align: center; } #news .panel1 .panel1_outer .news-list a .news-item .news-right .newsr-button .btn:hover { background: #8dc21f; border-color: #8dc21f; } #news .panel1 .panel1_outer .news-list a .news-item:hover { border-bottom: 1px solid green; } #news .panel1 .panel1_outer .news-list a .news-item:hover .news-left .newsl-row1 { border-bottom: 1px solid green; font-size: 50px; font-weight: bold; display: flex; color: green; } #news .panel1 .panel1_outer .news-list a .news-item:hover .news-left .newsl-row1 span { color: #666; } #news .panel1 .panel1_outer .news-list a .news-item:hover .news-left .newsl-row2 { color: green; } #news .panel1 .panel1_outer .Pagination { width: 100%; display: flex; justify-content: center; align-items: center; padding: 5.625rem 0; } #news .panel1 .panel1_outer .Pagination .page-row { width: 100%; text-align: center; font-size: 1.125rem; } #news .panel1 .panel1_outer .Pagination .page-row button { font-weight: bold; font-size: 1.125rem; width: 9.375rem; height: 3.125rem; border-radius: 1.875rem; border-style: none; background-color: #fff; margin: 0 3.125rem; cursor: pointer; } #news .panel1 .panel1_outer .Pagination .page-row button:hover { background: #00913a; color: #fff; } #news .panel1 .panel1_outer .Pagination .page-row .btn-ative { background: #00913a; color: #fff; } #news .panel1 .panel1_outer .Pagination .page-row .page { color: #cdcdcd; padding: 0 0.9375rem; font-weight: bold; cursor: pointer; } #news .panel1 .panel1_outer .Pagination .page-row .page:hover { color: #00913a; } #news .panel1 .panel1_outer .Pagination .page-row .page-active { color: #00913a; } @media screen and (max-width: 1400px) { #news .panel1 .panel1_outer .Pagination { padding: 3.625rem 0; } #news .panel1 .panel1_outer .Pagination .page-row { font-size: 1rem; } #news .panel1 .panel1_outer .Pagination .page-row button { font-weight: bold; font-size: 1rem; width: 7.375rem; height: 2.625rem; } } @media screen and (max-width: 1200px) { #news .panel1 .panel1_outer .Pagination { padding: 2.625rem 0; } #news .panel1 .panel1_outer .Pagination .page-row { font-size: 14px; } #news .panel1 .panel1_outer .Pagination .page-row button { font-weight: bold; font-size: 14px; width: 5.375rem; height: 2.125rem; margin: 0; } #news .panel1 .panel1_outer .Pagination .page-row .page { padding: 0 5px; } } @media screen and (max-width: 1200px) { #news .panel1 .panel1_outer .panel1-title { font-size: 28px; padding: 40px 0; } #news .panel1 .panel1_outer .panel1-search { max-width: 700px; margin: 0 auto; width: 100%; } #news .panel1 .panel1_outer .panel1-content .content-list { width: 100%; font-size: 16px; } #news .panel1 .panel1_outer .panel1-content .content-list .content-item a { line-height: 24px; padding: 20px 0; } } @media screen and (max-width: 1280px) { #news .panel1 .panel1_outer .news-list a .news-item .news-right .newsr-title { padding: 11px 0 11px 0; font-size: 16px; } #news .panel1 .panel1_outer .news-list a .news-item .news-right .newsr-text { margin-bottom: 19px; line-height: 26px; font-size: 14px; color: #666; border: none; padding: 0; } #news .panel1 .panel1_outer .news-list a .news-item .news-right .newsr-button .btn { width: 123px; font-size: 14px; height: 50px; line-height: 50px; } } @media screen and (max-width: 1000px) { #news .panel1 .panel1_outer .panel1-search { max-width: 500px; margin: 0 auto; width: 100%; } #news .panel1 .panel1_outer .panel1-content .content-list { width: 100%; font-size: 12px; } #news .panel1 .panel1_outer .panel1-content .content-list .content-item a { line-height: 15px; } #news .panel1 .panel1_outer .news-list a .news-item { align-items: flex-start; flex-direction: column; padding-bottom: 20px; } #news .panel1 .panel1_outer .news-list a .news-item .news-left { display: none; } #news .panel1 .panel1_outer .news-list a .news-item .news-center { max-width: 100%; width: 100%; padding: 0 ; padding-bottom: 20px; } #news .panel1 .panel1_outer .news-list a .news-item .news-right { padding-left: 0; } #news .panel1 .panel1_outer .news-list a .news-item .news-right .newsr-button { display: none; } } @media screen and (max-width: 1000px) { #news .panel1 { padding-top: 0; } } /*# sourceMappingURL=./news.css.map */