@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-list {
  width: 1300px;
  max-width: 1300px;
  position: relative;
  z-index: 2;
  margin-top: -118px;
  padding: 20px 60px 50px;
  background: #fff;
  min-height: 200px;
}
.ynrf-list h2 {
  width: 100%;
  display: block;
  font-size: 26px;
  line-height: 2;
  border-bottom: 1px solid #aaa;
}
.ynrf-list li {
  line-height: 53px;
}
.ynrf-list li a:hover {
  color: var(--wordsColor--);
  font-weight: bold;
}
.ynrf-list li span {
  color: #666;
}
.ynrf-list li:nth-child(5n) {
  border-bottom: 1px dashed var(--lineColor--);
  padding-bottom: 15px;
}
.ynrf-list li:nth-child(5n + 1) {
  padding-top: 15px;
}
.ynrf-list li:last-child {
  border: none;
}
.pagenav {
  /* 分页 */
}
.pagenav #pages {
  padding: 14px 0 10px;
  font-family: SimSun;
  text-align: center;
  margin: 0 auto;
  clear: both;
  line-height: 35px;
}
.pagenav #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: '微软雅黑';
}
.pagenav #pages a:hover {
  text-decoration: underline;
}
.pagenav #pages a.a1 {
  width: 75px;
  padding: 0;
}
.pagenav #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 {
  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;
}
/* 适配 */
@media screen and (max-width: 768px) {
  body {
    width: 1300px;
    min-width: 1300px;
  }
  .ynrf-list {
    max-width: 100%;
    padding: 2%;
  }
  .ynrf-list li {
    font-size: 14px;
    line-height: 48px;
  }
  .ynrf-list li a {
    max-width: 70%;
  }
}
