* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  color: #303030;
}

html,body {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.header {
  text-align: center;
  background-color: #188ece;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
}

.common {
  background: #fff;
  width: 80%;
  margin: 0 auto;
}

.Qcontent {
  font-size: 14px;
  margin: 10px auto;
  padding: 10px 4px;
  border: 1px solid #d4d4d4;
  box-shadow: 2px 2px 5px #d4d4d4;
}

.info {
  font-size: 14px;
  color: #828282;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.searchinput {
  height: 28px;
  width: 200px;
  border: none;
  outline: none;
  position: relative;
  font-size: 14px;
  margin-left: 10px;
}

.s1 {
  width: 100%;
  margin: 20px auto 40px;
  border: 2px solid #188ece;
  height: 32px;
  position: relative;
}

.s2 {
  width: 32px;
  height: 32px;
  border: none;
  background: #188ece;
  position: absolute;
  right: 0;
  top: -2px;
}

.s2 i {
  color: white;
  position: absolute;
  top: 7px;
  left: 7px;
}
.cQuestion {
  margin: 0 0 9px 0;
}
.qtitle {
  font-size: 14px;
  margin-bottom: 15px;
}
.retitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer {
  width: 100%;
  height: 30px;
  /* footer的高度一定要是固定值*/
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.footerc {
  width: 80%;
  margin: 0 auto;
  color: #777;
  font-size: 12px;
}

.more {
  width: 100%;
  text-align: right;
}

.more div {
  color: #188ece;
}

.title {
  width: 80%;
  font-size: 14px;
  margin: 20px auto 0;
  color: #188ece;
}

.containerA {
  /*保证footer是相对于container位置绝对定位*/
  position: relative;
  width: 100%;
  min-height: 100%;
  /*设置padding-bottom值大于等于footer的height值，以保证main的内容能够全部显示出来而不被footer遮盖；*/
  padding-bottom: 30px;
  box-sizing: border-box;
}

.return {
  display: none;
  margin-top:10px;
}

.search {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.searchsuggest {
  width: 100%;
  padding-bottom: 3px;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  top: 32px;
  background: #fff;
  display: none;
}
.keyword {
  padding-left: 10px;
}
.pagination {
  height: 36px;
  margin: 18px auto;
  display: inline-block;

}
.pagination li {
  display: inline;
}
/* .pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
} */
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination a {
  float: left;
  padding: 0 10px;
  line-height: 34px;
  text-decoration: none;
  /* border: 1px solid #ddd;
  border-left-width: 0; */
  font-size: 12px;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
a {
  color: #188ece;
  text-decoration: none;
}

