/* iphone6 7 8 */
/* iphone 5 */
/* @media screen and (max-width: 320px) {
  
  } */
/* iphoneX */
/* @media screen and (min-width: 375px) and (-webkit-device-pixel-ratio: 3) {
   
  } */
/* iphone6 7 8 plus */
@media screen and (max-width: 768px) {
  .page_focus {
    height: 207px;
  }
  .banner_label {
    font-size: 17px;
  }
  .cases dl,
  .media .focus dl {
    margin: 0 5px;
    width: 60%;
  }
  .w1200 {
    width: 100%;
    margin: auto;
  }
  .f-cb a img {
    width: 35%;
    height: auto;
    object-fit: cover;
    height: 100px;
  }
  .cases li {
    float: none;
    padding: 40px 10px 0 10px;
    border-bottom: 1px dashed #ddd;
    background: #fff;
    overflow: hidden;
  }
  .news {
    background-color: #f0f0f0;
    color: #000;
    padding: 20px;
  }
  #caseList {
    min-height: 600px;
  }

  .fl {
    float: left;
    display: inline;
    margin: 0;
  }
  dt {
    display: block;
    margin-bottom: 5px;
  }
  .cases dl .date,
  .media .focus dl .date {
    color: #b4b4b4;
  }
  .cases dl .info,
  .media .focus dl .info {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 70px;
    color: #999;
    line-height: 24px;
    margin: 10px 0 16px 0;
    overflow: hidden;
  }
  .cases dl dd {
    font-size: 12px;
  }
  .cases dl dt a,
  .media .focus dl dt a {
    font-size: 16px;
    color: #484848;
    display: block;
    font-weight: 500;
  }
  .apply-record {
    background-color: #fff;
  }

  .apply-record .tab {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
  }
}
/* pc */
@media screen and (min-width: 768px) {
  .news {
    background-color: #f0f0f0;
    color: #000;
    padding: 20px;
  }
  #caseList {
    min-height: 600px;
  }
  .loading {
    /* background: url(../img/loading.gif) no-repeat center 150px; */
  }
  .w1200 {
    width: 80%;
    min-width: 1200px;
    margin: auto;
  }
  .cases li {
    float: none;
    padding: 20px 10px;
    border-bottom: 1px dashed #ddd;
    width: 85%;
    margin: auto;
    background: #fff;
    overflow: hidden;
  }

  .f-cb {
    zoom: 1;
  }
  .f-cb a img {
    /* zoom: 1; */
    width: 20%;
    object-fit: cover;
    height: 150px;
  }
  .cases dl,
  .media .focus dl {
    margin: 0 6%;
    width: 60%;
  }
  .fl {
    float: left;
    display: inline;
    margin: 0;
  }
  dt {
    display: block;
    margin-bottom: 5px;
  }
  .cases dl .date,
  .media .focus dl .date {
    color: #b4b4b4;
  }
  .cases dl .info,
  .media .focus dl .info {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 70px;
    color: #999;
    line-height: 24px;
    margin-top: 10px;
    overflow: hidden;
    cursor: text;
  }
  .cases dl dd {
    font-size: 14px;
  }
  .cases dl dt a,
  .media .focus dl dt a {
    font-size: 20px;
    color: #484848;
    display: block;
    font-weight: 500;
    line-height: 30px;
  }
  body {
    background-color: #eee;
  }
  /* 新闻子集 */
  #newsMenu1 {
    display: none;
  }
  #newsMenu2 {
    display: none;
  }
  #newsMenu3 {
    display: none;
  }
  #newsMenu4 {
    display: none;
  }
  #newsMenu5 {
    display: none;
  }
  .newsMenu {
    width: 50%;
    margin: 20px auto;
    background-color: #fff;
    color: #2c2e2d;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 30px;
    cursor: text;
  }
  .newsMenu h1 {
    font-size: 25px;
    padding-top: 50px;
    width: 80%;
    margin: 20px auto;
  }
  .newsMenu img {
    width: 60%;
  }
  .newsMenu p {
    width: 61%;
    text-align: left;
    margin: 40px auto;
  }
  .img_title {
    margin: auto !important;
    font-size: 12px;
    text-align: center !important;
  }
  /* tab切换 */
  .apply-record {
    background-color: #fff;
  }

  .apply-record .tab {
    width: 67.6%;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
  }
}
