.header-box { position: fixed; width: 100%; height: 65px; z-index: 9999; padding: 0 50px; } .header-box .left-logo-box { float:left; margin-left:20px; margin-top:10px; height:50px; width:26%; background:url(../images/pagesicon/instituteicon.svg) no-repeat; background-size:100% 100%; background-position:center; } .outer-wrapper { float:right; } .right-menu-box{ display:flex; } .announce-list li a{ font-size:16px; color:#fff; } .more-box{ height: 60px; line-height: 60px; padding: 0 20px; } .more-box:before{ content: ""; display: inline-block; width: 2px; height: 15px; position:relative; top: 3px; right: 8px; background-color: #fff; } .footer .bottom-box { height: 40px; line-height:40px; background:#313131; font-size:1em; color:#989797; width: 100%; margin:0 auto; text-align: center; } .footer .bottom-box a{ font-size: 14px; color: #989797; } #copyright{ height: 60px; width: 100%; background-color: #fff; display: flex; align-items: center; justify-content: center; } #copyright p{ line-height: 20px; font-size: 14px; color: #949494; } .swiper-container { width: 100%; height: 600px; } .swiper-container{ --swiper-pagination-color: #ffffff; --swiper-navigation-color: #ffffff;/* 单独设置按钮颜色 */ --swiper-navigation-size: 30px;/* 设置按钮大小 */ } .swiper-container .swiper-pagination{ margin-bottom: 15px; } .swiper-container img { width: 100%; max-width: 100%; height: 600px; max-height: 100%; } /* 新闻列表页 */ .wrapper { min-height: calc(100vh - 450px); background-color: #fff; margin: 2px auto; width: 75.7%; display: flex; } .left-nav { width: 230px; } .left-nav .block-title { color: #015510; font-size: 18px; font-weight: bold; padding: 15px 30px; border-bottom: 1px solid #eee; width: 100%; } .left-nav .left-nav-list { border: 1px solid #eee; border-bottom: none; width: 150px; float: right; margin-top: 30px; } .left-nav .left-nav-item { color: black; border-bottom: 1px solid #eee; text-align: center; height: 40px; line-height: 40px; width: 100%; position: relative; } .left-nav .left-nav-item a{ display: inline-block; width: 100%; height: 100%; color: black; } .left-nav .left-nav-item:hover a{ background-color: #015510; color: #fff; } .left-nav .left-nav-item:before { content: ""; display: inline-block; height: 2px; width: 6px; background-color: #ccc; position: absolute; top: 19px; left: 22px; } #allnews, #news-detail{ width: calc(100% - 230px); padding: 0 50px; margin-bottom: 50px; } #news-detail img{ widht: auto; height: auto; max-width: 100%; max-height: 100%; } #news-detail table { width: 100%; } #news-detail p { line-height: 20px; margin-top: 0px; margin-bottom: 10.5px; color: #2C3E50; font-family: Tahoma, Geneva, 微软雅黑, 宋体; font-size: 15px; white-space: normal; background-color: #FFFFFF; text-align: center; } #top-banner{ height:300px; background: url(assets/img/newsbanner.png) no-repeat; background-size:cover; background-position: center center; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; -ms-background-size:cover; } .newsbtn{ display:block; width:90px; background:rgb(27,110,183); text-decoration:none; text-align:center; line-height:15px; padding:5px; position:absolute; bottom:0px; } .news-wrapper{ margin-top:20px; } .news-wrapper .news-title { line-height: 20px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; font-size:16px; color:#2e2e2e; margin: 1px auto 5px; } .banner-box { height:300px; background: url(../images/pagesicon/subpage-banner.jpg) no-repeat; background-size:cover; background-position: center center; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; -ms-background-size:cover; }