a {
  text-decoration: none;
}

html {
  font-size: 50px;
}

@media screen and (min-width: 320px) {
  html {
    font-size: 21.33333px;
  }
}

@media screen and (min-width: 360px) {
  html {
    font-size: 24px;
  }
}

@media screen and (min-width: 375px) {
  html {
    font-size: 25px;
  }
}

@media screen and (min-width: 384px) {
  html {
    font-size: 25.6px;
  }
}

@media screen and (min-width: 400px) {
  html {
    font-size: 26.66667px;
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 27.6px;
  }
}

@media screen and (min-width: 424px) {
  html {
    font-size: 28.26667px;
  }
}

@media screen and (min-width: 480px) {
  html {
    font-size: 32px;
  }
}

@media screen and (min-width: 540px) {
  html {
    font-size: 36px;
  }
}

@media screen and (min-width: 720px) {
  html {
    font-size: 48px;
  }
}

@media screen and (min-width: 750px) {
  html {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .list-li .left {
    width: 25%;
  }
  .list-li .right {
    width: 75%;
  }
}

.catalog .container {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#292929), to(#343A40));
  background-image: linear-gradient(to bottom, #292929, #343A40);
  padding: 20px;
}

.catalog .container .search-list li {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  border: solid 1px #ccc;
}

.catalog .container .search-list li span {
  font-size: 0.32rem;
  color: #fff;
}

.catalog .container .search-list li a {
  text-decoration: underline;
  height: 100%;
  padding: 0 10px;
  font-size: 0.32rem;
  color: #fff;
  border-right: 1px solid #fff;
}

.catalog .container .search-list li a:hover {
  color: #c81623;
}

.catalog .container .search-page ul {
  height: 35px;
  width: 550px;
  margin: 0 auto;
}

.catalog .container .search-page ul li {
  float: left;
  width: 45px;
  height: 100%;
  border: solid 1px #ccc;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 0.32rem;
  margin-right: 20px;
  cursor: pointer;
  border-radius: 5px;
}

.catalog .container .search-page ul li:hover {
  background: #ccc;
}

.catalog .container .list-li {
  margin-bottom: 30px;
}

.catalog .container .list-li h4 {
  font-size: 0.4rem;
  color: #fff;
  margin-bottom: 15px;
}

.catalog .container .list-li .left {
  padding: 0;
  text-align: center;
}

.catalog .container .list-li .right {
  padding-left: 35px !important;
}

.catalog .container .list-li .right ul li {
  float: left;
  height: 30px;
  line-height: 30px;
  width: 300px;
  font-size: 0.32rem;
  color: #fff;
}

.catalog .container .list-li .right .introduce {
  float: left;
  font-size: 0.32rem;
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*# sourceMappingURL=catalog.css.map */