<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrapper{
  padding:40px 16px;
  box-sizing: border-box;
  margin-bottom:30px;
}

.side .title{
  width:100%;
  height:60px;
  line-height:60px;
  background:url(./tbg_03.png) no-repeat;
  background-size: 250% auto;
  font-size:35px;
  color:#fff;
  font-weight: bold;
  text-indent: 20px;
  margin-bottom:40px;
}

.side .list li{
  font-size:28px;
  line-height:56px;
  background:url(./listIco2.png) 10px 22px no-repeat;
  text-indent:40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.side .list li a{
  color:#555;
}
.side .list li span{
  float:right;
}
.side .list li:nth-child(5n){
  border-bottom:1px solid #E0E0E1;
  padding-bottom:10px;
  margin-bottom:10px;
}



.crumbs{
  font-size:16px;
  margin-bottom:35px;
}
.crumbs img{
  position: relative;
  top:2px;
}
.content h2{
  text-align: center;
  font-size:38px;
  margin-bottom:30px;
  line-height: 64px;
}
.content .info{
  font-size:22px;
  color:#3B3B3B;
  border-bottom:1px solid #CDCDCE;
  text-align: center;
  padding-bottom:32px;
  margin-bottom:31px;
}
.content .box p{
  font-size:28px;
  line-height: 56px;
  color:#000;
}</pre></body></html>