.xmal-bg {
  width: 100%;
  min-height: 855px;
  background: url("../images/zhny-banner4bg_02.jpg") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .xmal-bg {
    height: auto;
    padding-bottom: 20px;
  }
}

.xmal-list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .xmal-list {
    padding: 0 15px;
  }
}

.xmal-list ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-flow: wrap;
}

@media screen and (max-width: 768px) {
  .xmal-list ul {
    flex-direction: column;
  }
}

.xmal-list ul li {
      /* display: flex; */
    /* width: 375px; */
    width: 24%;
    /* height: 435px; */
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
    margin-right: 1.33%;
}
.xmal-list ul li:nth-of-type(4n) {
    margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .xmal-list ul li {
    width: 33%;
  }
}

@media screen and (max-width: 768px) {
  .xmal-list ul li {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
}

.xmal-list ul li .xmal_im {
  width: 100%;
}

.xmal-list ul li .xmal_im img {
  width: 100%;
  transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
}

.xmal_con {
  display: flex;
  height: 155px;
  flex-direction: column;
  background: #ffffff;
  position: relative;
  padding: 0 20px;
}

.xmal_con span {
  line-height: 35px;
  height: 70px;
  font-size: 14px;
  color: #939393;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xmal_con p {
  color: #939393;
  background: #ffffff;
  padding: 0 10px;
  position: absolute;
  height: 30px;
  line-height: 30px;
  top: -30px;
  left: 0;
  display: inline;
}

.xmal_con h5 {
  line-height: 65px;
  height: 65px;
  font-size: 16px;
  color: #3a3a3a;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}

.xmal_con h5::after {
  content: "";
  width: 0;
  height: 1px;
  border-bottom: 1px solid #004ea1;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 1s;
}

.xmal-list ul li:hover .xmal_con h5::after {
  width: 100%;
}

.xmal_im {
  transform-style: preserve-3d;
}

.xmal-list ul li:hover .xmal_im img {
  transform: scale(1.2);
  transition: all 1s;
}

.ywbk-con {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.ywbk-con-l {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 70px 0;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .ywbk-con-l {
    padding: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .ywbk-con-l {
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.ywbk-tit-r p {
  padding: 10px;
  border-bottom: 2px solid #004ea1;
}

.ywbk-tit-r p {
  padding: 10px;
  font-size: 16px;
  color: #1d1d1d;
  border-bottom: 2px solid #004ea1;
}

.ywbk-tit-r:hover p {
  font-weight: bold;
}

.xmal_tit {
  width: 70%;
}

@media screen and (max-width: 1024px) {
  .xmal_tit {
    width: 100%;
  }
}

.xmal_tit h5 span {
  font-size: 36px;
  color: #000000;
}

@media screen and (max-width: 1024px) {
  .xmal_tit h5 span {
    font-size: 18px;
  }
}

.xmal_tit h5 p {
  font-size: 16px;
  margin-top: 25px;
  color: #3a3a3a;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .xmal_tit h5 p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
  }
}

.xmal-list ul li:hover .xmal_con span {
  color: #004ea1;
}