/**
 *详情页模板content.html样式
 */ 
#NewsContent table,
#NewsContent table th,
#NewsContent table td a,
#NewsContent table td{
    color: black;
}
/* 改版入口 */
.toNewBox {
  text-align: center;
  margin: 40px 0;
}

.toNew:hover {
  color: #fff !important;
}
.toNew {
  display: inline-block;
  background-color: #bd1a2d;
  color: #fff;
  padding: 5px 0;
  width: 200px;
  border-radius: 5px;
  text-align: center;
}
