@charset "UTF-8";

.lists {
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  cursor: pointer;
}

.list {
  width: 33.333%;
  float: left;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  background-color: #F5F5F5;
  box-sizing: border-box;
}

.list span {
  font-size: 16px;
}

.thisimg {
  display: inline;
}

.thisimg img {
  vertical-align: middle;
}

.contents {}

.content {
  display: none;
  /* width: 1100px; */
  min-height: 500px;
  background-color: #ffffff;
  padding: 10px 0px;
}

.dis {
  display: block;
  background-color: #ffffff;
}

@media (max-width: 980px) {
  .content {
    width: 100% !important;
  }

  .content img {
    width: 100% !important;
  }

  .list {
    width: 30%;
  }

  .thisimg img {
    width: 15%;
  }

  .list:first-child {
    width: 40%;
  }

  .list span {
    font-size: 12px;
  }

  div.content:nth-child(4)>iframe:nth-child(1) {
    height: 1850px;
  }

  .contents {
    width: 98%;
    margin: 0px 1%;
  }

  .content {
    width: 100%;
    clear: both;
  }

  div.list:nth-child(1) {
    width: 50%;
  }

  div.list:nth-child(2) {
    width: 50%;
  }

  div.list:nth-child(3) {
    width: 33.3%;
  }

  div.list:nth-child(4) {
    width: 33.3%;
  }

  div.list:nth-child(5) {
    width: 33.3%;
  }

  div.list:nth-child(2)>div:nth-child(1)>img:nth-child(1) {
    width: 10%;
  }

  div.list:nth-child(1)>div:nth-child(1)>img:nth-child(1) {
    width: 10%;
  }
}