﻿/* 政府领导 */
.ldxx{
  background: #dae8f3;
  padding: 1.25rem 3.52%; 
}
.ldxx_sz{
  display: flex;
  flex-direction: row
}
.ldxx_szjj{
  margin-left: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.75rem;
  color: #333333;
  position: relative;
}
.ldxx_szjj h3{
  font-size: 1rem;
  font-weight: bold;
}
.ldxx_szjj span{
  color: #999999;
  line-height: 30px;
  margin-right: 1rem;
  font-size: 0.625rem;
  width: 100% !important;
}
.ldxx_szjj li:nth-child(1){
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  line-height: 3.29rem;
}
.ldxx ul img:nth-child(1){
width: 6.2rem;
}
.ldxx .ldxx_szjj li img{
  width: 6.66rem;
  position: absolute;
  top: 6rem;
} 
.ldxx_cy ul{
  display: flex;
  flex-direction: row;
  font-size: 0.75rem !important;
  line-height: 1.875rem !important;
}
.ldxx_cy span{
  font-weight: bold;
  display: inline-block;
  width: 5rem !important;
}
.ldxx_fsz li a,.ldxx_msz a{
  width: 3rem;
  color: #333333;
  margin-right: 0.5rem;
  display: inline-block;
  overflow: inherit !important;
}
.ldxx_fsz li p:nth-child(4),.ldxx_fsz li p:nth-child(8){
  margin: 0;
}
/* 政府信息公开目录 */
.zfxxgk_content {
  background: #dae8f3;
}
.zfxxgk_content ul {
  padding: 1.25rem 3.52%;
}
.zfxxgk_content .zfxxgk_title {
  color: #fff;
  margin: 0 3.52%;
  text-align: center;
  font-size: 1.35rem;
  background: #83b3d9;
  line-height: 2.75rem;
}
.zfxxgk_content ul {
  display: grid;
  grid-template-rows: repeat(4,4rem);
  grid-template-columns: repeat(2,50%);
}
.zfxxgk_content ul li {
  text-align: center;
}
.zfxxgk_content ul li a {
  position: relative;
  display: inline-block;
}
.zfxxgk_content ul li a img {
  width: 90%;
  height: 2.85rem;
}
.zfxxgk_content ul li a span {
  top: 0px;
  width: 100%;
  display: block;
  color: #4386ba;
  font-size: 1rem;
  position: absolute; 
  line-height: 2.8rem;
}
/* 文章页开始 */
/* .content_post{
  margin: 1.25rem 3.33% 1.25rem;

}
.content_post ul:nth-child(1){
  line-height: 3.31rem;
  display: flex;
  border-bottom: 1px #B0B0B0 solid;
}
.content_post ul:nth-child(1) span{
  width: 1rem;
  text-align: center;
  display: inline-block;
  position: relative;
  top: -0.1rem;
}
.content_post ul:nth-child(2){
  font-size: 1rem;
  line-height: 3.31rem;
}
.content_post ul:nth-child(2) span{
  width: 1rem;
  display: inline-block;
}
.post_selected{
  color: #015293;
}
.content_post ul:nth-child(2) li{
  width: 100%;
 overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.content_post ul:nth-child(2) li a{
  color: #333333;
}
.content_post button{
  width: 100%;
  height: 1.83rem;
  line-height: 1.83rem;
  background: #F5F5F5;
  color: #333333;
  font-size: 0.625rem;
  border: 0px;
} */
/* 分类链接 */
.listsortlink1,.listsortlink2{
  margin: 1.25rem 3.33% 1.25rem;
  color: #333333;
}
.listsortlink1 ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:space-between;
}

.listsortlink1 li{
  width: 48%;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  box-sizing: border-box;
  background: #F5F5F5;
  margin-top: 0.83rem;
  display: inline-block;
}
.listsortlink2 ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:flex-start;
}
.listsortlink2 li{
  width: 30%;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  box-sizing: border-box;
  background: #F5F5F5;
  margin-top: 0.83rem;
  display: inline-block;
  vertical-align: top;
}
.listsortlink2 li:nth-child(3n-1){
  margin: 0.83rem 1rem;
}
/* 重点领域信息公开 */
.zdlyxxgk {
  margin-top: 20px;
}
.zdlyxxgk ul {
  display: grid;
  grid-template-columns: repeat(2,50%);
}
.zdlyxxgk ul li {
	height: 4.5rem;
}
.zdlyxxgk ul li a {
  width: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
}
.zdlyxxgk ul li a .zdlyxx_bg {
  width: 90%;
  height: 3.5rem;
}
.zdlyxxgk ul li a span {
  left: 1rem;
  top: 0.125rem;
  display: flex;
  position: absolute;
  align-items: center;
  width: 80% !important;
}
.zdlyxxgk ul li a span img {
  width: 3rem;
  height: 3rem;
}
.zdlyxxgk ul li a span h4 {
  color: #4386ba;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-left: 0.75rem;
  white-space: break-spaces;
  text-align: left !important;
}