@charset 'UTF-8';
body {
  background-color: #f3f3f3;
}
.transtion {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.col_common {
  font-weight: 700 !important;
}
.search_result {
  width: 1200px;
  margin: 30px auto 60px auto;
  padding-top: 45px;
  padding-bottom: 50px;
  background-color: #fff;
  min-height: 1997px;
}
.search_input {
  width: 658px;
  height: 40px;
  margin-left: 40px;
  border: 1px solid #206BD1;
}
.search_input > input {
  box-sizing: border-box;
  width: 562px;
  height: 40px;
  outline: none;
  padding: 0 10px;
  font-size: 16px;
  color: #666;
}
.search_input > p {
  width: 96px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background-color: #206BD1;
  cursor: pointer;
}
.search_list {
  margin-top: 15px;
  
}
.search_list_item {
  box-sizing: border-box;
  padding: 30px 40px;
  border-bottom: 1px solid #E5E5E5;
}
.search_list_item h1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
  font-weight: normal;
}
.search_list_item p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.search_list_item .result_time {
  margin-top: 25px;
}

.search_list_item:hover{
  box-shadow: 0px 2px 32px -5px rgba(133, 139, 144, 0.3);
  border: none;
  transition: all linear .25s;
}
.search_list_item:hover h1{
  font-weight: bold;
}
/* 滑动添加的类 */
.active_news {
  border: none;
  box-shadow: 0px 2px 32px -5px rgba(133, 139, 144, 0.3);
  /* margin-bottom: 20px; */
}

.bor_none {
  border-bottom: none !important
}

/*  */
.no-cnt{padding: 40px;font-weight: bold;text-align: center;}

/* 分页 */
/* pagination 分页 */
.pagination {
  text-align: center;
  margin: 30px 0;
}

.pagination a,
.pagination span {
  height: 33px;
  line-height: 33px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px;
  padding: 0 10px;
  min-width: 16px;
}

.pagination a {
  border-radius: 5px;
  border: 1px solid #D0CFCF;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.pagination .prev,
.pagination .next {
  padding: 0 8px;
}

.pagination .active {
  background: #258CFF;
  color: #fff;
  border-radius: 5px;
}

@media screen and (max-width: 900px){
  body{background: #fff;}
  .search_result{width: 100%;margin: 0;padding: 0;background: #fff;min-height: 200px;}
  .search_input{width: 90%;height: 1rem;margin: 0 auto;display: flex;border: none;padding-top: .4rem;}
  .search_input > input{flex: 1;margin-right: .3rem;height: .6rem;border: .02rem solid #DBDBDB;border-radius: .3rem;font-size: .28rem;}
  .search_input > p{width: 1.3rem;height: .6rem;line-height: .6rem;border-radius: .3rem;background: #48B77C;font-size: .24rem;}
  .search_list{padding: 0 .25rem;margin-top: .1rem;}
  .search_list_item{padding: .2rem 0;}
  .bor_none{border-bottom: 1px solid #E5E5E5 !important;}
  .search_list_item:hover{box-shadow: none;border-bottom: 1px solid #E5E5E5;}
  .active_news{box-shadow: none;border-bottom: 1px solid #E5E5E5;}
  .search_list_item h1{font-size: .34rem;font-weight: bold;margin-bottom: .15rem;}
  .search_list_item p{font-size: .28rem;color: #999;line-height: .5rem;max-height: 1rem;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
  .search_list_item .result_time{font-size: .24rem;color: #999;margin-top: 0;height: auto;}
  .pagination a, 
  .pagination span{margin: 0 3px;}
}