<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about-img {
  width: 100%;
  display: block;
}

.big-title {
  text-align: center;
  margin: 20px 0;
  font-size: 24px;
}

.bgimg {
  position: relative;
}

.bgimg img {
  display: block;
  width: 100%
}

.img-txt {
  padding: 15px 20px;
}

.bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.bg-img {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left center;
  padding: 30px 0;
  margin-bottom: 30px;
}

.content {
  margin: 50px 0;
  width: 100%;
  min-width: 1200px;

}

.item {
  padding: 20px;
  border-bottom: 1px solid #ececec;
  cursor: pointer;

}

.left-icon {
  width: 120px;
  height: 120px;
  background-color: #eee;
  box-sizing: border-box;

}

.day {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 4px;
}

.right-title {
  margin-left: 20px;

}

.right-title h6 {
  font-size: 20px;
  font-weight: 500;
}

.right-title .active {
  color: #38929a;
}

.right-title p {
  font-size: 14px;
  margin-top: 10px;
  color: #888;
  line-height: 1.8em;
}

#fenye-mobile{
  display: none;
}
@media screen and (min-width:1024px) {
  .main960 {
    width: 960px;
    margin: 0 auto;
  }

  .bg-top .bg-title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .bg-top .bg-tips {
    font-size: 14px;
    color: #fff;
    text-indent: 0;
    letter-spacing: 1px;
    margin-top: 10px;
  }
}

@media screen and (max-width:1024px) {
  .content{
    min-width:100%;
  }
  .left-icon{
    width:60px;
    height:60px;
  }
  .right-title h6{
    font-size: 16px;
  }
  .new-col{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #fenye-mobile{
    display: block;
  }
  #fenye-pc{
    display: none;
  }
  .bg-title{
    color:#fff;
  }
}</pre></body></html>