<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.center-wrap {
  width: 1200px;
  margin: 0 auto;
}

/* 澶撮儴 */
.lb-header {
  font-size: 16px;
  /* width: 100%; */
}
.header-img-box{
  width: 100%;
  margin:0 auto;
  max-width: 1920px;
}
.header-img-box img{
  width: 100%;
  object-fit: fill;
}
.lb-header .header-content{
  width: 100%;
  margin-top: 24px;
}
.lb-header .header-content .text{
  text-indent: 2em;
  letter-spacing: 3px;
  font-size: 24px;
  line-height: 1.5;
  padding:24px;
  color: #999;
  background-color: #f6f6f6;
}

/* 涓棿 */
.lb-middle {
  display: flex;
  margin-top: 24px;
}
.lb-middle .middle-img-box{
  font-size: 16px;
  width: 690px;
  height: 420px;
  overflow: hidden;
}
.lb-middle .middle-img-box img{
  width: 600px;
  height: 450px;
  object-fit: fill;
  border-radius: 8px;
}
.lb-middle .middle-list{
  margin-left: 24px;
  width: calc(1200px - 690px - 24px);
}
.lb-middle .middle-item {
  height: 150px;
}
.lb-middle .middle-item .middle-title{
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.lb-middle .middle-item .middle-text{
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.5;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.lb-middle .middle-item .middle-text .xiangqing,.middle-text a{
  color: #999;
}
.lb-middle .middle-item .middle-title{
  color: #000;
  font-size:22px;
  text-decoration: none;
}
.lb-main {
  font-size: 16px;
}
/* 婊戝姩瀵艰埅鏍� */
.lb-nav {
  margin-top: 24px;
}

.lb-nav .nav-list {
  overflow-y: auto;
  padding-bottom: 12px;
  border-bottom: 0.5px solid #E6E6E6;
}

.lb-nav .nav-list::-webkit-scrollbar {
  display: none;
}

.lb-nav .nav-item {
  cursor: pointer;
  font-size: 22px;
  /* width: 50px;璁剧疆浜嗕篃涓嶇敓鏁� */
  height: 35px;
  /* background: tomato; */
  list-style: none;
  padding-bottom: 3px;
  padding-left:12px;
}

.lb-nav .nav-item-active {
  /* border-bottom: 1px solid #b10000; */
  font-weight: bold;
  font-size: 24px;
  position: relative;
}

.lb-nav .nav-item-active::after {
  content: '';
  overflow: hidden;
  position: absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
  width: 3px;
  height: 25px;
  border-radius: 20px;
  background-color: #0096ff;
}

/* 涓€寮犲浘鍐呭鏍� */
.lb-onepic {
  /* padding: 0 15px; */
  margin-bottom: 30px;
}

.lb-onepic .onepic-list {
  font-size: 14px;
}
.lb-onepic .onepic-list a{
  color:#333;
}
.lb-onepic .onepic-item {
  border-bottom: 0.5px solid #F2F2F2;
  padding: 12px 0;
  display: flex;
  align-items: center;
  transition: .2s all;
}
.lb-onepic .onepic-item:hover{
  /*background-color: #f7f7f7;*/
  transform: translateX(30px);
  color:#0096ff !important;
  /*padding:20px;*/
}
.lb-onepic .onepic-item:last-child {
  border-bottom:none;
}
.lb-onepic .onepic-item .image-box {
  margin-right: 20px;
  width: 260px;
  height:160px;
  overflow: hidden;
}

.lb-onepic .onepic-item .image-box img {
  width: 100%;
  height:160px;
  object-fit: cover;
  border-radius: 4px;
}
.lb-onepic .onepic-item .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lb-onepic .onepic-item .left .title {
  font-size: 24px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.lb-onepic .onepic-item .left .title a{
  color:#333;
}
.lb-onepic .onepic-item .left .middle-text{
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.lb-onepic .onepic-item .left .row-two {
  display: flex;
  align-items: center;
  margin-top: 40px;

}

.lb-onepic .onepic-item .left .row-two .author {
  width: 120px;
  font-size: 14px;
  color: #a6a6a6;
  overflow: hidden;
}

.lb-onepic .onepic-item .left .row-two .read-number {
  width: 120px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
}
.lb-onepic .onepic-item .left .row-two .date {
  font-size: 14px;
  color: #999;
}
.lb-onepic .click-more{
  margin: 12px auto;
  width: 200px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eef2fc;
  color: #0096ff;
  padding:8px 12px;
  font-size: 16px;
  border: 1px solid #5b8bf7;
}

.lb-bottom{
  margin-bottom: 50px;
}
.lb-bottom .nav-list{
  border-bottom: none;
}
.lb-bottom .bottom-img-box{
  width: 1200px;
  overflow: hidden;
  margin-top: 50px;
}
.lb-bottom .bottom-img-box img{
  width: 100%;
  max-height: 600px;
  object-fit: fill;
}
.mySwiper,.mySwiper2{
  position: relative;
}
.mySwiper .swiper-slide,.mySwiper .swiper-slide img{
  width: 690px !important;
  height:420px;
  object-fit: cover;
}

.mySwiper2 .swiper-slide,.mySwiper2 .swiper-slide img{
  width: 1200px !important;
  height:680px;
  object-fit: cover;
}
.footer{
  text-align: center;
  color:#999;
  margin-top:30px;
  padding:20px 0;
  background-color: #f7f7f7;
  font-size:14px;
}

.footer a{
  color:#999;
}
.swiper-button-next, .swiper-button-prev{
  background: rgba(255,255,255,.8);
  right: 0 !important;
  padding: 20px;
  height: 80px !important;
  /*color:#000 !important;*/
}
.swiper-button-prev{
  left:0 !important;
}

.goTop &gt;img{
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.goTop{
  position: fixed;
  right : 20px;
  bottom : 20px;
}
</pre></body></html>