.image_list_item {
  cursor: pointer;
  /* height: 135px; */
  width: 285px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);

}

.image_list_item img {
  transition: all 0.3s linear;
}
.image_list_item .img {
  width: 100%;
  height: 168px;
  overflow: hidden;
}
.image_list_item .content {
  padding: 10px 16px 16px;
  height: 121px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.image_list_item .content > .nowrap-2 {
  height: 55px;
  line-height: 27px;
}
.image_list_item .content > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.image_list_item .content > div > p {
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 14px;
}
.image_list_item .content > div > p img {
  width: auto;
  height: 16px;
  margin-right: 5px;
}
.image_list_item .content > div > p img:nth-of-type(1) {
  display: none;
}
.image_list_item:hover p {
  color: #ffffffad !important;
}
.image_list_item:hover p img:nth-of-type(1) {
  display: block !important;
}
.image_list_item:hover p img:nth-of-type(2) {
  display: none !important;
}
.image_list_item .main {
  padding: 0 30px;
  width: calc(100% - 300px);
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  transition: all 0.3s;
}
.image_list_item .main > p:nth-of-type(1) {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}
.image_list_item .main > p:nth-of-type(2) {
  font-size: 16px;
  color: #666666;
  height: 49px;
  line-height: 26px;
}
.image_list_item .main > p:nth-of-type(2) img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.image_list_item .main > p:nth-of-type(2) img:nth-of-type(2) {
  display: none;
}
.image_list_item .main > p:nth-of-type(3) {
  display: flex;
  align-items: center;
}
.image_list_item .main > p:nth-of-type(3) img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.image_list_item .main > p:nth-of-type(3) img:nth-of-type(2) {
  display: none;
}
.image_list_item .main > div {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.image_list_item .main > div img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.image_list_item .main > div img:nth-of-type(2) {
  display: none;
}
.image_list_item .data {
  width: 72px;
  height: 72px;
  background: #FFFFFF;
  border: 1px solid #9D0001;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.image_list_item .data p:nth-of-type(1) {
  font-size: 28px;
  font-weight: bold;
  color: #9D0001;
  height: 45px;
  line-height: 45px;
}
.image_list_item .data p:nth-of-type(2) {
  font-size: 16px;
  width: 100%;
  height: 27px;
  color: #fff;
  line-height: 27px;
  text-align: center;
  background-color: #9D0001;
}
.main-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 300px);
}
.right .main-banner {
  height: 426px;
  margin-bottom: 74px;
}
.right .main-banner-item {
  display: flex;
  justify-content: space-between;
}
.right .main-banner-item .img {
  width: 620px;
  height: 100%;
}
.right .main-banner-item .main-banner-main {
  width: calc(100% - 620px);
  background-image: url(../images/main-banner-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 64px 63px;
  position: relative;
}
.right .main-banner-item .main-banner-main .swiper-button > div {
  width: 48px;
  height: 48px;
  background-image: url(../images/swiper-button-jiantou.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.right .main-banner-item .main-banner-main .swiper-button .swiper-button-prev {
  transform: rotate(180deg);
}
.right .main-banner-item .main-banner-main .swiper-button > div::after {
  content: "" !important;
}
.right .main-banner-item .main-banner-main .swiper-pagination {
  bottom: 40px;
}
.right .main-banner-item .main-banner-main .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff46;
}
.right .main-banner-item .main-banner-main .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff !important;
  opacity: 1 !important;
}
.right .main-banner-item .main-banner-main .nowrap-2 {
  /* height: 98px; */
  height: 60px;
  margin-bottom: 38px;
  line-height: 30px;
  color: #FFFFFF;
  font-size: 18px;

}
.right .main-banner-item .main-banner-main .nowrap-4 {
  line-height: 36px;
  color: #ffffffcc;
  font-size: 16px;
}
@media (any-hover: hover) {
  .image_list_item:hover > img {
    display: block;
  }
  .image_list_item:hover .img img {
    transform: scale(1.2);
  }
  .image_list_item:hover {
    background: #A13838;
  }
  .image_list_item:hover p {
    color: #fff;
  }
  .image_list_item:hover div {
    color: #fff;
  }
  .image_list_item:hover .main p {
    /* color: #fff !important; */
  }
  .image_list_item:hover .main span {
    /* color: #fff !important; */
  }
  .image_list_item:hover .main > p img:nth-of-type(1) {
    display: none;
  }
  .image_list_item:hover .main > p img:nth-of-type(2) {
    display: block;
  }
  .image_list_item:hover .main > div img:nth-of-type(1) {
    display: none;
  }
  .image_list_item:hover .main > div img:nth-of-type(2) {
    display: block;
  }
}
