.main-index .content-right {
  float: none;
  margin-left: 0;
  padding: 0;
  min-height: 773px;
  width: auto;
}
.content-box {
  width: 1200px;
  margin: 40px auto 0;
}
.content-head {
  margin-top: 0;
}
.search-result .content-head .search-box {
  height: 180px;
  background: #fff;
}
.search-result .content-head .search-content {
  width: 820px;
  margin: auto;
  padding-top: 20px;
}
.search-result .content-head input {
  float: left;
}
.search-result .content-head input.search-input {
  width: 700px;
  padding: 0 5px;
  font-size: 14px;
  border: 1px solid #d5d5d5;
  height: 36px;
  line-height: 36px;
  outline: none;
}
.content-head .search-btn {
  width: 100px;
  height: 36px;
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  color: #fff;
  border: none;
  background: #f66f6a;
}
.content-head .hot-word a {
  color: #3ec0f0;
  margin-left: 5px;
}
a:hover {
  text-decoration: underline;
}
#result_div {
  display: none;
  background-color: rgb(224, 230, 238);
  overflow: hidden;
  margin-bottom: 140px;
}
.hot-word {
  font-size: 18px;
}

.hotword {
  cursor: pointer;
  margin-left: 6px;
  color: #0090ff;
}
#hotwords_div img {
  margin-top: -2px;
}
#nav_area {
  float: left;
  width: 250px;
  padding: 20px 20px 20px 30px;
}
.source_all {
  font-size: 18px;
  cursor: pointer;
}
.source_item {
  padding-left: 12px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 6px;
}
.search-right-box {
  background: #f5f5f5;
  overflow: hidden;
}
#rst_area {
  float: right;
  background-color: #ffffff;
  padding: 20px;
  width: 920px;
  min-height: 600px;
}
.result_label {
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  background: url("../../images/v1/help/icon_search_results.png") no-repeat
    scroll 0 center;
  padding-left: 24px;
  margin-bottom: 15px;
}
.result {
  padding-bottom: 10px;
}
.result_title {
  background: url("../../images/v1/help/icon_search_list_dot.png") no-repeat
    scroll 0 center;
  padding-left: 24px;
  font-size: 16px;
}
.result_abstract {
  padding-left: 24px;
  font-size: 14px;
}
.result_source {
  padding-left: 24px;
  font-size: 14px;
}
#pages {
  text-align: center;
  margin-top: 20px;
}
.page_item {
  background-color: transparent;
  cursor: pointer;
  border-radius: 14px;
  width: 28px;
  height: 28px;
  border-style: none;
  line-height: 29px;
  margin: 3px;
  color: #000000;
}
.page_item_current {
  background-color: #de006c;
  cursor: default;
  color: #ffffff;
}
.page_turn_disable {
  background-color: transparent;
  cursor: default;
  color: #000000;
}
.page_turn_disable:hover {
  background-color: transparent;
  color: #000000;
}
a {
  color: #333;
}
#error_div {
  display: none;
  color: red;
  padding: 30px;
  min-height: 600px;
  background: #fff;
}
