.search-main {
  background: url(../img/helpCenter/helpCenter-banner.png) #363433 no-repeat
    center/1920px;
  height: 304px;
  /*padding: 55px 40px 0;*/
  position: relative;
  display: flex;
}
.search-main .textTitle {
  padding-top: 62px;
  margin-bottom:  37px;
  font-size: 40px;
  color: #fff;
  text-align: center;
}
.search-breadcrumb {
  color: #999;
  font-size: 12px;
  padding: 15px 20px 7px;
  position: relative;
}

.search-window {
  /*margin: 0 360px 0;*/
  width: 80%;
  margin: auto;
}

.searchBox,
.hot-search,
.search-result .category {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}

.searchBox {
  height: 40px;
  position: relative;
}

.searchBox .searchBox-input {
  -webkit-appearance: none;
  border: 1px solid #e6e6e6;
  border-right: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  /* background-color: #F4F4F4; */
  background-color: #fff;
  color: #4c4c4c;
  outline: none;
  resize: none;
  padding: 0 15px 0 30px;
  flex-grow: 1;
  font-size: 14px;
}

.searchBox .searchBox-input::-webkit-input-placeholder {
  color: #bbb;
  display: block;
}

.searchBox .searchBox-btn {
  background-color: #e5a414;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  width: 110px;
  border: none;
}

.searchBox .searchBox-btn:hover {
  background-color: #f4af17;
}

.hot-search {
  margin-top: 10px;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.hot-search dt {
  padding-right: 10px;
}

.hot-search,
.hot-search a {
  color: #999;
  font-size: 12px;
}

.hot-search,
.hot-search a + a {
  margin-left: 20px;
}

.hot-search a:hover {
  color: #e5a414;
}

/* 搜索框的样式 */
.oftenBox {
  width: calc(100% - 139px);
  display: none;
  border: 1px solid #ededed;
  background-color: #fff;
  position: absolute;
  top: 39px;
  left: 30px;
  padding: 12px 0 8px;
  box-sizing: border-box;
  /* border-radius: 12px 12px 0px 0px; */
}
.oftenBox dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: #F6F6F6; */
  padding: 0 18px;
  height: 40px;
  /* margin-bottom: 5px; */
}
.oftenBox dl dt {
  width: 95%;
  color: #666;
  font-size: 14px;
  white-space: nowrap; /*设置不换行*/
  overflow: hidden; /*设置隐藏*/
  text-overflow: ellipsis; /*设置隐藏部分为省略号*/
}
.oftenBox dl dd {
  color: #e09f0e;
  cursor: pointer;
  font-size: 12px;
  display: none;
}

.oftenBox .btnBox {
  color: #e09f0e;
  text-align: right;
  margin-right: 18px;
  margin-top: 6px;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
}

.yellow {
  color: #e09f0e !important;
}
.black {
  color: #333333 !important;
}
.bottom {
  border-bottom: 1px solid #333333 !important;
}

/* 主体内容区域 */
.content {
  padding: 24px 240px 20px;
}
.content .crumbs {
  font-size: 12px;
  color: #999999;
}
.content .title {
  font-size: 28px;
  color: #444444;
  text-align: center;
  margin-bottom: 10px;
}
.content .border {
  width: 38px;
  height: 3px;
  background-color: #e5a414;
  margin: auto;
}
.content .list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 75px;
}

.content .list .item {
  width: 35%;
  height: 182px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.10196078431372549);
  border-radius: 10px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 33px;
  box-sizing: border-box;
  margin-bottom: 55px;
  margin-right: 5%;
}
.content .list .item:nth-child(2n) {
  margin-right: 0;
}
.content .list .item img {
  vertical-align: middle;
  flex-shrink: 0;
}
.content .list .item p {
  font-size: 20px;
  color: #444444;
  margin-top: 20px;
}

.content .list .item:hover {
 border: 1px solid #E5A414;
}
.content .list .item:hover p {
  color: #E5A414;
}
/* 热门问题 */
.hotIssues {
  height: 430px;
  background-color: rgba(229, 164, 20, 0.05);
  padding-top: 78px;
  box-sizing: border-box;
}
.hotIssues .title {
  font-size: 30px;
  color: #444444;
  text-align: center;
  margin-bottom: 10px;
}
.hotIssues .border {
  width: 38px;
  height: 3px;
  background-color: #E5A414;
  margin: 0 auto 46px;
}
.hotIssues ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 15%;
  box-sizing: border-box;
}

.hotIssues ul li {
  width: calc(33.3% - 20px);
  list-style: inside;
  margin-right: 20px;
  margin-bottom: 14px;
  white-space: nowrap;/*设置不换行*/
  overflow: hidden; /*设置隐藏*/
  text-overflow: ellipsis; /*设置隐藏部分为省略号*/
}
.hotIssues ul li a {
  font-size: 16px;
  color: #444444;
}
.hotIssues ul li a:hover {
  color: #E5A414;
}




/* layui初始化 */
/* .layui-menu-body-panel {
  margin-left: 0 !important;
} */

