.wrapper {
  width: 100%;
  min-height: 100%;
  background: #fafbfd; }

.main {
  width: 100%;
  padding-bottom: 47px; }

.search-wrap {
  width: 100%;
  background: #3f4147;
  height: 146px;
  border-bottom: 1px solid #edeff3;
  padding-top: 73px; }

.search-form {
  height: 50px;
  width: 900px;
  margin: 0 auto;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  position: relative; }
  .search-form i {
    position: absolute;
    left: 22px;
    bottom: 8px;
    font-size: 24px;
    color: #989ba6;
    float: left; }

.search-form-ipt {
  font-size: 16px;
  color: #000000;
  width: 712px;
  line-height: 50px;
  height: 50px;
  margin-left: 70px;
  float: left;
  border: none;
  outline: none;
  font-family: PingFang SC; }

.search-form-btn {
  background: #ff3000;
  width: 118px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  float: left;
  cursor: pointer;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: none;
  outline: none;
  border-left: 1px solid #ffc2b4;
  font-family: PingFang SC; }

.search-hot {
  width: 900px;
  margin: 0 auto;
  margin-top: 20px; }
  .search-hot:after {
    content: "";
    clear: both;
    display: block; }
  .search-hot a {
    display: inline-block;
    float: left;
    margin: 0 12px;
    font-size: 14px;
    color: #ffffff; }
    .search-hot a:hover {
      color: #ff3000; }

.search-body {
  width: 1200px;
  margin: 0 auto;
  padding-top: 18px; }

.search-classify {
  width: 100%; }
  .search-classify:after {
    content: "";
    clear: both;
    display: block; }
  .search-classify span {
    float: right;
    line-height: 40px;
    font-size: 12px;
    color: #93999f; }

.search-classify-list {
  float: left; }
  .search-classify-list:after {
    content: "";
    clear: both;
    display: block; }
  .search-classify-list li {
    line-height: 40px;
    float: left;
    margin-right: 28px; }
    .search-classify-list li a {
      font-size: 14px;
      color: #000000; }

.search-classify-list-active {
  position: relative; }
  .search-classify-list-active:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    background: #ff3000; }
  .search-classify-list-active a {
    color: #ff3000 !important; }

.search-result1 {
  width: 100%;
  margin-top: 24px; }
  .search-result1:after {
    content: "";
    clear: both;
    display: block; }
  .search-result1 .item {
    margin-right: 19px;
    margin-bottom: 24px; }
  .search-result1 .item:nth-child(4n) {
    margin-right: 0; }

.item {
  margin-bottom: 24px; }

.course-item {
  float: left;
  width: 229px;
  height: 264px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.01);
  padding: 28px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .course-item h3 {
    font-size: 16px;
    color: #000000;
    padding-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .course-item h3 a {
      font-size: 16px;
      color: #000000; }
    .course-item h3 em {
      font-style: normal;
      color: #ff3000; }
  .course-item p {
    padding-top: 10px;
    font-size: 12px;
    color: #93999f;
    line-height: 20px;
    max-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
    .course-item p em {
      font-style: normal;
      color: #ff3000; }
  .course-item:hover {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05); }

.course-item-img {
  display: block;
  width: 100%;
  height: 138px;
  border-radius: 5px;
  overflow: hidden;
  position: relative; }
  .course-item-img img {
    display: inline-block;
    width: 100%;
    height: auto; }
  .course-item-img span {
    position: absolute;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 10px;
    border-radius: 10px;
    bottom: 10px;
    left: 13px;
    font-size: 12px;
    color: #ffffff; }

.course-item-info {
  width: 100%;
  margin-top: 10px; }
  .course-item-info:after {
    content: "";
    clear: both;
    display: block; }
  .course-item-info span {
    font-size: 12px;
    color: #93999f; }

.course-dengji {
  float: left;
  margin-right: 22px; }

.course-teacher {
  float: left; }

.course-see {
  float: right; }

.gengduo-btn {
  display: block;
  width: 160px;
  height: 36px;
  border-radius: 20px;
  border: 2px solid #d9dee8;
  margin: 0 auto;
  font-size: 14px;
  color: #93999f;
  text-align: center;
  line-height: 36px;
  margin-top: 40px; }

.search-result2 {
  width: 100%;
  margin-top: 40px; }
  .search-result2:after {
    content: "";
    clear: both;
    display: block; }

.article-item {
  float: left;
  width: 205px;
  background: #fff;
  border-radius: 10px;
  padding: 28px 40px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.01);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .article-item h5 {
    font-size: 12px;
    color: #67bade; }
    .article-item h5 i {
      margin-right: 8px;
      font-size: 12px; }
  .article-item h3 {
    font-size: 16px;
    color: #000000;
    padding-top: 14px;
    max-height: 56px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
    .article-item h3 a {
      font-size: 16px;
      color: #000000; }
    .article-item h3 em {
      font-style: normal;
      color: #ff2912; }
  .article-item p {
    padding-top: 14px;
    font-size: 12px;
    color: #93999f;
    line-height: 20px;
    max-height: 140px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden; }
  .article-item:hover {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05); }
    .article-item:hover .article-btn {
      color: #ff2912; }
      .article-item:hover .article-btn i {
        color: #ff2912; }

.article-item-info {
  margin-top: 20px;
  width: 100%; }
  .article-item-info:after {
    content: "";
    clear: both;
    display: block; }
  .article-item-info span {
    font-size: 12px;
    color: #93999f; }

.article-see {
  float: left;
  margin-right: 16px; }

.article-tuijian {
  float: left; }

.article-btn {
  float: right;
  font-size: 12px;
  color: #93999f; }
  .article-btn i {
    font-size: 12px;
    color: #93999f;
    margin-left: 6px; }

.article-img-item {
  float: left;
  width: 205px;
  background: #fff;
  border-radius: 10px;
  padding: 28px 40px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.01);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .article-img-item h5 {
    font-size: 12px;
    color: #67bade; }
    .article-img-item h5 i {
      margin-right: 8px;
      font-size: 12px; }
  .article-img-item h3 {
    font-size: 16px;
    color: #000000;
    padding-top: 14px;
    max-height: 56px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
    .article-img-item h3 a {
      font-size: 16px;
      color: #000000; }
    .article-img-item h3 em {
      font-style: normal;
      color: #ff2912; }
  .article-img-item p {
    padding-top: 14px;
    font-size: 12px;
    color: #93999f;
    line-height: 20px;
    max-height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
  .article-img-item:hover {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05); }
    .article-img-item:hover .article-btn {
      color: #ff2912; }
      .article-img-item:hover .article-btn i {
        color: #ff2912; }

.article-img {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 10px; }
  .article-img img {
    display: inline-block;
    width: 100%;
    height: auto;
    border-radius: 5px; }

.wenda-item {
  float: left;
  width: 205px;
  background: #fff;
  border-radius: 10px;
  padding: 28px 40px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.01);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .wenda-item h5 {
    font-size: 12px;
    color: #67d28b; }
    .wenda-item h5 i {
      margin-right: 8px;
      font-size: 12px;
      color: #67d28b; }
  .wenda-item h3 {
    font-size: 16px;
    color: #000000;
    padding-top: 14px;
    max-height: 56px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
    .wenda-item h3 a {
      font-size: 16px;
      color: #000000; }
    .wenda-item h3 em {
      font-style: normal;
      color: #ff2912; }
  .wenda-item h6 {
    font-size: 12px;
    color: #000000;
    padding-top: 20px; }
  .wenda-item p {
    padding-top: 14px;
    font-size: 12px;
    color: #93999f;
    line-height: 20px;
    max-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
  .wenda-item:hover {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05); }

.ziliao-item {
  float: left;
  width: 205px;
  background: #fff;
  border-radius: 10px;
  padding: 28px 40px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.01);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .ziliao-item h5 {
    font-size: 12px;
    color: #ff491f; }
    .ziliao-item h5 i {
      margin-right: 8px;
      font-size: 12px;
      color: #ff491f; }
  .ziliao-item h3 {
    font-size: 14px;
    color: #000000;
    padding-top: 14px;
    max-height: 56px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
    .ziliao-item h3 a {
      font-size: 16px;
      color: #000000; }
    .ziliao-item h3 em {
      font-style: normal;
      color: #ff2912; }
  .ziliao-item p {
    padding-top: 10px;
    font-size: 12px;
    color: #93999f;
    line-height: 20px;
    max-height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
  .ziliao-item:hover {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05); }

.ziliao-info {
  margin-top: 18px;
  width: 100%; }
  .ziliao-info:after {
    content: "";
    clear: both;
    display: block; }
  .ziliao-info span {
    color: #999999;
    font-size: 12px; }
    .ziliao-info span i {
      margin-right: 5px;
      color: #cccccc;
      font-size: 12px; }

.ziliao-see {
  float: left;
  margin-right: 18px; }
  .ziliao-see i {
    display: inline-block;
    margin: 0 !important;
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7); }

.ziliao-xiazai {
  float: left; }

.ziliao-doudou {
  float: right;
  font-size: 12px;
  color: #f7391a !important; }

.no-solr {
  width: 100%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 14px;
  color: #000000;
  background: #f3f5f9;
  margin-top: 24px; }
  .no-solr em {
    color: #ff3000; }

/*# sourceMappingURL=search_list.css.map */
