html{font-size: 100px;}
.lx_item {
    margin-top: 0.3rem;
}

.lx_item .num_a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lx_item .num_a .a_left {
    width: calc(100%/2 - 0.1rem);
}

.lx_item .num_a .a_left .item {
    padding: 0.15rem 0.3rem 0.2rem;
    background: #fafafa;
    margin-bottom: 0.2rem;
}

.lx_item .num_a .a_left .item .title {
    font-size: 0.18rem;
    color: #5319ae;
    font-weight: bold;
    margin-bottom: 0.1rem;
    position: relative;
}

.lx_item .num_a .a_left .item .title::after {
    content: ' ';
    position: absolute;
    top: 0.03rem;
    left: -0.3rem;
    background:  no-repeat top left;
    width: 0.03rem;
    height: 0.18rem;
}

.lx_item .num_a .a_left .item .bod {
    font-size: 0.14rem;
    color: #333;
    line-height: .34rem;
}

.lx_item .num_a .a_right {
    width: calc(100%/2 - 0.1rem);
    margin-bottom: 0.2rem;
    background: #fafafa;
}

.lx_item .num_a .a_right .item {
    padding: 0.2rem 0.3rem 0.75rem;
}

.lx_item .num_a .a_right .item .title {
    font-size: 0.18rem;
    color: #5319ae;
    font-weight: bold;
    margin-bottom: 0.1rem;
    position: relative;
}

.lx_item .num_a .a_right .item .title::after {
    content: ' ';
    position: absolute;
    top: 0.03rem;
    left: -0.3rem;
    background: url('../images/lxwm/lxwm_01.png') no-repeat top left;
    width: 0.03rem;
    height: 0.18rem;
}

.lx_item .num_a .a_right .item .bod {
    font-size: 0.14rem;
    color: #333;
    line-height: .34rem;
}

.lx_item .num_a .a_right .item .bod .st {
    display: flex;
    justify-content: flex-start;
}

.lx_item .num_a .a_right .item .bod .st .td {
    width: 1.55rem;
    font-weight: bold;
}

.lx_item .num_a .a_right .item .bod .st .tb {
    width: calc(100% - 1.55rem);
}

.lx_item .num_a .a_right .item .bod .st .tb p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 0.34rem;
}

.lx_item .num_b {
    padding: 0.2rem 0.3rem 0.75rem;
    background: #fafafa;
}

.lx_item .num_b .title {
    font-size: 0.18rem;
    color: #5319ae;
    font-weight: bold;
    margin-bottom: 0.1rem;
    position: relative;
}

.lx_item .num_b .title::after {
    content: ' ';
    position: absolute;
    top: 0.03rem;
    left: -0.3rem;
    background: url('../images/lxwm/lxwm_01.png') no-repeat top left;
    width: 0.03rem;
    height: 0.18rem;
}

.lx_item .num_b .pic img {
    margin: 0 auto;
}

@media all and (max-width: 1366px) {}

@media all and (max-width: 1366px) {}

@media all and (max-width: 768px) {
    .lx_item .num_a .a_left {
        width: 100%;
    }
    .lx_item .num_a .a_right {
        width: 100%;
        margin-bottom: 0.2rem;
        background: #fafafa;
    }
}

.hz_item {
    padding: 0.6rem;
    background: url(../images/hz_bg.png) no-repeat;
    background-size: 100% 100%;
}

.hz_item .content {
    margin-bottom: 0.15rem;
    overflow: hidden;
   
    border-bottom: 0.01rem solid #dcdcdc; 
  }
  
  .hz_item .content .hz_title {
    text-align: left; padding-bottom: .15rem;
  }
  
  .hz_item .content .hz_title a {
    font-size: 0.18rem;
    color: #5030af;
    font-weight: bold;
  }
  
  .hz_item .content .hz_title::after {
    content: "";
    display: inline-block;
    height: 0.02rem;
    width: 0.6rem;
    background: #d2d2d2;
    vertical-align: middle;
    margin-left: 1vw;
    display: none;
  }
  
  .hz_item .content .hz_title::before {
    content: "";
    display: inline-block;
    height: 0.02rem;
    width: 0.6rem;
    background: #d2d2d2;
    vertical-align: middle;
    margin-right: 1vw;display: none;
  }
  
  .hz_item .content .hz_bod .item {
    /* padding-top: 0.35rem;
      padding-bottom: 0.35rem; */
    position: relative;
    padding: 0.1rem 0 .1rem  0.22rem;
     transition: all 1s;
    -webkit-transition: all 1s;
  }
  
  .hz_item .content .hz_bod .item:last-child {
    border-bottom: 0rem solid #dcdcdc;
  }
  
  
  .hz_item .content .hz_bod .item .hz_a a {
    font-size: 0.18rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 0.34rem;
  
    width: 100%;
  }
  .hz_item .content .hz_bod .item::after {
    content: "";
    background: url(../images/more5.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: 0.16rem;
    width: 0.71rem;
    height: 0.24rem;
    background-size: 100% 100%;
    display: inline-block;
    transition: 1s;
    -webkit-transition: 1s;
    transform: translate(-1rem);
  }
  
  /* .hz_item .content .hz_bod .item .hz_b {
    display: none;
  } */
  .hz_b li {
    width: 100%;
    padding-left: 0;
    justify-content: flex-start;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    position: relative;
    font-size: 0.14rem;
    color: #333;
    opacity: 0.8;
    line-height: 0.26rem;
  }
  .hz_item .content .hz_bod .item:hover {
    transition: all 1s;
    -webkit-transition: all 1s;
    position: relative;
  }
  .hz_item .content .hz_bod .item:hover{
    padding-left: 0.8rem;
  }
  
  .hz_item .content .hz_bod .item:hover::after {
    transform: translate(0);
  }
  .hz_item .content .hz_bod .item:hover .hz_a a {
    color: #5030af;
  }
  
  .hz_item .content .hz_bod .item .hz_b .b_bod:hover .bt_title {
    color: #5030af;
  }
  
  .hz_item .content .hz_bod .item .hz_b .b_bod .bt_title {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.24rem;
    margin-bottom: 0.15rem;
  }
  
  .hz_item .content .hz_bod .item .hz_b .b_bod .bt_bod {
    font-size: 0.14rem;
    color: #333;
    opacity: 0.7;
    line-height: 0.24rem;
  }
  
  
  @media all and (max-width: 1366px) {
    .hz_item {
      padding: 0.6rem;
    }
  }
  
  @media all and (max-width: 1080px) {
    .hz_item {
      padding: 0.3rem;
    }
  }
  
  @media all and (max-width: 480px) {
    .hz_item {
      padding: 0.15rem;
    }
  }