@media screen and (max-width: 800px) {

    .zymbanner{
        width: 100%;
    }
    .header .tool{
        display: none;
    }
    .header .bread .bread-current{
        
padding-left: 15px;
        
font-size: 20px;
    }
    .header .bread .bread-content img{
    width: 13px;
}
    .header .bread .bread-content{
    padding-left: 15px;
    font-size: 12px;
    width: auto;
    padding: 0 12px;
    height: 36px;
}
    .header .bread .bread-content .bread-item a{
    font-size: 14px;
}
    .main{
    width: auto;
    padding: 0 5%;
    display: block;
}
    .dpzw #vsb_content_28941_u121 img{
    width: 100% !important;
}
    .card-date{
    font-size: 16px;
}
    .card-title{
    font-size: 15px;
}
    .card-desc{
    display: none;
}
    .card-btn{}
    .card-img{
    width: 143px;
    height: 103px;
}
    .card-date img{
    width: 13px;
}
    .card-body{
    padding: 13px;
}
    .news-card{
    margin-top: 15px;
}
    .footer ul{
    display: none;
}
    .footer .footer-container .footer-body{
    display: block;
}
    .footer-logo{
    width: 76%;
    display: block;
    margin: 0 auto;
}
    .footer .footer-container .footer-body .footer-logo img{
    width: 100%;
}
    .footer .footer-container .footer-body .footer-right{
    display: block;
}
    .footer-qr{
    width: 85px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 15px;
}
    .footer .footer-container .footer-body .footer-right .footer-qr img{
    width: 100%;
}
    .footer .footer-container .footer-body .footer-right .footer-desc .footer-content div{
    font-size: 12px;
    line-height: normal;
}
    .footer .footer-container .footer-body .footer-right .footer-desc .footer-label{
    font-size: 12px;
}
    .footer .footer-container .footer-body .footer-right .footer-desc{
    align-items: center;
    gap: 0;
    justify-content: center;
}
    .footer .footer-container .footer-body .footer-right .footer-desc + .footer-desc{
    margin-top: 14px;
}
    .footer .footer-container .footer-body .footer-right .footer-desc .footer-label img{
    height: 15px;
    margin-right: 9px;
}
    .footer .footer-tips{
    font-size: 10px;
    line-height: 28px;
    height: auto;
}
    .article-title{
    font-size: 20px;
    line-height: 1.6;
}
    .article-meta{
    font-size: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
}
    .article-body p{
    margin-top: 0px;
    /* line-height: 30% !important; */
    margin: 0;
}p[style*="text-align: justify"][style*="text-indent: 2em"][style*="line-height: 2em"] {
    text-indent: .6em !important;
    line-height: 30% !important;
}
    .article-body [id^="vsb_content_"] p {
    line-height: 180% !important;
}
    .article-body p span{
    font-size: 14px;
}
    .content-sidebar{
     display: none;
}
    .org-sidebar{
    display: none;
}
 .ph_sidebar_tit {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    background-color: #840808;
    line-height: 22px;
    align-items: center;
  }
.phone_oreg-sidebar{
    display: block;
    /* padding: 0 5%; */
}
  .ph_sidebar_tit p {
    font-size: 18px;
    color: white;
  }

  .ph_sidebar_tit i {
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -1px;
  }

  .ph_sidebar_tit i img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .phone_oreg-sidebar ul {
    background-color: aliceblue;
  }

  .phone_oreg-sidebar ul li {
    line-height: 30px;
    padding: 0 21px;
    background-color: #FFFFF7;
  }

  .phone_oreg-sidebar ul li a {
    display: block;
    font-size: 14px;
  }

  .phone_oreg-sidebar ul .active {
    background-color: #EFBA4A;
}

  .phone_oreg-sidebar ul .active a {
    color: BLACK;
}

  .phone_oreg-sidebar ul {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.3s ease-in-out;


    padding: 0;
    margin: 0;
    list-style: none;
  }


  .phone_oreg-sidebar ul.active {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
  }
 .phone_oreg-sidebar ul {
    background-color: #FFFFF7;
    list-style: none;
    margin: 0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    transition: 
      max-height 0.3s ease-in-out,
      opacity 0.3s ease-in-out,
      padding-top 0.3s ease-in-out,
      padding-bottom 0.3s ease-in-out,
      visibility 0.3s;
  }

  
  .phone_oreg-sidebar ul.active {
    
opacity: 1;
    
visibility: visible;
  }

  
  .phone_oreg-sidebar ul li {
    line-height: 46px;
    padding: 0 31px;
    margin-bottom: 10px;
  }

  .phone_oreg-sidebar ul li a {
    display: block;
    font-size: 14px;
    color: black;
  }

  
  .ph_sidebar_tit i {
    display: inline-block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
    vertical-align: middle;
    cursor: pointer;
    width: 22px;
    height: 22px;
    margin-top: -1px;
  }

  .ph_sidebar_tit i img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .ph_sidebar_tit i.rotate {
    transform: rotate(180deg);
  }
    .news-card .card-date span{
    font-size: 14px;
}
    
    .news-card .card-title{
    font-size: 14px;
    line-height: 1.6;
    overflow: hidden;
    display:-webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
    .news-card .card-date img{
    width: 13px;
}
    .org-main{
    margin-top: 30px;
}
    .group-text{
    font-size: 16px;
}
    .group-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
    .people-img{
    height: 200px;
}
    .people-info .people-name{
    font-size: 16px;
}
    .people-tag{
    font-size: 16px;
}
    .people-info{
    margin-top: 15px;
    margin-bottom: 15px;
}
    .people-item{
    padding: 19px;
}
    .gap{}
    .people-text{
    font-size: 14px;
    line-height: 1.6;
}
    .org-group{
    margin-bottom: 35px;
}
    .group-title{
    margin-bottom: 25px;
}
    .dept-name{
    font-size: 14px;
    margin-left: 10px;
}
    .dept-bar{
    width: 4px;
    height: 23px;
}
    .dept-item{
    height: 49px;
}
    .course .course-info{
    display: none;
}
    .course .course-steps .step-item{
    width: 100%;
    display: flex;
    justify-content: left;
}
    .course .course-steps .step-item .step-left{}
    .course .course-steps .step-item .step-right{
    font-size: 16px;
    line-height: 1.9;
    width: 81%;
}
    .course .course-steps .step-item .step-right .step-text.indent{}
    .course .course-steps .step-item .step-left .step-num{
    font-size: 34px;
    text-shadow: none;
    color: #870A0F;
}
    .course .course-steps .step-item .step-left .step-divide{}
    .course .course-steps .step-item .step-left .step-text{
    color: #870A0F;
    text-shadow: none;
    font-size: 29px;
}
    .course .course-steps .step-item .step-right .step-title{
    font-size: 16px;
}
    .article-header{
    margin-top: 35px;
}
}