html,
body {
  height: auto;
  box-sizing: border-box;
}

html {
  background: #f6f6f6;
}

.block_center {
  max-width: 640px;
  margin: 0 auto;
}

#coop_head {
  padding: 0.4rem 0.24rem;
  background: #fff;
}

#coop_head .coop_t {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
}

#coop_head .coop_t .coop_img {
  min-width: 1.4rem;
  max-width: 1.4rem;
  min-height: 1.4rem;
  max-height: 1.4rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.2rem;
}

#coop_head .coop_t .coop_img img {
  width: 100%;
  height: 100%;
}

#coop_head .coop_t .coop_info {
  flex: 1;
}

#coop_head .coop_t .coop_info .coop_info_title {
  font-size: 0.36rem;
  color: #333333;
  font-weight: 600;
}

#coop_head .coop_t .coop_info .coop_info_content {
  display: flex;
  -webkit-display: flex;
  align-items: center;
  /* justify-content: space-between; */
}

#coop_head .coop_t .coop_info .coop_info_content .coop_item {
  text-align: center;
  min-width: 1rem;
  padding: 0 0.1rem;
}

#coop_head .coop_t .coop_info .coop_info_content .coop_item h6 {
  font-weight: 600;
  color: #FF8922;
  font-size: 0.34rem;
  line-height: 0.34rem;
}

#coop_head .coop_t .coop_info .coop_info_content .coop_item span {
  display: block;
  color: #BFC5CB;
  font-size: 0.22rem;
  margin-top: 0.01rem;
}

#coop_head .coop_t .coop_info .coop_info_content .line {
  min-width: 1px;
  height: 20px;
  max-width: 1px;
  background: #E5E5E5;
}

#coop_head .coop_t .coop_follow .follow_btn {
  width: 1.16rem;
  height: 0.48rem;
  background: url("../img//gz-icon.png") no-repeat center;
  background-size: contain;
  text-align: center;
  border-radius: 0.27rem;
  font-size: 0.28rem;
  line-height: 0.48rem;
}

#coop_head .coop_t .coop_follow .follow_btn a {
  color: transparent;
}

#coop_head .coop_t .coop_follow .follow_btn.not {
  background: #ccc;
}

#coop_head .coop_b {
  margin-top: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.42rem;
  color: #333333;
  word-break: break-all;

}

#coop_head .line-2 {
  text-overflow: -webkit-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#container {
  /* padding: 0 0.24rem; */
  background: #fff;
  /* border-top: 10px solid #f6f6f6; */
  height: calc(100% - 3.5rem);
}

#container .tab_bottom {
  border-bottom: 1px solid #E5E5E5;
  background: #fff;
  /* display: flex; */
  overflow: auto;
  margin-bottom: 0.16rem;
  font-family: PingFang SC, PingFang SC;
}
#container .tab_bottom::-webkit-scrollbar{
  display: none;
}

#container .tab_bottom .tab_title {
  position: relative;
  height: 0.8rem;
  line-height: 0.8rem;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  /* width: 60%; */
  margin: 0 auto;
  text-align: center;
}

#container .tab_bottom .tab_title>div {
  flex: 1;
  color: #849098;
  font-size: 0.34rem;
}

#container .tab_bottom .tab_title>div.active {
  color: #333333;
  font-weight: 600;
}

#container .tab_bottom .tab_title .line {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 25%;
  transition: 0.2s;
}

#container .tab_bottom .tab_title .line .bg_line {
  width: 0.56rem;
  height: 0.06rem;
  background: #0170F5;
  border-radius: 0.03rem;
  margin: 0 auto;
}

#container .tab_bottom .tab_list{
  display: flex;
}
#container .tab_bottom .tab_list .tab_item {
  position: relative;
  margin-top: 0.14rem;
  margin-bottom: 0.14rem;
  flex-shrink: 0;
  margin-left: 0.24rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.4rem;
  font-size: 0.34rem;
}
#container .tab_bottom .tab_list .tab_item:first-child{
  margin-left: 0.3rem;
}
#container .tab_bottom .tab_list .tab_item:last-child {
  padding-right: 0.3rem;
}
#container .tab_bottom .tab_list .tab_item.active{
  font-weight: 500;
  color: #1749F5;
}
#container .tab_bottom .tab_list .tab_item.active::after{
  position: absolute;
  bottom: -0.04rem;
  left:0;
  right:0;
  margin: auto;
  content: '';
  width: 0.5rem;
  height: 1px;
  background: #0170F5;
  border-radius: 0.33rem 0.33rem 0.33rem 0.33rem;
}

#container .list {
  height: 100%;
}

#container .list .list_item {
  position: relative;
  overflow: auto;
}

#container .list .list_item .item_first_img {
  position: absolute;
  top: 0;
  right: 2.16rem;
  width: 0.91rem;
  height: 0.75rem;
}

#container .list .list_item .item_first_img img {
  width: 100%;
  height: 100%;
}

#container .list .item_style {
  display: flex;
  -webkit-display: flex;
  border-bottom: 1px solid #E5E5E5;
  padding: 0.24rem 0.3rem;
  position: relative;
}

#container .list .item_style .title {
  line-height: 0.36rem;
  font-weight: 600;
}

#container .list .item_style .title .type_icon {
  color: #fff;
  border-radius: 1rem;
  line-height: 0.36rem;
  height: 0.36rem;
  overflow: hidden;
  min-width: 0.8rem;
  max-width: 0.8rem;
  text-align: center;
  font-size: 0.26rem;
  /* display: inline-block; */
  vertical-align: middle;
}

#container .list .item_style .other {
  display: flex;
  -webkit-display: flex;
}

#container .list .item_style .other span {
  display: inline-block;
  margin-right: 10px;
  color: #BFC5CB;
  font-size: 0.24rem;
}

#container .list .item_style .other span img {
  width: 0.5rem;
  vertical-align: text-bottom;
}

#container .list .item_style .item_img {
  min-width: 2.3rem;
  max-width: 2.3rem;
  min-height: 1.64rem;
  max-height: 1.64rem;
  overflow: hidden;
  /* border-radius: 6px; */
}

#container .list .item_style .item_img img {
  width: 100%;
  height: 100%;
}

#container .list .item_style_article .article_content {
  flex: 1;
  margin-right: 10px;
  display: flex;
  -webkit-display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#container .list .item_style_article .article_content h6 {
  color: #333333;
  line-height: 0.5rem;
  font-size: 0.36rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#container .list .item_style_article_img .article_img_content .title {
  color: #333333;
  font-size: 0.36rem;
  line-height: 0.36rem;
  font-weight: 600;
}

#container .list .item_style_article_img .article_img_content .article_img_list {
  margin-top: 10px;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#container .list .item_style_article_img .article_img_content .article_img_list .article_img {
  flex: 1;
  min-width: 31%;
  max-width: 31%;
  min-height: 1.6rem;
  max-height: 1.6rem;
  overflow: hidden;
  border-radius: 6px;
  margin: 4px;
}

#container .list .item_style_article_img .article_img_content .article_img_list .article_img img {
  width: 100%;
}

#container .list .item_style_audio .audio_content {
  display: flex;
  -webkit-display: flex;
  flex-direction: column;
  /* margin-right: 10px; */
  flex: 1;
}

#container .list .item_style_audio .audio_content .title {
  display: flex;
  -webkit-display: flex;
  flex: 1;
  flex-direction: column;
}

#container .list .item_style_audio .audio_content .title .one_title {
  display: flex;
  -webkit-display: flex;
  color: #333333;
  line-height: 0.41rem;
  /* height: 0.36rem; */
  font-size: 0.36rem;
  overflow: hidden;
  height: .8rem;
}

#container .list .item_style_audio .audio_content .title .one_title .audio_icon {
  background: #ce097d;
  margin-right: 0.2rem;
}

#container .list .item_style_audio .audio_content .title .one_title h6 {
  font-size: 0.36rem;
  text-overflow: -webkit-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 400;
}

#container .list .item_style_audio .audio_content .desc {
  color: #666666;
  font-size: 0.28rem;
  line-height: 0.5rem;
  text-overflow: -webkit-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  /* display: -webkit-box; */
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

#container .list .item_style_audio .audio_img {
  position: relative;
}

#container .list .item_style_audio .audio_img img {
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
}

#container .list .item_style_audio .audio_img .audio_play {
  width: 0.48rem;
  height: 0.48rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('/vendors/scientificwebsite/img/audio_play2.png') no-repeat;
  background-size: cover;
}

#container .list .item_style_audio .audio_img .audio_play_2 {
  width: 0.48rem;
  height: 0.48rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('/vendors/scientificwebsite/img/audio_play_2.png') no-repeat;
  background-size: cover;
}

#container .list .item_style_audio .audio_time {
font-size: .24rem;
color: #1749F5;
}
#container .list .item_style_audio .audio_icon{
  width: .6rem;
  height: .36rem;
  margin-right: .24rem;
}

#container .list .item_style_video .video_content {
  width: 100%;
}

#container .list .item_style_video .video_content .title {
  text-overflow: -webkit-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#container .list .item_style_video .video_content .title .video_icon {
  background: #e0394a;
}

#container .list .item_style_video .video_content .title .title_text {
  vertical-align: middle;
  line-height: 0.46rem;
  font-size: 0.36rem;
}

#container .list .item_style_video .video_content .video_img {
  margin-top: 0.33rem;
  position: relative;
}

#container .list .item_style_video .video_content .video_img img {
  width: 100%;
  border-radius: 6px;
}

#container .list .item_style_video .video_content .video_img span {
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('/vendors/scientificwebsite/img/audio_play_black.png') no-repeat;
  background-size: cover;
}

#container .list .item_style_video .video_content .other {
  margin-top: 0.3rem;
}

.bottom_btn {
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  color: #BFC5CB;
  font-size: 0.24rem;
  background: #f6f6f6;
}

.hide {
  display: none !important;
}

.show-all {
  display: none;
  text-align: center;
}

.show-all img {
  width: 1rem;
}

#container .list .item_style.zt_article {
  display: block;
  position: relative;
}

#container .list .item_style.zt_article .other {
  position: absolute;
  bottom: 0.2rem;
}

#container .list .item_style .zt_content {
  display: flex;
  flex-direction: initial;
}

#container .list .item_style .zt_content h6 {
  color: #333333;
  height: 1rem;
  line-height: 0.5rem;
  font-size: 0.36rem;
  font-weight: 400;
  text-overflow: -webkit-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
  margin-bottom: .2rem;
}

#container .list .item_style:nth-child(4n) .zt_content {
  flex-direction: column;

}

#container .list .item_style:nth-child(4n) .zt_content .zt_img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 3.8rem;
  max-height: 3.8rem;
  margin-bottom: 0.6rem;
}

#container .list .item_style:nth-child(4n) .zt_content .zt_img img {
  height: 3.8rem;

}

.kph_txt {
  background: linear-gradient(43deg, #3380FB 0%, #1749F5 100%);
  border-radius: 10px 10px 10px 10px;
  color: #fff;
  padding: 2px 5px;
  font-size: .2rem;
  vertical-align: middle;
  margin-left: 0.2rem;
  font-weight: 400;
}

.card-nav {
  width: 100%;
  padding: .32rem 0;
  overflow: auto;
}

.card-list {
  display: flex;
  width: max-content;
  margin: 0 .3rem;

}

.list-item-zt {
  position: relative;
  flex-shrink: 0;
  margin-right: .16rem;
  color: #333;

}

.list-info-top {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.pd-32 {
  padding: 0.32rem 0.32rem 0;
}

.f-32 {
  font-size: .32rem;
  font-weight: 500;
  line-height: .4rem;
}

.zt-img-cont {
  width: 5.76rem;
  height: 2.78rem;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}

.zt-header-title {
  font-size: 0.36rem;
  font-weight: 600;
  color: #333333;
}

.zt-more-list {
  font-size: 0.28rem;
  font-weight: 400;
  color: #1749F5;
}

.zt-title-icon {
  width: 0.56rem;
  height: 0.56rem;
  margin-right: 0.16rem;
}

.mr-12 {
  margin-right: .12rem;
}

.w-60 {
  width: .6rem;
  height: .36rem;
  display: flex;
}

.img-relative {
  position: relative;
  display: flex;
  padding-top: .24rem;
}

.zt-time {
  font-size: .24rem;
  font-weight: 400;
  color: #999999;
  line-height: .28rem;
  padding: .24rem 0;
  width: 100%;
  border-bottom: 1px solid #E9E9E9;
  display: flex;
  align-items: center;
}

.w345 {
  width: 6.9rem;
  height: 3.08rem;
}

.p-30 {
  padding: 0 .3rem;
}

.article-title {
  text-overflow: -webkit-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: .24rem;
  font-size: .36rem;
  color: #333333;
}

.zt-kph-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 2.4rem;
  margin-right: .16rem;
}


 
  .card-list-info {
      background: rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 0;
      width: 5.72rem;
      height: 2.8rem;
      color: #ffffff;
      font-weight: 400;
      padding: .17rem;
    
    }
  .list-info-top,.audio-other-msg {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .more-list {
        font-size: .28rem;
        display: flex;
        align-items: center;
      }
      .f-32 {
        font-size: .32rem;
        font-weight: 500;
        line-height: .4rem;
      }
      .list-info-btm {
        position: absolute;
        bottom: .16rem;
      }
      .list-info-dec {
        margin-top: .08rem;
        font-size: .2rem;
        line-height: .3rem;
        width: 5.4rem;
      }
      .more-zt {
        width: .24rem;
        margin-left: .08rem;
      }
.jifen-img {
  width: .56rem;
  margin-right: .12rem;
}
.active-title {
  font-size: .36rem;
  font-weight: 600;
  color: #333333;
  line-height: .56rem;
  display: flex;
  align-items: center;
}
.kph-content {
  display: flex;
  align-items: center;
  padding: .3rem .3rem 0;
  justify-content: space-between;

}
  .more-txt {
    font-size: .28rem;
    font-weight: 400;
    color: #1749f5;
    line-height: .33rem;
  }
.img-cover-288 {
  width: 5.76rem;
  height: 2.8rem;
}
.img-cover-21 {
  width: .42rem;
  height: .42rem;
}
.mt-16{
  margin-top: .16rem;
}