
/*  */

.ph_show{display: none;position: relative;}
/* 适配移动页面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;}
  .tpjc_nav{
    width:100%;
    height:.44rem;
    background-color: #666; 
  }
  /* 焦点图 */
  
  

    
  /* phone content */
  .tpjc_phone_content{
    width:3.45rem;
    height:auto;
    margin:0 auto;
    /* background: palevioletred; */
  }
  .ph_title{
    padding: .2rem 0 .1rem 0;
  }
  .ph_title h2{
    float: left;
    font-weight: 600;
    font-size: .22rem;
    line-height: .3rem;
    color: #222;
    }
    .ph_title .ph_more{
      float: right;
      font-size: .14rem;
      color: #999999;
      line-height: .3rem;
      cursor: pointer;
    }
    /* 横向滚动条 */
    .ph_zt_title {
      width: 100%;
      max-height: .21rem;
      line-height: .21rem;
      /*段落中文本不换行*/
      white-space: nowrap;
      /*设置横向滚动*/
      overflow-x: scroll;
      /*禁止纵向滚动*/
      overflow-y: hidden;
      /*文本平铺*/
      text-align: justify;
      /*背景颜色*/
      background: #Fff;
      padding: 0 .05rem; 
      /*设置边距改变效果为内缩*/
      box-sizing: border-box;
    }
    
    .ph_zt_title a {
      color: #666666;
      /*取消超链接下划线*/
      text-decoration: none; 
      font-size: .15rem;
    }
 
    .ph_zt_title::-webkit-scrollbar {
      /*隐藏滚动条*/
      display: none;
    }
 
    .ph_zt_title  a::after{
      display: inline-block;
      content: '/';
      margin:0 .1rem;
    }
    .ph_zt_title  a{
      color:#666
    }
    .ph_zt_title a:last-child::after{ 
      content: none; 
    }
    .ph_list{
       /* */
      margin-top:.05rem;
    }
    .ph_list li{
      float: left;
      width:1.67rem;
      height:1.59rem;
      border: .01rem solid #ebebeb;
      margin-bottom: .1rem;
    }
 
    .ph_list li img{
      width: 1.67rem;
      height: .94rem;
    }
    .ph_list li p{
      width: 1.47rem;
      height: .65rem;
      font-size: .16rem;
      color: #222222;
      margin:0 auto;
      line-height:1.5;
    }
    .ph_list li:nth-child(even){
      margin-left:.07rem;
    }
    ul.ph_rdtp{
      margin-top: 0;
    }
    .tpjc_rdtp{
      margin-bottom: .3rem;
    }

    /* 返回顶部 */
    /* .returnTop{
      width:.45rem;
      height:.45rem;
      position: fixed;
      display: none;
      right:0;
      bottom:1.5rem;
      z-index: 9;
      background: url(#)no-repeat center center;
    } */

  
   /*  */



}
 
 