.wz_lb{
  border-bottom: 1px #B0B0B0 solid;
}
.wz_lb h3{
color: #015293;
font-size: 1rem;
height: 2.1rem;
line-height: 2.1rem;
padding-left: 0.5rem;
background: #f5f5f5;
margin-top: 1.25rem;
}
.wz_lb ul{
  font-size: 0.83rem;
  color: #333333;
  line-height: 1.66rem;
}
.wz_lb ul li{
  padding: 1rem 0;
  border-bottom: 1px #e0e0e0 dashed;
}
/* 清楚浮动 */
.wz_lb ul li:after {
  content: '';
  clear: both;
  display: block;
}
.wz_lb ul a{
display: inline-block;
color: #333333;
font-size: 1rem;
}
.wz_lb ul i{
  display: inline-block;
  font-style: normal;
  width: 0.5rem;
}
.wz_lb ul span{
  float: right;
  color: #999999;
  font-size: 0.75rem;
}

/* 图片新闻 */
.tb_xw h3{
  color: #015293;
  font-size: 0.83rem;
  height: 2.1rem;
  line-height: 2.1rem;
  padding-left: 0.5rem;
  background: #f5f5f5;
  margin-top: 1.25rem;
}
.tb_xw_nr{
  display: flex;
  justify-content:space-between;
  flex-wrap:wrap;
  
}
.tb_xw_nr li{
  width: 48%;
  text-align: center;
  font-size: 0.75rem;
  color: #333333;
  line-height: 1rem;
  margin-top:  1.25rem;
}
.tb_xw_nr img{
  width: 100%;
}
/* 文章内容详情 */
.nr_xq{

}
.nr_xq h2{
font-size: 1.25rem;
color: #015293;
margin-bottom: 1.25rem;
}
.nr_xq img{
width: 100%;
}
.nr_xq ul{
  text-align: center;
  margin: 1.25rem 0;
  padding-bottom: 1.25rem;
  border-bottom: 1px #b0b0b0 dotted;
}
.nr_xq li{
  font-size: 0.625rem;
  color: #666666;
  display: flex;
  justify-content:center;
}
.nr_xq li p:nth-child(1){
  margin-right: 1rem;
}
.nr_xq .nrxq_nr {
  font-size: 0.833rem;
  color: #333333;
  line-height: 2.083rem;
}