.main-box .yjdw-page {
  width: 78.89%;
}

.yjdw-box {
  display: grid;
  grid-template-columns: 45.775% 45.775%;
  gap: 42px 8.45%;
  margin-top: 34px;
}

.yjdw-box li {
  width: 100%;
}

.yjdw-box li:hover .white-jt {
  display: block;
}

.yjdw-box li:hover .blue-jt {
  display: none;
}

.yjdw-box li:hover .msg .xq-btn {
  background-color: #BF1919;
  color: #fff;
}

.yjdw-box li:hover .bj-af {
  display: block;
}

.yjdw-box .link-box {
  display: flex;
  position: relative;
}

.yjdw-box .bj-af {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 30.03%;
  height: 208px;
  z-index: -1;
  display: none;
}

.yjdw-box .pic-boxs {
  width: 34.03%;
  height: 212px;
}

.yjdw-box .pic-boxs img {
  object-fit: cover;
}

.yjdw-box .msg {
  width: 59.17%;
  margin-left: 30px;
}

.yjdw-box .msg .name {
  color: #0068B7;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.yjdw-box .msg .ms {
  margin: 22px 0;
  font-size: 18px;
  line-height: 1.8;
  color: #383838;
  padding-bottom: 15px;
  border-bottom: 1px solid #E7E7E7;
}

.yjdw-box .msg .xq-box {
  display: flex;
  justify-content: end;
}

.yjdw-box .msg .xq-btn {
  width: fit-content;
  padding: 7px 14px;
  line-height: 1;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 14px;
  color: #0068B7;
}

.yjdw-box .msg .xq-btn img {
  width: 21px;
  height: 4px;
  margin-left: 5px;
}

.yjdw-box .msg .white-jt {
  display: none;
}

@media screen and (max-width: 1024px) {
  .yjdw-box .pic-boxs {
    width: 180px;
    height: 194px;
  }
  .yjdw-box .bj-af {
    width: 175px;
    height: 180px;
  }
  .yjdw-box .msg .name {
    font-size: 18px;
  }
  .yjdw-box .msg .ms {
    font-size: 16px;
    margin: 26px 0;
  }
}

@media screen and (max-width: 766px) {
  .yjdw-box {
    grid-template-columns: 100%;
  }
  .yjdw-box .link-box {
    justify-content: space-between;
  }
}
