.xcxys {
  width: 1200px;
  padding: 60px 0;
  margin: 0 auto;
}
.xcxys .text {
  font-size: 30px;
  text-align: center;
  padding: 50px 0 30px 0;
}
.xcxys .text span {
  display: block;
  font-size: 18px;
}
.xcxys ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
  justify-content: space-evenly;
}
.xcxys ul li {
  width: 265px;
  height: 275px;
  border: 1px solid #2589ff;
}
.xcxys ul li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #333;
}
.xcxys ul li a:hover h4::before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
  width: 50px;
  height: 5PX;
  background-color: #2589ff;
}
.xcxys ul li img {
  width: 80px;
  height: 80px;
  display: block;
  margin: 30px auto;
}
.xcxys ul li h4 {
  width: 100%;
  height: 45px;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.xcxys ul li h4::before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
  width: 50px;
  height: 5PX;
  background-color: #7cb8ff;
}
.xcxys ul li p {
  font-size: 12px;
  color: #333;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
}
