.list_box {
  box-sizing: border-box;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(187, 187, 187, 0.19);
  margin: 30px auto;
  padding: 30px;
  padding-bottom: unset;
}
/*概览*/
.article_box .article_title {
  margin-top: 40px;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 52px;
  letter-spacing: 4px;
  color: #333333;
}
.article_box .article_subTitle {
  margin-top: 14px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #666666;
  display: flex;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px dashed #e0e0e0;
}
.article_box .article_subTitle .left .time {
  margin-right: 64px;
}
.article_box .article_content {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 7px;
}
.article_box .article_content p {
  text-indent: 50px;
}
/*列表01*/
.list01_box {
  /*分页*/
}
.list01_box .list01_article_title {
  margin-top: 33px;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 52px;
  letter-spacing: 4px;
  color: #116dd2;
}
.list01_box .list01_article_title::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 38px;
  background-color: #116dd2;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 6px;
}
.list01_box .list01_article_list li:not(:last-child) {
  border-bottom: dashed 1px #e0e0e0;
}
.list01_box .list01_article_list li {
  padding-top: 28px;
  padding-bottom: 28px;
}
.list01_box .list01_article_list li h4 {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 52px;
  letter-spacing: 0px;
  color: #414141;
  margin-bottom: 14px;
}
.list01_box .list01_article_list li .time {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #666666;
}
.list01_box .list01_article_list li a {
  display: block;
}
.list01_box .list01_article_list li:hover h4 {
  color: #1a70cc;
}
.list01_box .pages {
  text-align: center;
  margin-top: 40px;
}
.list01_box .pages a {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #333333;
  padding: 12px 18px;
  border-radius: 2px;
  border: solid 1px #d6d8da;
  margin-bottom: 42px;
}
.list01_box .pages a:hover {
  background-color: #1855a5;
  color: #ffffff;
}
.list01_box .pages a.current {
  background-color: #1855a5;
  color: #ffffff;
}
/*政府领导*/
.leader_box {
  padding-bottom: 28px;
}
.leader_box .leader_item {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 14px;
}
.leader_box .leader_item a {
  display: inline-block;
  color: #333333;
}
.leader_box .leader_item img {
  margin-bottom: 10px;
}
.leader_box .leader_item p {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
}
.leader_row {
  display: flex;
  justify-content: space-around;
}
/*机构设置*/
.jgsz_box {
  padding-left: 28px;
  padding-right: 32px;
  padding-bottom: 20px;
  font-family: MicrosoftYaHei-Bold;
}
.jgsz_box .jgsz_title {
  margin-top: 33px;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 3px;
  color: #116dd2;
  margin-bottom: 16px;
}
.jgsz_box .jgsz_title::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 31px;
  background-color: #116dd2;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 6px;
}
.jgsz_box dd {
  float: left;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #414141;
}
.jgsz_box dd a {
  display: block;
  color: #414141;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jgsz_box dd a::before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 7px;
  vertical-align: middle;
  background-color: #666666;
  margin-right: 6px;
}
.jgsz_box dd:nth-child(3n-1) {
  width: 42%;
}
.jgsz_box dd:nth-child(3n) {
  width: 31%;
}
.jgsz_box dd:nth-child(3n+1) {
  width: 27%;
}
.where {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e0e0e0;
}
.where a {
  color: #666666;
}
.where .current_pages {
  color: #226ebc;
}
