/* 头部 */ .header { background: url(/uploads/image/images_2022/banner_index.png) no-repeat; background-size: 100%; width: 100%; height: 9.72rem; margin-bottom: -1.9rem; } .header .top { width: 100%; height: 1.2rem; background: linear-gradient(180deg, #010066 0%, rgba(0, 0, 0, 0) 100%); justify-content: space-between; align-items: center; box-sizing: border-box; padding: 0 0.3rem 0 0; } .header .logo { height: 1.05rem; margin: 0; } .header .icon-search { width: 0.5rem; height: 0.5rem; } /* 导航 */ .nav-list { background: url(/uploads/image/images_2022/background_card.png) no-repeat; background-size: 100%; border-radius: 0.06rem; width: 100%; box-sizing: border-box; margin: 0 0 0.3rem; padding: 0.4rem 0.3rem 0.1rem; flex-wrap: wrap; } .nav-list a { display: flex; width: 25%; font-size: 0.32rem; margin-bottom: 0.35rem; align-items: center; justify-content: center; } .nav-list .icon-more { width: 0.2rem; height: 0.13rem; margin-left: 0.1rem; } /* 焦点图 */ .banner-box .swiper-pagination { width: 100%; text-align: center; right: auto; bottom: -0.2rem; } .banner-box .swiper-pagination-bullet { width: 0.3rem; height: 0.04rem; background: #000; margin: 0 0.05rem; border-radius: 0; } .banner-box .swiper-pagination-bullet-active { background: #1e47d0; } /* 领导人入口 */ .leader-box { box-sizing: border-box; padding: 0 0.3rem; justify-content: space-between; } .leader-box img { height: 1.4rem; } /* 头条 */ .topnews { padding: 0.3rem 0.3rem 0.2rem; } .topnews .icon { width: 1.55rem; height: 1.55rem; } .topnews .icon2 { width: 0.35rem; height: 1.55rem; } .swiper-topnews { margin-left: -0.15rem; } /* 人大要闻 */ .news-box .head .title { background: url(/uploads/image/images_2022/img_title.png) no-repeat; background-size: 100%; width: 2.38rem; height: 0.7rem; line-height: 0.68rem; color: #ffffff; padding-left: 0.3rem; } .news-box .head .title:after { content: ''; display: none; } .news-box .head .icon-line { width: 3rem; } .news-box .more a { color: #787878; } .news-box .more .icon { width: 0.09rem; height: 0.14rem; margin-left: 0.1rem; } /**领导之窗**/ .leader-list{ width: auto; overflow: hidden; margin: 1em; padding: 0px; clear: both; } .leader-list li{ width: auto; padding: 1em; background: #fff; border-radius: 5px; border: 1px solid #ccc; margin: 1em 0; display: flex; } .leader-list li img{ width: 8em; height: auto; } .leader-list li div{ margin-left: 1em; width: 100%; } .leader-list li div dd{ display: flex; } .leader-list li div span:nth-child(2){ font-size: .22rem; color: #0031a2; padding: 0.066667rem 0.133333rem; background: #f1f6ff; border-radius: 0.28rem; border: 1px solid #bbc8f4; } .leader-list li div span a{ margin-right: 1em; float: left; white-space: nowrap; font-size: 18px; font-weight: bold; } .leader-list li div p{ margin: 1em 0; font-size: 1em; } .leader-list li div b{ float: right; border-radius: 2em; background: rgb(6,62,166); padding: 0.5em 0.8em; } .leader-list li div b a{color:#fff;}