.result_details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.result_details .main {
  width: 68%;
}
.result_details .aboutNews {
  width: 28%;
}
.result_details .imgMagnify {
  max-width: 6rem;
  overflow: hidden;
  margin: auto;
}
.result_details .imgMagnify .BigImg {
  margin-bottom: 0.2rem;
  overflow: hidden;
  border: 1px solid #dfdfe0;
}
.result_details .imgMagnify .BigImg .swiper-slide img {
  width: 100%;
}
.result_details .imgMagnify .smallImg {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.result_details .imgMagnify .smallImg .swiper {
  margin: 0 0.5rem;
  overflow: hidden;
}
.result_details .imgMagnify .smallImg .swiper-slide {
  /*border: 1px solid #dfdfe0;*/
  cursor: pointer;
}
.result_details .imgMagnify .smallImg .swiper-slide.swiper-slide-thumb-active {
 /* border: 2px solid #a4ce4f;*/
}
.result_details .imgMagnify .smallImg .swiperArrow {
  width: 0.3rem;
  background: #CCCCCC;
  position: absolute;
  top: -5rem;
  height: 100%;
  z-index: 20;
  cursor: pointer;
}
.result_details .imgMagnify .smallImg .swiperArrow.swiper-prev {
  left: 0;
  background: url(../images/page/prevNext_icon1.png) no-repeat center;
  background-size: 0.3rem 0.3rem;
  transform: rotate(180deg);
}
.result_details .imgMagnify .smallImg .swiperArrow.swiper-prev:hover {
  background: url(../images/page/prevNext_icon2.png) no-repeat center;
  background-size: 0.3rem 0.3rem;
}
.result_details .imgMagnify .smallImg .swiperArrow.swiper-next {
  right: 0;
  background: url(../images/page/prevNext_icon1.png) no-repeat center;
  background-size: 0.3rem 0.3rem;
}
.result_details .imgMagnify .smallImg .swiperArrow.swiper-next:hover {
  background: url(../images/page/prevNext_icon2.png) no-repeat center;
  background-size: 0.3rem 0.3rem;
}
.result_details .divPs p {
  margin-bottom: 0.1rem;
}
.result_details .divPs p span {
  color: #a4ce4f;
}
.result_details .divPs ul {
  padding-left: 0.2rem;
}
.result_details .divPs ul li {
  list-style-type: disc;
}
.result_details .downA a {
  width: 100%;
}
.result_details .aboutNews ul li {
  padding: 0.3rem;
  background: #fff;
  box-shadow: 0px 0px 0.56rem 0px rgba(180, 182, 184, 0.25);
}
.result_details .aboutNews ul li .imgBox {
  border: 1px solid #dfdfe0;
}
.result_details .aboutNews ul li:hover .font20 {
  color: #a4ce4f;
}
.result_details .aboutNews ul li:hover .imgBox {
  border: 1px solid #a4ce4f;
}
div.zoomDiv {
  z-index: 50;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2rem;
  height: 2rem;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  text-align: center;
  overflow: hidden;
}
div.zoomDiv img {
  max-width: unset;
}
div.zoomMask img {
  max-width: unset;
}
.jqPreload0 img {
  max-width: unset;
}
@media only screen and (max-width: 1024px) {
  .divBread .breadBox {
    flex-wrap: wrap;
  }
  .result_details .main {
    width: 110%;
    overflow: hidden;
  }
}
