@charset "UTF-8";
/**
  css style ÓÃÓÚscss±àÐ´¼Ì³Ð
*/
.clearfix:before, section.list ul:before,
.clearfix:after,
section.list ul:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after, section.list ul:after {
  clear: both;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

* {
  margin: 0;
  padding: 0;
}

section.list {
  width: 1221px;
  width: 12.21rem;
  height: 100%;
  margin: 0 auto;
}
section.list ul {
  margin-top: 33px;
  margin-top: 0.33rem;
}
section.list ul li {
  float: left;
  width: 285px;
  width: 2.85rem;
  margin: 0 10px;
  margin: 0 0.1rem;
  margin-bottom: 24px;
  margin-bottom: 0.24rem;
}
section.list ul li a img {
  width: 285px;
  width: 2.85rem;
  height: 172px;
  height: 1.72rem;
}
section.list ul li a p {
  height: 59px;
  height: 0.59rem;
  line-height: 59px;
  line-height: 0.59rem;
  padding: 0 11px;
  padding: 0 0.11rem;
  background-color: #f5f5f5;
  color: #000;
  font-size: 14px;
  font-size: 0.14rem;
}
section.list .bread-crumbs {
  border-bottom: 1px solid #dbdbdb;
  width: 1200px;
  width: 12rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  section.list {
    width: calc(100% - 0.4rem);
    padding: 0 0.2rem;
  }

  section.list .bread-crumbs {
    width: 100%;
  }

  section.list ul {
    margin-top: 0.1rem;
    margin-bottom: 0.4rem;
  }

  section.list ul li {
    width: 49%;
    margin: 0 !important;
  }

  section.list ul li:nth-child(odd) {
    margin-top: 0.2rem !important;
    float: left;
  }

  section.list ul li:nth-child(even) {
    margin-top: 0.2rem !important;
    float: right;
  }

  section.list ul li a img {
    width: 100%;
    height: calc(100vw * 0.6 * 0.49);
  }

  section.list ul li a p {
    width: 94%;
    font-size: 0.32rem;
    height: 0.69rem;
    line-height: 0.69rem;
    padding: 0 3%;
  }
}
