.news_list_insidePage_wrp {
  background: #fff;
  margin-bottom: 40px;
}
.news_list_insidePage_wrp .sw {
  background: #fff;
}
/* 新闻列表页面包屑导航 */
.news_list_insidePage_wrp .sw .crumbs_wrp {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #333
}

.news_list_insidePage_wrp .sw .crumbs_wrp>a {
  color: #333
}

.news_list_insidePage_wrp .sw .news_list_sort_wrp {
  width: 100%;
  height: auto;
  justify-content: flex-end;
}
.news_list_insidePage_wrp .sw .news_list_sort_wrp .news_list_sort_item {
  width: 150px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #444;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #888;
  margin-bottom: 15px;
  margin-right: 15px;
}
.news_list_insidePage_wrp .sw .news_list_sort_wrp .news_list_sort_item:last-child {
  margin-right: 0px;
}
.news_list_insidePage_wrp .sw .news_list_sort_wrp .news_list_sort_item:hover {
  background: #3488ea;
  color: #fff;
  border: 1px solid #3488ea;
}

.news_list_insidePage {
  height: auto;
}
.news_list_insidePage .news_item {
  width: 100%;
  height: 61px;
  margin-bottom: 0px;
  box-sizing: border-box;
  border-bottom: 1px dashed #ccc;
}

.news_list_insidePage .news_item>a {
  display: inline-block;
  width: 80%;
  height: 100%;
  font-size: 15px;
  line-height: 60px;
  color: #666;
  position: relative;
  left: 0px;
  transition: all 0.5s ease;
  text-decoration: none;
}

.news_list_insidePage .news_item>span {
  width: 15%;
  height: 100%;
  float: right;
  line-height: 60px;
  font-size: 14px;
  text-align: end;
}

.news_list_insidePage .news_item:hover>a {
  left: 15px;
  color: #3488ea;
}

.news_list_insidePage .news_item:hover>span {
  color: #3488ea;
}

