:root {
  --wzColor: #237BAC;
}
* {
  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.26rem 0 0.46rem 0;
}
.logo img{
  display: block;
  width: 2.42rem;
  height: 0.5rem;
}
.nav ul {
  padding-left: 0;
  margin:0;
}
.nav li {
  padding-right:0.26rem ;
}
.nav li a {
  display: block;
  padding-bottom: 0.14rem;
  font-size: 0.3rem;
  font-weight: 400;
  color:#333;
}
.nav .active a{
  color:var(--wzColor);
  border-bottom: 0.04rem solid var(--wzColor);
}
.nav .active a:hover {
  text-decoration: none;
  border-style: none;
  color:#333;
}
.nav li a:hover {
  text-decoration: none;
  color:var(--wzColor);
  border-bottom: 0.04rem solid var(--wzColor);
}
.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;
}
/**/
.title {}
.title span {
  font-size: 0.32rem;
  font-weight: 700;
  color:var(--wzColor);
}
.title a {
  font-size: 0.24rem;
  font-weight: 400;
  color:#999;
  margin-top: 0.05rem;
}
.title a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
/**/
.list1 ul {
  padding-left: 0;
  margin:0;
}
.list1 li {
  padding-bottom: 0.4rem;
}
.list1 li:nth-child(3){
 padding-bottom: 0;
}
.list1 li>a {
  display: block;
  width: 2.4rem;
}
.list1 li>a img {
  display: block;
  width: 2.4rem;
  height: 1.6rem;
  border-radius: 0.1rem;
}
.list1 li .des {
  width: 4.1rem;
}
.list1 li .des>a {
  font-size: 0.28rem ;
  font-weight: 400;
  color:#333;
}
.list1 li .des p {
  font-size: 0.24rem;
  font-weight: 400;
  color:#888;
  margin:0.04rem 0;
}
.list1 li .des span {
  display: block;
  font-size: 0.24rem;
  font-weight: 400;
  color:#999;
}
/**/
.list2 ul {
  padding-left: 0;
  margin:0;
  flex-wrap: wrap;
}
.list2 li {
  width: 3.3rem;
  padding-bottom: 0.5rem;
}
.list2 li:nth-child(3),.list2 li:nth-child(4) {
  padding-bottom: 0;
}
.list2 li>a {
  display: block;
  width: 3.3rem;
}
.list2 li>a img {
  display: block;
  height: 2rem;
  border-radius: 0.1rem;
}
.list2 li a p {
  font-size: 0.24rem;
  font-weight: 400;
  color:#333;
  margin:0;
  padding:0.2rem 0.04rem;
  border:0.01rem solid #DCDCDC;
  border-radius: 0.1rem;
}
/**/
.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:var(--wzColor);
}
.breadcrumb a:hover {
  text-decoration: none;
}
/**/
.homelist ul {
  padding-left: 0;
  margin:0;
}
.homelist li {
  padding: 0.4rem 0;
  border-bottom: 0.04rem solid #EEEEEE;
}
.homelist li>a {
  display: block;
  width: 2.4rem;
}
.homelist li>a img {
  display: block;
  width: 2.4rem;
  height: 1.6rem;
  border-radius: 0.1rem;
}
.homelist li .des {
  width: 4.1rem;
}
.homelist li .des>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.04rem 0;
}
.homelist li .des span {
  display: block;
  font-size: 0.24rem;
  font-weight: 400;
  color:#999;
}
/*分页*/
.pageTurn {
  margin-top: 0.4rem;
}
.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;  
  margin:0.1rem 0.2rem;
}
.pageTurn ul li a {
  color: #333;
}
.pageTurn ul li:hover{
  color:var(--wzColor);
}
.pageTurn ul li:hover a {
  text-decoration: none;
  color:var(--wzColor);
} 
.pageTurn .thisclass{
    color:var(--wzColor);
    border-style: none;
    font-weight: 700;
}
.pageTurn .thisclass:hover{
  color:#333;
}
/*.pageTurn .pageinfo{
  color: #fff;
}*/
/**/
.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.23rem;
  border-bottom: 0.02rem dashed #EEEEEE;
}
.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>div,.pageTurn>div a {
  font-size: 0.28rem;
  font-weight: 400;
  color:#333;
}
.pageTurn>div {
  color:var(--wzColor);
}
