.slide_left {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  overflow: hidden;
  line-height: 0.32rem;
  flex-shrink: 0;
  background: #fff;
  width: 4.66rem;
  margin-right: 0.26rem;
  box-shadow: 0 3px 14px 0 rgba(188,187,187,.5);
}

.slide_header {
  border-bottom: 1px solid #e8ebee;
  color: #000;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 0.26rem;
  padding: 0.32rem 0.37rem;
  font-size: 0.26rem;
}

.slide_content .item {
  padding: 0.32rem 0.37rem;
  cursor: pointer;
}

.slide_content .item span {
  font-size: 0.21rem;
  color: rgba(0,0,0,.9);
}

.slide_content .item:hover,.slide_content .item.active {
  box-shadow: 0 2px 12px 0 hsla(0,0%,89.8%,.5);
  border-radius: 4px;
  background-color: #fafff0;
}

.slide_content .item:hover span,.slide_content .item.active span {
  color: #b1d91c;
}

.slide_content .item p {
  font-size: 0.16rem;
  color: #b0b4ca;
  line-height: 0.26rem;
}

.join_content {
  flex: 1;
  width: 0;
}

.content_header {
  border-bottom: 1px solid #e8ebee;
  color: #000;
  letter-spacing: 0;
  background: #FFF;
  box-shadow: 0 3px 14px 0 rgba(188,187,187,.5);
  align-items: center;
  line-height: 0.26rem;
  padding: 0.32rem 0.37rem;
  font-size: 0.26rem;
}

.detail {
  background: #FFF;
  box-shadow: 0 3px 14px 0 rgba(188,187,187,.5);
  padding: 0.32rem 0.37rem;
  margin-top: 0.26rem;
}

.content_h_left{
  margin-right:0.53rem;
}

.submit_join{
  flex-shrink: 0;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background-color: var(--color-green);
  color: #fff;
  -webkit-box-shadow: 0 10px 30px 0 rgb(32 45 64 / 30%);
  box-shadow: 0 10px 30px 0 rgb(32 45 64 / 30%);
  cursor: pointer;
  padding: 0 0.29rem;
  height: 0.53rem;
  font-size: 0.21rem;
}

.sub_title {
  margin-top: 0.18rem;
  font-size: 0.18rem;
  padding-left: 0.12rem;
  color: rgba(0,0,0,.7);
}

.title_tag+.title_tag:before {
  content: "|";
  padding: 0 12px;
  color: #e8ebee;
}

.submit_join:hover {
  opacity: 0.9;
}

.item_label {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 0.21rem;
  padding-left: 0.17rem;
}

.item_label::before {
  content: '';
  display: block;
  background: rgb(177 217 28);
  width: 4px;
  height: 80%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
}

.item_content {
  margin-top: 0.09rem;
}

.detail .item+.item {
  margin-top: 0.33rem;
}

.item_content p {
  font-size: 0.18rem;
  line-height: 0.37rem;
}


@media (max-width:767px) {
  .join_content{
    display: none;
  }
  .slide_left{
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .in_banner{
    display: none;
  }
  .in_main{
    padding: 1rem 0 1rem 0;
  }
  .in_title{
    display: none;
  }

  .news_detail_title {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .news_detail_title h1 {
    font-size: .5rem;
    color: #001f00;
    font-weight: bold;
    line-height: .6rem;
  }

  .news_detail_title .label-wrap {
    display: block;
    font-size: 0.3rem;
    text-align: left;
    color: #999;
    border: 1px solid var(--color-green);
    color: var(--color-green);
    padding: 0 0.2rem;
    border-radius: 20px;
  }

  .label_item {
    display: flex;
    flex-direction: column;
    margin-top: .1rem;
  }

  .label_item .item {
    display: flex;
    align-items: center;
    color: #b0b4ca;
    font-size: 12px;
  }

  .news_detail .label_tag::before {
    content: '';
    display: block;
    background: rgb(177 217 28);
    width: 4px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
  }

  .news_detail .label_tag {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 0.35rem;
    padding-left: 0.2rem;
  }

  .news_detail > article {
    margin-top: 0.53rem;
  }

  .news_detail > article p {
    font-size: 12px;
    line-height: 20px;
    color: #777d9c;
  }

  .news_detail > article p+p {
    margin-top: 4px;
  }

  .article_content {
    margin-top: 10px;
  }

  .footerbtn{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background-color: #FFF;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footerbtn .submit_join{
    height: 1rem;
    width: 90%;
    justify-content: center;
    font-size: .4rem;
  }
}