.ph_show{display: none;}
/* 适配移动页面2020-6-9 */
@media (max-width: 689px) and (min-device-width: 320px), (max-device-width: 480px){
  html{
    font-size: 26.6667vw;
  }
  body {
    min-width: 1200px;
    -webkit-text-size-adjust: none !important;
    min-width: 100%;
    width: 100%; 
    background: #fff;
  }
  .pc_hide{display: none;}
  .ph_show{display: block;}
   
    /* 文字轮播 */
  .ph_text_focus{
    width: 3.75rem;
    height: 1.04rem;
    background: #ffffff;
    position: relative;
    overflow: hidden;
  }
  .ph_shadow{ 
    height:.03rem;
    width:100%;
    background: url(827.png)no-repeat center center;

  }
  .ph_text_focus div.swiper-slide div.box {
    width: 3.45rem;
    height:1.04rem;
    overflow: hidden;
    position: relative; 
    margin:0 auto;
    font-size: .12rem; 
  }
  .ph_text_focus div.swiper-slide div.box  h3,
  .ph_text_focus div.swiper-slide div.box p{
    font-size: .14rem;  
    color: #222222;
    line-height: .2rem
  }
  .ph_text_focus div.swiper-slide div.box h3{ 
    font-weight: 700; 
    text-align: center;
    margin-top:.15rem;
  }
  /* 圆点 */
  .ph_text_focus .swiper-pagination-view {
    width: 100%;
    height:.1rem;
    position: absolute;
    left: 0;
    bottom:.15rem;
    text-align: center;
  }
  .ph_text_focus .swiper-pagination-view span.swiper-pagination-bullet,
  .ph_text_focus .swiper-pagination-view span.swiper-pagination-switch{
    display: inline-block;
    width: .05rem;
    height: .05rem;
    border-radius: 50%;
    margin: 0 .05rem;
    cursor: pointer;
    background: #666;
    }
    .ph_text_focus .swiper-pagination-view span.swiper-pagination-bullet-active,
    .ph_text_focus .swiper-pagination-view span.swiper-visible-switch  {
    width: .13rem;
    border-radius: .03rem;
    background: #FE8833;
    }

  .ph_text_focus span.swiper-pagination-bullet {
    display: inline-block;
    width: .05rem;
    height: .05rem;
    border-radius: 50%;
    margin: 0 .05rem;
    cursor: pointer;
    background: #666;
  }
  .ph_text_focus span.swiper-pagination-bullet-active {
    width: .13rem;
    border-radius: .03rem;
    background: #FE8833;
  }
  /* 列表 */
  .ph_list{
    width: 100%;
    height:auto;
    margin:0 auto;
    /* background-color: #F6F6F6; */
  }
  .ph_list_news{
    width:3.445rem;
    height:auto;
    margin:.2rem auto 0; 
  }
  .ph_list_news:last-child{
    margin-bottom: .3rem;
  }
  .ph_list_news h3{
    float: left;
    font-size: .22rem;
    font-weight: 700;
    text-align: left;
    color: #222222;
    line-height: .3rem;

  }
  .ph_list_news .ph_news_nav a{
    float: right;
    font-size: .14rem; 
    text-align: left;
    color: #999999;
    line-height: .3rem;
  }
  .ph_list_news li{
    width:100%;
    min-height: .68rem;
    padding-bottom: .15rem;
    border-bottom: .01rem  solid #F1F1F1;
    margin-top: .15rem;
    overflow: hidden;
  }
  .ph_list_news li:last-child{
    border:none;
  }
  .ph_list_news li img{
    float: left;
    width: 1.2rem;
    height:.68rem;
    margin-right: .15rem;
  }
  .ph_list_news li .ph_title{
    font-size: .16rem; 
    text-align: left;
    color: #222222;
    line-height: .22rem;
  }
  .ph_list_news li .ph_time{
    font-size:.12rem; 
    text-align: left;
    color: #afafaf;
    line-height: .24rem;
  }
  .ph_list .ph_line{
    width: 100%;
    height: .05rem;
    background: #f6f6f6;
  }

  
}