@charset "UTF-8";
/*初始化css*/
body {
  font-family: 微软雅黑;
  color: #333;
} /*min-width的宽度根据项目页面宽度决定*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

input {
  margin: 0;
  padding: 0;
  outline: none;
}

li {
  list-style: none;
}

a,
ins {
  text-decoration: none;
}

*:focus {
  outline: none;
}

a {
  color: #333;
} /*颜色根据通用信息列表的文字颜色决定*/
.more a {
  color: #999;
} /*颜色根据通用更多的文字颜色决定*/
a:hover {
  color: #3163a4;
} /*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover {
  color: #3163a4;
} /*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

.cf {
  zoom: 1;
}

.hide {
  display: none;
}

.block {
  display: block;
}

textarea,
input {
  font-family: 微软雅黑;
}

/* 通用元件开始 */
.w1100 {
  width: 1100px;
  margin: 0 auto;
}

/* 通用元件结束 */
/* 政府信息公开头部开始 */
/* body设置背景---配色方案和背景图片，可根据网站和特点，自行调整，选配 */
body {
  background: url(bodyBg.png) no-repeat center top;
}

.header {
  height: 365px;
  padding-top: 45px;
}

.header .logo {
  background: url(logoGuohui.png) no-repeat left center;
  height: 76px;
  padding-left: 90px;
}

.header .logo a {
  font-size: 35px;
  color: #ffffff;
  line-height: 76px;
}

.header .zfxxgk-font {
  font-size: 100px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.253);
  margin-top: 35px;
}

.header .zfxxgk-font {
  position: relative;
  height: 132px;
  line-height: 132px;
}

.header .zfxxgk-font:before {
  width: 488px;
  background: #fff;
  height: 2px;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -95px;
}

/* 政府信息公开头部结束 */
/* 中间内容开始 */
.wrap {
  background: rgb(242, 242, 242);
  padding: 0 36px 30px;
}

/* 检索开始 */
.search {
  height: 218px;
  padding-top: 84px;
}

.search form {
  height: 50px;
  width: 510px;
  margin: 0 auto;
  border: 1px solid rgb(45, 102, 165);
  border-radius: 9px;
  background-color: #ffffff;
}

.search input {
  border: 0;
  display: block;
  float: left;
  height: 48px;
  line-height: 48px;
}

.search input[type=text] {
  width: 400px;
  margin-left: 5px;
}

.search input[type=submit] {
  width: 88px;
  margin-right: 5px;
  background: #ffffff url(searchBtn.png) no-repeat center right;
}

.search {
  position: relative;
}

.search:before,
.search:after {
  height: 1px;
  background-color: #dddddd;
  width: 240px;
  content: "";
  position: absolute;
  top: 108px;
}

.search:before {
  left: 0;
}

.search:after {
  right: 0;
}

/* 检索结束 */
/* 左侧内容开始 */
.main-content-left {
  width: 240px;
}

.main-content-left > ul > li {
  margin-top: 15px;
  font-size: 23px;
}

.main-content-left > ul > li:first-child {
  margin-top: 0;
}

.main-content-left > ul > li > a {
  display: block;
  border: 1px solid #dddddd;
  height: 70px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 30px center;
  color: rgb(45, 102, 165);
  padding: 4px 50px 0 90px;
}

.zfxxgkzn > a {
  background-image: url(zfxxgkzn.png);
}

.zfxxgkzd > a {
  background-image: url(zfxxgkzd.png);
}

.fdzdgknr > a {
  background-image: url(fdzdgknr.png);
}

.zfxxgknb > a {
  background-image: url(zfxxgknb.png);
}

.sqgkzfxx > a {
  background-image: url(zwxxgk_bnt05.png);
}

.qzbmxzyq > a {
  background-image: url(qzbmxzyq.png);
}

.main-content-left > ul > li.side-col-hover > a {
  background-color: rgb(45, 102, 165);
  color: #ffffff;
}

.zfxxgkzn.side-col-hover > a {
  background-image: url(zfxxgkznHover.png);
}

.zfxxgkzd.side-col-hover > a {
  background-image: url(zfxxgkzdHover.png);
}

.fdzdgknr.side-col-hover > a {
  background-image: url(fdzdgknrHover.png);
}

.zfxxgknb.side-col-hover > a {
  background-image: url(zfxxgknbHover.png);
}

.qzbmxzyq.side-col-hover > a {
  background-image: url(qzbmxzyqHover.png);
}

.sqgkzfxx > a:hover {
  background-image: url(zwxxgk_bnt05b.png);
  background-color: rgb(45, 102, 165);
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .main-content-left > ul > li > a:hover {
    background-color: rgb(45, 102, 165);
    color: #ffffff;
  }
  .zfxxgkzn > a:hover {
    background-image: url(zfxxgkznHover.png);
  }
  .zfxxgkzd > a:hover {
    background-image: url(zfxxgkzdHover.png);
  }
  .fdzdgknr > a:hover {
    background-image: url(fdzdgknrHover.png);
  }
  .zfxxgknb > a:hover {
    background-image: url(zfxxgknbHover.png);
  }
  .qzbmxzyq > a:hover {
    background-image: url(qzbmxzyqHover.png);
  }
}
.fdzdgknr > a,
.zfxxgknb > a {
  position: relative;
}

.fdzdgknr > a > span,
.zfxxgknb > a > span {
  width: 20px;
  height: 70px;
  background: url(down.png) no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  display: block;
}

.fdzdgknr > a:hover > span,
.zfxxgknb > a:hover > span,
.ysqgkzfxx > a:hover > span {
  background: url(up.png) no-repeat;
}

/* 下拉开始 */
.left-col-down {
  font-size: 15px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  border-top: 0;
  padding: 10px 0;
  display: none;
}

.left-col-down a {
  display: block;
  line-height: 32px;
  padding-left: 80px;
  background: url(colPic.jpg) no-repeat 60px center;
}

.left-col-down a:hover {
  background: rgb(230, 245, 255) url(colPic.jpg) no-repeat 60px center;
  color: rgb(45, 102, 165);
  font-weight: bold;
}

/* 下拉结束 */
/* 左侧内容结束 */
/* 右侧内容开始-政府信息公开制度 */
.main-content-right {
  height: auto;
  border: 1px solid #dddddd;
  width: 770px;
  background-color: #ffffff;
  padding-top: 30px;
  min-height: 1065px;
}

/* 滚动条开始 */
.out {
  position: relative;
  overflow: hidden;
  padding: 0 20px 20px 20px;
  height: auto;
}

.out-overflow {
  height: 4px;
  background-color: #ffffff;
  width: 740px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.scrollbar {
  width: 10px;
  height: 670px;
  background: rgb(242, 242, 242);
  position: absolute;
  border-radius: 20px;
  right: 15px;
  top: 0;
}

.scrollbtn {
  width: 100%;
  height: 80px;
  background: rgb(45, 102, 165);
  border-radius: 20px;
  position: absolute;
}

.inner ul li {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}

.inner ul li a:hover {
  color: rgb(45, 102, 165);
}

.inner ul li span {
  color: #999999;
  float: right;
}

/* 滚动结束 */
/* 右侧内容结束-政府信息公开制度 */
/* 中间内容结束 */
/*通用尾部*/
.footer {
  width: 100%;
  height: 156px;
  border-top: 6px solid #1a56a8;
}

.footerMain {
  width: 1100px;
  text-align: center;
  font-size: 25px;
  color: #333;
  line-height: 156px;
  font-weight: bold;
}

.side-col-hover > a > span {
  background: url(up.png) no-repeat;
}

.curCol {
  font-size: 16px;
  background-color: rgb(230, 245, 255);
}

.curCol a {
  color: #2d66a5 !important;
  font-weight: 600;
}

.fathCol {
  padding: 0px 0px 0px 59px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.fathCol a {
  color: #333;
  display: block;
  background: url(colPic.jpg) no-repeat 1px center;
  padding-left: 21px;
  font-size: 15px;
}

.fathCol a:hover {
  color: #333;
  display: block;
  background: url(colPic.jpg) no-repeat 1px center !important;
  padding-left: 21px;
  font-size: 15px;
}

.list ul {
  padding-top: 0px;
}

.list ul li {
  padding-left: 90px;
}

.list ul li a {
  padding-left: 0px;
  background: none;
}

.list ul li a:hover {
  padding-left: 0px;
  background: none;
  font-size: 15px;
}

.list ul li:hover {
  background-color: rgb(230, 245, 255);
}

.list:hover .fathCol a {
  color: #2d66a5;
  display: block;
  font-weight: 600;
  background: url(colPic.jpg) no-repeat 1px center !important;
}

.list li.active a {
  background: rgb(230, 245, 255);
}

.list .active {
  background: rgb(230, 245, 255);
}

.qzbmxzyq {
  font-size: 21px !important;
}

.qzbmxzyq a {
  padding: 4px 15px 0 90px !important;
}

.zfxxgkzn > a {
  background-size: 16%;
}

.zfxxgkzd > a {
  background-size: 16%;
}

.fdzdgknr > a {
  background-size: 16%;
  cursor: default;
}

.zfxxgknb > a {
  background-size: 16%;
  cursor: default;
}

.sqgkzfxx > a {
  background-size: 16%;
}

/* 制度适老化开始 */
.old_type .main-content-right {
  width: 100%;
  padding: 30px;
  border-width: 2px;
}
.old_type .out {
  padding: 0;
  overflow: visible;
}
.old_type .inner ul li {
  margin-top: 30px;
  font-size: 32px;
  line-height: 72px;
}
.old_type .inner ul li:first-of-type {
  margin-top: 0;
}

/* 制度适老化结束 */
/* 年报适老化开始 */
.old_type .zfxxgk_ndbgct {
  width: 800px;
  height: 80px;
  font-size: 40px;
  line-height: 80px;
  overflow: hidden;
}
.old_type .zfxxgk_02Box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.old_type .zfxxgk_02Box ul li {
  width: calc(25% - 22.5px);
  height: auto;
  padding: 0;
  margin: 0;
  margin-top: 30px !important;
  margin-right: 30px;
}
.old_type .zfxxgk_02Box ul li:nth-of-type(4n) {
  margin-right: 0;
}
.old_type .zfxxgk_02Box ul li a {
  width: 100%;
  font-size: 34px;
}
.old_type .out-overflow {
  display: none;
}

/* 年报适老化结束 */