@media screen and (max-width: 800px) {

  .hamburger-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
  }

  .hamburger-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: white;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .hamburger-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
  }

  .hamburger-btn.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
  }

  .mobile-nav-wrapper {
    display: block;
  }

  .mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .mobile-nav-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .mobile-nav-container {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    transition: left 0.3s ease-in-out;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  }

  .mobile-nav-container.active {
    left: 0;
  }

  .mobile-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #43187b;
    color: white;
    font-size: 18px;
    font-weight: bold;
  }

  .mobile-nav-close {
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
  }

  .mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-nav-item {
    border-bottom: 1px solid #eee;
  }

  .mobile-nav-item>a,
  .mobile-nav-link {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    position: relative;
  }
.content-main p img{
    height: auto;
}
  .mobile-nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .mobile-nav-link a {
    flex: 1;
    color: #333;
    text-decoration: none;
  }

  .arrow {
    font-size: 18px;
    color: #999;
    transition: transform 0.3s;
  }

  .mobile-nav-item.open .arrow {
    transform: rotate(45deg);
  }

  .mobile-sub-nav {
    /* display: none; */
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f9f9f9;
  }

  .mobile-nav-item.open .mobile-sub-nav {
    display: block;
  }

  .mobile-sub-nav li a {
    display: block;
    padding: 12px 20px 12px 40px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #eee;
  }

  .mobile-sub-nav li:last-child a {
    border-bottom: none;
  }
 .ph_search {
    width: 235px;
    margin: 0 auto;
    margin-top: 38px;
  }
  .ph_ipt {
    width: 200px;
    border: 1px solid #43187b;
    height: 30px;
    outline: none;
    padding-left: 10px;
  }
  .ph_sbt {
    width: 30px;
    height: 30px;
    background: url(../images/search_show.png) no-repeat #43187b;
    background-size: 100% 100%;
    border-radius: 100%;
  }.list-page {
    margin-top: 20px;
  }
  .sidebar {
    width: 100%;
  }
  .sidebar ul {
    margin-top: 10px;
    /* display: none; */
  }
  .sidebar h1 {
    font-size: 14px;
    line-height: 43px;
    margin-bottom: 0;
  }
  .sidebar h1:after {
    display: none;
  }
  .section01 .setR{
    display:block;
  }
  .section01 .section_tit .setR{
    display: block;
}
  .section01{
    padding-top: 0;
}
  .list-right {
    width: 100%;
    padding-left: 0;
  }
  .sidebar > ul li a {
    font-size: 14px;
    line-height: 40px;
  }
  .sidebar > ul li a:after {
    font-size: 14px;
    right: -90px;
  }
  .ph_cdh i {
    width: 26px;
    display: block;
    height: 26px;
    position: relative;
    z-index: 11111;
  }
  .ph_cdh i:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background-color: white;
    top: 12px;
    z-index: 111;
    right: 0px;
  }
  .ph_cdh i:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    background-color: white;
    right: 9px;
    top: 3px;
    transform: rotate(0deg);
    transition: all 0.3s;
    z-index: 1111;
  }
  .ph_cdh i.mo:after {
    transform: rotate(90deg);
    transition: all 0.3s;
  }
  .ph_cdh {
    display: flex;
    justify-content: space-between;
    height: 61px;
    align-items: center;
    background-color: #43187b;
    padding: 0 17px;
  }
  .ph_cdh i.mo:after {
    transform: rotate(90deg);
    transition: all 0.3s;
  }
  .Breadcrumbs p {
    background: url(../images/position_ico.png) no-repeat left center;
    background-size: 13%;
    padding-left: 70px;
  }
  .Breadcrumbs p,
  .Breadcrumbs a {
    font-size: 14px;
    line-height: 48px;
    padding-left: 4px;
  }
  .list_ul ul li span {
    font-size: 12px;
    line-height: 38px;
  }
  .list_ul ul li a {
    font-size: 14px;
    line-height: 27px;
    width: 74%;
    display: block;
    overflow: hidden;
    display:-webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .list_ul ul li {
    padding: 20px 0px;
    padding-left: 16px;
  }
  .list_ul ul li:after {
    width: 3px;
    height: 3px;
  }
  .content h2 {
    font-size: 20px;
  }
  .Author span {
    font-size: 12px;
  }
  .content-main p {
    font-size: 14px;
  }
  .page_ a {
    font-size: 14px;
  }
  .page_ {
    margin: 10px 0;
  }
  .w-1400 {
    width: 100%;
    padding: 0 5%;
  }

  .logo {
    width: 84%;
  }

  .dh_bx {
    display: none;
  }

  .header {
    padding: 13px 19px;
    width: 100%;
  }

  .header_box {
    width: 100%;
  }

  .banner_next,
  .banner_prev {
    width: 20px;
    height: 20px;
  }

  .banner_swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .banner_swiper .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
  }
  .setL p{
    font-size: 20px;
}
  .setL span{
    font-size: 30px;
    top: -21px;
}
  .setL p::after{
    width: 40px;
    height: 1px;
    right: -43px;
    bottom: 11px;
}
  .setR{
    font-size: 14px;
}
  .setR::after{}
  .section_tit{
    margin-top: 25px;
}
  .s01_swiper{
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
  .s01_temple{
    width: 100%;
}
  .s01_swiper .s01_temple a{
    height: 247px;
}
  .s01_list{
    width: 100%;
    height: auto;
    margin-top: 5px;
}
  .s01_time p{
    font-size: 18px;
}
  .s01_time span{
    font-size: 1;
}
  .s01_info{
    padding: 10px 15px;
    width: 86%;
    min-height: 92px;
}
  .s01_info p{
    font-size: 14px;
}
  .s01_info span{
    font-size: 10px;
    margin-top: 5px;
}
  .s01_temList{}
  .s01_list .swiper-slide-thumb-active .s01_info{
    min-height: auto;
}
  .s01_list .swiper-slide-thumb-active{
    height: auto !important;
}
  .s01_list .swiper-slide{
    min-height: 62px !important;
}
  .s02_swiper{
    margin-top: 30px;
    margin-bottom: 30px;
}
  .s02_swiper a{
    width: 88%;
    height: auto;
    padding: 49px 19px;
    position: relative;
}
  .s02_swiper a::before{
    left: 37%;
    bottom: -48px;
}
  .s02_swiper a p{
    font-size: 20px;
    padding-bottom: 20px;
    position: relative;
}
  .s02_swiper a span:after{
    content:"";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgb(191, 191, 191);
    left: 0;
    top: 59px;
  }
  .s02_swiper a span{
    font-size: 12px;
    margin-top: 18px;
}
  .s02_swiper i{
    display: none;
}
  .s02_time{
    font-size: 15px;
    bottom: -72px;
    left: 34%;
}
  .s02_swiper a::after{
    left: 40%;
    height: 30px;
    bottom: -30px;
}
  .s02_line{
    margin-top: -72px;
}
  .s03_swiper{
    margin-top: 30px;
}
  .s03_pagetion{
    display: none;
}
  .s03_swiper a{
    width: 100%;
    height: 287px;
}
  .s03_time p{
    font-size: 14px;
}
  .s03_time span{
    font-size: 12px;
}
  .s03_tit{
    font-size: 14px;
}
  .s04_box{
    margin-top: 30px;
    flex-wrap: wrap;
}
  .s04_boxL{
    width: 59%;
    height: 161px;
}
  .s04_boxM{
    width: 36%;
    height: 160px;
}
  .s04_boxR{
    width: 100%;
    margin: 0 auto;
    margin-top: 24px;
}
  .s04_boxL a p{
    font-size: 14px;
}
  .s04_boxL::after{
    height: 40px;
}
  .s04_boxRtit{
    width: 150px;
    line-height: 30px;
    background: url(../images/s04_icon2.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 16px;
    margin-top: 7px;
}
  .s04_boxR ul li a{
    font-size: 12px;
}
  .s04_boxR ul{
    margin-top: 15px;
    margin-bottom: 30px;
}
  .s04_boxR ul li{
    margin-top: 15px;
}
  .s04_boxR ul li::before{
    width: 4px;
    height: 5px;
    top: 9px;
}
  .f_boxCon{
    display: block;
    padding-top: 36px;
    padding-bottom: 25px;
}
  .f_logo{
    width: 100%;
}
  .s02_swiper::before{
    display: none;
}
  .s02_swiper::after{
    display: none;
}
  .s01_list::after{
    display: none;
}
  .f_linkBox{
    display: block;
    width: 100%;
}
  .f_linkBox p{
    font-size: 16px;
    padding: 7px 5px;
}
  .f_linkBox ul{
    flex-wrap: wrap;
    margin-left: 0;
    overflow-x: scroll;
    width: 100%;
    top: -39px;
    left: 0;
    justify-content: space-between;
    padding-bottom: 5px;
}
  .f_linkBox ul li{
    margin-left: 0;
    padding: 5px 5px;
    width: 45%;
    border-right: 1px solid white;
    margin-top: 10px;
}
  .f_linkBox ul li:nth-child(2n){
    border: navajowhite;
}
  .f_linkBox ul li a{
    white-space: nowrap;
    font-size: 12px;
    padding: 0;
}
  .s04_box::after{
    display: none;
}
  .section03{
    margin-top: 69px;
}
  .footer{
    position: relative;
}
  .f_info{
    margin-top: 20px;
}
  .f_info p{
    font-size: 12px;
    margin-top: 5px;
  }
}