body {
  counter-reset: hits;
}
.main {
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
}
.main .content-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main .content-box .content-l {
  width: 860px;
  padding-bottom: 20px;
}
.main .content-box .content-r {
  width: 300px;
}
.spirit-box {
  background: #fbfbfb;
  padding: 10px 0;
  margin-bottom: 20px;
}
.spirit-box .wrapper {
  overflow: hidden;
}
.spirit-box .wrapper .spirit-list {
  display: block;
  overflow: hidden;
  margin-bottom: -10px;
}
.spirit-box .wrapper .spirit-list .fenge {
  display: block;
  background: #fff;
  width: 860px;
  height: 40px;
  clear: left;
  margin-bottom: 10px;
}
.spirit-box .wrapper .spirit-list .spirit {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  background: #f2f2f2;
  height: 50px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.spirit-box .wrapper .spirit-list .spirit .mark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 13px;
  background: #a60011;
  position: absolute;
  top: 8px;
  right: 4px;
  z-index: 998;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.spirit-box .wrapper .spirit-list .spirit .mark img {
  display: block;
  width: 24px;
  height: 7px;
}
.spirit-box .wrapper .spirit-list .spirit .mark::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 0;
  border-top: 2px solid #a60011;
  border-left: 2px solid #a60011;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.spirit-box .wrapper .spirit-list .spirit::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  background: #a60011;
  z-index: 998;
  transition: 0.2s linear;
}
.spirit-box .wrapper .spirit-list .spirit:nth-child(2n+1) a i {
  color: #999;
}
.spirit-box .wrapper .spirit-list .spirit:hover::before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.2s linear;
}
.spirit-box .wrapper .spirit-list .spirit:hover a {
  position: relative;
  z-index: 999;
}
.spirit-box .wrapper .spirit-list .spirit:hover a i {
  font-style: normal;
  color: #fff;
}
.spirit-box .wrapper .spirit-list .spirit a {
  padding: 0 34px;
  display: block;
  text-align: center;
  line-height: 50px;
}
.spirit-box .wrapper .spirit-list .spirit a i {
  font-size: 18px;
  color: #7f7f7f;
  font-weight: bold;
}
.hot-words {
  padding: 0 12px;
}
.hot-words div {
  margin-top: 25px;
}
.hot-words div a {
  padding: 0 15px;
}
.hot-words div a:nth-child(2n+1) {
  color: #333;
}
.hot-words div a:hover {
  border: 1px solid #a60011;
  background: #a60011;
  color: #fff;
  transition: 0.3s linear;
}
.s01 {
  width: 260px;
  margin-top: 15px;
}
.s01 .news a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 18px;
  padding: 16px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #f2f2f2;
}
.s01 .news a img {
  display: block;
  width: 330px;
  height: 200px;
  transition: 0.5s linear;
}
.s01 .news a::before {
  font-family: "iconfont" !important;
  content: "\e608";
  color: #ccc;
  font-size: 12px;
}
