#banner {
  height: 348px;
  background: url("../images/inside/help_banner.jpg");
  text-align: center;
}
#banner h3 {
  font-size: 35px;
  color: #ffffff;
  padding-top: 110px;
}
#banner .search {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 744px;
  height: 50px;
  overflow: hidden;
  border-radius: 3px;
  background-color: #ffffff;
}
#banner .search input {
  float: left;
  width: 660px;
  height: 50px;
  outline: none;
  text-indent: 16px;
  font-size: 18px;
}
#banner .search button {
  float: right;
  width: 66px;
  height: 50px;
  background-color: #88cffb;
  cursor: pointer;
}
#banner .search button div {
  width: 100%;
  height: 100%;
  background: url("../images/inside/icon_search.png") no-repeat center;
}
#content {
  margin-top: 50px;
  padding-bottom: 45px;
}
#content .container > .menu {
  float: left;
  width: 256px;
  border: 1px solid #eaeaea;
  padding-left: 31px;
  padding-right: 31px;
}
#content .container > .menu .hd {
  height: 72px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#content .container > .menu .hd h3 {
  font-size: 18px;
  text-align: center;
  line-height: 68px;
}
#content .container > .menu .hd .line {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 2px;
  background-color: #eaeaea;
}
#content .container > .menu .bd {
  padding-top: 25px;
  padding-bottom: 25px;
}
#content .container > .menu .bd a {
  display: block;
  width: 256px;
  height: 44px;
  border-radius: 2px;
  text-align: center;
  line-height: 44px;
  background-color: #fafafa;
  font-size: 16px;
  font-weight: bold;
}
#content .container > .menu .bd a + a {
  margin-top: 20px;
}
#content .container > .menu .bd a:hover {
  background-color: #12a0f8;
  color: #ffffff;
}
#content .container > .content {
  float: right;
  width: 847px;
}
#content .container > .content .hd {
  height: 72px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#content .container > .content .hd h3 {
  font-size: 18px;
  line-height: 68px;
}
#content .container > .content .hd .line {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 2px;
  background-color: #eaeaea;
}
#content .container > .content .bd .list .item {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #e5e5e5;
}
#content .container > .content .bd .list .item .title {
  height: 38px;
  line-height: 20px;
}
#content .container > .content .bd .list .item .title a {
  float: left;
  font-size: 20px;
  font-weight: bold;
}
#content .container > .content .bd .list .item .title a:hover {
  color: #12a0f8;
  text-decoration: underline;
}
#content .container > .content .bd .list .item .title span.date {
  float: right;
  color: #666666;
}
#content .container > .content .bd .list .item .text {
  color: #666666;
  line-height: 24px;
}
#content .container > .content .bd .pagination {
  margin-top: 30px;
  text-align: right;
}
#content .container > .content .bd .pagination a {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #eaeaea;
  line-height: 1;
  margin-left: 8px;
  color: #666666;
}
#content .container > .content .bd .pagination a.active {
  border-color: #12a0f8;
  color: #12a0f8;
}
/*# sourceMappingURL=help.style.map */