<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mubansu {
  overflow: hidden;
  text-align: center;
  background: #fff;
  margin: 10px auto;
  position: relative
}
.mubansu .dwei {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 20px;
  height: 40px;
  display: block;
  z-index: 999999;
  cursor: pointer;
  padding: 5px;
}
.mubansu .prev {
  background: rgba(0, 0, 0, 0.5) url(../ico/zuo.svg) no-repeat center;
  left: 0;
}
.mubansu .next {
  background: rgba(0, 0, 0, 0.5) url(../ico/you.svg) no-repeat center;
  right: 0;
}
.mubansu .daimg {
  position: relative;
  z-index: 0;
}
.mubansu .daimg li {
  position: relative;
  text-align: center;
  display: table-cell;
  vertical-align: top;
}
.mubansu .daimg li img {
  vertical-align: top;
  width: 100%;
  object-fit: cover;
  display: block;
}
.mubansu .list {
  position: absolute;
  bottom: 2px;
  left: 0%;
  z-index: 1;
  width: 100%;
}
.mubansu .list li {
  display: inline-block;
  width: 20px;
  height: 6px;
  background: #fff;
  text-indent: -9999px;
  opacity: 0.7;
  overflow: hidden;
  margin: 0 5px;
  cursor: pointer
}
.mubansu .list li.on {
  background: #F63
}
.box1 {
  padding: 10px
}
.box1 li {
  width: 24%;
  text-align: center;
  overflow: hidden;
  background: #fff;
  padding-bottom: 10px;
  border-radius: 50px 0 0 0;
}
.box1 li i {
  display: block;
  overflow: hidden;
  max-height: 180px
}
.box1 dl {
  padding: 10px;
}
.box1 dt {
  line-height: 30px;
  height: 30px;
  font-weight: bold;
  color: #120F0F;
  overflow: hidden;
  font-size: 1.8rem
}
.box1 dd {
  line-height: 22px;
  height: 44px;
  color: #777;
  overflow: hidden;
  font-size: 1.3rem
}
.bti {
  padding: 10px;
  text-align: center
}
.bti dt {
  line-height: 40px;
  height: 40px;
  font-size: 2rem;
  overflow: hidden
}
.bti dd {
  line-height: 20px;
  height: 40px;
  font-size: 1.2rem;
  overflow: hidden;
  color: #666
}
.news {
  padding: 20px 0
}
.news .tab {
  width: 48%;
  padding: 1%;
  overflow: hidden;
  background: #fff;
}
.news ul li {
  padding: 10px 0;
  border-bottom: dashed 1px #ddd
}
.news li i {
  display: block;
  overflow: hidden;
  max-height: 85px;
  flex: 1;
  margin-right: 12px;
}
.news li dl {
  flex: 3;
}
.news li dt {
  line-height: 40px;
  height: 40px;
  font-size: 1.6rem;
  overflow: hidden
}
.news li dd {
  line-height: 20px;
  height: 20px;
  font-size: 1.2rem;
  overflow: hidden;
  color: #666
}
.jshao {
  background: #FFF
}
.jshao div {
  width: 48%;
  padding: 1%;
}
.jshao p {
  margin: 15px;
  line-height: 22px;
  height: 110px;
  overflow: hidden
}
.jshao a {
  display: block;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 120px;
  text-align: center;
  background: #261A64;
  color: #fff;
  border-radius: 6px
}
.link {
  padding: 20px 0
}
.link div {
  padding: 10px;
  background: #fff
}
.link h3 {
  line-height: 40px;
  height: 40px;
  font-size: 1.8rem;
  padding-left: 10px;
  border-bottom: dashed 1px #ddd;
  overflow: hidden;
}
.link li {
  padding: 10px;
  white-space: nowrap
}
@media(max-width:750px) {
  .box1 li {
    width: 49%;
    margin-bottom: 9px;
  }
  .jshao div {
    width: 96%;
    padding: 2%;
  }
  .news .tab {
    width: 96%;
    padding: 2%;
  }
  .news ol {
    display: none
  }
  .news ol li {
    max-height: 120px;
    overflow: hidden;
  }
  .mubansu .dwei {
    display: none
  }
  .mubansu {
    margin-top: 0;
  }
}</pre></body></html>