.cat-banner {
  height: 130px;
  margin-bottom: 50px;
}
.cat-banner a {
  display: block;
}
.sub-cats-wrapper {
  height: 230px;
  margin-bottom: 50px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
   -ms-flex-pack: justify;
       justify-content: space-between;
}
.sub-cats-wrapper li {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 270px;
  padding: 20px 0;
  border: 1px solid #D4D4D4;
  border-radius: 20px;
  text-align: center;
}
.sub-cats-wrapper li a {
  display: block;
}
.sub-cats-wrapper li a .img-wrapper {
  overflow: hidden;
  width: 151px;
  height: 166px;
  margin: 0 auto;
}
.sub-cats-wrapper li a .img-wrapper img {
  display: block;
  width: 100%;
}
.sub-cats-wrapper li a div {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
.sub-cats-wrapper li:hover {
  border-color: #1873e4;
}
.sub-cats-wrapper li:hover a div {
  color: #1873e4;
}
.links-wrapper {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
   -ms-flex-pack: justify;
       justify-content: space-between;
  margin-bottom: 50px;
}
.link-wrapper {
  margin-bottom: 50px;
}
.articles-wrapper {
  margin-bottom: 50px;
  min-height: 256px;
}
.articles-wrapper li a {
  display: block;
  line-height: 52px;
  padding-left: 16px;
  color: #333333;
  background-image: url("/zouchuqu/images/dot.png");
  background-repeat: no-repeat;
  background-position: left center;
  border-bottom: 1px dashed #dddddd;
}
.articles-wrapper li a span {
  font-size: 18px;
  line-height: 52px;
}
.articles-wrapper li a div {
  overflow: hidden;
  margin-right: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 52px;
}
