
.index {
  background: #f7f8f9;
  margin-top: 10px;
}
.new_banner {
  background: #4489fe url(../images/banner05.jpg) center;
  height: 280px;
  text-align: center;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.new_banner01 {
  font-size: 28px;
  color: #fff;
  padding: 40px 0 24px;
}
.new_banner02 {
  background: #fff;
  width: 630px;
  height: 50px;
  margin: 0 auto;
  display: flex;
}
.new_banner05 {
  width: 630px;
  margin: 20px auto;
  text-align: left;
  font-size: 16px;
  color: #fff;
}
.new_banner05 a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-right: 16px;
  cursor: pointer;
}
.new_banner02 /deep/ .el-input__inner {
  height: 50px;
  border: none;
}
.new_banner02 /deep/.el-input-group__append,
.el-input-group__prepend {
  background: #fff;
  border: none !important;
}
.new_banner02 /deep/ .el-button {
  background: #fff !important;
  border: none !important;
}
.new_banner02 /deep/ .el-icon-search {
  font-size: 24px;
  color: #333;
}


.new_cont01 {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.mt50 {
  margin-top: 50px !important;
}
.new_cont01a {
  padding: 40px;
  border: 1px solid #f0f1f2;
  background: #fff;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 380px;
  box-sizing: border-box;
}
.new_cont01b {
  width: 37px;
  height: 30px;
  margin: 0 auto;
}
.new_cont01b img{
  width: 100%;
  height: 100%;
}
.new_cont01c {
  color: #1e2330;
  font-size: 18px;
  text-align: center;
  padding: 16px 0 24px;
}
.new_cont01d span {
  display: block;
  position: relative;
  border-bottom: 1px solid #f0f1f2;
  line-height: 50px;
  font-size: 14px;
  color: #1e2330;
  cursor: pointer;
}
.new_cont01d span:last-child {
  /*border-bottom: none;*/
}
.el-icon-arrow-right {
  height: 50px;
  line-height: 50px;
}
.y {
  float: right;
}


/* 帮助中心搜索出来的样式 */
.new_banner06 {
  width: 1200px;
  margin: 40px auto 20px;
  text-align: left;
  color: #666;
  font-size: 14px;
}
.core-red {
  color: #f23c3c !important;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.mb50 {
  margin-bottom: 50px !important;
}
.new_cont02s {
  display: flex;
  justify-content: space-between;
}
.new_cont02 {
  width: 850px;
}
.new_cont02 .new_cont02a:nth-child(1) {
  padding-top: 12px;
}
.new_cont02a {
  padding-top: 32px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}
.new_cont02b {
  font-size: 16px;
  padding: 0 0 10px;
  display: block;
  cursor: pointer;
}
.new_cont02c {
  font-size: 14px;
  color: #666;
  line-height: 1.8em;
}
.new_cont02d {
  width: 265px;
}
.new_cont02f {
  border-bottom: 1px solid #d7d8d9;
  line-height: 46px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.new_cont02g {
  padding: 8px 0;
}
.new_cont02g a {
  display: block;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
}
a {
  text-decoration: none;
  outline: none;
  color: #333;
}
.mt30 {
  margin-top: 30px !important;
}
.footMenu {
  text-align: right;
}

    .pagination {
      display: flex;
      justify-content: center;
      align-items: center;
      list-style: none;
      padding: 0;
      margin: 20px 0;
    }
    .pagination li {
      margin: 0 5px;
    }
    .pagination li a {
      display: block;
      padding: 5px 10px;
      border: 1px solid #ddd;
      text-decoration: none;
      color: #333;
    }
    .pagination li a.active {
      background-color: #4CAF50;
      color: white;
      border-color: #4CAF50;
    }
    .pagination li a:hover {
      background-color: #f1f1f1;
    }