.d_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -70px;
  position: relative;
  z-index: 9999;
  padding-bottom: 40px;
}
.list_content .said_bar .column_title {
  width: 260px;
  height: 70px;
  background: #E90000;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_content .said_bar .sub_list a {
  text-decoration: none;
  display: block;
  width: 260px;
  height: 70px;
  background: #F8F5F2;
  color: #161618;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_content .said_bar .sub_list a:hover,
.list_content .said_bar .sub_list a.on {
  background: #F9EBEB;
  color: #E90000;
}
.list_content .list {
  width: 892px;
  padding-top: 94px;
}
.list_content .list .block_title {
  padding-bottom: 10px;
  border-bottom: 1px solid #E90000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.list_content .list .block_title .title {
  font-size: 26px;
  font-weight: bold;
  color: #161618;
}
.list_content .list .block_title .crumbs {
  font-size: 14px;
  color: #8B8B8B;
}
.list_content .list .block_title .crumbs a {
  color: #8B8B8B;
  text-decoration: none;
  margin: 0 5px;
}
.list_content .list .block_title .crumbs a:hover {
  color: #E90000;
}
.list_content .list .list_box {
  min-height: 400px;
}
.list_content .list .list_box a {
  border-bottom: 1px solid #F0F0F0;
  height: 52px;
  line-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}
.list_content .list .list_box a:hover .title i {
  background: #E90000;
}
.list_content .list .list_box a:hover .title p {
  color: #E90000;
}
.list_content .list .list_box a .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.list_content .list .list_box a .title i {
  width: 6px;
  height: 6px;
  background: #8B8B8B;
  border-radius: 3px;
  margin-right: 16px;
}
.list_content .list .list_box a .title p {
  font-size: 16px;
  color: #161618;
}
.list_content .list .list_box a .date {
  font-size: 14px;
  color: #8B8B8B;
}
.list_content .list .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 888px;
  margin: 0 auto;
}
.list_content .list .img_box a {
  display: block;
  width: 270px;
  margin: 10px 13px;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.list_content .list .img_box a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.list_content .list .img_box a:hover .title {
  color: #E90000;
}
.list_content .list .img_box a img {
  display: block;
  width: 270px;
  height: 160px;
  border-radius: 8px;
}
.list_content .list .img_box a .title {
  text-align: center;
  font-size: 16px;
  color: #161618;
  margin-top: 10px;
  max-width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_content .list .img_box a .title:hover {
  color: #E90000;
}
.list_content .list .paging {
  margin: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 34px;
  font-size: 14px;
  color: #161618;
}
.list_content .list .paging a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #161618;
  border-radius: 2px;
}
.list_content .list .paging a.on {
  border: 1px solid #E90000;
  background: #E90000;
  color: #fff;
}
.list_content .list .paging a.on:hover {
  background: #E90000;
}
.list_content .list .paging a:hover {
  background: #F0F0F0;
}
.list_content .list .paging .jump_box {
  color: #161618;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
}
.list_content .list .paging .jump_box input {
  border: 1px solid #8B8B8B;
  outline: none;
  text-align: center;
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 5px;
  border-radius: 2px;
}
.list_content .list .paging .jump_box span {
  border: 1px solid #8B8B8B;
  padding: 0 10px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 2px;
}
.list_content .list .paging .jump_box span:hover {
  background: #E90000;
  color: #fff;
  border-color: #E90000;
}
.list_content .list .paging .pagination li {
  display: inline-block;
  border: 1px solid #8B8B8B;
  margin: 0 6px;
  min-width: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: #161618;
  border-radius: 2px;
}
.list_content .list .paging .pagination li span {
  display: block;
  width: 100%;
  text-align: center;
  height: 34px;
  line-height: 34px;
  margin: 0 auto;
}
.list_content .list .paging .pagination li.disabled {
  background: #c7c7c7;
  border: 1px solid #c7c7c7;
}
.list_content .list .paging .pagination li.disabled span {
  color: #fff;
}
.list_content .list .paging .pagination li.disabled:hover {
  background: #c7c7c7;
}
.list_content .list .paging .pagination li:hover,
.list_content .list .paging .pagination li.active {
  background: #F0F0F0;
}
.list_content .list .detail_content {
  min-height: 400px;
}
.list_content .list .detail_content .article_title {
  text-align: center;
  color: #161618;
  font-size: 26px;
  font-weight: bold;
}
.list_content .list .detail_content .article_author_and_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #8B8B8B;
  margin-top: 12px;
  margin-bottom: 24px;
}
.list_content .list .detail_content .article_author_and_date span {
  margin: 0 10px;
}
.list_content .list .detail_content .article_info {
  font-size: 14px;
  color: #000;
  line-height: 2em;
}
.list_content .list .detail_content .article_info img {
  max-width: 892px;
  //display: block;
  margin: 20px 0;
}
.list_content .list .detail_content .article_bottom {
  margin-top: 48px;
  padding: 48px 0;
  border-top: 1px solid #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  line-height: 2em;
  color: #8B8B8B;
}
.list_content .list .detail_content .article_bottom a {
  text-decoration: none;
  color: #161618;
  font-size: 14px;
}
.list_content .list .detail_content .article_bottom a:hover {
  text-decoration: underline;
  color: #E90000;
}
.list_content .list .detail_content .article_bottom .back {
  color: #161618;
  cursor: pointer;
}
.list_content .list .detail_content .article_bottom .back:hover {
  text-decoration: underline;
  color: #E90000;
}
