body {
  padding-top: 20px;
  padding-bottom: 20px;
}
body {
    font-family:  ·ÂËÎ_GB2312, Futura, Sans-serif;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.header,.footer {
  padding-right: 15px;
  padding-left: 15px;
}

.header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}
.header h3 a {text-decoration: none;}
.top-bar {
    width: auto;
    height: 40px;
    margin: 0 auto;
    padding: 0;
}

.top-bar div {
    float: right;
    display: block;
}

.top-bar div a {
    padding: 2px 10px;
    color: #0184ff;
    font-size: 1em;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none;
    display: inline-block;
}

.top-bar div a:hover {
    color: #777;
    text-decoration: underline;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width:768px;
}

.tbody {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.container .tbody {
    padding-right: 60px;
    padding-left: 60px;
}

.tbody p {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 200;
}