/*.contenter-top {*/ /* border-bottom: 15px solid #f9f9f9;*/ /*}*/ .search-bottom { border-bottom: 15px solid #f9f9f9; } .news-top { padding: 105px 20px; } .news-top .content-box { position: relative; } .news-top .swiper-slide { display: flex; } .news-top .swiper-slide .img { display: flex; flex-direction: column; justify-content: center; width: 666px; height: 352px; overflow: hidden; border-radius: 8px; } .news-top .swiper-slide .img img { line-height: 352px; height: 352px; max-width: 100%; width: 100%; height: auto; border-radius: 8px; object-fit: cover; transition: all 0.4s; } .news-top .swiper-slide:hover .img img { transform: scale(1.08); } .slide-right { margin-left: 165px; padding: 20px 0; width: 440px; display: inline-block; } .slide-right h3 { font-size: 30px; color: #111; line-height: 42px; margin: 26px 0; } .slide-right a:hover h3 { color: #eb0028; } .link-next { left: 892px; bottom: 20px; } .link-prev { left: 832px; bottom: 20px; } .news-list { padding-top: 55px; } .news-list .tips { font-size: 16px; color: #555555; margin-bottom: 60px; } .news-list .newsTips { font-size: 20px; color: #111111; margin-bottom: 60px; } .news-item .img { display: flex; flex-direction: column; justify-content: center; width: 366px; height: 196px; object-fit: cover; border-radius: 8px; overflow: hidden; } .news-item .img img { width: 100%; height: 100%; object-fit: cover; } .news-item { transition: all 0.3s; } .news-item a { padding: 35px 0; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #fff; border-bottom: 1px solid #fff; transition: all 0.4s; } .news-item .detail { width: 44.3% } .news-item .detail h2 { margin-bottom: 10px; font-size: 24px; color: #111; } .other .time { font-size: 20px; color: #777; margin-bottom: 10px; } .other { text-align: center; } html:not(.mobile-app) .news-item a:hover { padding-left: 60px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; } .news-item a:hover .more-btn { display: block; } .more-btn { position: relative; height: 42px; line-height: 42px; min-width: 115px; background: #fff; color: #fff; border-radius: 21px; transition: all 0.3s; } .more-btn:hover { box-shadow: 0 8px 15px -4px rgba(235, 0, 40, 0.3); } .more-text { position: absolute; top: 50%; left: 50%; transition: all 0.3s; transform: translate(-50%, -50%); white-space: nowrap; } .more-arrow { position: absolute; top: 48%; left: 50%; width: 35px; height: 24px; transition: all 0.3s; transform-origin: 50%; transform: scaleX(-1) translate(50%, -50%); fill: #aaa; } .news-item a:hover .more-btn { background: #eb0028; } .news-item a:hover .more-arrow { left: 97.5%; fill: #fff; } .news-item a:hover .detail h2 { color: #eb0028; } .mobile-app .news-list { padding-top: 0; } .mobile-app .news-list .news-item a { padding: 20px 0; } .mobile-app .news-list .news-item .img { flex: 2; height: auto; width: auto; } .mobile-app .news-list .news-item .detail { flex: 3; padding: 10px 0; margin-left: 15px; width: 60%; } .mobile-app .news-list .news-item .detail h2 { font-size: 16px; margin-bottom: 10px; } .mobile-app .load-more-btn { margin: 50px auto; } .article-detail { width: 920px; margin: 0 auto; padding-top: 94px; padding-bottom: 46px; } .article-detail .title { font-size: 36px; font-weight: 700; color: #333333; } .article-detail .extra { margin: 0 0 10px 0; padding: 20px 0 30px 0; line-height: 28px; font-size: 14px; color: #777777; border-bottom: solid 1px #eee; } .article-detail .extra .time, .article-detail .extra .author { position: relative; margin-right: 10px; padding-right: 10px; } .article-detail .extra .time::after, .article-detail .extra .author::after { content: ""; position: absolute; top: 50%; right: 0; width: 1px; height: 12px; background: #dedede; transform: translateY(-50%); } .article-detail .extra .share-box img { margin-right: 5px; cursor: pointer; } .article-body { min-height: 500px; color: #777; padding-top: 20px; } .article-body p { line-height: 30px; text-indent: 2em; } .article-body .img { padding: 18px 0; text-indent: 0; text-align: center; } .article-body img { margin: 0 auto; border-radius: 8px; } .page-link { margin-top: 60px; padding: 50px 0; display: flex; justify-content: space-between; border-top: solid 1px #eee; } .page-link a { max-width: 35%; font-size: 14px; color: #777; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: color 0.3s; } .page-link a:hover { color: #eb0028; } .mobile-app .article-detail { padding: 30px 20px; width: auto; margin: 0; } .mobile-app .article-detail .title { font-size: 22px; font-weight: 500; line-height: 1.2; padding: 0 15px; } .mobile-app .article-detail .extra { margin: 0 15px; padding: 20px 0; display: block; line-height: 3; } .mobile-app .page-link { padding: 20px 0; flex-direction: column; line-height: 2; } .mobile-app .page-link a { max-width: 100%; width: auto; } .search-input { position: absolute; z-index: 100; right: calc((100% - 1400px) / 2 + 144px); top: 15px; width: 140px; height: 48px; padding: 0 21px; display: flex; align-items: center; justify-content: center; background: #FFFFFF; border-radius: 24px; } .search-input input { max-width: 100%; width: 73px; margin-right: 5px; border: none; } ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #999999; } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #999999; } ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999999; } :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #999999; } .search-input img { cursor: pointer; width: 17px; height: 17px; } .year-button-wrap { } .year-button-wrap .year { width: 134px; height: 48px; line-height: 48px; margin-left: 10px; text-align: center; display: inline-block; background: #fff; border-radius: 25px; color: #333; font-size: 16px; transition: all 0.3s; margin-bottom: 15px; position: relative; margin: 0; } .year-button-wrap .year i { width: 0; height: 0; position: absolute; display: block; margin-top: -3px; top: 50%; right: 20px; border-top: 6px solid #777; border-right: 6px solid transparent; border-left: 6px solid transparent; transition: all 0.4s; } .year-button-wrap ul { display: none; width: 134px; background: #fff; border-radius: 4px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); max-height: 262px; overflow: auto; padding: 10px; margin-top: 10px; } .year-button-wrap ul::-webkit-scrollbar-thumb { background: #e1e1e1; } .year-button-wrap:hover ul { display: block; } .year-button-wrap:hover .year i { transform: rotate(180deg); transition: all 0.4s; } .year-button-wrap li { display: block; color: #777; font-size: 16px; height: 40px; line-height: 40px; text-align: center; margin: 0; } .year-button-wrap li:hover { color: #333; background: #f9f9f9; border-radius: 4px; } .year-button-wrap { position: absolute; z-index: 100; right: calc((100% - 1400px) / 2); top: 15px; } .mobile-app .contenter-top { border-bottom: none; } .mobile-app .page-nav-wrap { display: flex; align-items: center; position: relative; flex-direction: row-reverse; height: 30px; width: 100%; padding: 0 15px; margin-top: 25px; } .mobile-app .search-input { position: unset; flex: 1; height: 100%; border: 1px solid #EDEDED; padding: 0 10px; font-size: 12px; } .mobile-app .search-input input { flex: 1; } .mobile-app .year-button-wrap { position: unset; height: 100%; width: calc(24% + 4px); margin-right: 5px; } .mobile-app .year-button-wrap .year { height: 100%; width: 100%; border: 1px solid #ededed; font-size: 12px; padding: 0 0 0 17px; display: flex; align-items: center; } .mobile-app .year-button-wrap .year i { border-top-width: 4px; border-right-width: 4px; border-left-width: 4px; right: 5px; margin-top: -2px; } .mobile-app .year-button-wrap ul { width: 90px; max-height: 185px; margin-top: 5px; padding: 5px; } .mobile-app .year-button-wrap li { height: 35px; line-height: 35px; font-size: 11px; } .page-nav-wrap { position: relative; } .mobile-app .tips { margin: 25px 0 0 0; font-size: 12px; color: #555555; padding: 0 17px; } .mobile-app .newsTips { margin: 25px 0 0 0; font-size: 14px; color: #111111; padding: 0 17px; }