.image_list_item {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  height: 220px;
  width: 100%;
  padding: 26px 20px 26px 40px;
  position: relative;
  background: #F7F7F5;
  margin-bottom: 20px;
}
.image_list_item > img {
  position: absolute;
  height: 175px;
  width: 256px;
  left: 0;
  bottom: 0;
  z-index: 0;
  display: none;
}
.image_list_item img {
  transition: all 0.3s linear;
}
.image_list_item .img {
  width: 260px;
  height: 100%;
  overflow: hidden;
}
.image_list_item > div {
  position: relative;
  z-index: 10;
}
.image_list_item .main {
  padding: 0 0px;
  width: calc(100% - 100px);
  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: 14px;
  color: #666666;
  height: 56px;
  line-height: 28px;
text-indent: 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 {
  width: 80px;
  color: #fff;
  padding-top: 15px;
}
.image_list_item .data p:nth-of-type(1) {
  font-size: 34px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  background: #7A0C0E;
}
.image_list_item .data p:nth-of-type(2) {
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  height: 32px;
  background: #BA976C;
}
.image_list_item .data p:nth-of-type(1) span {
  display: inline-block;
  margin: 0 5px 0 0;
}
.image_list_item .data > span {
  display: inline-block;
  width: 1px;
  height: 34px;
  background-color: #333;
  transform: skew(-5deg);
  margin: 0 10px;
}
.image_list_item .data p:nth-of-type(2) {
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
.image_list_item .data p:nth-of-type(2) span:nth-of-type(1) {
  margin-bottom: 5px;
}
.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-size: 256px 175px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background: #FAEDED;
  }
  .image_list_item:hover > img {
    display: block;
  }
  .image_list_item:hover .img img {
    transform: scale(1.2);
  }
  .image_list_item:hover .main p {
    color: #AB170D !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;
}
    header {
        display:none!important;
    }
.son_page{
padding:0px 0 20px;
}
.son_page > .inner > .left{
display:none!important;
}
.image-g{
display:none!important;
}
  .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 .data {
    display: none;
  }
  .image_list_item .main {
    width: 60%;
  }
}
