.bread {
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 24px;
  width: 1240px;
  margin: 8px auto 0px;
}
#content {
  display: flex;
  justify-content: space-between;
}
#content .cont-l {
  width: 824px;
}
#content .cont-l .app-cate {
  margin-bottom: 12px;
}
#content .cont-l .app-cate h3 {
  font-family: s;
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  margin-bottom: 16px;
}
#content .cont-l .app-cate .top-down-list ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  grid-gap: 12px;
  margin-bottom: 25px;
}
#content .cont-l .app-cate .top-down-list ul li a {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
}
#content .cont-l .app-cate .top-down-list ul li a .cover {
  width: 67px;
  height: 67px;
  border-radius: 12px x;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  margin-right: 7px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
#content .cont-l .app-cate .top-down-list ul li a .center {
  width: calc(100% - 74px);
}
#content .cont-l .app-cate .top-down-list ul li a .center h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: r;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
#content .cont-l .app-cate .top-down-list ul li a .center .pf i {
  font-family: l;
  font-weight: 300;
  font-size: 12px;
  color: #666666;
}
#content .cont-l .app-cate .top-down-list ul li a .center .pf .star {
  width: 12px;
  height: 12px;
}
#content .cont-l .app-cate .top-down-list ul li a:hover .center h4 {
  color: #F17322;
  text-decoration: underline;
}
#content .cont-l .app-cate .top-down-list .show-more {
  display: block;
  width: 100%;
  height: 47px;
  background: #388ADE;
  border-radius: 8px;
  font-family: s;
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
  line-height: 47px;
  margin-bottom: 15px;
}
#content .cont-l .ad-box {
  margin-bottom: 20px;
}
#content .cont-l .ad-box .ad-title {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #A6A6A6;
  line-height: 16px;
  text-align: center;
}
#content .cont-r {
  width: 400px;
}
#content .cont-r .ad-box {
  margin-bottom: 20px;
}
#content .cont-r .ad-box .ad-title {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #A6A6A6;
  line-height: 16px;
  text-align: center;
}
#content .cont-r .ad-box .ad-cont {
  text-align: center;
}
#content .cont-r .top-down {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 16px;
}
#content .cont-r .top-down .top-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 8px;
}
#content .cont-r .top-down .top-title h3 {
  font-family: s;
  font-weight: normal;
  font-size: 18px;
  color: #333333;
}
#content .cont-r .top-down .top-title a {
  font-family: l;
  font-weight: 300;
  font-size: 12px;
  color: #999999;
}
#content .cont-r .top-down .top-down-list ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 12px;
}
#content .cont-r .top-down .top-down-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #fff;
  padding: 12px 10px;
  border-radius: 8px;
}
#content .cont-r .top-down .top-down-list ul li a .pm {
  width: 21px;
  height: 24px;
  background: url('../images/fore.png') no-repeat;
  background-size: 23px;
  font-family: b;
  font-size: 12px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
  margin-right: 12px;
}
#content .cont-r .top-down .top-down-list ul li a .pm img {
  width: 21px;
  height: 24px;
}
#content .cont-r .top-down .top-down-list ul li a .cover {
  width: 77px;
  height: 77px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  margin-right: 12px;
}
#content .cont-r .top-down .top-down-list ul li a .center {
  width: calc(100% - 164px);
}
#content .cont-r .top-down .top-down-list ul li a .center h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: r;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
#content .cont-r .top-down .top-down-list ul li a .center span {
  font-family: l;
  font-weight: 300;
  font-size: 12px;
  color: #999999;
}
#content .cont-r .top-down .top-down-list ul li a .center .pf i {
  font-family: l;
  font-weight: 300;
  font-size: 12px;
  color: #666666;
}
#content .cont-r .top-down .top-down-list ul li a .center .pf .star {
  width: 12px;
  height: 12px;
}
#content .cont-r .top-down .top-down-list ul li a .more,
#content .cont-r .top-down .top-down-list ul li a .more-c {
  width: 30px;
  height: 30px;
}
#content .cont-r .top-down .top-down-list ul li a .more-c {
  display: none;
}
#content .cont-r .top-down .top-down-list ul li a:hover {
  border-color: #F17322;
}
#content .cont-r .top-down .top-down-list ul li a:hover .more {
  display: none;
}
#content .cont-r .top-down .top-down-list ul li a:hover .more-c {
  display: block;
}
@media (min-width: 860px) and (max-width: 1200px) {
  .bread {
    width: 100%;
    padding: 0 12px;
  }
  #content {
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont-l .app-cate .top-down-list ul {
    grid-template-columns: repeat(3, minmax(20px, 1fr));
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .top-down .top-down-list ul {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  .bread {
    width: 100%;
    padding: 0 12px;
  }
  #content {
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont-l .app-cate .top-down-list ul {
    grid-template-columns: repeat(3, minmax(20px, 1fr));
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .top-down .top-down-list ul {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  .bread {
    width: 100%;
    padding: 0 12px;
  }
  #content {
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont-l .app-cate .top-down-list ul {
    grid-template-columns: repeat(3, minmax(20px, 1fr));
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .top-down .top-down-list ul {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  .bread {
    width: 100%;
    padding: 0 12px;
  }
  #content {
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont-l .app-cate .top-down-list ul {
    grid-template-columns: repeat(1, minmax(20px, 1fr));
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .top-down .top-down-list ul {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
}
