<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --wzColor:#F9C72F;
}
* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color:#333;
}

ul {
  list-style: none;
}
/*æ¢è¡Œ*/
.twoHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.threeHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
 .main  {
  margin:0 0.3rem;
}
.pd-30 {
  padding:0 0.3rem;
}
.logo {
  margin:0.3rem 0;
}
.logo img{
  display: block;
  width: 2.24rem;
  height: 0.5rem;
}
.nav ul {
  padding-left: 0;
  margin:0;
}
.nav li {
  padding-right:0.1rem ;
}
.nav li a {
  display: block; 
  font-size: 0.28rem;
  font-weight: 400;
  color:#333;
  padding:0.15rem 0.3rem;
}
.nav .active a{
  color:#fff; 
  background: var(--wzColor);
  border-radius: 0.3rem;
}
.nav .active a:hover {
  text-decoration: none;
  border-style: none;
  color:#333;
  background: #fff;
}
.nav li a:hover {
  text-decoration: none;
   color:#fff; 
  background: var(--wzColor);
  border-radius: 0.3rem; 
}
.nav .scro-x {
  display: -webkit-box;
  display: -ms-flexbox;
  overflow-x: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav .scro-x::-webkit-scrollbar {
  display: none;
}
/**/
.tip span {
  font-size: 0.24rem;
  font-weight: 400;
  color:var(--wzColor);
  border:0.01rem solid var(--wzColor);
  padding:0.08rem 0.14rem;
  border-radius: 0.14rem;
}
.tip a {
  width: 86%;
  font-size: 0.28rem;
  font-weight: 700;
  color:#333;
  margin-top: 0.06rem;
}

/**/
.title {
  border-bottom: 0.01rem solid #eee;
}
.title span {
  position:relative;
  font-size: 0.32rem;
  font-weight: 700;
  color:var(--wzColor);
  padding-bottom: 0.08rem;
}
.title span::before {
  content: "";
  position: absolute;
  left:0;
  bottom: -0.11rem;
  width: 1.6rem;
  height: 0.2rem;
  background: url(../images/t1.png) no-repeat;
  background-size: 1.4rem 0.1rem;
}
.title a {
  font-size: 0.24rem;
  font-weight: 400;
  color:#888;
  text-transform:uppercase;
  margin-top: 0.07rem;
}
.title a:hover {
  text-decoration: none;
  color:#999;
}
/**/
.list1&gt;a {
  display: block;
  width: 100%;
}
.list1&gt;a img {
  display: block;
  height: 2.2rem;
}
/**/
.list1 ul {
  padding-left: 0;
  margin:0;
}
.list1 li {
  padding:0.26rem 0 0 0;
}
.list1 li a {
  position: relative;
  width: 86%;
  font-size: 0.28rem;
  font-weight: 400;
  color:#333;
  padding-left: 0.26rem;  
}
.list1 li a::before {
  content: "";
  position: absolute;
  left:0;
  top: 0.16rem;
  width: 0.12rem;
  height: 0.12rem;
  background: #333;
  border-radius: 50%;
}
.list1 li span {
  font-size: 0.24rem;
  font-weight: 400;
  color:#888;
}
/**/
.list2 ul {
  padding-left: 0;
  margin:0;
  flex-wrap: wrap;
}
.list2 li {
  width: 3.3rem;
  margin-right: 0.3rem;
  padding:0.4rem 0 0 0;
}
.list2 li:nth-child(2),.list2 li:nth-child(4) {
  margin-right:0;
}
.list2 li a {
  display: block;
  width: 3.3rem;
}
.list2 li a img {
  display: block;
  height: 2.2rem;
}
.list2 li a p {
  font-size: 0.24rem;
  font-weight: 400;
  color:#333;
  margin:0.1rem 0 0 0;
}
/**/
.list2_news ul {
  padding-left: 0;
  margin:0;
}
.list2_news li {
  padding-top: 0.26rem;
}
.list2_news span {
  font-size: 0.28rem;
  font-weight: 400;
  color:var(--wzColor);
}
.list2_news a {
  width: 80%;
  font-size: 0.28rem;
  font-weight: 400;
  color:#333;
}
.list2_news .s2 {
  font-size: 0.24rem;
  font-weight: 400;
  color:#888;
  margin-top:0.03rem;
}
/**/
.link p{
  -webkit-box-pack: start;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0.2rem 0;
}
.link p a {
  display: block;
  font-size: 0.24rem;
  font-weight: 400;
  color:#999;
  margin-right: 0.26rem;
  margin-top: 0.15rem;
}
/*footer*/
.footer {
  margin-top: 0.4rem;
  padding: 0.5rem 0.3rem;
  background: #333;
} 
.footer p {
text-align: center;
  font-size: 0.22rem;
  text-align: center;
  margin: 0.06rem 0;
  color: #999;
  letter-spacing: 0.01rem;
}
/*é¢åŒ…å±‘*/
.breadcrumb span {
  font-size: 0.24rem;
  font-weight: 400;
  color:#999;
}
.breadcrumb a {
  color:#999;
}
.breadcrumb a:hover {
  text-decoration: none;
}
/**/
.homelist ul {
  padding-left: 0;
  margin:0;
}
.homelist li {
  padding:0.3rem 0 0.2rem 0;
  border-bottom: 0.01rem solid #eee;
}
.homelist li&gt;a {
  display: block;
  width: 2.2rem;
}
.homelist li&gt;a img {
  display: block;
  height: 1.6rem;
}
.homelist li .des {
  width: 4.3em;
}
.homelist li .des&gt;a {
  font-size: 0.28rem;
  font-weight: 400;
  color:#333;
}
.homelist li .des p {
  font-size: 0.24rem;
  font-weight: 400;
  color:#888;
  margin:0.06rem 0;
}
.homelist li .des span {
  display: block;
  font-size: 0.24rem;
  font-weight: 400;
  color:#888;
}
/*åˆ†é¡µ*/
.pageTurn {}
.pageTurn ul {
  padding: 0 0.2rem;
  margin:0;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
.pageTurn ul li {
  display: inline-block;
  font-size: 0.24rem;
  font-weight: 400;
  border: 0.01rem solid #ddd;
  padding: 0.06rem 0.2rem;
  background: #fff;
  margin:0.1rem;
}
.pageTurn ul li a {
  color: #333;
}
.pageTurn ul li:hover{
  color:var(--wzColor);
   background: var(--wzColor);
}
.pageTurn ul li:hover a {
  text-decoration: none;
  color:#fff;
}
.pageTurn .thisclass{
    background: var(--wzColor);
    color:#fff;
}
.pageTurn .thisclass:hover{
  color:#333;
}
.pageTurn .pageinfo{
  color: #333;
}
/**/
.textTitle h1 {
  font-size: 0.32rem;
  color: #333333;
  font-weight: 700;
  margin-bottom: 0.3rem;
  text-align: center;
}
.textTitle .d1 {
  /*background: #F7F7F7;
  padding:6px 0; */
  padding-bottom: 0.3rem;
  border-bottom: 0.01rem solid #eee;
}
.textTitle .d1 span {
  font-size: 0.24rem;
  font-weight: 400;
  color: #999;
  padding: 0 0.16rem;
}
.textTitle .d1 .s1 {
  margin-right: 0.3rem;
  padding-right: 0.3rem;
  border-right: 0.01rem solid #333;
}
.textContent {
  margin-top: 0.4rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #666;
}
.textContent p,.textContent div {
  font-size: 0.28rem!important;
  font-weight: 400;
  color: #666!important;
  margin-bottom: 0.3rem;
}
.textContent img  {
    display: block;
    margin:0 auto;
    height:auto!important;
    width:100%!important;
}
.pageTurn&gt;div,.pageTurn&gt;div a {
  font-size: 0.28rem;
  font-weight: 400;
  color:#333;
}
</pre></body></html>