@charset 'utf-8';
:root {
  --wordsColor--: #015293;
  --hoverColor--: #c02e25;
  --lineColor--: #dcdcdc;
}
iframe {
  width: 100%;
}
iframe[name='header'] {
  min-height: 700px;
}
iframe[name='footer'] {
  min-height: 232px;
}
html,
body {
  min-width: 1300px;
}
/* 内容开始 */
.ynrf-show {
  width: 1300px;
  max-width: 1300px;
  position: relative;
  z-index: 2;
  margin-top: -118px;
  padding: 20px 60px 50px;
  background: #fff;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
}
.ynrf-show h2 {
  width: 100%;
  display: block;
  font-size: 26px;
  line-height: 2;
  border-bottom: 2px solid var(--wordsColor--);
}
.ynrf-show p {
  text-indent: 2em;
  letter-spacing: 2px;
  line-height: 1.5;
}
.ynrf-show .show-title {
  color: #333;
}
.ynrf-show .show-title h3 {
  padding: 1em 2em;
  line-height: 2;
  font-size: 31px;
  font-weight: bold;
}
.ynrf-show .show-content {
  text-align: center;
  font-size: 16px;
  color: #666;
}
.ynrf-show .show-content li {
  line-height: 3;
}
.ynrf-show .show-content li.show-title {
  font-size: 32px;
}
.ynrf-show .show-content li dl dt,
.ynrf-show .show-content li dl dd {
  float: left;
}
.ynrf-show .show-content li.show-name {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid var(--lineColor--);
}
.ynrf-show .show-content li .article-words span {
  cursor: pointer;
  margin-right: 1em;
}
.ynrf-show .article-content {
  padding: 32px 0;
}
.ynrf-show .article-content .printThis {
  margin-top: 20px;
  width: 100%;
  min-height: 48px;
  line-height: 48px;
  padding-right: 97px;
  background: #ebebeb;
  text-align: right;
  color: #666;
}
/* 政府信息公开页 */
.xxgk {
  max-width: 1300px;
  position: relative;
  z-index: 2;
  margin-top: -118px;
  padding: 0 74px 74px;
  background: #f6f6f6;
  /* 文件区域 */
}
.xxgk .gk-title {
  font-size: 70px;
  line-height: 180px;
  color: var(--wordsColor--);
  text-align: center;
  font-weight: bold;
}
.xxgk .file-box {
  padding: 50px;
  background: #fff;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.xxgk .file-box .f-header {
  border-bottom: 5px solid var(--wordsColor--);
  text-align: center;
}
.xxgk .file-box .f-header .f-download {
  width: 100%;
}
.xxgk .file-box .f-header .f-download li {
  padding: 8px;
  margin: 11px;
  margin-left: 0;
  border: 1px solid #d2d2d2;
}
.xxgk .file-box .f-header .f-download li a {
  font-size: 14px;
  color: #666;
}
.xxgk .file-box .f-content {
  padding: 50px;
}
.xxgk .file-box .f-footer {
  padding: 25px 80px 0 0;
  color: var(--wordsColor--);
  text-align: right;
  border-top: 5px solid var(--wordsColor--);
}
/* 信息公开左边导航菜单 */
/* 搜索框 */
.search-box1 {
  margin-bottom: 48px;
}
.search-box1 .line {
  margin-top: 25px;
  width: 25%;
  height: 1px;
  background: var(--wordsColor--);
}
.search-box1 .search-input {
  position: relative;
  margin: 0 24px;
  width: 510px;
  height: 53px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid var(--wordsColor--);
}
.search-box1 .search-input input {
  padding-right: 3em;
  width: 506px;
  height: 49px;
  line-height: 49px;
  text-indent: 2em;
  color: var(--wordsColor--);
  border-radius: 10px;
}
.search-box1 .search-input input::placeholder {
  color: inherit;
}
.search-box1 .search-input img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
/* 左侧导航栏 */
.file-aside {
  padding: 40px 30px 20px;
  width: 300px;
  min-height: 1000px;
  background: linear-gradient(to bottom, #ffff 0%, #fff 50%, transparent);
}
.file-aside .f-item {
  cursor: pointer;
}
.file-aside .f-item div {
  position: relative;
  padding: 13px 0;
  margin-bottom: 10px;
  height: 70px;
  overflow: hidden;
  width: 100%;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}
.file-aside .f-item div img {
  position: relative;
  top: 50%;
  left: 23px;
  transform: translateY(-50%);
  width: 44px;
  right: 44px;
  line-height: 70px;
}
.file-aside .f-item div a {
  position: absolute;
  left: 96px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  font-size: 23px;
  line-height: 1;
  color: var(--wordsColor--);
}
.file-aside .f-item div span {
  float: right;
  position: relative;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.file-aside .f-item div span:after,
.file-aside .f-item div span:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: var(--wordsColor--);
}
.file-aside .f-item div span:after {
  transform: rotateZ(90deg);
  transition: all 0.5s;
}
.file-aside .f-item dl {
  overflow: hidden;
  width: 100%;
  height: 0;
  font-size: 16px;
  text-indent: 1.5em;
  border: 1px solid #e5e5e5;
  border-top: none;
  transition: all 0.5s;
}
.file-aside .f-item dl dt {
  display: none;
  transition: all 0.5s;
}
.file-aside .f-item.active div {
  background: var(--wordsColor--);
}
.file-aside .f-item.active div span::before,
.file-aside .f-item.active div span::after {
  background: #fff;
  transform: rotateZ(0deg);
}
.file-aside .f-item.active div a {
  color: #fff;
}
.file-aside .f-item.active div img {
  transform: translate(-100px, -50%);
  filter: drop-shadow(100px 0 0 #fff);
}
.file-aside .f-item.active dl {
  margin: -10px 0 10px;
  padding: 10px 0 8px;
  height: auto;
}
.file-aside .f-item.active dl dt {
  display: block;
  border-bottom: 10px solid #fff;
  line-height: 2;
  width: 100%;
  background: #e5e5e5;
}
.file-aside .f-item.active dl dt:last-child {
  margin: 0;
}
.file-aside .f-item.active dl dt i {
  display: none;
  color: #fff;
}
.file-aside .f-item.active dl dt span {
  line-height: 1.5;
  vertical-align: top;
  font-size: 20px;
  margin-left: 4em;
}
.file-aside .f-item.active dl dt .asub {
  display: none;
}
.file-aside .f-item.active dl .current {
  color: #c02e25;
}
.file-aside .f-item.active dl .current a {
  color: #c02e25;
}
.file-aside .f-item.active dl .current i {
  color: #fff;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  text-indent: 3em;
  background: #e5e5e5;
}
.file-aside .f-item.active dl .current i:first-child {
  border-top: 1px solid var(--wordsColor--);
  border-bottom: 1px solid #fff;
}
.file-aside .f-item.active dl .current i a {
  color: #fff;
}
.file-aside .f-item.active dl .current .cadd {
  display: none;
}
.file-aside .f-item.active dl .current .asub {
  display: inline;
}
.file-aside .f-item.active dl .current .icurrent a {
  color: #c02e25;
}
.file-aside .f-item.active dl .icurrent a {
  color: #c02e25;
}
.file-aside .f-item[name='zc'] a {
  line-height: 2;
}
.file-aside .f-item[name='sq'] a {
  width: 125px;
  line-height: 2;
}
.file-aside .f-item.words-height div {
  height: 90px;
}
/* 右侧内容栏 */
.file-section {
  padding: 35px;
  margin-bottom: 40px;
  width: 800px;
  min-height: 1000px;
  background: #fff;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}
.file-section .sec-head {
  width: 100%;
  padding: 0 2em;
  line-height: 40px;
  border-bottom: 2px solid var(--wordsColor--);
}
.file-section .sec-head li {
  float: left;
  width: 33%;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.file-section .sec-head li:first-child {
  text-align: left;
}
.file-section .sec-head li:last-child {
  text-align: right;
}
.file-section .sec-list {
  width: 100%;
}
.file-section .sec-list .list-item {
  padding: 0 2em;
  min-height: 100px;
  line-height: 100px;
}
.file-section .sec-list .list-item:nth-child(2n) {
  background: #eee;
}
.file-section .sec-list .list-item li {
  min-height: 100px;
}
.file-section .sec-list .list-item .item-num {
  width: 10%;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.file-section .sec-list .list-item .item-title {
  width: 60%;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.file-section .sec-list .list-item .item-title a {
  font-size: 16px;
}
.file-section .sec-list .list-item .item-title p {
  font-size: 14px;
  color: #306390;
}
.file-section .sec-list .list-item .item-word,
.file-section .sec-list .list-item .item-img {
  font-size: 14px;
}
.file-section .sec-list .list-item .item-word a,
.file-section .sec-list .list-item .item-img a {
  color: #306390;
}
.file-section .sec-list .list-item .item-word {
  margin-right: 40px;
}
/* 机构信息 */
.jg-section {
  padding: 25px;
  margin-bottom: 40px;
  width: 800px;
  min-height: 1000px;
  background: #fff;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
  /* 基本信息 */
}
.jg-section .jg-title {
  padding-bottom: 4px;
  width: 100%;
  border-bottom: 1px solid var(--wordsColor--);
}
.jg-section .jg-title h1 {
  padding: 0 14px;
  display: inline-block;
  font-size: 26px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  background: var(--wordsColor--);
}
.jg-section > div {
  margin-top: 20px;
  padding-bottom: 20px;
}
.jg-section > div h2 {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 22px;
  text-align: center;
  color: var(--wordsColor--);
  background: #eee;
}
.jg-section > div > p {
  line-height: 2;
  text-align: center;
}
.jg-section > div ul li {
  float: left;
}
.jg-section .jg-leader li {
  margin: 0 14px 0 40px;
  width: 130px;
  text-align: center;
}
.jg-section .jg-leader li img {
  width: 100%;
  height: 160px;
  background: #eee;
  border: none;
}
.jg-section .jg-leader li h5 {
  font-weight: bold;
  color: var(--wordsColor--);
  line-height: 2.5;
}
.jg-section .jg-leader li span {
  line-height: 1.5;
  font-size: 16px;
}
.jg-section .jg-inside ul,
.jg-section .jg-sub ul {
  display: flex;
  justify-content: space-around;
}
.jg-section .jg-inside ul li,
.jg-section .jg-sub ul li {
  margin-right: 30px;
}
/* 通用模板 */
.public-section {
  padding: 35px;
  margin-bottom: 40px;
  width: 800px;
  min-height: 1000px;
  background: #fff;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}
.public-section .section-title {
  padding-bottom: 5px;
  width: 100%;
  text-align: left;
  border-bottom: 2px solid var(--wordsColor--);
}
.public-section .section-title h1 {
  display: inline-block;
  padding: 4px 14px;
  font-size: 22px;
  color: #fff;
  background: var(--wordsColor--);
}
.public-section .item-list li {
  padding: 10px 1em;
  width: 100%;
  height: 40px;
}
.public-section .item-list li:nth-child(5n) {
  border-bottom: 1px solid var(--wordsColor--);
}
.public-section .item-list li:last-child {
  border: none;
}
.public-section .item-list li i {
  font-size: 50px;
}
.public-section .item-list li a {
  font-size: 16px;
  max-width: 78%;
}
.public-section .item-list li a:hover {
  color: var(--wordsColor--);
}
.public-section .item-list li span {
  font-size: 14px;
  color: #999;
}
/* 分页 */
#pages {
  padding: 14px 0 10px;
  font-family: SimSun;
  text-align: center;
  margin: 0 auto;
  clear: both;
  line-height: 35px;
}
#pages a {
  display: inline-block;
  height: 28px;
  line-height: 27px;
  background: #fff;
  border: 1px solid var(--lineColor--);
  text-align: center;
  color: #333;
  padding: 0 10px;
  text-decoration: none;
  border-radius: 3px;
  font-family: '微软雅黑';
}
#pages a:hover {
  text-decoration: underline;
}
#pages a.a1 {
  width: 75px;
  padding: 0;
}
#pages span {
  display: inline-block;
  height: 28px;
  line-height: 27px;
  background: var(--wordsColor--);
  border: 1px solid var(--wordsColor--);
  color: #fff;
  text-align: center;
  padding: 0 10px;
  border-radius: 3px;
  font-family: '微软雅黑';
}
/* 面包屑导航 */
.breadcrumb {
  text-align: left;
  width: 100%;
  line-height: 2;
  border-bottom: 1px solid #eee;
  color: #999;
  font-size: 16px;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #999;
}
.breadcrumb a:hover {
  color: #015293;
}
.breadcrumb span {
  margin: 0 10px;
}
/* 网站地图 */
.map-content .map-item {
  width: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 1em;
}
.map-content .map-item .item-title {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  line-height: 2;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--wordsColor--);
  text-indent: 1em;
}
.map-content .map-item .item-title a {
  color: var(--wordsColor--);
}
.map-content .map-item .item-title::after {
  content: '';
  position: absolute;
  left: 1em;
  top: 0;
  transform: translateY(-50%);
  width: 2em;
  height: 4px;
  background: var(--wordsColor--);
}
.map-content .map-item .item-list {
  width: inherit;
}
.map-content .map-item .item-list li {
  float: left;
  height: 60px;
  line-height: 60px;
  margin-left: 40px;
  font-size: 22px;
}
/* 在线咨询 */
.ynrf-mail {
  margin: 0 auto;
  width: 1300px !important;
  max-width: 1300px;
  background: #fff;
  margin-top: -118px;
  padding: 20px 0;
  transform: translateZ(0px);
  z-index: 0;
}
.ynrf-mail .mail-img {
  width: 100%;
  height: 368px;
  background: url(/statics/ynrf/images/secondIndex/mail.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.ynrf-mail .mail-img a {
  position: absolute;
  right: 75px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  display: block;
  color: #000;
  border-bottom: 3px solid #000;
}
.ynrf-mail .mail-img a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  body {
    width: 1300px;
    min-width: 1300px;
  }
}
/* 20240823 */
.item-list .item-more {
  display: block;
  width: 100px;
  text-align: center;
  padding: 5px 10px;
  margin: 10px auto;
  background: var(--lineColor--);
  color: var(--wordsColor--);
}
