article {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 328px;
}
.search_title {
  font-family: "微软雅黑" , MicrosoftYaHei;
  font-size: 20px;
  color: #BDBDBD;
  text-align: center;
  line-height: 30px;
  margin: 30px 0;
}
.search_title:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 19px;
  vertical-align:middle;
  background: url("../images/search_icon.png")  no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.search_nav {
  width: 1100px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
}
.search_nav ul li {
  float: left;
  height:40px;
  line-height: 40px;
  text-align: center;
  font-family: "微软雅黑",MicrosoftYaHei;
  font-size: 14px;
}
.search_nav ul li.active a {
  background: rgba(29,165,234,1);
  color: #FFFFFF;
}
.search_nav ul li a {
  display: block;
  padding: 0 12px;
  background: rgba(29,165,234,0);
  color: #424242;
}
.search_nav_line {
  position: absolute;
  left: -50px;
  top: 39px;
  width: 1200px;
  height: 2px;
  background: #424242;
}

/* 搜索内容 */
.search_content {
  width: 100%;
  position: relative;
}
.search_content em {
  color: #1da5ea;
}
.search_content .search_content_ul li {
  border-bottom: 1px solid #ececec;
  margin-bottom: 28px;
}
.search_content .search_content_title {
  position: relative;
}
.search_content .search_content_title a {
  display: inline-block;
  width: 1000px;
  font-family: "微软雅黑",MicrosoftYaHei;
  font-size: 18px;
  color: #424242;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search_content .search_content_title a:hover {
  color: #1DA5EA;
}
.search_content .search_content_title span {
  font-family: "微软雅黑",MicrosoftYaHei;
  font-size: 12px;
  color: #757575;
  line-height: 20px;
  position: absolute;
  right: 0;
}
.search_content .search_content_body {
  height: 48px;
  margin: 23px 0;
  font-family: "微软雅黑",MicrosoftYaHei;
  font-size: 14px;
  color: #757575;
  line-height: 24px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.search_content .search_content_page {
  line-height: 30px;
  text-align: center;
  position: absolute;
  bottom: -78px;
  right: 0;
}
.search_content .search_content_page li {
  float: left;
  font-family: "微软雅黑",MicrosoftYaHei;
  font-size: 14px;
  background-color: #1DA5EA;
  color: #ffffff;
  padding: 0 6px;
  margin-left: 10px;
  border:1px solid #1da5ea;
  cursor: pointer;
}

/*---- 会员身份验证 ----*/
.check_title {
  text-align: center;
  font-family: "微软雅黑",MicrosoftYaHei;
  font-size:20px;
  color:#424242;
  position: relative;
  margin: 30px 0;
  line-height: 20px;
}
.check_crumbs {
  font-size: 14px;
  line-height: 20px;
  position: absolute;
}

/* 搜索出内容 */
.check_content ul li {
  height: 146px;
  padding-bottom: 19px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 28px;
  position: relative;
}
.check_content ul li img {
  width: 109px;
  height: 146px;
  position: absolute;
  left: 0;
  top: 0;
}
.check_content ul li .check_content_des {
  margin-left: 140px;
  padding-top: 30px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #424242;
  text-align:left;
  line-height: 30px;
}
.check_content ul li .check_content_des .check_content_des_name {
  font-size: 18px;
  margin-bottom: 30px;
}