
.btlist,
.btlist ul {
  float: left;
  width: 100%;
}
.btlist ul {
  margin: 0;
}
.btlist ul li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 70px;
  background: url(../img/listd.png) no-repeat left center;
  padding-left:10px;
  border-bottom: 1px dashed #ccdcef;
}
.btlist ul li a {
  width: calc(100% - 150px);
  color: #333;
}
.btlist ul li .time {
  float: right;
  width: 130px;
  font-size: 18px;
  color: #1b3b95;
  text-align: right;
  background-image:none;
  padding-left:0;
}
.btlist ul li:hover {
  border-color: #1b3b95;
}
.btlist ul li:hover a {
  color: #1b3b95;
  font-weight: bold;
}

.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: #1b3b95;
  border-right-color: #1b3b95;
}

.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: 22px;
  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: #1b3b95;
}

/* 返回按钮 */
a.back {
  float: right;
  width: 130px;
  margin: 40px 0;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  background: #1b3b95 url(../img/bg_back.png) no-repeat 20px center;
  padding-left: 50px;
  border-radius: 10px;
}

