.banner img {
  width: 100%;
}
.jxhd_box {
  display: flex;
  gap: 2rem;
  width: 140rem;
  height: 54.3rem;
  margin: 1.7rem auto 0;
}
.jxhd_box .jxhd_img {
  width: 86.5rem;
  height: 54.3rem;
  overflow: hidden;
}
.jxhd_box .jxhd_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jxhd_box .jxhd_content {
  width: 51.5rem;
  height: 54.3rem;
  padding: 2rem;
  background-color: #fff;
  border-radius: 0.6rem;
}
.jxhd_box .jxhd_content .xjdx_list {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-top: 2rem;
}
.jxhd_box .jxhd_content .xjdx_item {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  height: 9.5rem;
  font-size: 1.6rem;
  color: #000;
  cursor: pointer;
}
.jxhd_box .jxhd_content .xjdx_item:hover {
  color: #e01919;
}
.jxhd_box .jxhd_content .xjdx_item .xjdx_item_img {
  width: 17rem;
  height: 9.5rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
.jxhd_box .jxhd_content .xjdx_item .xjdx_item_img img {
  width: 100%;
  height: 100%;
  border-radius: 0.6rem;
  object-fit: cover;
}
.jxhd_box .jxhd_content .xjdx_item .name_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 19rem);
  height: 9.5rem;
}
.jxhd_box .jxhd_content .xjdx_item .name_box .name {
  font-size: 1.6rem;
  color: #000000;
}
.jxhd_box .jxhd_content .xjdx_item .name_box .time {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  color: #8d8d8d;
}
.jxhd_box .jxhd_content .xjdx_item .name_box .time img {
  width: 1.4rem;
}
.ystp_box {
  width: 100%;
  height: 55.8rem;
  margin: 3rem auto 0;
  background-image: url("../images_new/index/tupu.png");
  background-size: auto 100%;
  background-position: center;
}
.ystp_box .bt_img {
  display: block;
  height: 6.8rem;
  margin: 0.9rem auto 0;
}
.ystp_box .ystp_inside {
  display: flex;
  justify-content: space-between;
  width: 140rem;
  margin: 0.5rem auto 0;
}
.ystp_box .ystp_content {
  width: 61.7rem;
  height: 44.8rem;
  padding: 3rem 3rem 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.6rem;
}
.ystp_table {
  width: 100%;
}
.ystp_thead {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.ystp_th {
  width: 11.4rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  font-size: 2rem;
  color: #0041c3;
  background: #ffffff;
  border-radius: 5.1rem;
  border: 0.1rem solid #3c8aff;
}
.ystp_th_blue {
  display: flex;
  justify-content: center;
  width: 20rem;
}
.ystp_tbody {
  display: flex;
  flex-direction: column;
}
.ystp_tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 7rem;
  border-bottom: 1px dashed #b8d6ff;
}
.ystp_tr:last-child {
  border-bottom: none;
}
.ystp_td {
  font-size: 1.8rem;
  color: #000000;
}
.ystp_td.num {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-family: "Source Han Serif CN", "思源宋体 CN", "SiyunSongHeiBold", serif;
}
.ystp_td.num span {
  margin-left: 0.2rem;
  font-size: 1.2rem;
  color: #000000;
}
.ystp_td.blue {
  width: 20rem;
  color: #2e6dff;
}
.ystp_td.red {
  width: 11.4rem;
  color: #d54040;
}
.ystp_td:first-child {
  flex: 1.2;
}

.kcsz_box {
  width: 140rem;
  /* height: 74rem; */
  margin: 3rem auto 2rem;
  padding: 2rem;
  background: #ffffff;
  border-radius: 0.6rem;
}
.kcsz_box .menu_list {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin: 1.5rem 0 3.2rem;
}
.kcsz_box .menu_list .kcsz_type {
  height: 3.1rem;
  line-height: 3.1rem;
  text-align: center;
  padding: 0 1.5rem;
  background: #ffffff;
  border-radius: 5.1rem;
  border: 0.1rem solid #bc0000;
  font-size: 1.6rem;
  color: #bc0000;
  cursor: pointer;
}
.kcsz_box .menu_list .kcsz_type_active {
  background: #bc0000;
  color: #fff;
}
.kcsz_box .kcsz_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.kcsz_box .kcsz_list .kcsz_item {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  width: 67rem;
  height: 17rem;
  padding: 1rem;
  font-size: 1.6rem;
  color: #000;
  cursor: pointer;
  background-image: url("../images_new/index/kcsz_item_bg.png");
  background-size: auto 100%;
}
.kcsz_box .kcsz_list .kcsz_item:hover {
  color: #e01919;
}
.kcsz_box .kcsz_list .kcsz_item .kcsz_item_img {
  position: relative;
  width: 23.9rem;
  height: 15rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
.kcsz_box .kcsz_list .kcsz_item .kcsz_item_img img {
  width: 100%;
  height: 100%;
  border-radius: 0.6rem;
  object-fit: cover;
}
.kcsz_box .kcsz_list .kcsz_item .kc_list_item_img_title {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  width: 76%;
  min-height: 74%;
  padding: 0 7%;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 1rem;
}
.kcsz_box .kcsz_list .kcsz_item .name_box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: calc(100% - 25.1rem);
  height: 15rem;
}
.kcsz_box .kcsz_list .kcsz_item .name_box .name {
  font-size: 1.6rem;
  color: #000000;
}
.kcsz_box .kcsz_list .kcsz_item .keyword_box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.kcsz_box .kcsz_list .kcsz_item .keyword_box .keyword {
  display: inline-block;
  height: 2.5rem;
  padding: 0 0.8rem;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1.2rem;
  color: #bc0000;
  background: rgba(188, 0, 0, 0.1);
  border-radius: 0.4rem;
}
.dib_box {
  width: 100%;
  height: 25.9rem;
  margin-top: 3rem;
  padding-top: 3rem;
  background: #eef5ff;
}
.dib_box .dib_inside {
  display: flex;
  justify-content: space-between;
  width: 140rem;
  margin: 0 auto;
}
.dib_box .dib_item {
  width: 19.9rem;
  height: 19.9rem;
  padding-top: 2rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 1.57rem 0rem rgba(87, 156, 255, 0.3);
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  border: 0.1rem solid #9fc6ff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.dib_box .dib_item:hover {
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
  transform: translateY(-0.3rem);
}
.dib_box .dib_item .img_box {
  display: flex;
  justify-content: center;
  width: 13rem;
  height: 13.3rem;
  margin: 0 auto;
}
.dib_box .dib_item .img_box_0 {
  width: 12.6rem;
  height: 12.2rem;
}
.dib_box .dib_item .img_box_1 {
  width: 10.4rem;
  height: 12.3rem;
}
.dib_box .dib_item .img_box_2 {
  width: 11.8rem;
  height: 13.3rem;
}
.dib_box .dib_item .img_box_3 {
  width: 11.3rem;
  height: 11.9rem;
}
.dib_box .dib_item .img_box_4 {
  width: 13rem;
  height: 12.8rem;
}
.dib_box .dib_item .name {
  margin-top: 0.4rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  color: #000000;
}
