<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
  background: url(/images/cmrd/bg_top.png) no-repeat;
  background-size: 100% 30%;
}
 .content {
  margin: .52rem 0 .86rem 0;
 }

 .swiper-box {
  width: 5.66rem;
 }

 .daily-list-box {
  padding: .28rem;
  width: calc(100% - .24rem - 5.66rem);
  background: #fff;
  border-radius: .02rem;
 }

 .daily-list-content li&gt; div {
  padding: .1rem .16rem .1rem .15rem;
  margin-left: .13rem;
  cursor: pointer;
 }

 .daily-list-content li {
  position: relative;
 }

 .daily-list-content {
    position: relative;
    height: 3.45rem;
    overflow: auto;
 }

 .daily-list-content::before {
    position: absolute;
    top: .2rem;
    left: .04rem;
    height: 80%;
    width: .02rem;
    content: '';
    background: #F5F5F5;
    z-index: 10;
 }

 .daily-list-content li::before {
  position: absolute;
  left: 0;
  top: .18rem;
  content: '';
  width: .1rem;
  height: .1rem;
  background: url(/images/cmrd/icon_list-dot.png) no-repeat;
  background-size: 100% 100%;
  z-index: 100;
 }

 .daily-list-content li .title {
  width: calc(100% - 1.2rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .16rem;
  line-height: .2rem;
  color: #333333;
 }

 .daily-list-content li .time{
  font-size: .16rem;
  font-weight: 350;
  line-height: .2rem;
  color: #888888;
 }

 #gzzt-list {
  height: 100%;
 }

 .list-item-detail {
  display: none;
  font-size: .16rem;
  line-height: .24rem;
  color: #888;
  font-weight: 350;
  margin-top: .12rem;
 }

 .daily-list-content li:hover &gt;div {
    background: rgba(207, 32, 26, 0.1);
 }

 .daily-list-content li:hover .title{
  color: #CF201A;
 }

.daily-list-content li:hover .list-item-detail{
  display: block;
}

.part-left-box {
  width: 2.8rem;
}

.part-middle-box,
.part-right-box {
  /* flex: 1; */
  /* width: 400px; */
  width: calc((100% - 3.6rem)/2);
}

.tab-box {
  width: 100%;
  height: 1.32rem;
  margin-top: .2rem;
}

.tab1 {
  background: url(/images/cmrd/bg_tab1.png) no-repeat;
  background-size: 100% 100%;
}

.tab2 {
  background: url(/images/cmrd/bg_tab2.png) no-repeat;
  background-size: 100% 100%;
}

.tab-box p {
  line-height: .22rem;
  font-family: 'YouSheBiaoTiHei';
  margin: .22rem 0 .16rem .28rem;
}

.tab-box div {
  width: .96rem;
  padding: .02rem 0;
  text-align: center;
  background: #fff;
  border-radius: .28rem;
  margin-left: .28rem;
  
}

.tab-box div a {
  font-size: .16rem;
  line-height: .26rem;
  color: #666666;
}

.tab1 p {
  font-size: .21rem;
  color: #824545;
}

.tab2 p {
  font-size: .22rem;
  color: #976844;
}

.info-img-box {
  position: relative;
}

.info-img-box .info-tip {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
}

.tip-date {
  width: .66rem;
  height: .66rem;
  background-color: #CF201A;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tip-date-day {
  font-size: .24rem;
  line-height: .18rem;
  font-weight: 500;
  margin-bottom: .08rem;
}

.tip-date-ym {
  font-size: .12rem;
  line-height: .18rem;
}

.info-img-box img {
  width: 100%;
  height: 4rem;
}

.info-content {
  padding: .11rem .16rem;
  font-size: .14rem;
  line-height: .18rem;
  color: #fff;
  background-image: linear-gradient(to right, rgba(41, 26, 26, 0.8), rgba(41, 26, 26, 0.4));
  width: calc(100% - .66rem);
}

.info-content p {
  width: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.representative-box {
  border: 1px solid #EFEFEF;
  width: 100%;
  height: 1.76rem;
  margin-top: .23rem;
}

.person-info {
  padding: .16rem .18rem .26rem .58rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .16rem;
}

.person-text {
  font-size: .15rem;
  line-height: .28rem;
  color: #888;
  width: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.person-name {
  font-size: .22rem;
  line-height: .28rem;
  font-weight: 700;
  color: #333;
  margin-bottom: .1rem;
}

.person-info img {
  width: 1.06rem;
  height: 1.34rem;
  margin-bottom:40px;
}




.repreSwiper {
  position: relative;
}

.button-next {
  position: absolute;
  left: 0;
  top: 50%;
  width: .12rem;
  height: .28rem;
  background: url(/images/cmrd/icon_next.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 10;
}

.button-prev {
  position: absolute;
  right: 0;
  top: 50%;
  width: .12rem;
  height: .28rem;
  background: url(/images/cmrd/icon_perv.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 10;
}

.swiper {
  width: 100%;
  height: 100%;
}

.mySwiper .swiper-horizontal&gt;.swiper-pagination-bullets,.mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal,.mySwiper .swiper-pagination-custom,.mySwiper .swiper-pagination-fraction {
  right: .2rem !important;
  left: auto !important;
}

.mySwiper .swiper-pagination-bullet {
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.8) !important;
}

.mySwiper .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1) !important;
}

.mySwiper .swiper-pagination {
  text-align: right !important;
}

.repreSwiper .swiper-pagination-bullet-active{
  border-radius: .03rem;
  width: .18rem;
  background: #CF201A;
}

.repreSwiper .swiper-horizontal&gt;.swiper-pagination-bullets, .repreSwiper  .swiper-pagination-bullets.swiper-pagination-horizontal, .repreSwiper  .swiper-pagination-custom,.repreSwiper .swiper-pagination-fraction {
  bottom: .05rem !important;
}

.repreSwiper .person-info {
  cursor: pointer;
}


.dbdetail{
  color:#333;
}

.word-float {
  position: fixed;
  left: 0;
  top: 25%;
  z-index:100;
}
.word-float img {
  width: 1.8rem;
  height: 1.8rem;
}

.word-float .close {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 5;
  background: url(/images/close.png) no-repeat center;
  cursor: pointer;
}</pre></body></html>