.f05-section {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.f05-section .container {
  padding: 4.1666666667vw 0;
  min-height: 600px;
}
@media screen and (max-width: 767.98px) {
  .f05-section .container {
    padding: 12.8vw 0;
  }
}
.f05-section .container .wrapper {
  max-width: 80vw;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .f05-section .container .wrapper {
    max-width: none;
    padding: 0 20px;
  }
}
.f05-section .container .wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.f05-section .container .wrapper .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3.3333333333vw 0;
}
@media screen and (max-width: 767.98px) {
  .f05-section .container .wrapper .search {
    margin: 40px 0;
    display: initial;
  }
}
.f05-section .container .wrapper .search .search-select {
  position: relative;
  width: 200px;
  margin-right: 40px;
}
@media screen and (max-width: 767.98px) {
  .f05-section .container .wrapper .search .search-select {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .f05-section .container .wrapper .search .search-select:last-child {
    margin-bottom: 0;
  }
}
.f05-section .container .wrapper .search .search-select.active .f-input .f-input-icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.f05-section .container .wrapper .search .search-select.active .select-dropdown {
  display: block;
}
.f05-section .container .wrapper .search .search-select .f-input {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.f05-section .container .wrapper .search .search-select .f-input .input_inner {
  font-size: 12px;
  color: #293241;
  line-height: 24px;
  padding: 8px 24px;
  width: 100%;
  background: #f5f7fa;
  border-radius: 31px;
  border: 0;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .f05-section .container .wrapper .search .search-select .f-input .input_inner {
    padding: 9px 16px;
    font-size: 14px;
    color: #293241;
    line-height: 22px;
  }
}
.f05-section .container .wrapper .search .search-select .f-input .input_inner::-webkit-input-placeholder {
  font-size: 12px;
  color: #293241;
  line-height: 24px;
}
.f05-section .container .wrapper .search .search-select .f-input .input_inner::-moz-placeholder {
  font-size: 12px;
  color: #293241;
  line-height: 24px;
}
.f05-section .container .wrapper .search .search-select .f-input .input_inner:-ms-input-placeholder {
  font-size: 12px;
  color: #293241;
  line-height: 24px;
}
.f05-section .container .wrapper .search .search-select .f-input .input_inner::-ms-input-placeholder {
  font-size: 12px;
  color: #293241;
  line-height: 24px;
}
.f05-section .container .wrapper .search .search-select .f-input .input_inner::placeholder {
  font-size: 12px;
  color: #293241;
  line-height: 24px;
}
@media screen and (max-width: 767.98px) {
  .f05-section .container .wrapper .search .search-select .f-input .input_inner::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 22px;
  }
  .f05-section .container .wrapper .search .search-select .f-input .input_inner::-moz-placeholder {
    font-size: 14px;
    line-height: 22px;
  }
  .f05-section .container .wrapper .search .search-select .f-input .input_inner:-ms-input-placeholder {
    font-size: 14px;
    line-height: 22px;
  }
  .f05-section .container .wrapper .search .search-select .f-input .input_inner::-ms-input-placeholder {
    font-size: 14px;
    line-height: 22px;
  }
  .f05-section .container .wrapper .search .search-select .f-input .input_inner::placeholder {
    font-size: 14px;
    line-height: 22px;
  }
}
.f05-section .container .wrapper .search .search-select .f-input .f-input-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  width: 16px;
  height: 16px;
  background-image: url(/static_material/tengshi/cn/member/svg/f-down.svg);
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.f05-section .container .wrapper .search .search-select .select-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  width: 100%;
  background: #f5f7fa;
  border-radius: 16px;
  z-index: 1;
}
.f05-section .container .wrapper .search .search-select .select-dropdown .select-tab-wrap {
  padding: 24px 24px 0;
}
.f05-section .container .wrapper .search .search-select .select-dropdown .select-tab-wrap .select-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.f05-section .container .wrapper .search .search-select .select-dropdown .select-tab-wrap .select-tabs .select-tab {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 50%;
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f05-section .container .wrapper .search .search-select .select-dropdown .select-tab-wrap .select-tabs .select-tab span {
  font-size: 14px;
  font-weight: normal;
  color: #293241;
  line-height: 22px;
  padding-bottom: 8px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.f05-section .container .wrapper .search .search-select .select-dropdown .select-tab-wrap .select-tabs .select-tab.active span {
  color: #496caf;
  border-bottom: 1px solid #496caf;
}
.f05-section .container .wrapper .search .search-select .select-dropdown .select-tab-wrap .line {
  margin: -1px 0 0 0;
}
.f05-section .container .wrapper .search .search-select .select-dropdown .select-dropdown_list {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 8px 0;
  max-height: 216px;
}
.f05-section .container .wrapper .search .search-select .select-dropdown .select-dropdown_list .select-dropdown_item {
  padding: 8px 24px;
  cursor: pointer;
}
.f05-section .container .wrapper .search .search-select .select-dropdown .select-dropdown_list .select-dropdown_item span {
  font-size: 12px;
  color: #293241;
  line-height: 18px;
}
.f05-section .container .wrapper .search .search-select .select-dropdown .select-dropdown_list .select-dropdown_item .abbr {
  color: #565656;
  padding-right: 16px;
}
.f05-section .container .wrapper .search .search-select .select-dropdown .select-dropdown_list .select-dropdown_item:hover span, .f05-section .container .wrapper .search .search-select .select-dropdown .select-dropdown_list .select-dropdown_item.active span {
  color: #4c75c4;
}
.f05-section .container .wrapper .no-result {
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
  color: #505057;
  line-height: 22px;
}
.f05-section .container .wrapper .top {
  width: 100%;
  height: 28.8020833333vw;
  border-radius: 36px;
  overflow: hidden;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 767.98px) {
  .f05-section .container .wrapper .top {
    height: 67.1794871795vw;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.f05-section .container .wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1.0416666667vw;
  margin-left: -1.0416666667vw;
}
@media screen and (max-width: 767.98px) {
  .f05-section .container .wrapper .row {
    display: initial;
    margin: 0;
  }
}
.f05-section .container .wrapper .row .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding-right: 1.0416666667vw;
  padding-left: 1.0416666667vw;
}
@media screen and (max-width: 767.98px) {
  .f05-section .container .wrapper .row .col {
    padding: 0;
    max-width: none;
  }
}
.f05-section .container .wrapper .row .col .col-wrap {
  margin-bottom: 1.4583333333vw;
}
@media screen and (max-width: 767.98px) {
  .f05-section .container .wrapper .row .col .col-wrap {
    margin-bottom: 0;
  }
}
.f05-section .container .wrapper .row .col .col-wrap .pic {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 10.4166666667vw;
}
@media screen and (max-width: 767.98px) {
  .f05-section .container .wrapper .row .col .col-wrap .pic {
    height: 51.2820512821vw;
  }
}
.f05-section .container .wrapper .row .col .col-wrap .content {
  margin-top: 1.25vw;
  padding-bottom: 1.0416666667vw;
}
@media screen and (max-width: 767.98px) {
  .f05-section .container .wrapper .row .col .col-wrap .content {
    margin-top: 24px;
    padding-bottom: 24px;
  }
}
.f05-section .container .wrapper .row .col .col-wrap .content .title {
  font-size: 16px;
  font-weight: bold;
  color: #293241;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.f05-section .container .wrapper .row .col .col-wrap .content .title a {
  display: block;
}
.f05-section .container .wrapper .row .col .col-wrap .content .desc {
  font-size: 14px;
  color: #505057;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 8px 0 15px;
}
.f05-section .container .wrapper .row .col .col-wrap .content .wrap {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.f05-section .container .wrapper .row .col .col-wrap .content .wrap .state {
  background: #f7c98c;
  border-radius: 9px;
  padding: 0 14px;
  font-weight: normal;
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
}
.f05-section .container .wrapper .row .col .col-wrap .content .wrap .state.ongoing {
  background: #95d2a9;
}
.f05-section .container .wrapper .row .col .col-wrap .content .wrap .state.end {
  background: #132747;
}
.f05-section .container .wrapper .row .col .col-wrap .content .wrap .date {
  font-size: 12px;
  color: #293241;
  line-height: 18px;
}
.f05-section .container .wrapper .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3.125vw;
}
@media screen and (max-width: 767.98px) {
  .f05-section .container .wrapper .btn-wrap {
    padding-top: 16px;
  }
}
.f05-section .container .wrapper .btn-wrap .f-btn {
  padding: 8px 40px;
  border-radius: 19px;
  border: 1px solid #293241;
  font-size: 14px;
  color: #293241;
  line-height: 22px;
  cursor: pointer;
}