﻿.icon-local-delimiter {
  width: 10px;
  height: 10px;
  background: url(../images/jcsj.png) no-repeat center center/10px;
  vertical-align: 0;
  margin: 0 8px;
}
.page-list,
.page-article {
  width: 1376px;
  margin: auto;
  margin-bottom: 30px;
}
.local {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  border-bottom: 4px solid #be0202;
}
.local-left {
  line-height: 70px;
  font-size: 28px;
  color: #be0202;
}
.local-right {
  margin-top: 30px;
}
.local-right,
.local-right a {
  color: #19282e;
  font-size: 14px;
}
.page-list .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-list .list,
.page-list .list a {
  font-size: 18px;
  color: #000000;
}
.page-list .list li:hover a {
  color: #be0202;
  text-decoration: underline;
}
.page-list .list li:hover span{
  color: #be0202;
}
.page-list .list {
  color: #888888;
}
.page-list .list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.page-list .list li span{
  font-size: 16px;
}
.page-list .list li a::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #be0202;
  opacity: 1;
  border-radius: 2px;
  margin-right: 12px;
}
.page-article .title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  line-height: 30px;
  margin-bottom: 20px;
}
.page-article .info {
  color: #666;
  padding-bottom: 20px;
  line-height: 40px;
  font-size: 16px;
  border-bottom: 2px solid #d3a09c;
}
.page-article .title,
.page-article .info {
  text-align: center;
}
.content p {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  line-height: 1.75em;
  text-indent: 2em;
}