.searchContent {
  height: 120px;
  background: linear-gradient(90deg, #245bed, #3478ff 82%);
  padding: 30px 0 22px;
  box-sizing: border-box;
}

.inputSearch {
  width: 480px;
  height: 40px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 8px;
  position: relative;
}

.inputSearch .searchRes.nonesee {
  display: none;
}
.inputSearch .searchRes {
  width: 480px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 4px 10px -2px rgba(107, 109, 111, 0.15);
  position: absolute;
  z-index: 10;
  top: 46px;
  box-sizing: border-box;
  padding-top: 4px;
}

.inputSearch .searchRes .searchRes_con {
  max-height: 248px;
  overflow-y: auto;
}
.inputSearch .searchRes .searchRes_title {
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  color: #7C8188;
  font-size: 14px;
  border-bottom: 1px solid #e2e5e9;
}

.inputSearch .searchRes .searchRes_conli {
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}

.inputSearch .searchRes .searchRes_conli span {
  color: #265FF0;
}

.inputSearch .searchRes .searchRes_conli:hover {
  background: #F6F8FA;
}

.inputSearch input {
  padding-left: 40px;
  font-size: 14px;
  border: 1px solid #d7d9db;
  border-radius: 4px;
  flex: 1;
}

.inputSearch input::placeholder {
  color: #C7CCD3;
}

.inputSearch img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  width: 16px;
  height: 16px;
}


.searchContent .searchHistory {
  width: 480px;
  margin: 0 auto;
}

.searchContent .searchHistory span {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #c4e0ff;
  line-height: 20px;
  margin-right: 20px;
  cursor: pointer;
}

.mainContent {
  background: #f6f8fa;
  padding: 20px 0 80px;
  display: flex;
  justify-content: center;
}

.mainContent .navLeft {
  width: 282px;
  background: #ffffff;
  border-radius: 4px;
  padding: 20px 20px 0;
  margin-right: 24px;
  box-sizing: border-box;
}

.mainContent .navContent {
  width: 896px;
  background: #ffffff;
  border-radius: 4px;
  padding: 32px 64px 25px 32px;
  box-sizing: border-box;
}

.mainContent .navLeft .navItem {
  margin-bottom: 20px;
}

.mainContent .navLeft .navItem_title {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 22px;
  margin-bottom: 12px;
}

.mainContent .navLeft .navItem_ul {
  border-left: 2px solid #edf0f4;
}

.mainContent .navLeft .navItem_li {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #6B6D6F;
  line-height: 20px;
  padding-left: 14px;
  margin-bottom: 12px;
  cursor: pointer;
}

.mainContent .navLeft .navItem_li.active {
  color: #006eeb;
  position: relative;
}

.mainContent .navLeft .navItem_li.active::after {
  content: '';
  display: block;
  height: 20px;
  width: 2px;
  background: #006EEB;
  position: absolute;
  top: 0;
  left: -2px;
}

.navContent .content_title {
  height: 33px;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 33px;
  margin-bottom: 32px;
}

.navContent .item_title {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 26px;
  margin-bottom: 8px;
}

.navContent .item_desc {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 20px;
  margin-bottom: 16px;
}

.navContent .item_desc a {
  color: #006EEB;
}

.navContent .content_item {
  width: 800px;
}

.navContent .content_item .imgClass {
  display: block;
  width: 720px;
  border-radius: 2px;
  margin-bottom: 32px;
  border: 0.5px solid #C7CCD3;
}