* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  border: none;
  max-width: 100%;
}

li {
  list-style: none;
}

.clear {
  clear: both;
}

.container {
  max-width: 640px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
}

.margin {
  margin: 1rem auto;
}

.padding {
  padding: 0 0.5rem;
}

.alw img {
  width: 100%;
  display: block;
}

.al20box .altitle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 3rem;
}
.al20box .videolist {
  display: flex;
  flex-wrap: wrap;
}
.al20box .videolist .hide {
  display: none;
}
.al20box .videolist .box {
  width: 50%;
  padding: 0 0.2rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.al20box .videolist .box .videobox {
  position: relative;
}
.al20box .videolist .box .videobox .video {
  width: 100%;
}
.al20box .videolist .box .videobox video {
  width: 100%;
  height: 8.3rem;
}
.al20box .videolist .box .videobox .play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2rem;
  transform: translate(-50%, -50%);
}
.al20box .videolist .box .toptext {
  position: absolute;
  left: 0.2rem;
  top: 0.5rem;
  width: 6.675rem;
  z-index: 1;
}
.al20box .videolist .box .toptext h3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #fff;
  font-weight: normal;
}
.al20box .videolist .box .toptext img {
  display: block;
  width: 100%;
}
.al20box .videolist .box .infobox {
  position: relative;
}
.al20box .videolist .box .infobox h3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #333;
  font-weight: normal;
}
.al20box .videolist .box .infobox img {
  display: block;
  width: 100%;
}
.al20box .gd {
  cursor: pointer;
  margin: 0.5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffb400;
  width: 85%;
  height: 2rem;
  border-radius: 0.4rem;
  font-size: 0.8rem;
  color: #fff;
}
.al20box .gd span {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: 0.5rem;
}

/*# sourceMappingURL=css.css.map */
.hfq-nav ul { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -webkit-box-lines: multiple; -moz-flex-wrap: wrap; flex-wrap: wrap; }
.hfq-nav ul li { width: 25%; font-size: 0.825rem; line-height: 2.25rem; text-align: center; border-right: 1px #ccc solid; border-bottom: 1px #ccc solid; }
.hfq-nav ul li:nth-of-type(4n) { border-right: none; }
.hfq-nav ul li:nth-of-type(n+5) { border-bottom: none; }