﻿

  .hello{
    position: relative;
  }
 /* 头部样式 */

.danghang{
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 4vw;
}
.danghang .logo{
  width: 27%;
  display: flex;
  align-items: center;
}

.danghang .logo img{
  width: 47%;
}
.danghang .index-daohang a{
  font-size: 1.2vw;
  color: #000000;
  font-family: "Times New Roman";
  margin-right: 1.5vw;
}
/* 首页界面样式 */


/* 轮播图 */
.index_shouye_swiper img{
width: 100%;
height: 100%;
}
/* 服务人群 */
.gonggongyangshi_index_content{
  color: #000000;
  padding: 5% 18%;
  text-align: center;
}
.gonggongyangshi_index_content .index-con-title{
  font-size: 2vw;
  font-weight: 600;
}
.gonggongyangshi_index_content .indexForm-desc{
  color: #8e96b1;
  font-size: 1vw;
}
.gonggongyangshi_index_content .fuwurenqun_bj_icfont{
 height: 1vw;
  background: url("../images/fuwurenqun_bj_icfont.png")no-repeat;
  background-size: 100%;
}
.fuwurenqun_content{
  margin-top: 2vw;
}
.fuwurenqun .fuwurenqun_content>ul{
  display: flex;
  justify-content: space-between;
}
 .fuwurenqun .fuwurenqun_content>ul>li{
   position: relative;
  width: 20%;
  box-shadow: -8px -2px 10px #ececec;
}
 .fuwurenqun .fuwurenqun_content>ul>li img{
  width: 100%;
  height: 100%;
}
.fuwurenqun .fuwurenqun_content>ul>li .fuwurenqun_content_li_div{
  position: absolute;
  bottom: 0;
  font-size:0.8vw;
  padding-left: 0.5vw;
  padding-right: 3vw;
  line-height: 1.8vw;
  background: linear-gradient(-135deg,transparent 1.5vw, #ffffff 0);
}
/* 直播演示 */
.zhiboyanshi{
  height: 37vw;
  background: url("../images/xunizhibobj.png") no-repeat;
  background-size: 100% 100%;
}
.zhiboyanshi_fuwurenqun_content{
  width: 100%;
  height: 28vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
}
.fuwurenqun_content_sp{
  background-color: #000000;
  width: 89%;
  height: 100%;
  margin-left: 1%;
}
/* 便捷操作 */
.index_hexinshili{
  width: 100%;
}
.index_hexinshili img{
  width: 100%;
}
/* 功能展示 */


.gongnengzhanshi_swiper{
  display: flex;
  margin-top: 4vw;
}

.gongnengzhanshi_swiper_content{
  background-color: #4468e6;
  width: 80%;
}
.swiper_content_xuanzhong{
display: flex;
padding:  5%;
}

.swiper_content_xuanzhong_img{
  width: 45%;
  margin-top: -10%;
  margin-right: 5%;
}
.swiper_content_xuanzhong_img>img{
  width: 100%;
}
.swiper_content_xuanzhong_text{
  color: #ffffff;
  width: 50%;
  text-align: left;
}
.swiper_content_xuanzhong_wenben>.index_gongnengzhanshi_xuhao{
  font-size: 3vw;
  line-height: 5vw;
}
.swiper_content_xuanzhong_wenben>p{
  font-size: 1.2vw;
}
.swiper_content_xuanzhong_wenben .wenben{
  font-size: 0.8vw;
}
.gongnengzhanshi_swiper_content .index_gongnengzhanshi_xuhao{
  color: #5777e9;
  /* opacity: 0.4; */
}

/* 未选中的样式 */
.gongnengzhanshi_swiper_yncang .swiper_content_xuanzhong_img{
  display: none;
}
.gongnengzhanshi_swiper_yncang{
  width: 30%;
  background-color: #f7f8fc;
}
.gongnengzhanshi_swiper_yncang .swiper_content_xuanzhong_wenben {
  color: #81859e;
}
.gongnengzhanshi_swiper_yncang .swiper_content_xuanzhong_wenben .wenben{
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.gongnengzhanshi_swiper_yncang .swiper_content_xuanzhong{
  padding: 12% 8%;
  text-align: left;
}
.gongnengzhanshi_swiper_yncang .swiper_content_xuanzhong_wenben p{
  color: #000000;
}
/* 资讯全知道 */

.xinwenxiangqing{
  background-color: #f7f8fc;
}
.xinwenxiangqing_swiper{
margin-top: 2vw;
}
.xinwenxiangqing .swiper-slide a{
  display: flex;
}
.xinwenxiangqing_img{
  width: 35%;
}
.xinwenxiangqing_wenzhang{
  padding-left: 5%;
  width: 60%;
  text-align: left;
}
.xinwenxiangqing_img img{
  width: 100%;
}
.xinwenxiangqing_wenzhang p{
  width: 80%;
  
font-size: 1.5vw;
overflow:hidden; /*超出的文本隐藏 */
text-overflow:ellipsis; /*//溢出用省略号显示 */
white-space:nowrap; /*//溢出不换行 */
font-weight: 800;
color: #292c45;
}
.xinwenxiangqing_wenzhang span{
  font-size: 0.8vw;
  overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box; /*作为弹性伸缩盒子模型显示。 */
-webkit-box-orient:vertical; /*设置伸缩盒子的子元素排列方式--从上到下垂直排列 */
-webkit-line-clamp:3; /*显示的行*/
letter-spacing:3px;
color: #666b89;
  }
  /*公共样式小点点 */
  .iconfont_D_D_D{
    display: flex;
    margin: 1vw 0 ;
  }
.iconfont_D_D_D>div{
  width: 0.3vw;
  margin-left: 0.3vw;
  height: 0.3vw;
  background-color:#fbcf68 ;
 
}

/* 涉及的APP */
.index_shejiapp{
 background-color: #f7f8fc;
 padding-top: 0;
}
.index_shejiapp img{
  width: 100%;
}

/* 底部指南 */
.six{
  padding: 2% 18%;
}
.six{
  background: url("../images/bg-b95e7d9a.png")no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.six_right>.sright{
  display: flex;
  color: #ffffff;
}
.six_left{
  width: 60%;
  color: #a2a3a8;
  font-size: 0.8vw;
  display: flex;
  align-items: center;
}
.six_left .youxiang {
  line-height: 2vw;
}
.six_left .youlian span a{
  color:#a2a3a8 ;
}
.six_left .sleft  .youlian_title{
  color: #ffffff;
}
.six_left .banquan>p a{
  line-height: 1.6vw;
  color: #a2a3a8;
}
/* 右侧 */
.six_right .sright .footer-tel {
  margin-top: 1vw;
 font-size: 0.8vw;
 margin-right: 1vw;
}
.six_right .sright .footer-tel .footer-tel-title{
  line-height: 2vw;
}
.six_right .sright .footer-tel .footer-tel-num{
  font-size: 1.2vw;
}
.six_right .sright .gghxcx{
  display: flex;
  flex-direction: column;
  font-size: 1vw;
  align-items: center;
  text-align: center;
}



.banquan a{
text-decoration: none;
color:#efeff3 ;
}



/* 资讯报道页面 */
.hello .zubd-zt{
  padding-left: 0px;
  color: #000000;
font-size: 0.125rem;
width: 10rem;
}
.zubd-top{
  width: 100%;
}
.zubd-top img{
  width: 100%;
}
/* 顶部图片动画 */


/* 图片动画 */
.zubd-content{
  width: 100%;
}



/* 多标签页切换 */

.zubd-content-daohang {
  height: 0.442708rem;
text-align: center;
  padding: 0px  0.56125rem;

}
.zubd-content-daohang li{ 
  cursor:pointer;
  line-height:0.380625rem;
float: left; 
width: 10%;
margin: 0.020833rem 0.9601667rem;
}
.tab1{
  color: #9456fe;
  border-bottom: 0.015625rem solid #9456fe;
  border-radius: 0.005208rem;

}
/* 标签页内容部分 */
.zubd-content-neirong {
  background-color: #f8f8f8;
  padding: 0px  1.25rem;
  overflow: hidden;
}
.zubd-content-neirong li:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear:both;
  visibility: hidden;
}
.zubd-content-neirong li{
  border-bottom: 1px solid #dfdfdf;
}

.content-left{
  background-color: #ffffff;
  margin: 0.442708rem   0.46875rem;
  text-align: center;
}
.content-left p{
  font-size: .078125rem;
  background-color: #9456fe;
  color: #ffffff;
  padding: 0rem 0.026042rem;
}
.content-left span{
  font-size: .078125rem;
  background-color: #ffffff;
  color: #9456fe;
  line-height: 0.260417rem;
}
.content-right span{
  display: inline-block;
  overflow: hidden;    
  text-overflow: ellipsis;      /*超出部分以省略号显示*/
  white-space: nowrap;
  width: 5.2rem;  
}
.content-right{
  line-height: 0.3125rem;
  display: flex;
  flex-direction: column;
  margin: auto 0;
}

.content-right p{
  overflow: hidden;    
  text-overflow: ellipsis;      /*超出部分以省略号显示*/
  white-space: nowrap;
  width: 2.96875rem;  
  color: #a1a6b0;
  font-size: 0.104167rem;
}
.content-right a{
  font-size: 0.104167rem;
 color: #000000;
}
.content-right-img{
  float: left;
}
.content-textimg{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.content-right-img{
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-right-img img{
    width: 1rem;
 height: 0.7rem;
}
.column-list-text-item{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}









.content{
  display: none;
}
.zubd-content-neirong .content1{
  display: block;
}
/* 底部分页器 */
.upload {
  background-color: #f8f8f8;
  padding: 0.28rem 1rem;
}
.upload  ul{
  margin-bottom: 0.104167rem;
  text-align: center;
  margin-left: 2.4875rem;
}
.upload li{
  border-radius: 0.052083rem;
  text-align: center;
  line-height:0.208333rem ;
  padding: 0px 0.1rem;
  border: 0.005208rem solid #a1a6b0 ;
 float: left;
 font-size: 0.102917rem;
 background-color: #ffffff;
 margin-right: 0.026042rem;
}
/* 分页搜索框和按钮 */
.upload .pull-right{
  border: 0rem solid #a1a6b0 ;
  background-color: #f8f8f8;
}
.upload .pull-right input{
  border-radius: 0.052083rem;
  text-align: center;
  line-height:0.208333rem ;
  padding: 0px 0.1rem;
  border: 0.005208rem solid #a1a6b0 ;
 float: left;
 font-size: 0.102917rem;
 background-color: #ffffff;
 margin-right: 0.026042rem;
 outline: none; 
}
.upload .pull-right input:nth-child(1){
  width: 0.5rem;
}
.upload ul{
  margin-left: 1rem;
}
.upload ul:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear:both;
  visibility: hidden;
}
.six  .izl-rmenu{
top:65%;
}
.six  .izl-rmenu>div{
background-color:#4468e6;
margin-bottom: 3px;
}
/* 软件下载界面 */
.ruanjianxiazaiclearfix_container{
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#fff),color-stop(98%,#f4f4ff));
}
.ruanjianxiazai_index{
  padding: 5% 18%;
margin-top: 2vw;
  background: url("../images/clientpage_bg.c1068006.png");
  
  background-size:contain
}
.ruanjianxiazai_index>div{
  text-align: center;
  color: #333333;
  font-size: 1.2vw;
}
.ruanjianxiazai_index .ruanjianxiazai_index_title{
  font-size: 2.5vw;
}
.ruanjianxiazai_index_jieshao{
  line-height: 3vw;
}
.ruanjianxiazai_index_xiazai>ul{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.ruanjianxiazai_index_xiazai>ul>li{
  width: 24%;
  background-color: #ffffff;
  box-shadow: 0 20px 40px 0 rgb(71 105 235 / 10%);
  border-radius: 1.5vw;
  margin-top: 2.5vw;
}
.type-item.third{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10% 10%;
}
.type-item .logo{
  width: 40%;
}
.type-item .title{
font-size: 1.2vw;
line-height:4vw;
}
.type-item .line{
  text-align: center;
  height: 1px;
  width: 80%;
  opacity: 0.2;
  background-image: radial-gradient(50% 148%,#000 0,transparent 100%);
}
.type-item .desc{
  font-size: 0.8vw;
  margin-top:1vw;
  line-height: 1.5vw;
padding: 2%;
}
.type-item  .liuliang{
  font-size: 0.7vw;
  color: #666666;
}
.button-and-qrcode{
  width: 100%;
  height: 5vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.button-and-qrcode_anniu{
  background-image: linear-gradient(90deg,#feb75b 2%,#ff9502 98%);
  line-height: 2vw;
  width: 100%;
  border-radius: 0.4vw;
}
.button-and-Android{
background-image: linear-gradient(90deg,#1e89ff 2%,#0773fc 98%);
}
.button-and-xr{
background-image: linear-gradient(90deg,#4752F9 2%,#0773fc 98%);
}

.button-and-qrcode_anniu>a{
  display: inline-block;
  width: 100%;
  font-size: 0.8vw;
  color: #ffffff;
}
.button-and-qrcode>img{
  height: 100%;
}


/* 绿幕直播 */
.xunizhibo>div{
  padding: 2% 18%;
}

 .xunizhibo_container_text{
  text-align: center;
  padding: 3% 15%;
}
.container_text_title{
  color: #000000;
  line-height: 5vw;
font-size: 2vw;
}
.xunizhibo_container_text  {
  color: #666666;
font-size: 0.9vw;
}
.special-music-pane{
 padding: 0% 10%;
}
.special-music-pane img{
  width: 100%;
}
 .xunizhibo_xunibeijing{
  color: #666666;
  background-color:#f7f9fd ;
  margin-top: 5vw;
}
.xunizhibo_xunibeijing_qianjing{
  padding-right: 10%;
  display: flex;
  justify-content: space-between;


}
.xunizhibo_xunibeijing_qianjing .billow-image{
  position: relative;
  width: 40%;
}
.xunizhibo_xunibeijing_qianjing .billow-image img{
  position: absolute;
  top: -15%;
  width: 100%;
}
.xunizhibo_xunibeijing_text{
  width: 50%;
  margin-top: 3vw;
  margin-bottom: 2vw;
}
.xunizhibo_xunibeijing_text .cutup-billow-tabs{
  display: flex;
  margin-top: 3vw;
  justify-content: space-between;
  align-items: flex-end;
}
.cutup-billow-tabs li{
  width: 25%;
  text-align: center;
  font-size: 1vw;
}
.cutup-billow-tabs li img{
  width: 100%;
}
.cutup-billow-tabs .active img{
  width: 120%;
}

.xunizhibo_container_text_title{
  color: #666666;
  font-size: 0.9vw;
  line-height: 1.5vw;
}
/* 应用场景 */
.xunizhibo_yingyongchangj_yycj ul {
  color: #6c7588;
display: flex;
justify-content: space-between;
padding: 5% 0;
}
.xunizhibo_yingyongchangj_yycj ul li{

  width: 46%;
}
.xunizhibo_yingyongchangj_yycj ul li .div_img{
  width: 100%;
  overflow: hidden;
}
.xunizhibo_yingyongchangj_yycj ul li .div_img img:hover {
transform: scale(1.1);
}

.xunizhibo_yingyongchangj_yycj ul li .div_img img{
  width: 100%;
 
}
.xunizhibo_yingyongchangj_yycj ul li span{
  font-size: 1.1vw;
  line-height: 2.5vw;
}
.xunizhibo_yingyongchangj_yycj ul li p{
  font-size: 0.9vw;

}



/*媒体查询 */
 @media(max-width: 1050px){
   /* 底部公共导航 */
   .six_left{
     font-size: 2vw;
   }
 /* 首页样式 */
 .gonggongyangshi_index_content{
   padding: 5% 5%;
 }
 .gonggongyangshi_index_content .index-con-title{
   font-size: 4vw;
 }
 .gonggongyangshi_index_content .fuwurenqun_bj_icfont{
   height: 2vw;
 }
 .gonggongyangshi_index_content .indexForm-desc{
   font-size: 3vw;
 }
 .swiper_content_xuanzhong_wenben>.index_gongnengzhanshi_xuhao{
  font-size: 8vw;
}
.swiper_content_xuanzhong_wenben>p{
  font-size: 3vw;
}
 .swiper_content_xuanzhong_wenben .wenben{
   font-size: 1.8vw;
 }

 .xinwenxiangqing_wenzhang p{
   font-size: 4vw;
 }
 /* 首页直播演示 */
 .zhiboyanshi{
   height: 45vw;
 }
 .fuwurenqun_content_sp{
   width: 63%;
 }




  .hello > div {
    background-origin:border-box;
  }
  .DOUYING{
    margin-left: 0.84rem;
  }
 

  .jj-left{
    margin-top: 0.3rem;
    margin-right: 0.8rem;
    margin-left: 0.6rem;
  }
/* 软件下载界面 */
.ruanjianxiazai_index_xiazai>ul>li{
width: 45%;
}
.type-item .logo{
  width: 50%;
  height: 1.5rem;
}
.ruanjianxiazai_index{
  padding: 5% 10%;
}
.type-item .title{
  font-size: 3vw;
  line-height: 8vw;
}
.type-item .desc{
font-size: 2.1vw;
line-height: 3vw;
}
.type-item .liuliang{
  font-size: 2vw;
}
.button-and-qrcode{
  height: 10vw;
}
.button-and-qrcode_anniu>a{
  font-size: 2.5vw;
}
.button-and-qrcode_anniu{
  line-height: 5vw;
  border-radius:1.2vw;
}
.xunizhibo>div{
  padding: 5%;
}
.container_text_title{
  font-size: 4vw;
  font-weight: 600;
  line-height: 10vw;
}
.xunizhibo_container_text{
  font-size: 3vw;
}
.xunizhibo_container_text{
  padding: 3% 4%;
}
.xunizhibo_xunibeijing_text{
  margin-top: 0;
}
.xunizhibo_container_text_title{
  font-size: 2vw;
  line-height: 2.3vw;
}
.xunizhibo_yingyongchangj_yycj ul li span{
  font-size: 3vw;
}
.xunizhibo_yingyongchangj_yycj ul li p{
  font-size: 2vw;
}

  /* 控制手机端界面左侧一只 */
  .gg-left{
    margin-top: 0px;
    margin-left: 0.6rem;
  }
  .four-lest{
    margin-left: 0.6rem;
  }
  .hangyecj{
    margin-left: 0.6rem;
  }
  .sleft{
    margin-left: 0.6rem;
  }

  .content-right{
    width: 70%;
  }
  /* 媒体报道 */
  /* 顶部的背景 */
  .zubd-top{
    margin-top: 0.5rem;
     height: 2rem;
  }
  /* 导航栏 */
  .zubd-content-daohang{
    height: 0.8rem;
 
  }
  .zubd-content-daohang ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .zubd-content-daohang li{
    font-size: 0.4rem;
    width: 30%;
    margin: 0rem 0rem;
    line-height: 0.8rem;
  }
  .zubd-content-daohang li a{
    color: #3d3d40;
  }

  .gghxcx img{
    width: 1rem;
  }
  .jj-left{
   width: 4.8rem;
  }
  .jj-left .intro{
    width: 100%;
  }
  /* .hangyecj{
    padding-left: 0.677083rem;
  } */
  .gg-left{
    width: 4.75rem;
  }
  .ff-right img{
    margin-left: 0.585417rem;
  }
  .five .five-nr{
    width:5.89583rem;
  }
  .download > div{
    margin-top: 0px;
  }
  .four .four-nr{
    width: 3.6rem;
  }
  /* 关注微信公众号 */
  .sright span{
    font-size: 1.5vw;
     letter-spacing:0rem;
    display:block;
  }
 
   /* 媒体报道下的日期字体大小 */
   .content-left p{
    font-size: .278125rem;
    padding: 0rem 0.026042rem;
  }
  .content-left span{
    font-size: .278125rem;
    line-height: 0.860417rem;
  }
  .zubd-content-neirong{
    padding: 0px 0.65rem;
  }
  /* 媒体报道日期左侧内容 */
  .content-right{
    line-height: 0.5rem;
  }
  .content1 .content-right span{
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .content-right p{
    font-size: 0.3rem;
  }
  .content-right a{
    font-size: 0.2rem;
  }
    /* 媒体报道底部分页按钮 */
    .upload{
      padding: 0.4rem 0rem 0.8rem 0;
    }
    .upload li{
      border-radius: 0.18rem;
      line-height: 0.6rem;
      padding: 0 0.2rem;
      font-size: 0.4rem;
    }
    .upload .pull-right input{
      border-radius: 0.18rem;
      line-height: 0.6rem;
      padding: 0 0.2rem;
      font-size: 0.4rem;
    }
    .upload .pull-right input:nth-child(1){
      width:0.8rem;
    }

    /* 行业场景中手机界面显示内容 */
 
    .section{
      padding-left: 0rem;
      background-size: 100% 100%;
    }
    .section>div{
      float: none;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
    }
 /* 媒体报道右侧图片 */
    .content-right-img img{
      width: 1.5rem;
    }
    .content-right span{
      width: 4.5rem;  
    }
    /* 首页字体大小 */
    .jj-left .intro{
      font-size: 0.25rem;
      line-height: 0.35rem;
    }
    .nr{
      font-size: 0.25rem;
      line-height: 0.35rem;
    }
    .five .five-nr{
      font-size: 0.25rem;
      line-height: 0.35rem;
    }
    /* 首页二维码 安卓，苹果图片 */
    .download{
      margin-top: 0.2rem;
    }
    .download .img0 img{
      top: 0rem;
    }
    .download .img1 img{
      width:0.65rem;
    }
    .download .img2 img{
      width:1.9rem;
    }
    .download .img3 img{
      width:1.9rem;
    }
    /* 底部公共界面 */
   
     .six .tibologo img{
     width: 2.5rem;
    }
    .six_right .sright .footer-tel{
      font-size: 2vw;
    }
    .six_right .sright .footer-tel .footer-tel-num{
      font-size: 2.5vw;
    }
   
  /* 功能展示内字体滑动溢出隐藏 */
   .intro ul li span{
      display: inline-block;
      overflow: hidden;    
      text-overflow: ellipsis;      /*超出部分以省略号显示*/
      white-space: nowrap;
      width: 3rem;  
    }
    .six .tibologo{
          width:5.5rem;
    }
/*功能展示*/
/*滚动的影视剧*/
.hycj .hycj-left-zuo{
width:1.4rem;
height:2.0rem;
}
.hycj .hycj-left-zhong{
width:1.86rem;
height:3.0rem;
}
.hycj .hycj-left-you{
width:1.18rem;
height:1.9rem
}

/*另类营销*/
.hycj .sevein-right{
margin-right:0rem;
}
.sevein-liyx1{
width:2.0rem;
}
/*运动健身*/
.nint-left-zhong{
width:2.27rem
}
.nint{
margin-top:0.4rem;
}
 /* 客服界面 */
    .six  .izl-rmenu{
      top: 65%;
    }
    .six  #izl_rmenu>div{
      width: 1rem;
      height: 1rem;
      background-size: 100% 100%;
       opacity: 0.8;
      background-color: #4753f8;
     margin-bottom: 1px;
    }
    /* .QQ客服界面 */
    .six .izl-rmenu .btn-qq .qq{
      width: 2rem;
      left: -2rem;
      
    }
    /* 所有界面字体大小 */
    .six #izl_rmenu>div>div{
      font-size:0.3rem ;
      line-height: 1rem;
    }
    /* 微信界面 */
    .six   .izl-rmenu .btn-wx .pic{
      width: 2rem;
      height: 2rem;
      left: -2rem;
    }
    /* 这是电话 */
    .six  .izl-rmenu .btn-phone .phone{
        width: 3.5rem;
        left: -3.5rem;
    }
    .six .izl-rmenu{
        margin-right:0px;
   }
    /* 媒体报道界面手机端查看时图片左侧显示 */
    /* 让日期不显示 */
    .content-left{
      display: none;
    } 
    /* 让li中的DIV 从右侧开始横着排 */
    .content-textimg{
      flex-direction: row-reverse;
    }
    /* 给LI设置上下的padding */
    .zubd-content-neirong li{
      padding: 0.3rem  0;
    }
    /* 标题的图片设置距离右侧的宽 */
    .content-right-img img{
      width: 1.5rem;
      padding-right: 0.4rem;
     height: 1.2rem;
    }
    .content-right span{
      width: 6rem;  
    }
    .content-right p{
      width: 4rem;
    }
}


@media (max-width: 500px) {
 
  .jj-right{
    margin-top: 0.3rem;
  }
  .lbsjzsw{
    margin-top: 0rem;
  }
  .gg-left{
    margin-top: 0rem;
  }
  .two{
    padding-top:0.4rem;
    }
    .intro{
    margin-top:0rem;
    }
    .four-lest{
    margin-top:0rem;
    }
    .intro ul li{
    height:0.8rem;
    }

    .DOUYING{
      margin-left: 1.4rem;
    }
}












  
