.container {
  position: relative;
  padding: 1rem 0 0 0;
  background: rgba(247, 248, 250, 1);
}

.container .crumb {
  /*padding-left: 1.3rem;*/
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  color: #666;
  margin-bottom: .7rem;
}

.container .crumb .crumb-home {
  display: block;
  width: .2rem;
  height: .2rem;
  margin-right: .1rem;
}

.container .crumb a {
  color: #666;
  font-weight: 400;
}

.container .crumb a:last-child {
  color: #333;
}

.container .crumb span {
  margin-left: .05rem;
  margin-right: .05rem;
}

.container .search-box {

  justify-content: center;
  display: flex;
  flex-direction: column;
  align-content: center;

}

.container .search-box .search_form {
  margin: .7rem auto 1.24rem auto;
  display: flex;
  align-items: center;
  border: .01rem solid rgba(223, 223, 223, 1);
  width: 8rem;
  height: .55rem;
  padding: 0 .3rem 0 .2rem;
}

.container .search-box .search_form input {
  flex: 1;
  background: transparent;
}

.container .search-box .search_form input::placeholder {
  font-size: .16rem;
  font-weight: 400;
  color: rgba(51, 51, 51, .5);
}

.container .search-box .search_form .search-btn {
  width: .18rem;
  height: .18rem;
  background: transparent;
  border-style: none;
}

.container .search-box .search_form .search-btn img {
  width: 100%;
  height: 100%;
}

.container .search-box .hot {
  display: flex;
  justify-content: center;
  gap: .2rem;
  font-size: .15rem;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.container .search-box .hot a:hover {
  color: rgba(0, 83, 231, 1);
}

.container .btns_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 3.8rem;
  height: .49rem;
  border-radius: .24rem 0 .24rem 0;
  border: .015rem solid rgba(102, 102, 102, 0.3);
  /* gap: .06rem; */
  /* padding: .03rem .04rem; */
  padding: .04rem;
  margin: 0 1.2rem 0 auto;
  ;
}

.container .btns_1 .btn {
  font-family: 'Regular';
  font-weight: 400;
  line-height: 150%;
  color: rgba(26, 56, 55, 1);
  background: #fff;
  border-radius: .24rem 0 .24rem 0;
  width: 1.2rem;
  /* height: .43rem; */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* .container .btns_1 .btn:hover, */
.container .btns_1 .btn.active {
  color: #fff;
  background: linear-gradient(83.17deg, #0092DF -11.69%, #5BB531 108.84%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));

}

.container .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: .3667rem;
  margin: .5rem auto 2.25rem auto;
  width: 16.6rem;
  position: relative;
  z-index: 1;
}

.container .list .list_item {
  width: 5.27rem;
  /* height: 5.6rem; */
  border-radius: .14rem;
  background: rgba(247, 249, 250, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}

.container .list .list_item:hover {
  background: #fff;
  box-shadow: 0 .1rem .618rem 0px rgba(0, 146, 223, 0.08);

}

.container .list .list_item .img_box {
  width: 100%;
  height: 3.2rem;
  border-radius: .14rem .14rem 0 0;
  overflow: hidden;
}

.container .list .list_item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .14rem .14rem 0 0;
  transition: all .3s ease-in-out;
}

.container .list .list_item .img_box img:hover {
  transform: scale(1.05);
}

.container .list .list_item .info {
  width: 100%;
  padding: .3rem .4rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  height: 2.49rem;
}

.container .list .list_item .info .icon {
    position: absolute;
    opacity: 0;
    width: 2.335rem;
    height: 1.43rem;
    right: 0;bottom: 0;
    transition: all .5s ease-in-out;
}
.container .list .list_item:hover .info .icon {
    opacity: 1;
}

.container .list .list_item .info .tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: .36rem;
  border-radius: .1rem 0 .1rem 0;
  display: block;
  font-family: 'Light';
  font-weight: 300;
  line-height: 100%;
  color: #fff;
  background: linear-gradient(83.17deg, #0092DF -11.69%, #5BB531 108.84%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.container .list .list_item .info .title {
  font-family: 'Regular';
  font-weight: 400;
  line-height: 150%;
  color: rgba(26, 56, 55, 1);
  margin: .17rem 0 .5rem 0;
}
.container .list .list_item:hover .info .title {
    background: linear-gradient(83.17deg, #0092DF -11.69%, #5BB531 108.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container .list .list_item .info .time {
  font-family: 'Light';
  font-weight: 300;
  line-height: 100%;
  color: rgba(102, 119, 120, 1);
  /* margin: .17rem 0 .4rem 0; */
}

.container .list .list_item:hover .info .time {
  background: linear-gradient(83.17deg, #0092DF -11.69%, #5BB531 108.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container .list .list_item .info .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: .05rem;
  color: rgba(26, 56, 55, 1);
}

.container .list .list_item .info .btn span {
  font-family: 'Regular';
  font-weight: 400;
  line-height: 100%;


}

.container .list .list_item:hover .info .btn span {
  background: linear-gradient(83.17deg, #0092DF -11.69%, #5BB531 108.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container .list .list_item .info .btn img {
  width: .12rem;
  height: .12rem;
}

.container .list .list_item .info .btn img.normal,
.container .list .list_item:hover .info .btn img.active {
  display: block;
}

.container .list .list_item:hover .info .btn img.normal,
.container .list .list_item .info .btn img.active {
  display: none;
}

.container .list2 {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  /* justify-content: center; */
  width: 16.6rem;
  margin: .5rem auto 2rem auto;
}

.container .list2 .list_item {
  width: 3.9rem;
  height: 4.6rem;
  background: #fff;
  border-radius: .1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  overflow: hidden;
  box-shadow: .04rem .04rem .2rem 0 rgba(0, 0, 0, 0.04);
  position: relative;
  transition: all .1s ease-in-out;
  /* cursor: pointer; */
}

.container .list2 .list_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(83.17deg, #0092DF -11.69%, #5BB531 108.84%);
  border-radius: .1rem;
  z-index: -1;
  padding: .01rem;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
}

.container .list2 .list_item:hover {
  box-shadow: .04rem .04rem .2rem 0 rgba(0, 0, 0, 0.04);
}

.container .list2 .list_item:hover::before {
  z-index: 0;
  background: linear-gradient(83.17deg, #0092DF -11.69%, #5BB531 108.84%);
}

.container .list2 .list_item .img_box {
  width: 100%;
  height: 2.4rem;
  position: relative;
}

.container .list2 .list_item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s ease-in-out;
}

.container .list2 .list_item .img_box img.normal,
.container .list2 .list_item:hover .img_box img.active {
  /* display: block; */
  opacity: 1;
}

.container .list2 .list_item .img_box img.active,
.container .list2 .list_item:hover .img_box img.normal {
  /* display: none; */
  opacity: 0;
}

.container .list2 .list_item .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.container .list2 .list_item .info .title {
  font-family: 'Regular';
  font-weight: 400;
  line-height: 100%;
  color: rgba(26, 56, 55, 1);
  margin: .42rem 0 0 0;
}

.container .list2 .list_item .info .desc {
  font-family: 'Regular';
  font-weight: 400;
  line-height: 100%;
  color: rgba(26, 56, 55, 1);
  margin: .12rem 0 .24rem 0;
}

.container .list2 .list_item .info .btn {
  font-family: 'Regular';
  font-weight: 400;
  line-height: 100%;
  background: linear-gradient(83.17deg, #0092DF -11.69%, #5BB531 108.84%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .1rem;
  border-radius: .3rem 0 .3rem 0;
  position: relative;
  z-index: 1;
  width: 1.34rem;
  height: .47rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.container .list2 .list_item .info .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(83.17deg, #0092DF -11.69%, #5BB531 108.84%);
  border-radius: .3rem 0 .3rem 0;
  z-index: -1;
  padding: .01rem;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
}

.container .list2 .list_item .info .btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(83.17deg, #0092DF -11.69%, #5BB531 108.84%);

  border-radius: .3rem 0 .3rem 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}

.container .list2 .list_item:hover .info .btn::after {
  opacity: 1;
}

.container .list2 .list_item:hover .info .btn {
  -webkit-background-clip: none;
  background-clip: none;
  color: #fff;
}

.container .list2 .list_item:hover .info .btn::before {
  opacity: 0;
}

.container .list2 .list_item .info .btn .normal,
.container .list2 .list_item:hover .info .btn .active {
  display: block;
}

.container .list2 .list_item .info .btn .active,
.container .list2 .list_item:hover .info .btn .normal {
  display: none;
}

.container .content_box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .9rem;
  margin: .5rem 0 2.33rem 1.3rem;
  z-index: 1;
}

.container .content_box .content_item {
  position: relative;
  display: flex;
  gap: 1.38rem;
}

.container .content_box .content_item:nth-child(2n) {
  flex-direction: row-reverse;
}

.container .content_box .content_item .img_box {
  width: 7.94rem;
  height: 5.14rem;
  border-radius: .1rem;
  overflow: hidden;
}

.container .content_box .content_item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease-in-out;
}

.container .content_box .content_item .img_box:hover img {
  transform: scale(1.05);
}



.container .content_box .content_item .info {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  width: 7.245rem;
}

.container .content_box .content_item .info .icon {
  width: .37rem;
  height: auto;
}

.container .content_box .content_item .info .title {
  font-family: 'Medium';
  font-weight: 500;
  line-height: 120%;
  color: rgba(29, 95, 99, 1);
  margin: .2447rem 0 .15rem 0;
}

.container .content_box .content_item .info .desc {
  font-family: 'Light';
  font-weight: 275;
  line-height: 150%;
  color: rgba(102, 119, 120, 1);
  margin: 0 0 .32rem 0;
}

.container .content_box .content_item .info .desc_p {
  font-family: 'Regular';
  font-weight: 400;
  line-height: 150%;
  color: rgba(26, 56, 55, 1);
  margin: 0 0 .62rem 0;
}


.container .content_box .content_item .info .btn {
  font-family: 'Regular';
  font-weight: 400;
  line-height: 100%;
  background: linear-gradient(83.17deg, #0092DF -11.69%, #5BB531 108.84%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .1rem;
  border-radius: .3rem 0 .3rem 0;
  position: relative;
  z-index: 1;
  width: 1.34rem;
  height: .47rem;
  transition: all 0.3s ease;
  cursor: pointer;
}


.container .content_box .content_item .info .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(83.17deg, #0092DF -11.69%, #5BB531 108.84%);
  border-radius: .3rem 0 .3rem 0;
  z-index: -1;
  padding: .01rem;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
}


.container .content_box .content_item .info .btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(83.17deg, #0092DF -11.69%, #5BB531 108.84%);

  border-radius: .3rem 0 .3rem 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}

.container .content_box .content_item .info .btn:hover::after {
  opacity: 1;
}

.container .content_box .content_item .info .btn:hover {
  -webkit-background-clip: none;
  background-clip: none;
  color: #fff;
}



.container .content_box .content_item .info .btn .normal,
.container .content_box .content_item .info .btn:hover .active {
  display: block;
}

.container .content_box .content_item .info .btn .active,
.container .content_box .content_item .info .btn:hover .normal {
  display: none;
}


.container .content_box .content_item .info .page {
  font-family: 'Regular';
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  margin: .62rem 0 0 0;
}

.container .content_box .content_item .info .page Strong {
  background: linear-gradient(83deg, #0092DF -11.69%, #5BB531 108.84%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

}




/* @media (max-width: 767px) {
  .container {
    padding: 1rem .2rem;
  }

  .container .search-box .search_form {
    width: 85%;
  }

  .container .list {
    justify-content: center;
  }
} */




@media (max-width: 767px) {
    
    .container .search-box .search_form {
        width: 100%;
        height: 45px;
    }
    .container .search-box {
        padding: 0 17px;
    }
    .container .search-box .search_form input {
        height: 30px;
    }
    .container .search-box .search_form input::placeholder {
        font-size: 14px;
    }
    .container  .list {
        flex-direction: column;
        width: 100%;
        padding: 0 17px;
    }
    .container .btns_1 {
        margin: 0 17px 0 auto;
    }
    .container  .list .list_item {
        width: 90.8vw;
    }
    .container  .list .list_item .img_box {
        height: 53.3vw;
    }
    .container  .list .list_item .info .tag {
        font-size: 10px;
        padding: 5px 11px;
        border-radius: 5px 0 5px 0;
        width: unset;
        height: unset;
    }
    .container  .list .list_item .info .time {
        margin: 19.5px 0 0 0;
        font-size: 13px;
    }
    .container  .list .list_item .info .title {
        font-size: 15px;
        margin: 10px 0 13px 0;
        line-height: 1.4;
    }
    .container  .list .list_item:hover .info .btn span {
        font-size: 12px;
    }
    .container  .list .list_item .info {
        padding: 0 25px 33.5px 25px;
    }
    
    .f_16 {
        font-size: 12px;
    }
    .f_18 {
        font-size: 13px;
    }
    .f_20 {
        font-size: 13px;
    }
}