﻿.nav_now_site {
  display: none;
  padding: 0 40px;
}
.nav_now_site .title a {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #bd1a2d;
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
}
.nav_now_site .sub_title {
  display: flex;
  flex-direction: column;
  border: 1px solid #808080;
}
.nav_now_site .sub_title a {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.nav_now_site .sub_title a:hover {
  color: #c81623;
}
.nav_now_site .active {
  background-color: #808080;
}
.nav_now_phone {
  display: flex;
  align-items: center;
}
.nav_now_phone img {
  width: 18px;
  margin-right: 5px;
}
.nav_now_phone p,
.nav_now_phone a,
.nav_now_phone span {
  color: #888888;
}
.article_list {
  margin-top: 40px;
  margin-bottom: 40px;
}
.article_list .items {
  min-height: 500px;
}
.article_list .items .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
.article_list .items .sub-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
}
.article_list .items .sub-title:hover {
  color: #c81623;
}
.article_list .items .sub-date {
  font-size: 12px;
  flex-shrink: 0;
  margin-left: 8px;
}
.article_list .items .sub-point {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #bd1a2d;
  border-radius: 50%;
  vertical-align: middle;
}
.article_list .items .page {
  text-align: center;
}
@media (max-width: 992px) {
  .article_list {
    margin-top: 10px;
  }
  .article_list .items {
    min-height: 300px;
  }
}