.post .banner {
  background: linear-gradient(180.25deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.26) 100%);
}
.post .banner .banner_content .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 48px;
  padding-bottom: 19.72%;
  background-size: cover;
  background-position: center;
}
.post .banner .banner_content .swiper-container .swiper-pagination {
  bottom: 16px;
}
.post .banner .banner_content .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
  transition: 0.35s;
}
.post .banner .banner_content .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  background-color: #0052D9;
}
.post .content {
  margin-top: 0;
}
.post .content .main {
  padding-top: 0;
}
.post .content .main .classify {
  position: relative;
  width: 340px;
  height: 48px;
  font-size: 0;
  line-height: 48px;
  background: #e6e6e6;
  margin: 40px auto;
  border-radius: 28px;
}
.post .content .main .classify .type {
  position: absolute;
  left: 0;
  width: 50%;
  font-size: 16px;
  cursor: pointer;
  border-radius: 28px;
  transition: 0.35s;
  text-align: center;
  display: inline-block;
}
.post .content .main .classify .type.type_active {
  color: #ffffff;
}
.post .content .main .classify .type:last-child {
  left: auto;
  right: 0;
}
.post .content .main .classify .type_bg {
  position: absolute;
  width: 166px;
  height: 40px;
  margin: 4px;
  border-radius: 28px;
  background-color: #0052D9;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  transition: 0.35s;
}
.post .content .main .classify .type_bg.type_bg_right {
  transform: translateX(100%);
}
.post .content .main .post_content {
  font-size: 0;
  margin-top: 32px;
}
.post .content .main .post_content .left {
  width: 23.125%;
  margin-right: 2.5%;
  display: inline-block;
}
.post .content .main .post_content .left .condition {
  background-color: #ffffff;
  border-radius: 12px;
  padding-bottom: 8px;
  overflow: hidden;
}
.post .content .main .post_content .left .condition .search_box {
  position: relative;
  font-size: 0;
  padding: 16px 16px 8px;
}
.post .content .main .post_content .left .condition .search_box .back {
  margin-bottom: 20px;
  cursor: pointer;
  display: none;
  color: #0052D9;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.post .content .main .post_content .left .condition .search_box .back .back_img {
  width: 24px;
  height: 24px;
  background-image: url(../../../image/post/icon_arrow_blue.png);
  background-size: cover;
  transform: rotate(180deg);
  vertical-align: top;
  margin-right: 4px;
  display: inline-block;
}
.post .content .main .post_content .left .condition .search_box .el-input .el-input__inner {
  height: 40px;
  padding-left: 32px;
  padding-right: 65px;
  background: #f0f0f0;
  border-radius: 8px;
  border: none;
}
.post .content .main .post_content .left .condition .search_box .el-input .el-input__inner::-webkit-input-placeholder {
  font-size: 14px;
  color: #7f7f7f;
}
.post .content .main .post_content .left .condition .search_box .el-input .el-input__prefix {
  left: 8px;
}
.post .content .main .post_content .left .condition .search_box .el-input .el-input__prefix .el-input__icon {
  width: 16px;
  height: 16px;
  background-image: url(../../../image/post/icon_search.png);
  background-size: cover;
  margin: 12px 0;
}
.post .content .main .post_content .left .condition .search_box .el-input .el-input__prefix .el-input__icon::before {
  content: '';
}
.post .content .main .post_content .left .condition .search_box .search_text {
  position: absolute;
  top: 16px;
  right: 24px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #0052D9;
  font-weight: 500;
  z-index: 99;
  cursor: pointer;
}
.post .content .main .post_content .left .condition .search_box .search_text .arrow {
  float: right;
  width: 16px;
  height: 16px;
  margin: 12px 0;
  margin-left: 4px;
  background-image: url(../../../image/post/icon_arrow_blue.png);
  background-size: cover;
  vertical-align: top;
}
.post .content .main .post_content .left .condition .el-collapse {
  border: none;
}
.post .content .main .post_content .left .condition .el-collapse .el-collapse-item__header {
  font-size: 18px;
  font-weight: 500;
  padding: 0 24px;
  border: none;
}
.post .content .main .post_content .left .condition .el-collapse .el-collapse-item__header .title_route {
  font-size: 14px;
  color: #323232;
  margin-left: 16px;
}
.post .content .main .post_content .left .condition .el-collapse .el-collapse-item__header .el-collapse-item__arrow {
  width: 16px;
  height: 16px;
  background-image: url(../../../image/icon_add.png);
  background-size: cover;
  transition: 0.35s;
}
.post .content .main .post_content .left .condition .el-collapse .el-collapse-item__header .el-collapse-item__arrow::before {
  display: none;
}
.post .content .main .post_content .left .condition .el-collapse .el-collapse-item__header .el-collapse-item__arrow.is-active {
  transform: none;
  background-image: url(../../../image/icon_minus.png);
}
.post .content .main .range {
    color: rgba(0,0,0,0.4);
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}
.post .content .main .tip_icon_question {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../../image/mine/resume_icon_question.png") no-repeat center;
  background-size: cover;
  vertical-align: sub;
  cursor: pointer;
  margin-right: -4px;
}
.post .content .main .tip_icon_question:hover {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../../image/mine/question_tips.png") no-repeat center;
  background-size: cover;
  vertical-align: sub;
  cursor: pointer;
  margin-right: -4px;
}
.post .content .main .tip_icon_top {
  position: relative;
  top: 2px;
  margin-right: 0;
}
.post .content .main .tip_icon_top:hover {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../../image/mine/question_tips.png") no-repeat center;
  background-size: cover;
  vertical-align: sub;
  cursor: pointer;
  margin-right: 0;
}
.post .content .main .post_content .left .condition .el-collapse .el-collapse-item__wrap {
  font-size: 14px;
  line-height: 40px;
  color: #323232;
  padding: 0 24px;
  border: none;
}
.post .content .main .post_content .left .condition .el-collapse .el-collapse-item__wrap .el-collapse-item__content {
  padding: 0;
}
.post .content .main .post_content .left .condition .el-collapse .el-collapse-item__wrap .el-collapse-item__header {
  padding: 0;
}

.post .content .main .post_content .left .condition .el-collapse .el-collapse-item__wrap .el-collapse-item__content .subtitle {
  height: 40px;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 500;
}
.post .content .main .post_content .left .condition .el-collapse .el-collapse-item__wrap .el-collapse-item__content .el-radio {
  font-weight: normal;
  margin-left: 0 !important;
  display: block;
}
.post .content .main .post_content .left .condition .el-collapse .el-collapse-item__wrap .el-collapse-item__content .el-checkbox {
  position: relative;
  min-height: 40px;
  font-weight: normal;
  white-space: normal;
  padding-left: 24px;
  display: block;
  /* width: 100%; */
  box-sizing: border-box;
}
.post .content .main .post_content .left .condition .el-collapse .el-collapse-item__wrap .el-collapse-item__content .el-checkbox .is-indeterminate .el-checkbox__inner {
  background-color: #0052D9;
  border-color: #0052D9;
}
.post .content .main .post_content .left .condition .el-collapse .el-collapse-item__wrap .el-collapse-item__content .el-checkbox .is-indeterminate .el-checkbox__inner::before {
  width: 16px;
  height: 4px;
  left: -1px;
}
.post .content .main .post_content .left .condition .el-collapse .el-collapse-item__wrap .el-collapse-item__content .el-checkbox .el-checkbox__input {
  position: absolute;
  left: 0;
  top: 12px;
}
.post .content .main .post_content .left .condition .el-collapse .el-collapse-item__wrap .el-collapse-item__content .el-collapse-item__header .el-checkbox .el-checkbox__input {
  position: absolute;
  left: 0;
  top: 16px;
}
.post .content .main .post_content .left .condition .el-collapse .el-collapse-item__wrap .el-collapse-item__content .el-checkbox .el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #0052D9;
}
.post .content .main .post_content .left .condition .el-collapse .el-collapse-item__wrap .el-collapse-item__content .el-checkbox .el-checkbox__input .el-checkbox__inner {
  width: 16px;
  height: 16px;
}
.post .content .main .post_content .left .condition .el-collapse .el-collapse-item__wrap .el-collapse-item__content .el-checkbox .el-checkbox__input .el-checkbox__inner::after {
  left: 5px;
  top: 2px;
  transform: rotate(45deg) scaleX(1.5) scaleY(1.2);
}
.post .content .main .post_content .left .condition .el-collapse .el-collapse-item__wrap .el-collapse-item__content .el-checkbox .el-checkbox__label {
  color: #323232;
  padding-left: 0;
  line-height: 40px;
  white-space: normal;
  width: 100%;
}
.post .content .main .post_content .left .condition .el-collapse .el-collapse-item__wrap .el-collapse-item__content .el-checkbox .el-checkbox__label .content_route {
  color: #323232;
  white-space: nowrap;
}
.post .content .main .post_content .left .condition .el-collapse .el-collapse-item__wrap .el-collapse-item__content .el-checkbox.is-checked .el-checkbox__inner {
  border-color: #0052D9;
  background: #0052D9;
}
.post .content .main .post_content .left .condition_btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 0;
  padding: 12px 16px;
  background-color: #ffffff;
  z-index: 999;
  box-sizing: border-box;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px 12px 0 0;
  display: none;
}
.post .content .main .post_content .left .condition_btn .btn_box {
  width: 100%;
  max-width: 343px;
  margin: 0 auto;
  white-space: nowrap;
  display: table;
}
.post .content .main .post_content .left .condition_btn .el-button {
  width: 48.69%;
  height: 48px;
  color: #0052D9;
  font-size: 16px;
  font-weight: 400;
  border-radius: 6px;
  border: 1px solid #0052D9;
}
.post .content .main .post_content .left .condition_btn .el-button.el-button--primary {
  color: #ffffff;
  background-color: #0052D9;
  margin-left: 2.62%;
}
.post .content .main .post_content .right {
  width: 74.375%;
  border-radius: 12px;
  padding: 24px 32px 36px;
  background: #f0f0f0;
  vertical-align: top;
  box-sizing: border-box;
  display: inline-block;
}
.post .content .main .post_content .right .title {
  position: relative;
  font-size: 24px;
  line-height: 32px;
  font-family: TencentSansW7;
  color: rgba(0, 0, 0, 0.8);
}
.post .content .main .post_content .right .title .el-button--text {
  float: right;
  margin: 2px 0;
  display: none;
}
.post .content .main .post_content .right .text_box {
  font-size: 0;
  margin: 16px 0 8px;
}
.post .content .main .post_content .right .text_box .text {
  font-size: 16px;
  line-height: 24px;
  white-space:pre-line;
  color: rgba(0, 0, 0, 0.8);
  margin-right: 16px;
  display: inline-block;
}
.post .content .main .post_content .right .text_box .text:last-child {
  margin-right: 0;
}
.post .content .main .post_content .right .notice {
  font-size: 14px;
  line-height: 22px;
  color: #7f7f7f;
  display: block;
}
.post .content .main .post_content .right .notice:hover {
  color: #0052D9;
}
.post .content .main .post_content .right .total {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #323232;
  margin: 32px 0 16px;
  margin-top: 0;
}
.post .content .main .post_content .right .lable_box {
  position: relative;
  font-size: 0;
  height: auto;
  /* height: 57px; */
  overflow: hidden;
  padding-right: 144px;
}
.post .content .main .post_content .right .lable_box.show_more {
  height: 57px;
}
.post .content .main .post_content .right .lable_box .lable {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 8px 8px 9px 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  cursor: pointer;
  display: inline-block;
}
.post .content .main .post_content .right .lable_box .lable:last-child {
  margin-right: 0;
}
.post .content .main .post_content .right .lable_box .lable .icon_close {
  float: right;
  width: 16px;
  height: 16px;
  background-image: url(../../../image/post/icon_close.png);
  background-size: cover;
  margin-left: 8px;
  margin-top: 4px;
  vertical-align: top;
}
.post .content .main .post_content .right .lable_box .clear {
  position: absolute;
  right: 0;
  top: 0;
  color: #0052D9;
  font-size: 16px;
  line-height: 24px;
  margin: 4px 0;
  cursor: pointer;
}
.post .content .main .post_content .right .lable_box .clear:hover {
  color: #206AE1 !important;
}
.post .content .main .post_content .right .lable_box .more {
  position: absolute;
  right: 88px;
  top: 0;
  color: #0052D9;
  font-size: 16px;
  line-height: 24px;
  margin: 4px 0;
}
.post .content .main .post_content .right .lable_box .more:hover {
  color: #206AE1 !important;
}
.post .content .main .post_content .right .post_list .post_box {
  border-radius: 12px;
  background: #ffffff;
  padding: 20px 24px;
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.04);
  margin-top: 20px;
  cursor: pointer;
  transition: 0.2s;
}
.post .content .main .post_content .right .post_list .post_box:hover {
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.post .content .main .post_content .right .post_list .post_box:first-child {
  margin-top: 0;
}
.post .content .main .post_content .right .post_list .post_box .post_title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #323232;
}
.post .content .main .post_content .right .post_list .post_box .post_tag_box {
  font-size: 0;
  margin: 8px 0 16px;
}
.post .content .main .post_content .right .post_list .post_box .post_tag_box .post_tag {
  font-size: 16px;
  line-height: 24px;
  color: #323232;
  display: inline;
}
.post .content .main .post_content .right .post_list .post_box .post_tag_box .post_tag span {
  margin: 0 5px;
}
.post .content .main .post_content .right .post_list .post_box .site_box {
  font-size: 0;
}
.post .content .main .post_content .right .post_list .post_box .site_box .site_title,
.post .content .main .post_content .right .post_list .post_box .site_box .site {
  font-size: 14px;
  color: #7f7f7f;
  line-height: 22px;
  margin-left: 5px;
  display: inline-block;
}
.post .content .main .post_content .right .post_list .post_box .site_box .site_title {
  margin-left: 0;
}
.post .content .main .post_content .right .bird_list {
  font-size: 0;
}
.post .content .main .post_content .right .bird_list .bird_box {
  width: 296px;
  height: 228px;
  margin-left: 32px;
  border-radius: 12px;
  background-color: #ffffff;
  background-size: cover;
  margin-bottom: 32px;
  overflow: hidden;
  display: inline-block;
}
.post .content .main .post_content .right .bird_list .bird_box:first-child {
  margin-left: 0;
}
.post .content .main .post_content .right .bird_list .bird_box:nth-child(3n) {
  margin-left: 0;
}
.post .content .main .post_content .right .bird_list .bird_box .bird_img {
  width: 100%;
  height: 172px;
  background-image: url(../../../image/post/post_banner_bg.png);
  background-size: cover;
}
.post .content .main .post_content .right .bird_list .bird_box .bird_text {
  width: 100%;
  height: 56px;
  line-height: 56px;
  color: #323232;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1152px) {
  .post .content .main .right .bird_list .bird_box {
    width: 266px;
    height: 205px;
  }
  .post .content .main .right .bird_list .bird_box .bird_img {
    height: 155px;
  }
  .post .content .main .right .bird_list .bird_box .bird_text {
    height: 50px;
    line-height: 50px;
  }
  .post .content .main .left .condition .el-collapse .el-collapse-item__header .title_route {
    margin-left: 8px;
  }
}
.post .el-checkbox__inner:hover {
  border-color: #0052D9;
}
.post .el-radio__inner:hover {
  border-color: #0052D9;
}
