html, body { font-size: 18px; overflow-x: clip; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; margin: 0; padding: 0; } a { color: #2d2e2f; outline: none; text-decoration: none; } a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: none; } a:active { text-decoration: none; } a:focus { text-decoration: none; } .nav_item .nav_con { top: 70px !important; } /* =================================================== */ .wrapper { background-image: url(../img/public-bg.png); background-color: #edf5ff; background-position: center; background-size: cover; } .news_con{ max-width: 1200px; position: relative; width: 100%; } .newslist li { width: 100%; height: 211px; background: #FFFFFF; position: relative; z-index: 1; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: space-between; padding: 20px 20px; box-sizing: border-box; border-bottom: 1px #d9d9d9 dashed; } .newslist li:hover{ /* box-shadow: 0px 0px 29px 9px rgba(137,137,137,0.18); */ z-index: 99; background: #f5f5f5; } .newslist li::after { content: url(../img/news-arrow-1.png); display: flex; width: 150px; height: 100px; align-items: center; justify-content: center; } .newslist li:hover:after { content: url(../img/news-arrow-2.png); } .newslist a:last-child li { border-bottom: unset; } .newslist li .news-thum { width: 230px; height: 150px; } .newslist li img { width: 100%; height: 100%; object-fit: cover; position: relative; left: 50%; top: 50%; transform: translate(-50%, -50%); } .newslist li .news-data { width: 127px; height: 150px; font-size: 16px; color: #808080; padding: 49px 27px; box-sizing: border-box; border-right: 1px #d9d9d9 solid; } .newslist li .news-data span{ font-size: 26px; color: #666666; } .newslist li .news-title{ display: flex; padding-left: 27px; width: 60%; height: 150px; overflow: hidden; -webkit-line-clamp: 3; flex-direction: column; justify-content: center; } .newslist li .news-title h1{ font-size: 20px; line-height: 3rem; color: #333333; font-weight: 600; } .newslist li:hover .news-title h1{ color: #134b9f; } .newslist li .news-title p{ font-size: 14px; font-weight: normal; line-height: 1.2rem; color: #666; width: 100%; overflow: hidden; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; } .newslist .news-title span { display: none; } .news_con .page{ margin: 28px auto 10px; max-width: 1200px; display: flex; justify-content: center; } .news_con .page a { width: 36px; height: 36px; background: #FFFFFF; border: 1px solid #F1F1F1; line-height: 36px; text-align: center; display: block; margin: 0 10px; cursor: pointer; border: 0; } .news_con .page a:hover{ background: #1B4698; color:#fff; } @media screen and (max-width: 900px) { .news_con { width: 96%; padding: 50px 0; } .newslist li { width: 100%; height: 165px; padding:20px; box-shadow: 0px 0px 29px 9px rgb(137 137 137 / 11%); z-index: 99; margin: 2px 0; border-bottom: unset; } .newslist li:hover { box-shadow: none; z-index: unset; } .newslist li>* { left: 0; } .newslist li .news-thum { display: none; } .newslist li .news-data { display: none; } .newslist li::after { display: none; } .newslist li .news-title { width: 100%; padding-left: 0; } .newslist .news-title span { display: block; font-size: 12px; text-align: start; margin: 10px 0; } .newslist li .news-title h1 { font-size: 18px; -webkit-line-clamp: 2; width: 100%; line-height: unset; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; } .newslist li .news-title p { font-size: 14px; color: #8F8F8F; width: 100%; overflow: hidden; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; line-height: unset; } .page-pre, .page-next { width: 40px !important; background: #1B4698 !important; color: #fff; } .page-pre:hover, .page-next:hover { box-shadow: 0px 0px 6px 2px #1b46988c; } }