/* 列表样式 */
.btlist,
.btlist ul {
  float: left;
  width: 100%;
}
.btlist ul {
  margin: 0;
}
.btlist ul li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 65px;
  background: url(../img/xw_list.png) no-repeat left center;
  border-bottom: 1px solid #ccdcef;
}
.btlist ul li a {
  width: calc(100% - 150px);
  color: #333;
}
.btlist ul li .time {
  float: right;
  width: 130px;
  font-size: 18px;
  color: #014eae;
  text-align: right;
}
.btlist ul li:hover {
  border-color: #014eae;
}
.btlist ul li:hover a {
  color: #014eae;
  font-weight: bold;
}

.yqljlist,
.yqljlist ul {
  float: left;
  width: 100%;
}
.yqljlist ul {
  margin: 0;
}
.yqljlist ul li {
  float: left;
  width: 49%;
  margin: 0;
  padding: 0;
  line-height: 65px;
  border: 1px solid #ccdcef;
}
.yqljlist ul li a {
  width:100%;
  color: #333;
}

/* 快捷导航 */
.sjdh {
  float: left;
  padding: 25px 0;
}
.sjdh a {
  line-height: 30px;
  color: #333;
  border-right: 1px solid #333;
  padding: 0 20px;
}
.sjdh a:hover {
  color: #014eae;
  border-right-color: #014eae;
}

/* 分页基础 */
.fy {
  float: left;
  width: 100%;
  margin: 10px auto;
}

/* 分享组件 */
.share {
  position: absolute;
  right: -50px;
  top: 200px;
  width: 50px;
}
.share h6 {
  float: left;
  width: 100%;
  text-align: center;
  line-height: 30px;
  color: #333;
  font-size: 14px;
}
.share a {
  width: 50px !important;
  height: 50px !important;
  margin: 0 0 5px 0 !important;
  background-position: center !important;
}

/* 文章主体 */
.article {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* 文章标题 */
.article_title {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.article_title h1 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 10px;
}
.article_title h2 {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  margin-bottom: 10px;
}

/* 文章日期栏 */
.article_data {
  float: left;
  width: 100%;
  text-align: center;
  padding: 15px 0 20px;
  margin: 0 auto 30px;
  border-bottom: 1px solid #d9e0ea;
  font-size: 16px;
  color: #666;
  line-height: 20px;
}

/* 文章内容 */
.wznr {
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
.wznr p {
  width: 100%;
  font-size: 18px;
  color: #333;
  line-height: 200%;
  text-indent: 2em;
  margin-bottom: 0;
}
.wznr iframe{
  width: 100% !important;
  margin-left: -2em;
}
.wznr p img {
  margin: 10px auto;
  max-width: 100%;
  margin-left: -2em;
  
}
.wznr table {
  width: 100%;
  max-width: 100% !important;
  margin: 0 auto;
  border: 0;
  border-collapse: collapse;
}
.wznr td p {
  text-indent: 0;
  text-align: center;
}
.wznr td {
  overflow-wrap: anywhere;
  white-space: normal;
}

/* 页面底部翻页 */
.bg_page {
  float: left;
  width: 100%;
  border-top: 1px solid #d9e0ea;
  text-align: center;
}
.page {
  float: left;
  max-width: 85%;
  margin: 20px 0;
}
.page div {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #333;
  text-align: left;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page div a {
  margin-left: 5px;
  font-size: 18px;
  color: #014eae;
}

/* 返回按钮 */
a.back {
  float: right;
  width: 130px;
  margin: 40px 0;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  background: #014eae url(../img/bg_back.png) no-repeat 20px center;
  padding-left: 50px;
  border-radius: 10px;
}

/* 所属单位 */
.szdw {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding: 25px 30px;
  box-shadow: 0 0 20px #bcd1ea;
}
.szdw h3 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #014eae;
  padding-bottom: 25px;
  background: url(../img/bg_szdw.png) no-repeat center bottom;
}

/* 列表容器 */
.jslb{margin-top:20px;}
.jslb ul {
  float: left;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.jslb h6 {
  float: left;
  width: 140px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  text-align: center;
  padding-right: 20px;
  background: url(../img/szdwh6.png) no-repeat left center;
}
.jslb ul li {
  width: 12.5%;
  line-height: 40px;
  text-align: center;
  margin: 0px 0;
}
.jslb ul li a {
  font-size: 18px;
}