/* 列表 */
.list-wrapper {
  position: relative;
  min-height: 150px;
  clear: both;
}
.list-wrapper--status {
  background: #b454fa;
  color: #fff;
  font-size: 18px;
  height: 38px;
  width: 110px;
  position: absolute;
  right: 0;
  padding-left: 3px;
  top: 0;
  text-align: center;
  line-height: 38px;
  letter-spacing: 3px;
  z-index: 10;
}
.list-wrapper span.item {
  font-size: 20px;
  color: #b454fa;
}
.list-wrapper--now .list-wrapper--status {
  background: #03ca8a;
  /* color: #03ca8a; */
}
.list-wrapper--now span.item {
  color: #03ca8a;
}
.list-wrapper--end .list-wrapper--status {
  background: #437f7b;
  /* color: #437f7b; */
}
.list-wrapper--end span.item {
  color: #437f7b;
}
.list-wrapper--suspend .list-wrapper--status {
  background: #e6a23c;
  /* color: #E6A23C; */
}
.list-wrapper--suspend span.item {
  color: #e6a23c;
}
.list-wrapper__content {
  background: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.list-wrapper__content .static {
  background: #ff4757;
  position: absolute;
  left: -0;
  border-radius: 0 15px 15px 0;
  top: 0;
  font-size: 12px;
  color: white;
  padding: 5px 15px;
  z-index: 10;
}
.list-wrapper__content .static:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
  box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
}
.list-wrapper__content:hover {
  color: unset;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
}
.list-wrapper__item h3 {
  margin-top: 0;
}
.list-wrapper__item .no-bg {
  height: 200px;
}
.list-wrapper__item .img {
  height: 200px;
  background: 50% 50% / cover no-repeat;
}
.list-wrapper__intro p {
  line-height: 30px;
  margin: 0;
  color: #2e3952;
}
.list-wrapper__intro .intro {
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #2e3952;
}
.list-wrapper__intro .intro * {
  display: inline !important;
  color: #2e3952 !important;
  font-size: 14px !important;
  font-weight: normal !important;
}
.list-wrapper__intro .intro .text {
  color: #2e3952 !important;
}
.list-wrapper__intro p span {
  color: #2e3952;
}
.list-wrapper__img {
  position: relative;
}
.img--mask {
  position: absolute;
  left: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.3607843137254902);
  padding: 4px 10px;
  bottom: 0;
  color: #fff;
  font-size: 16px;
}
.img--mask span {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
}
.loading {
  background: rgba(0, 0, 0, 0.8) url(/images/loading.svg) no-repeat center;
  position: absolute;
  width: 0;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 10;
}
.list-wrapper__footer {
  padding: 15px 10px;
}
.list-wrapper__footer p {
  margin: 0;
  color: #409efe;
}
.list-wrapper__footer .title {
  color: #a0a0a0;
  font-size: 16px;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.status-wrapper {
  white-space: nowrap;
  overflow-y: auto;
  margin: 25px auto;
  text-align: center;
  color: #409efe;
}
.status-wrapper li {
  cursor: pointer;
  display: inline-block;
  margin: 0 10px;
  background: #fff;
  border-radius: 30px;
  padding: 4px 12px;
  width: 110px;
  border: 1px solid #409efe;
}
.status-wrapper li.active {
  color: #fff;
  background: #409efe;
}
@media (max-width: 1000px) {
  .list-wrapper__item h3 {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .list-wrapper__item {
    padding: 15px;
  }
}

/* old css */
.bar7 {
  width: 800px;
  margin: 15px auto 0;
}
.bar7 input {
  width: 250px;
  border-radius: 42px;
  border: 2px solid #409eff;
  background: #fff;
  transition: 0.3s linear;
  float: right;
  outline: none;
  height: 40px;
  border-right: 0;
  padding-left: 18px;
}

.bar7 input:focus {
  box-shadow: none;
}

.bar7 button {
  background: none;
  top: -2px;
  right: 20px;
}

.bar7 .input-group {
  width: 100%;
  margin: 0 auto;
}

.bar7 .input-group-addon {
  border: 2px solid #409eff;
  border-left: 0;
  background: #fff;
  cursor: pointer;
}

.bar7 .input-group-addon i {
  font-size: 20px;
  color: #409eff;
}

.bar7 .input-group-addon:hover i {
  color: #409eff;
}

.fast-choose ul {
  list-style: none;
  padding-top: 10px;
  margin: 0 auto;
  padding-left: 0;
  white-space: nowrap;
}

.fast-choose ul li {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
  font-size: 14px;
}

.fast-choose ul li:hover {
  color: #409eff;
}

.fast-choose ul li.active {
  color: #409eff;
}
/* 列表 - old */
.list-wrapper-old__item {
  position: relative;
  padding-bottom: 20px;
  cursor: pointer;
}
.list-wrapper-old__item .act-time {
  position: absolute;
  width: 120px;
  height: 100%;
  border-right: 5px solid #7bbcfe;
  top: 0;
  left: 0;
  text-align: center;
}
.list-wrapper-old__item .act-content {
  margin-left: 150px;
  padding: 15px 0;
  background: #fff;
  position: relative;
  transition: all 0.3s ease;
}
.list-wrapper-old__item .act-content:hover {
  color: unset;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
  box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
}
.list-wrapper-old__item .act-content .static {
  background: #409efe;
  position: absolute;
  right: -30px;
  border-radius: 0 15px 15px 0;
  bottom: 0;
  font-size: 12px;
  color: white;
  padding: 5px 15px;
}
.list-wrapper-old__item .act-content .static:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
  box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
}
.act-content:before {
  content: url(/images/tri.png);
  position: absolute;
  top: 16px;
  left: -17px;
}
.list-wrapper-old__item .img {
  height: 150px;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.act-time {
  font-size: 25px;
  color: #409eff;
  font-weight: 700;
}
.act-time .num {
  width: 50px;
  height: 50px;
  background: #409eff;
  text-align: center;
  display: inline-block;
  right: 0;
  position: absolute;
  border-radius: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  right: -28px;
  top: 0;
  z-index: 10;
  border: 7px solid #7bbcff;
}
.act-time .date {
  margin-top: 50px;
}
.status-tag-pro {
  position: absolute;
  z-index: 100;
  color: #fff;
  background: #fec008;
  font-size: 12px;
  top: 0;
  width: 46px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  line-height: 22px;
  left: 15px;
}
.list-wrapper__footer {
  position: relative;
}
.list-wrapper__footer .status-tag-pro {
  color: #fec008;
  background: none;
  font-size: 20px;
  bottom: 15px;
  right: 0px;
  left: auto;
  top: auto;
}
@media (max-width: 767px) {
  .list-wrapper-old__item .act-time {
    display: none;
  }
  .list-wrapper-old__item .act-content {
    margin-left: 0;
  }
  .bar7 {
    width: 100%;
  }
}
.search-tabs {
  border-bottom: 1px solid #bdbec3;
  margin-bottom: 30px;
  height: 30px;
  font-size: 16px;
  letter-spacing: 3px;
}
.search-tabs a.search-item {
  padding: 0 5px;
  margin-right: 10px;
  position: relative;
}
.search-tabs a.search-item.active {
  color: #3f9efe;
}
.search-tabs a.search-item:hover:after,
.search-tabs a.search-item.active:after {
  position: absolute;
  content: '';
  border: 1px solid;
  left: 0;
  width: 100%;
  bottom: -10px;
  height: 0;
}