*, *:before, *:after { margin: 0; padding: 0; box-sizing: border-box; } html { -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } a { font: inherit; color: inherit; text-decoration: none; } ul, ol { list-style: none; } .page { min-width: 1200px; overflow: hidden; color: #333; } .container { width: 1190px; margin-left: auto; margin-right: auto; } .tc { text-align: center; } .ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } /* footer */ .footer { padding: 40px 0; line-height: 28px; text-align: center; font-size: 14px; background-color: #ce0f11; color: #fff; } .mfooter { display: none; } /* 栏目标题 */ .column-title { position: relative; display: inline-block; margin: 80px 0; font-size: 36px; font-weight: bold; color: #333; } .column-title::after { content: ""; position: absolute; left: 50%; transform: translatex(-50%); z-index: -1; width: 500px; height: 0.5px; margin-top: 24px; background-color: #666; } .column-title .text { padding: 0 20px; background-color: #fff; } .column-title .text::after, .column-title .text::before { content: ""; position: absolute; top: 22px; width: 40px; height: 2px; background-color: #333; } .column-title .text::after { left: -40px; } .column-title .text::before { right: -40px; } .column-title strong { color: #ce0f11; } /* 导航栏 */ .nav-bar { font-size: 18px; background-color: #ce0f11; color: #fff; } .top-wrap { display: flex; justify-content: space-between; align-items: center; height: 60px; } .logo img { height: 42px; } .nav { display: flex; } .nav .item { position: relative; } .nav .item:not(:last-child)::after { content: "/"; margin-left: 10px; opacity: 0.5; } .nav .link { padding: 10px 26px; border-bottom: 2px solid transparent; } .nav .item:hover .link { border-color: #fff; font-weight: bold; } /* banner */ .banner { height: 748px; background: url(/uploads/image/enjyqg/banner01.jpg) no-repeat top center; } /* 热点 */ .hot { font-size: 14px; background-color: #f7f7f7; color: #999; } .hot-wrap { display: flex; justify-content: space-between; } .hot .item { display: flex; align-items: center; width: 50%; height: 190px; } .hot .icon { width: 60px; margin-top: -28px; } .hot .overview { position: relative; padding-left: 40px; } .hot .overview::before { content: ""; position: absolute; top: 30px; left: 20px; width: 1px; height: 86px; background-color: #e4e4e4; } .hot .title { max-width: 470px; margin-top: 30px; margin-bottom: 6px; font-size: 20px; font-weight: bold; color: #333; } .hot .title:hover { color: #ce0f11; } .hot .content { width: 470px; margin: 0; line-height: 1.5; } .hot .detail { text-decoration: underline; } .hot .detail:hover { color: #ce0f11; } /* 动态 */ .dynamic-wrap { display: flex; justify-content: space-between; } .swiper { width: 618px; height: 308px; font-weight: bold; color: #fff; } .swiper-container { width: 100%; height: 100%; } .swiper-slide { background-color: red; } .news-list { width: 100%; margin-left: 30px; } .dynamic .title { display: flex; justify-content: space-between; align-items: center; position: relative; height: 40px; padding-left: 20px; color: #fff; } .dynamic .title::before { content: ""; position: absolute; top: 0; left: 0; z-index: -1; width: 9999px; height: 100%; background-color: #ce0f11; } .dynamic .title h5 { font-size: 20px; letter-spacing: 1px; } .dynamic .more { font-size: 14px; } .dynamic .more:hover { font-weight: bold; } .dynamic .list { width: 542px; padding-top: 30px; } .dynamic .item { position: relative; padding-left: 10px; margin-bottom: 20px; font-size: 18px; color: #666; } .dynamic .item::before { content: ""; position: absolute; top: 50%; left: 0; transform: translatey(-50%); width: 4px; height: 4px; background-color: #666; } .dynamic .item:hover { color: #ce0f11; } /* 双列新闻 */ .double-news-list { padding-top: 40px; margin-top: 100px; background-color: #f7f7f7; } .double-news-list .wrap { display: flex; justify-content: space-between; margin-top: 50px; } .double-news-list-title { display: flex; justify-content: flex-end; align-items: center; position: relative; left: -870px; height: 40px; padding-right: 20px; color: #fff; } .double-news-list-title::before { content: ""; position: absolute; top: 0; right: 0; z-index: 0; width: 9999px; height: 100%; background-color: #ce0f11; } .double-news-list-title h5 { position: relative; font-size: 20px; letter-spacing: 1px; } .double-news-list .list { width: 570px; } .double-news-list .list .item { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; font-size: 18px; color: #666; } .double-news-list .list h5 { font-size: 18px; } .double-news-list .list .title { padding-right: 20px; font-weight: normal; } .double-news-list .list .title:hover { color: #ce0f11; } .double-news-list .list time { font-size: 14px; color: #c9ccd4; white-space: nowrap; } .double-news-list .more { display: flex; justify-content: flex-end; padding-top: 10px; margin-top: 30px; margin-bottom: 20px; border-top: 1px solid #cdcdcd; font-size: 14px; color: #666; } .double-news-list .more img { width: 18px; height: 18px; margin-left: 10px; margin-bottom: -4px; } .double-news-list .more:hover { color: #ce0f11; } /* 独家专访 */ .interview .medias { display: flex; } .interview .medias-item { --n: 3; --rest: calc(100% - var(--n) * 370px); margin: 10px calc(var(--rest) / var(--n) / 2); width: 370px; } .interview .media .image img { width: 100%; height: 190px; } .interview .media .title { padding: 0 10px; margin-top: 10px; } .interview .list .title:hover, .interview .media .title:hover { color: #ce0f11; } .ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .interview .list { margin-top: 30px; margin-bottom: 50px; } .interview .list .item { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; font-size: 18px; color: #666; } .interview .list .title, .media .title { font-size: 18px; font-weight: normal; } .interview .list .title { padding-right: 20px; } .interview .list time { font-size: 14px; color: #c9ccd4; white-space: nowrap; } .interview .more { display: flex; justify-content: flex-end; padding-top: 10px; margin-top: 30px; margin-bottom: 20px; border-top: 1px solid #cdcdcd; font-size: 14px; color: #666; } .interview .more:hover { color: #ce0f11; } .interview .more img { width: 18px; height: 18px; margin-left: 10px; margin-bottom: -4px; }