.banner{
/* background: url('../images/case/banner-meiti.png') no-repeat; */
background-size: 100% 100% !important;
position: relative;
height: 438px;
}
.aboutus .aboutus-title {
    color: #ffffff;
}
.aboutus .aboutus-title h3 {
    font-size: 28px;
    margin-bottom: 16px;
    padding-top: 224px;
}
.aboutus .aboutus-title {font-size: 16px;}
.aboutus .aboutus-title .banner-txt {
    width: 720px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    white-space: pre-wrap; 
}


  /* 行业分类  */
  .industry{
      width: 100%;
     height: 80px;
  }
   .industry li {
      float: left;    
      color: #040e1d;
      font-size: 16px;
      cursor: pointer;
     width: 24.5%;
     text-align: center;
     line-height: 80px;
  }

  .industry li:hover{
      color: #2c66c6;
  }

  .industry li.active{
      color: #2c66c6;
      border-bottom: 2px solid #2c66c6;
  }

  .industry .first{
    margin-left: 0;
  }

  .converageIndusty{
    border-bottom: 1px solid #e5eaf3;
  }

.midaoTxt{
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
  margin: 18px 0 6px 0;
	letter-spacing: 0px;
  color: #b6bbc5;
  cursor: pointer;
}
.midaoTxt a{
  color: #b6bbc5;
}

  /*文章列表页*/
  .list{
    margin: 70px auto 100px;
    display: none;
  }
  #mediaBox{
    margin-bottom: 50px;
  }
  .list_i{
    border: solid 1px #e6eaf1;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 19px;
    cursor: pointer;
    width: 96%;
    margin-left: 1%;
    margin-top: 1%;
  }
  .list_i:hover{
    box-shadow: 0px 0px 16px 0px rgba(4, 14, 29, 0.16);
  }
  .list_l{
    width: 220px;
    height: 147px;
    background: #f0f3f9;
    float: left;
  }
  .list_l img{
    width: 100%;
    height: 147px;
  }
  .dataBox{
    color: #b5bccb;
    margin-top: 14px;
  }
  .dataBox .dataListr{
    float: left;
  }
  .dataBox .dataTimer{
    float: right;
    margin-right: 10px;
  }
  .day{
    font-size: 40px;
    color: #adb5c3;
    text-align: center;
    font-family: "SourceHanSansCN-Bold";
    margin-top: 10px;
  }
  .date{
    font-size: 16px;
    font-family: "SourceHanSansCN-Medium";
    color: #cbd4e3;
    text-align: center;
  }

  .list_r{
    margin-left: 30px;
    float: left;
    width: 78%;
  }
  .list_r_t{
    font-size:20px;
    color: #040e1d;
    margin: 16px 0 12px 0;
  }
  .list_r_t:hover{
    color: #43a3f9;
  }
  .list_r_desc{
    color: #3b4759;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    display:-ms-box;
    display:-moz-box;
    display:-o-box;
    -webkit-box-orient:vertical;
    -ms-box-orient:vertical;
    -moz-box-orient:vertical;
    -o-box-orient:vertical;
    -webkit-line-clamp:2; 
    -ms-line-clamp:2; 
    -moz-line-clamp:2; 
    -o-line-clamp:2; 
    height: 52px;
  }
  #Parent{
    margin-bottom: 50px;
  }
  #Parent .layui-laypage{
    display: table;
    margin: 0 auto;
  }

  .show{
    display: block;
}
p{
  white-space: pre-wrap !important;
}