.fxnr{
  text-align: center;
  width: 1080px;
  margin: 0px auto;
  background: #F5F5F5;
  height: 50px;
  line-height: 50px;
}
.fxnr ul{
  font-size: 0px;
}
.fxnr li{ 
  display: inline-block;
  font-size: 16px;
  margin: 0px 15px;
} 
.fxnr a{
  color: #666666;
}
.fxnr span{
  color: #666666;
}
.fxnr img{
  margin: 0px 15px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
/* 文章详情题目 */
.content_top{
  text-align: center;
}
.content_top h3{
  font-size: 30px;
  color: #333333;
  margin-bottom: 28px;
}
.content_top span{
  font-size: 16px;
  color: #666666;
  margin-left: 20px;
}
.mailbox_content_wznrs table{
  border-top: 1px solid #9c9c9c;
border-left: 1px solid #9c9c9c;
}
.mailbox_content_wznrs table td{
  border-bottom: 1px solid #9c9c9c;
    border-right: 1px solid #9c9c9c;
}
/* 微信分享样式 */
.fxwx h3{
  display: inline-block;
  text-align: center;
}

/* 表格统一样式 */
.mailbox_content_wznrs table{
  border-top: 1px solid #afafaf !important;
 border-left: 1px solid #afafaf !important;
 }
 .mailbox_content_wznrs table td{
   border-bottom: 1px solid #afafaf !important;
   border-right: 1px solid #afafaf !important;
   font-size: 14px;
   line-height: 20px;
 }
 .mailbox_content_wznrs table td *{
   font-size: 14px !important;
   line-height: 20px !important;
 }