/* pc样式 */
body, button, input, select, textarea {
    font-family: Verdana;
}
@media screen and (min-width: 1024px){
   .content-bj1 {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
  }

  .zxjj-box>p, .hyjr-box-top p {
        text-indent: 0em;
    font-family: Verdana;
    text-align: justify;
  }
    .bottom-box-right ul li {
        width: 50%;
    }
   .hyjr-box-bottom {
        height: 3.8rem;
        background-size: 100% 3.8rem;
   }
   .hyjr-box-bottom>p {
     margin-bottom: 0.15rem;
   }

    .hyjr-box-top {
        padding: 0.3rem 0.3rem 0.3rem 0.3rem;
    }
.lxwm-right img {
         width: auto; 
        height: 6.5rem;
}
}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
   .content-bj1 {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
  }
     .zxjj-box>p, .hyjr-box-top p {
        text-indent: 0em;
    font-family: Verdana;
    text-align: justify;
  }
   .bottom-box-right ul li {
        width: 50%;
    }
   .hyjr-box-bottom {
        min-height: 3.8rem;
        background-size: 100% 3.8rem;
   }
   .hyjr-box-bottom>p {
     margin-bottom: 0.15rem;
   }
   .hyjr-box-top {
        padding: 0.3rem 0.3rem 0.3rem 0.3rem;
    }
   .lxwm-right img {
         width: auto; 
        height: 6.5rem;
   }
} 
@media screen and (max-width: 600px) { 
    .hyjr-box-bottom {
        background-size: 100% 100%;
    }
    .hyjr-box-bottom>p {
        font-size: 12px;
    }
}