 /*底部*/
 html, body {
    height: 100%;
}
.main {
    position: relative;
    min-height: 100%;
}
footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.defaultPage, .live_content, .news, .news-detail {
    padding-bottom: 150px;
}
  footer {
    width: 100%;
    background: #c9c9c9;
    padding:10px 0;
  }
  footer p {
    color: #504747;
    font-size: 12px;
    text-align: center;
    line-height: 50px;
    margin:0;
  }
  footer p a{
    color: #504747;
  }
  footer p a:hover{
    color: #d62a2a;
  }
  footer p a:nth-child(1):hover{
    color: #504747;
  }
  /*清浮动*/
  .clear {
    clear: both;
  }
  .clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0;
  }
  .clearfix {
    *zoom: 1;
  }
