.header {
  background: #f7f7f7;
}
.header .results {
  background: #fff;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  font-weight: 400;
  color: #34363b;
  padding: 16px 0;
}
.header .company .title-left {
  display: flex;
  align-items: center;
}
.header .company .title-left .item-name {
  color: #34363b;
  font-size: 16px;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  font-family: FZZongYi-M05S;
  cursor: pointer;
}
.header .company .title-left .item-name a {
  color: #34363b;
}
.header .company .title-left .item-name a:hover {
  color: #07aea0;
}
.header .company .title-left .item-country {
  color: #999999;
  margin-left: 20px;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
}
.header .company .title-left .item-country span {
  display: inline-block;
  height: 14px;
  line-height: 14px;
}
.header .company .title-left .item-country .iconfont {
  color: #07aea0;
  font-size: 14px;
  margin-right: 5px;
}
.header .company .title-left .item-created {
  color: #999999;
  margin-left: 20px;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
}
.header .company .title-left .item-created span {
  display: inline-block;
  height: 14px;
  line-height: 14px;
}
.header .company .title-left .item-created .iconfont {
  color: #fcb76d;
  font-size: 14px;
  margin-right: 5px;
}
.header .company .title-left .tags {
  float: left;
  background: #f5f5f5;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  cursor: pointer;
}
.header .msg {
  line-height: 30px;
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}
.header .msg span {
  margin-right: 15px;
}
#news-search-result .search {
  background: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 60px;
  min-height: calc(100vh - 335px);
}
#news-search-result .search .AllResults .results {
  background: #fff;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding: 16px 20px;
}
#news-search-result .search .table {
  margin-top: 10px;
  display: flex;
}
#news-search-result .search .table .table-list {
  width: 178px;
}
#news-search-result .search .table .table-list .nav {
  width: 167px;
  background: #ffffff;
  margin-right: 14px;
  border-radius: 6px;
}
#news-search-result .search .table .table-list .nav ul {
  overflow-y: auto;
}
#news-search-result .search .table .table-list .nav ul .chosen .nav-name {
  color: #07aea0;
}
#news-search-result .search .table .table-list .nav ul .chosen .total {
  color: #07aea0;
}
#news-search-result .search .table .table-list .nav ul .chosen::before {
  display: block;
  content: '';
  width: 4px;
  height: 32px;
  background: #07aea0;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  left: 0;
}
#news-search-result .search .table .table-list .nav ul li {
  line-height: 52px;
  height: 52px;
  padding-left: 18px;
  padding-right: 20px;
  position: relative;
}
#news-search-result .search .table .table-list .nav ul li:hover {
  cursor: pointer;
}
#news-search-result .search .table .table-list .nav ul li:hover .nav-name {
  color: #07aea0;
}
#news-search-result .search .table .table-list .nav ul li:hover .total {
  color: #07aea0;
}
#news-search-result .search .table .table-list .nav ul li .nav-name {
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
#news-search-result .search .table .table-list .nav ul li .total {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #bbbbbb;
}
#news-search-result .search .table .right {
  flex: 1;
}
#news-search-result .search .table .right .pagination {
  padding-top: 20px;
}
#news-search-result .search .table .right #search-list-content.list {
  border-radius: 6px;
  overflow: hidden;
  padding: 0 20px;
  background: #fff;
}
#news-search-result .search .table .right #search-list-content.list .list-content {
  border-bottom: 1px solid #f7f7f7;
  padding: 30px 0;
}
#news-search-result .search .table .right #search-list-content.list .list-content:hover .list-info .title {
  color: #07aea0;
}
#news-search-result .search .table .right #search-list-content.list .list-content .list-img {
  float: left;
  width: 210px;
  height: 140px;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
}
#news-search-result .search .table .right #search-list-content.list .list-content .list-img .img {
  cursor: pointer;
  width: 210px;
  height: 140px;
  background: no-repeat center center;
  background-size: 100% 100%;
  transition: all 0.5s;
}
#news-search-result .search .table .right #search-list-content.list .list-content .list-img .img img {
  width: 100%;
  height: 100%;
}
#news-search-result .search .table .right #search-list-content.list .list-content .list-img .img:hover {
  transform: scale(1.2);
}
#news-search-result .search .table .right #search-list-content.list .list-content .list-info {
  margin-left: 230px;
  max-width: 680px;
}
#news-search-result .search .table .right #search-list-content.list .list-content .list-info .title {
  cursor: pointer;
  height: 16px;
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#news-search-result .search .table .right #search-list-content.list .list-content .list-info .title h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#news-search-result .search .table .right #search-list-content.list .list-content .list-info .content {
  height: 60px;
  line-height: 13px;
  margin-top: 16px;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 400;
  color: #828282;
  line-height: 20px;
  max-height: 40px;
}
#news-search-result .search .table .right #search-list-content.list .list-content .list-info .author {
  padding-top: 15px;
  font-size: 13px;
  font-weight: 400;
  color: #828282;
}
#news-search-result .search .table .right #search-list-content.list .list-content .list-info .author .iconfont {
  font-size: 13px;
  color: #07aea0;
  padding-right: 1px;
}
#news-search-result .search .table .right #search-list-content.list .list-content .list-info .bottom {
  margin-top: 10px;
  overflow: hidden;
}
#news-search-result .search .table .right #search-list-content.list .list-content .list-info .bottom .tags {
  float: left;
  background: #f2fffe;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #07aea0;
  cursor: pointer;
}
#news-search-result .search .table .right #search-list-content.list .list-content .list-info .bottom .rights {
  display: flex;
  float: right;
  justify-content: flex-end;
  margin: 4px 0px;
}
#news-search-result .search .table .right #search-list-content.list .list-content .list-info .bottom .rights .view,
#news-search-result .search .table .right #search-list-content.list .list-content .list-info .bottom .rights .collect,
#news-search-result .search .table .right #search-list-content.list .list-content .list-info .bottom .rights .date {
  padding-left: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
#news-search-result .search .table .right #search-list-content.list .list-content .list-info .bottom .rights .view .iconfont,
#news-search-result .search .table .right #search-list-content.list .list-content .list-info .bottom .rights .collect .iconfont,
#news-search-result .search .table .right #search-list-content.list .list-content .list-info .bottom .rights .date .iconfont {
  font-size: 14px;
  padding-right: 2px;
}
#news-search-result .search .table .right #search-list-content.list .list-content .list-info .bottom .rights .view .iconyanjing,
#news-search-result .search .table .right #search-list-content.list .list-content .list-info .bottom .rights .collect .iconyanjing,
#news-search-result .search .table .right #search-list-content.list .list-content .list-info .bottom .rights .date .iconyanjing {
  font-size: 12px;
}
#news-search-result .search .table .right #search-list-content.list .list-content .list-info .bottom .rights .view .iconfont {
  color: #07aea0;
}
#news-search-result .search .table .right #search-list-content.list .list-content .list-info .bottom .rights .collect .iconfont {
  color: #ffa256;
}
