.hoverListR li:hover img {
  transform: all 0.3s;
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}
.cxfw_content .banner_box {
  display: block;
  width: 1158px;
  height: 130px;
  border-radius: 8px;
  overflow: hidden;
}
.cxfw_content .cxfw_list {
  margin-top: 25px;
  margin-right: -1.72%;
}
.cxfw_content .cxfw_list li {
  float: left;
  width: 12.54%;
  margin-right: 1.72%;
  margin-bottom: 18px;
}
.cxfw_content .cxfw_list li {
  border-radius: 5px;
  overflow: hidden;
  background-color: #eef8ff;
}
.cxfw_content .cxfw_list li.cur {
  background-color: #cfebff;
}
.cxfw_content .cxfw_list li:hover {
  background-color: #cfebff;
}
.cxfw_content .cxfw_list li a {
  width: 100%;
  height: 86px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #333333;
}
.cxfw_content .cxfw_list li a img {
  margin-bottom: 10px;
}
.cxfw_content .csfw_title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #333333;
  line-height: 48px;
  border-bottom: 1px solid #e8e8e8;
}
.cxfw_content .csfw_title span {
  color: #1658a0;
}
.cxfw_content .p2_cxfw_list {
  margin-top: 32px;
  margin-right: -2.5%;
}
.cxfw_content .p2_cxfw_list li {
  float: left;
  width: 22.3%;
  margin-right: 2.5%;
  margin-bottom: 25px;
  text-align: center;
}
.cxfw_content .p2_cxfw_list li {
  background-image: linear-gradient(0deg, #f6f6f6 0%, #ffffff 100%), linear-gradient(#fcfcfc, #fcfcfc);
  background-blend-mode: normal,
                normal;
  border-radius: 10px;
  border: solid 1px #e3e3e3;
  overflow: hidden;
  transition: all 0.3s;
}
.cxfw_content .p2_cxfw_list li:hover {
  background-image: none;
  background-color: #eef8ff;
  transform: translate(5px);
}
.cxfw_content .p2_cxfw_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
}
