/* ----- 开始 导航路径 ----- */
.route_container {
  width: 100%;
  background-color: var(--secondary_b);
}
.route_warpper {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
font-size: 16px;
}
.route_warpper span a{
font-size: 16px;
}

.route_symbol {
  margin: 0 10px;
}
/* ----- 结束 导航路径 ----- */

/* ----- 开始 新闻列表 ----- */
.newsList_container {
  width: 100%;
   display: flex;
   width: 1200px;
   margin: 15px auto;
}
.newsList_container  .newsnav_l{
width: 20%;
}
.newsList_container .newsList_l{
    flex: 1;
  padding: 50px 60px;
  background-color: var(--currency_c);
}

.newsList_warpper {
}
.newsList_item {
  list-style: square;
  margin-bottom: 20px;
}
.newsList_item::marker {
  color: var(--color_r2);
}
.newsList_item:last-child {
  margin-bottom: 0;
}
.newsList_item a {
  font-size: 16px;
  color: var(--secondary_c);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsList_item a span {
  width: 100px;
  text-align: right;
}
.newsList_page {
  padding: 20px 0 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.newsList_page .pagingNormal{
    margin-left: 10px;
    background-color: var(--currency_c);
    border: 1px solid var(--grey_c);
    display: inline-block;
    padding: 8px 7px;
    font-size: 16px;
    line-height: 16px;
    box-sizing: border-box;
}
.newsList_page  .NormalRed{
    padding: 8px 8px;
    font-size: 16px;
    line-height: 16px;
    box-sizing: border-box;
    color: var(--color_r);
}

.newsList_page_item {
  margin-left: 10px;
  background-color: var(--currency_c);
  border: 1px solid var(--grey_c);
}
.newsList_page_item a {
  display: inline-block;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 16px;
  box-sizing: border-box;
  color: var(--secondary_c);
}
.newsList_page_item_active {
  background-color: transparent !important;
  border: 0 !important;
}
.newsList_page_item_active:hover a {
  color: var(--secondary_c) !important;
}
.newsList_page_item a span {
  padding: 0 5px;
}
.newsList_page_item:hover {
  background-color: var(--color_r);
  border-color: var(--color_r);
}
.newsList_page_item:hover a {
  color: var(--currency_c);
}
/* ----- 结束 新闻列表 ----- */