.image_list_item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 180px;
  width: 100%;
  padding: 20px;
  position: relative;

  border-bottom: 2px dashed #e8e8e8;
}
.image_list_item > img {
  position: absolute;
  height: 150px;
  width: 135px;
  right: 30px;
  bottom: 0;
  z-index: 0;
  display: none;
}
.image_list_item img {
  transition: all 0.3s linear;
}
.image_list_item .img {
  width: 178px;
  height: 140px;
  overflow: hidden;
}
.image_list_item > div {
  position: relative;
  z-index: 10;
}
.image_list_item .main {
  padding: 0 0px;
  width: calc(100% - 330px);
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
.image_list_item .main p:nth-of-type(1) {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  line-height: 28px;
}
.image_list_item .main p:nth-of-type(2) {
  align-items: center;
  font-size: 16px;
  color: #666666;
  height: 56px;
  line-height: 28px;
}
.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 .data {
  height: 74px;
  color: #c3a465;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #c3a465;
  padding-left: 20px;
}
.image_list_item .data p:nth-of-type(1) {
  font-size: 32px;
  margin-bottom: 10px;
}
.image_list_item .data p:nth-of-type(2) {
  font-size: 16px;
}

.org_list_item:hover .org-data {
  background: #7e0d11 !important;
  color: #fff !important;
  border: 1px solid #7e0d11;
}
.org_list_item:hover .org-data p {
  color: #fff !important;
}
.org_list_item:hover .org-data p:nth-of-type(2) {
  background: #fff;
}
.org_list_item {
  height: 126px;
  background: #f7f7f5;
  margin-bottom: 16px;
  padding: 20px !important;
}
.org_list_item .org-data {
  width: 64px;
  height: 64px;
  padding: 7px;
  color: #7e0d11;
  border: 1px solid #7e0d11;
  font-weight: bold;
  padding-top: 11px;
}
.org_list_item .org-data p:nth-of-type(1) {
  font-size: 14px;
}
.org_list_item .org-data p:nth-of-type(2) {
  width: 13px;
  height: 1px;
  background: #7e0d11;
  margin: 6px 0;
}
.org_list_item .org-data p:nth-of-type(3) {
  font-size: 12px;
}
@media (any-hover: hover) {
  .image_list_item:hover {
    background: #004098;
    border-bottom: none !important;
  }
  .image_list_item:hover .data {
    color: #fff;
    border-left-color: #fff;
  }
  .image_list_item:hover > img {
    display: block;
  }
  .image_list_item:hover .img img {
    transform: scale(1.2);
  }
  .image_list_item:hover .main p {
    color: #fff !important;
  }
}
@media screen and (max-width: 700px) {
  .son_page > .inner .right {
    width: 100%;
    padding-top: 20px;
  }
  .son_page .inner .right .son_page_title {
    display: none !important;
  }
  .son_page {
    padding: 0px 0 20px;
  }

  .image_list_item .main {
    order: 2;
  }
  .image_list_item .image {
    order: 1;
  }
  .image_list_item {
    padding: 10px;
    flex-direction: column;
    height: auto;
  }
  .image_list_item > div {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .image_list_item .img {
    height: 220px !important;
  }
  .image_list_item .data {
    display: none;
  }
  .image_list_item .main {
    width: 60%;
  }
}
