#search-contain {
  float: none;
  width: 100%;
  padding-left: 0;
}

.in_content {
  background: #fff;
  padding: 58px;
  position: relative;
}

.in_content .form-group {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.in_content .form-group input {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #68b63d;
}

.in_content .form-group .search_btn {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/search_logo_2x.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 16px;
  top: -14px;
  border: none;
}

.in_content .form-group .search_btn:focus {
  border: none;
}

.in_content .form-group .search_btn:active {
  border: none;
}

.in_content .search_info,
.in_content .pageInfo {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
  letter-spacing: 1px;
  margin-top: 24px;
}

#paging ul {
  width: 80%;
  margin: 24px auto 0;
}

#paging ul li {
  padding: 16px 0 16px 32px;
  overflow: hidden;
  margin-bottom: 8px;
  font-size: 16px;
  color: #1a4a42;
  background: #fff url(../images/news_icon.png) no-repeat 8px center;
  border-bottom: 1px solid #ddd;
}

#paging ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  width: calc(100% - 78px);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

#paging ul li .date {
  float: right;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #cccccc;
  line-height: 18px;
}

.currentlinkspan {
  background-color: #f39424;
  color: #fff;
  padding: 11px 15px !important;
  text-decoration: none;
  margin-left: 8px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  font-size: 14px;
  display: inline-block;
  border: 1px solid;
}

#pageN {
  text-align: center;
  margin-top: 48px;
}

.pageNav a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  text-decoration: none;
  background: #fff;
  padding: 11px 15px;
  border-radius: 2px;
  margin-left: 8px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
  border: 1px solid #ddd;
}

.pageNav a:hover {
  background-color: #f39424;
  color: #fff;
}

.pageNav .page-prev {
  padding: 11px 19px;
  margin-right: -4px;
  background: #fff url(../images/shangyiye.png) no-repeat center;
}

.pageNav .page-prev:hover {
  background-color: #fff;
}

.pageNav .page-next {
  padding: 11px 19px;
  margin-left: 12px;
  background: #fff url(../images/xiayiye.png) no-repeat center;
}

.pageNav .page-next:hover {
  background-color: #fff;
}

@media only screen and (max-width: 992px) {
  .in_content {
    padding: 58px 24px;
  }
  .in_content .form-group,
  #paging ul {
    width: 100%;
  }
}
/*# sourceMappingURL=search.css.map */