/* 适配移动页面 */
.ph_show{display: none;}
@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_nav{
    width:100%;
    height: .4rem;
    background: #ffffff;
    box-shadow: 0pt 3pt 6pt 0pt rgba(196,196,196,0.2); 
     /*段落中文本不换行*/
     white-space: nowrap;
     /*设置横向滚动*/
     overflow-x: scroll;
     /*禁止纵向滚动*/
     overflow-y: hidden;
     /*文本平铺*/
     text-align: justify;
     padding: 0 .05rem; 
     /*设置边距改变效果为内缩*/
     box-sizing: border-box;
  }
  .ph_nav span{ 
    font-size: .14rem; 
    text-align: center;
    line-height: .4rem;
    letter-spacing: 0pt;
    padding-left:.1rem;
    padding-right:.15rem;
    text-decoration: none;  
    display: inline-block; 
    position: relative;
  }
  .ph_nav span a{
     color: #333333;
     text-decoration: none;
  }
  .ph_nav a.ph_add{
    color:#FE8833;
  }
  .ph_nav a.ph_add::after{
    display:block;
    position: absolute;
    top:.38rem;
    left:50%;
    width:.18rem;
    height:.02rem;
    margin-left:-.1rem;
    content:'';
    background: url(#)no-repeat center center;
  }
  /* 导航结束 */
  /* 列表 */
  .ph_show ul.tong_list{
    width:3.45rem;
    height:auto;
    margin:0 auto;
  }
  .ph_show ul.tong_list li{
    width:100%;
    min-height: .68rem;
    padding-bottom: .15rem;
    border-bottom: .01rem  solid #F1F1F1;
    margin-top: .15rem;
    overflow: hidden;
  }
  .ph_show .tong_list li:last-child{
    border:none;
  }
  .ph_show .tong_list li img{
    float: left;
    width: 1.2rem;
    height:.68rem;
    margin-right: .15rem;
  }
  .ph_show .tong_list li .ph_title{
    font-size: .16rem; 
    text-align: left;
    color: #222222;
    line-height: .22rem;
  }
  .ph_show .tong_list li .ph_time{
    font-size:.12rem; 
    text-align: left;
    color: #afafaf;
    line-height: .24rem;
  }
  /*  */
  .ph_page{
    width:100%;
    text-align: center;
    margin:.3rem auto;
  }
  .ph_page .nocurr {
    line-height: .2rem;
    display: inline-block;
    width:.2rem;
    height: .2rem;
    box-sizing: border-box;
    border: .01rem solid #BFBFBF;
    border-radius: .05rem;
    margin-right: .1rem;
    font-size: .12px;
    float: left;
}
.ph_page .nocurr span {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.ph_page  .prevPage1 {
    display: inline-block;
    width: .2rem;
    height: .2rem;
    border: .01rem solid #BFBFBF;
    box-sizing: border-box;
    background: url(#) no-repeat center center;
    border-radius:.03rem;
    float: left;
  }
  
  
  .ph_page .prevPage2 {
    display: inline-block;
    width: .2rem;
    height: .2rem;
    border: .01rem solid #BFBFBF;
    box-sizing: border-box;
    background: url(#) no-repeat center center;
    /* filter: alpha(opacity=50); */
    /* opacity: 0.5; */
    border-radius:.03rem;
    float: left;
  }
  
  .ph_page .nextPage1 {
    display: inline-block;
    width: .2rem;
    height: .2rem;
    border: .01rem solid #BFBFBF;
    box-sizing: border-box;
    background: url(#) no-repeat center center;
    border-radius: .03rem;
    float: left;
  }
  
  
  .ph_page  .nextPage2 {
    display: inline-block;
    width: .2rem;
    height: .2rem;
    border: .01rem solid #BFBFBF;
    box-sizing: border-box;
    background: url(#) no-repeat center center;
    /* filter: alpha(opacity=50); */
    /* opacity: 0.5; */
    border-radius:.03rem;
    float: left;
  }
  
  
  .ph_page .curr {
    line-height:.2rem;
    display: inline-block;
    width: .2rem;
    height: .2rem; ;
    border-radius: .03rem;
    margin-right: .1rem;
    color: #FFFFFF !important;
    font-size: .12rem;
    text-align: center;
    background: #DE614E !important;
    float: left;
  }
  
  .ph_page .nocurr {
    line-height: .2REM;
    display: inline-block;
    width: .2rem;
    height: .2rem;
    border: .01rem solid #BFBFBF;
    box-sizing: border-box; 
    border-radius: .03rem;
    margin-right:.1rem;
    font-size: .12rem;
    float: left;
  }
  
/*20200924*/
.ph_show .tong_list_ver_img li img{
    float: left;
    width: 1.2rem;
    height: 1.68rem;
    margin-right: .15rem;
  }

}
