.search_father {
  margin-top: 0.6525rem;
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: 4;
}
.search_father .search {
  width: 100%;
  height: 3.05rem;
  text-align: center;
  background-color: #f5f5f5;
}
.search .search_top {
  position: relative;
  z-index: 2;
}
.search .search_top li {
  display: inline-block;
  padding: 0 0.2rem;
  font-size: 0.18rem;
   
  font-weight: 400;
  color: #A8A8A8;
  cursor: pointer;
  transition: all 1s;
}
.search .search_top li span {
  display: block;
  height: 0.135rem;
  width: 0.0375rem;
  margin: auto;
  margin-top: 0.1rem;
}
.search .search_top li:nth-of-type(2) {
  color: #333;
}
.search .search_main {
  width: 100%;
  height: 2.7675rem;
  position: relative;
}
.search .search_main > div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.search .search_main > .searchOne {
  display: none;
}
.search .search_main > div > .title {
  padding-top: 0.765rem;
  height: 0.315rem;
  font-size: 0.315rem;
   
  font-weight: bold;
  color: #333333;
  line-height: 0.255rem;
  transition: all 1s;
}
.search .search_main > div > div {
  margin: auto;
  margin-top: 0.48rem;
  position: relative;
}
.search .search_main > div > div > input {
  width: 6.3751rem;
  height: 0.555rem;
  background: #FFFFFF;
  border: 1px solid #DBD9D9;
  border-radius: 0.5rem;
  padding: 0.1875rem 0.3075rem;
  box-sizing: border-box;
  padding-right: 0.615rem;
  font-size: 0.18rem;
   
  font-weight: 400;
  color: #A8A8A8;
  transition: all 1s;
}
.search .search_main > div > div .inp_active {
  color: #333;
}
.search .search_main > div > div > span {
  display: block;
  width: 0.21rem;
  height: 0.21rem;
  background: url(../img/datadownloadfangdajing.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0.3rem;
  top: 0.17rem;
  cursor: pointer;
}
.detail-nav {
  width: 100%;
  border-bottom: solid 1px #f6f5f5;
  position: relative;
  background-color: white;
}
.detail-nav::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.detail-nav .left {
  float: left;
  margin-left: 13.5%;
}
.detail-nav .left ul li {
  float: left;
  margin-left: 0.6675rem;
}
.detail-nav .left ul li a {
  display: inline-block;
  font-size: 0.15rem;
  line-height: 0.9225rem;
  color: #333;
  position: relative;
  transition: 0.5s;
}
.detail-nav .left ul li a::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #ea222d;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
.detail-nav .left ul li:first-child {
  margin-left: 0;
}
.detail-nav .left ul li:hover a {
  color: #ea222d;
}
.detail-nav .left ul li:hover a::after {
  width: 100%;
}
.detail-nav .left ul li.active a {
  color: #ea222d;
}
.detail-nav .left ul li.active a::after {
  width: 100%;
}
.detail-nav.top .left ul li a {
  line-height: 0.6rem;
}
.result {
  width: 73%;
  margin: 0 auto;
}
.result .number {
  margin-top: 0.3rem;
  font-size: 0.15rem;
  line-height: 0.15rem;
  color: #333333;
}
.result .number span {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.36rem;
  color: #ea222d;
  margin-left: 0.1725rem;
  margin-right: 0.1725rem;
}
.result .list {
  width: 100%;
  margin-top: 0.2rem;
  padding-bottom: 0.5rem;
}
.result .list .item {
  width: 100%;
  padding-bottom: 0.3rem;
  margin-top: 0.3rem;
  border-bottom: solid 1px #f5f5f5;
}
.result .list .item a {
  width: 100%;
  height: 100%;
  display: block;
}
.result .list .item a::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.result .list .item a .img {
  width: 1.1rem;
  height: 0.7rem;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 0.16rem;
  display: block;
}
.result .list .item a .img img {
  position: absolute;
  top: 0;
  left: -500px;
  right: -500px;
  margin: auto;
  height: 100%;
  transition: 0.5s;
}
.result .list .item a .right {
  float: left;
  display: block;
}
.result .list .item a .right .title {
  display: block;
  font-size: 0.165rem;
  line-height: 0.165rem;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.5s;
}
.result .list .item a .right .time {
  display: block;
  font-size: 0.135rem;
  line-height: 0.135rem;
  color: #333333;
  margin-top: 0.1rem;
  transition: 0.5s;
  font-weight: normal;
}
.result .list .item a .right .p {
  display: block;
  font-size: 0.12rem;
  line-height: 0.14rem;
  color: #a8a8a8;
  margin-top: 0.17rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: normal;
}
.result .list .item a:hover .img img {
  transform: scale(1.1);
}
.result .list .item a:hover .right .title {
  color: #ea222d;
}
.page {
  width: 100%;
  height: 0.15rem;
  padding-top: 0.375rem;
  padding-bottom: 0.78rem;
  text-align: center;
  display: flex;
  justify-content: center;
}

.page>div {
  height: 0.135rem;
  font-size: 0.135rem;
   
  font-weight: bold;
  color: #333333;
  line-height: 0.14rem;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.5s;
}

.page>div:hover {
  color: #EA222D;
}

.page>div:first-of-type {
  padding-right: 0.1275rem;
  border-right: 0.0375rem solid #EA222D;
  margin-right: 0.375rem;
  padding-bottom: 0rem;
}

.page>div:last-of-type {
  padding-left: 0.1275rem;
  border-left: 0.0375rem solid #EA222D;
  margin-left: 0.375rem;
  padding-bottom: 0rem;
}

.page>div .red_:nth-child(1) {
  margin-right: 0;
}

.page>.page_num {
  margin: 0 0.13rem;
  padding-bottom: 0.0675rem;
}

.page .page_active {
  color: #EA222D;
  border-bottom: 2px solid #EA222D;
}
@media screen and (max-width: 1020px) {
  .search_father {
    margin-top: 1.2rem;
    width: 100%;
    position: relative;
    background-color: #fff;
    z-index: 4;
  }
  .search .search_main > div > .title {
    padding-top: 0.765rem;
    height: 0.315rem;
    font-size: 0.35rem;
     
    font-weight: bold;
    color: #333333;
    line-height: 0.255rem;
    transition: all 1s;
  }
  .detail-nav .left {
    float: left;
    margin-left: 5%;
  }
  .detail-nav .left ul li a {
    display: inline-block;
    font-size: 0.26rem;
    line-height: 0.9225rem;
    color: #333;
    position: relative;
    transition: 0.5s;
  }
  .result {
    width: 90%;
  }
  .result .number {
    margin-top: 0.5rem;
    font-size: 0.25rem;
    line-height: 0.25rem;
  }
  .result .number span {
    font-size: 0.4rem;
    line-height: 0.4rem;
  }
  .result .list .item a .img {
    width: 2rem;
    height: 1.35rem;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 0.16rem;
    display: block;
    margin-bottom: 0.3rem;
  }
  .result .list .item a .right {
    float: left;
    display: block;
    width: 100%;
  }
  .result .list .item a .right .title {
    display: block;
    font-size: 0.3rem;
    line-height: 0.3rem;
    font-style: normal;
  }
  .result .list .item a .right .time {
    display: block;
    font-size: 0.2rem;
    line-height: 0.2rem;
    color: #333333;
    margin-top: 0.2rem;
    transition: 0.5s;
  }
  .result .list .item a .right .p {
    display: block;
    font-size: 0.25rem;
    line-height: 0.27rem;
    color: #a8a8a8;
    margin-top: 0.3rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .page {
    width: 100%;
    height: 0.3rem;
    padding-top: 0.375rem;
    padding-bottom: 0.8rem;
    text-align: center;
    display: flex;
    justify-content: center;
}
.page>div {
    height: 0.3rem;
    font-size: 0.3rem;
     
    font-weight: bold;
    color: #333333;
    line-height: 0.3rem;
    flex-shrink: 0;
    cursor: pointer;
}
}
