.search > h4 {
  color: #000;
  line-height: 60px;
  margin: 0;
}

.search span {
  color: #de0010;
}

.search .details > ul {
  width: 100%;
}

.search .details > ul li {
  overflow: auto;
  padding: 10px 0;
  width: 100%;
  border: 1px solid #ccc;
  background: #ebeff0;
  margin-bottom: 10px;
}

.search .details > ul li p {
  font-size: 14px;
  margin-bottom: 0;
}

.search .details > ul > li:nth-child(2n) {
  background: #fff;
}

.search_img {
  float: left;
  width: 25%;
  /* height: 200px; */
  padding: 0 10px;
  margin-top: 20px;
}

.search_img > img {
  width: 100%;
  /* height: 100%; */
}

.search_name {
  float: left;
  width: 75%;
}
.search_name p{
  font-weight: 600;
}
.search_name h5{
  padding: 6px 24px;
}
.search_name h5 span{
  color: #000;
  padding-left: 5px;
}

.search_text {
  color: #7a7a7a;
}

.search_but {
  margin: 100px auto;
  width: 190px;
  display: flex;
}

.search_but > ul {
   justify-content: center;
  display: inline-block;
  /* overflow:hidden; */
  max-width: 190px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  /* margin: 0 auto; */
  /* border: 1px solid red; */
}

.search_but > ul > li, .search_but > ul > span {
  float: left;
  margin-left: 10px;
  width: 25px;
  height: 25px;
  background: #ccc;
  cursor: pointer;
  line-height: 25px;
  font-size: 15px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.search_but > ul > li.on{
  background: red;
}
.search_but > ul > .left {
  position: absolute;
  left: -15px;
  display: none;
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border: 1px solid red;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  background: #fff !important;
  transform: rotate(45deg)
}
.search_but > ul > .right{
  position: absolute;
  right: -17px;
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border: 1px solid red;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  background: #fff !important;
  transform: rotate(-45deg)
}
.search_but {

}