.news-list {
  border-bottom: 1px solid #ccc;
  padding: 20px;
}
.news-list.no-padding {
  padding: 0px;
}

.more-btn {
  display: inline-block;
  width: 190px;
  background: #66a6ff;
  color: #fff;
  text-align: center;
  line-height: 56px;
}
.more-btn:hover {
  background: #218ee1;
  color: #fff;
}
.num {
  width: 60px;
  border-radius: 10px;
  background: #218ee1;
  color: #fff;
  line-height: 60px;
  text-align: center;
  float: left;
  font-size: 2em;
  font-family: "xinyanle";
  margin-right: 20px;
}
.news-txt {
  float: left;
  width: 75%;
  /*padding-left: 20px;*/
}
.more {
  float: left;
  position: relative;
}
.order {
  float: right;
}
.order ul li a {
  color: #999;
}
.order ul li a.active {
  color: #337ab7;
}
.news-txt a {
  display: block;
  color: #484848;
  font-size: 1.3em;
}
.news-txt .description {
  color: #909090;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-txt span {
  color: #909090;
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  .more-btn {
    width: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .more {
    display: none;
  }
  .news-txt {
    width: 80%;
  }
  .news-list {
    padding: 10px;
  }
  .num {
    display: none;
  }
  .news-txt .description {
    font-size: 0.7em;
  }
  .news-txt span {
    font-size: 0.7em;
  }
  .news-txt a {
    font-size: 1em;
  }
  .panel-title {
    font-size: 14px;
  }
}

.search_high_light {
  font-style: normal;
  color: #337ab7;
  font-size: 1em;
}
