.section {
  background: #F8F8F8;
  padding: 90px 0 118px;
}

.section .wrap {
  width: 1370px;
  margin: 0 auto;
}

.section .wrap .sec_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 46px;
  position: relative;
  z-index: 3;
}

.section .wrap .sec_top .title {
  color: #333;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.section .wrap .sec_top .r {
  position: relative;
}

.section .wrap .sec_top .r .btn1 {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 28px;
  height: 40px;
  border: 1px solid #333;
  cursor: pointer;
  transition: 0.6s;
}

.section .wrap .sec_top .r .btn1 img {
  display: block;
  width: 14px;
  transition: 0.6s;
}

.section .wrap .sec_top .r .btn1 p {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  transition: 0.6s;
}

.section .wrap .sec_top .r .btn1:hover {
  background: #0C3388;
  border: 1px solid #0C3388;
}

.section .wrap .sec_top .r .btn1:hover img {
  filter: invert(1);
}

.section .wrap .sec_top .r .btn1:hover p {
  color: #FFFFFF;
}

.section .wrap .sec_top .r .tc {
  width: 666px;
  padding: 53px 100px 58px 70px;
  box-shadow: 0 0 69.7px 0 rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  background: #FFF;
  position: absolute;
  right: 0;
  top: 70px;
  opacity: 0;
  pointer-events: none;
  transition: 0.6s;
  transform: translateY(30px);
}

.section .wrap .sec_top .r .tc.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.section .wrap .sec_top .r .tc .out {
  display: block;
  position: absolute;
  width: 18px;
  top: 28px;
  right: 28px;
  cursor: pointer;
  z-index: 2;
  transition: 0.6s;
}

.section .wrap .sec_top .r .tc .out:hover {
  transform: rotate(180deg);
}

.section .wrap .sec_top .r .tc .form_item {
  margin-bottom: 50px;
}

.section .wrap .sec_top .r .tc .form_item .h5 {
  color: #606060;
  font-weight: 400;
  line-height: 1.23;
  margin-bottom: 26px;
  display: block;
  font-size: 26px;
}

.section .wrap .sec_top .r .tc .form_item .lables {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 50px;
}

.section .wrap .sec_top .r .tc .form_item .lables label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.section .wrap .sec_top .r .tc .form_item .lables label .radio {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}

.section .wrap .sec_top .r .tc .form_item .lables label .radio img {
  display: block;
  width: 14px;
  opacity: 0;
  transition: 0.6s;
}

.section .wrap .sec_top .r .tc .form_item .lables label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.section .wrap .sec_top .r .tc .form_item .lables label input:checked+.radio {
  border: 1px solid #0C3388;
}

.section .wrap .sec_top .r .tc .form_item .lables label input:checked+.radio img {
  opacity: 1;
}

.section .wrap .sec_top .r .tc .form_item>input {
  width: 100%;
  border: 1px solid #C7C7C7;
  border-radius: 8px;
  padding: 0 53px;
  background-size: 17px 14px;
  line-height: 48px;
  background-color: transparent;
  color: #606060;
  letter-spacing: 1px;
  font-size: 18px;
}

.section .wrap .sec_top .r .tc .form_item .year input {
  width: 100%;
  border: 1px solid #C7C7C7;
  border-radius: 8px;
  padding: 0 53px;
  background-size: 17px 14px;
  line-height: 48px;
  background-color: transparent;
  color: #606060;
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
}

.section .wrap .sec_top .r .tc .btns {
  display: flex;
  justify-content: space-between;
}

.section .wrap .sec_top .r .tc .btns .btn {
  width: calc(50% - 9px);
  line-height: 48px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #606060;
  transition: all 0.5s;
  color: #606060;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.section .wrap .sec_top .r .tc .btns .btn:hover {
  background: #0C3388;
  border: 1px solid #0C3388;
  color: #FFFFFF;
}

.section .wrap .recomond_box {
  width: 100%;
}

.section .wrap .recomond_box .item {
  display: block;
  width: 100%;
  height: 520px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.section .wrap .recomond_box .item>img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}

.section .wrap .recomond_box .item .item_bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 0 36px 30px 40px;
}

.section .wrap .recomond_box .item .item_bottom .date {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 2px;
}

.section .wrap .recomond_box .item .item_bottom .item_bottom_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section .wrap .recomond_box .item .item_bottom .item_bottom_flex .item_bottom_l_h5 {
  width: 1000px;
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section .wrap .recomond_box .item .item_bottom .item_bottom_flex .jt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 50%;
}

.section .wrap .recomond_box .item .item_bottom .item_bottom_flex .jt img {
  display: block;
  width: 18px;
}

.section .wrap .recomond_box .item:hover>img {
  transform: scale(1.1);
}

.section .wrap .list {
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
}

.section .wrap .list .item {
  display: block;
  width: 430px;
}

.section .wrap .list .item .img {
  width: 100%;
  height: 260px;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.section .wrap .list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 3s;
}

.section .wrap .list .item .item_bottom {
  width: 100%;
  background: #FFF;
  border: 1px solid #fff;
  border-radius: 0 0 12px 12px;
  border-top: none;
  padding: 22px 43px 32px 24px;
  transition: 0.6s;
}

.section .wrap .list .item .item_bottom .date {
  display: flex;
  align-items: center;
  gap: 7px;
}

.section .wrap .list .item .item_bottom .date img {
  display: block;
  width: 13px;
  height: auto;
}

.section .wrap .list .item .item_bottom .date p {
  color: #0C3388;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.section .wrap .list .item .item_bottom .item_bottom_h5 {
  margin: 16px 0 12px;
  color: #333;
  text-align: justify;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  /* 133.333% */
  height: 48px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.6s;
}

.section .wrap .list .item .item_bottom .item_bottom_p {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section .wrap .list .item:hover .img img {
  transform: scale(1.1);
}

.section .wrap .list .item:hover .item_bottom {
  border: 1px solid #0C3388;
  border-top: none;
}

.section .wrap .list .item:hover .item_bottom .item_bottom_h5 {
  color: #0C3388;
}

@media screen and (max-width: 1919px) {
  .section {
    padding: 4.6875vw 0px 6.1458333333vw;
  }

  .section .wrap {
    width: 71.3541666667vw;
  }

  .section .wrap .sec_top {
    margin-bottom: 2.3958333333vw;
  }

  .section .wrap .sec_top .title {
    font-size: 1.875vw;
  }

  .section .wrap .sec_top .r .btn1 {
    gap: 0.2604166667vw;
    padding: 0px 1.4583333333vw;
    height: 2.0833333333vw;
  }

  .section .wrap .sec_top .r .btn1 img {
    width: 0.7291666667vw;
  }

  .section .wrap .sec_top .r .btn1 p {
    font-size: 0.625vw;
  }

  .section .wrap .sec_top .r .tc {
    width: 34.6875vw;
    padding: 2.7604166667vw 5.2083333333vw 3.0208333333vw 3.6458333333vw;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3.6302083333vw 0px;
    border-radius: 1.25vw;
    top: 3.6458333333vw;
    transform: translateY(1.5625vw);
  }

  .section .wrap .sec_top .r .tc .out {
    width: 0.9375vw;
    top: 1.4583333333vw;
    right: 1.4583333333vw;
  }

  .section .wrap .sec_top .r .tc .form_item {
    margin-bottom: 2.6041666667vw;
  }

  .section .wrap .sec_top .r .tc .form_item .h5 {
    margin-bottom: 1.3541666667vw;
    font-size: 1.3541666667vw;
  }

  .section .wrap .sec_top .r .tc .form_item .lables {
    gap: 1.3020833333vw 2.6041666667vw;
  }

  .section .wrap .sec_top .r .tc .form_item .lables label .radio {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin-right: 0.5208333333vw;
  }

  .section .wrap .sec_top .r .tc .form_item .lables label .radio img {
    width: 0.7291666667vw;
  }

  .section .wrap .sec_top .r .tc .form_item>input {
    border-radius: 0.4166666667vw;
    padding: 0px 2.7604166667vw;
    background-size: 0.8854166667vw 0.7291666667vw;
    line-height: 2.5vw;
    font-size: 0.9375vw;
  }

  .section .wrap .sec_top .r .tc .form_item .year input {
    border-radius: 0.4166666667vw;
    padding: 0px 2.7604166667vw;
    background-size: 0.8854166667vw 0.7291666667vw;
    line-height: 2.5vw;
    font-size: 0.9375vw;
  }

  .section .wrap .sec_top .r .tc .btns .btn {
    width: calc(50% - 0.46875vw);
    line-height: 2.5vw;
    height: 2.6041666667vw;
    border-radius: 0.4166666667vw;
    font-size: 0.8333333333vw;
  }

  .section .wrap .recomond_box .item {
    height: 27.0833333333vw;
    border-radius: 0.625vw;
  }

  .section .wrap .recomond_box .item .item_bottom {
    padding: 0px 1.875vw 1.5625vw 2.0833333333vw;
  }

  .section .wrap .recomond_box .item .item_bottom .date {
    font-size: 0.8333333333vw;
    line-height: 1.4583333333vw;
    margin-bottom: 0.1041666667vw;
  }

  .section .wrap .recomond_box .item .item_bottom .item_bottom_flex .item_bottom_l_h5 {
    width: 52.0833333333vw;
    font-size: 1.25vw;
    line-height: 1.4583333333vw;
  }

  .section .wrap .recomond_box .item .item_bottom .item_bottom_flex .jt {
    width: 2.2916666667vw;
    height: 2.2916666667vw;
  }

  .section .wrap .recomond_box .item .item_bottom .item_bottom_flex .jt img {
    width: 0.9375vw;
  }

  .section .wrap .list {
    margin: 2.6041666667vw 0px;
    gap: 2.6041666667vw 2.0833333333vw;
  }

  .section .wrap .list .item {
    width: 22.3958333333vw;
  }

  .section .wrap .list .item .img {
    height: 13.5416666667vw;
    border-radius: 0.625vw 0.625vw 0px 0px;
  }

  .section .wrap .list .item .item_bottom {
    border-radius: 0px 0px 0.625vw 0.625vw;
    padding: 1.1458333333vw 2.2395833333vw 1.6666666667vw 1.25vw;
  }

  .section .wrap .list .item .item_bottom .date {
    gap: 0.3645833333vw;
  }

  .section .wrap .list .item .item_bottom .date img {
    width: 0.6770833333vw;
  }

  .section .wrap .list .item .item_bottom .date p {
    font-size: 0.625vw;
    line-height: 0.7291666667vw;
  }

  .section .wrap .list .item .item_bottom .item_bottom_h5 {
    margin: 0.8333333333vw 0px 0.625vw;
    font-size: 0.9375vw;
    line-height: 1.25vw;
    height: 2.5vw;
  }

  .section .wrap .list .item .item_bottom .item_bottom_p {
    font-size: 0.625vw;
    line-height: 0.8333333333vw;
  }

  .section .wrap .sec_top .r .tc .form_item .lables label {
    font-size: 0.8333333333vw;
  }
}

@media screen and (max-width: 1024px) {
  .section .wrap {
    width: 90vw;
  }

  .section .wrap .sec_top .title {
    font-size: 20px;
  }

  .section .wrap .sec_top .r .btn1 {
    width: fit-content;
    padding: 0 20px;
    gap: 5px;
    height: 36px;
  }

  .section .wrap .sec_top .r .btn1 img {
    width: 20px;
  }

  .section .wrap .sec_top .r .btn1 p {
    font-size: 14px;
    margin-left: 10px
  }

  .section .wrap .sec_top .r .tc {
    width: 90vw;
    padding: 30px 20px;
  }

  .section .wrap .sec_top .r .tc .form_item .year input {
    border-radius: 5px;
    padding: 0 20px;
    line-height: 2;
    font-size: 14px;
    height: 40px;
  }

  .section .wrap .sec_top .r .tc .out {
    width: 14px;
    top: 20px;
    right: 20px;
  }

  .section .wrap .sec_top .r .tc .form_item .h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .section .wrap .sec_top .r .tc .form_item .lables label .radio {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border-radius: 4px;
  }

  .section .wrap .sec_top .r .tc .form_item .lables label {
    font-size: 14px;
  }

  .section .wrap .sec_top .r .tc .form_item {
    margin-bottom: 30px;
  }

  .section .wrap .sec_top .r .tc .form_item>input {
    border-radius: 4px;
    padding: 0 20px;
    line-height: 2;
    font-size: 14px;
  }

  .section .wrap .sec_top .r .tc .form_item>input {
    height: 40px;
  }

  .section .wrap .sec_top .r .tc .btns .btn {
    width: calc(50% - 10px);
    line-height: 1;
    height: 40px;
    border-radius: 4px;
    font-size: 14px;
  }

  .section .wrap .sec_top .r .tc .form_item .lables {
    gap: 10px;
  }

  .section .wrap .sec_top .r .tc .form_item .lables label .radio img {
    width: 12px;
  }

  .section {
    padding: 50px 0;
  }

  .section .wrap .sec_top {
    margin-bottom: 30px;
  }

  .section .wrap .recomond_box .item {
    height: auto;
    background-color: #fff;
    border-radius: 10px;
  }

  .section .wrap .recomond_box .item .item_bottom {
    position: static;
  }

  .section .wrap .recomond_box .item .item_bottom {
    padding: 30px 20px;
  }

  .section .wrap .recomond_box .item .item_bottom .date {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.6);
  }

  .section .wrap .recomond_box .item .item_bottom .item_bottom_flex .item_bottom_l_h5 {
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    color: #111;
    margin-bottom: 10px;
  }

  .section .wrap .recomond_box .item .item_bottom .item_bottom_flex {
    flex-direction: column;
    align-items: start;
  }

  .section .wrap .recomond_box .item .item_bottom .item_bottom_flex .jt {
    width: 36px;
    height: 36px;
    background-color: #0C3388;
  }

  .section .wrap .recomond_box .item .item_bottom .item_bottom_flex .jt img {
    width: 16px;
    filter: brightness(0) invert(1);
  }

  .section .wrap .recomond_box .item>img {
    border-radius: 10px;
  }

  .section .wrap .list {
    margin-top: 20px;
    gap: 20px;
  }

  .section .wrap .list .item {
    width: calc(50% - 10px);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
  }

  .section .wrap .list .item .img {
    height: 22vw;
    border-radius: 10px 10px 0px 0px;
  }

  .section .wrap .list .item .item_bottom {
    padding: 30px 20px;
    border-radius: 10px;
  }

  .section .wrap .list .item .item_bottom .date img {
    width: 16px;
  }

  .section .wrap .list .item .item_bottom .date {
    gap: 10px;
  }

  .section .wrap .list .item .item_bottom .date p {
    font-size: 14px;
    line-height: 2;
  }

  .section .wrap .list .item:hover .item_bottom {
    border: none;
  }

  .section .wrap .list .item .item_bottom .item_bottom_h5 {
    margin: 20px 0px;
    font-size: 16px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: auto;
  }
  .section .wrap .list .item .item_bottom .item_bottom_p{
    font-size: 14px;
    line-height: 2;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: unset;
  }
}
@media screen and (max-width: 767px) {
  .section .wrap .list .item{
    width: 100%;
  }
  .section .wrap .list .item .img{
    height: auto;
  }
}