.wrap{
    min-height: 1000px;
    background-color: #e29304;
    display: block;
}
.text-wrap{
  width: 960px;
  margin: 0 auto;
  background-color: #f0f0f0;
  height: 100%;
  font-family: 'Microsoft Yahei';
  padding: 0 50px;
  padding-top: 40px;
  padding-bottom: 50px;
}
.text-wrap .title{
    text-align: center;
    line-height: 50px;
    font-size: 32px;
    font-weight: bold
}
.footer-text{
    text-align: right;
}