@charset "utf-8";
#info-hd-title h1{
    line-height: 44px;
    text-align: center;
    font-size: 26px;
    color: #2a2a2a;
    margin-top: 50px;
}

#info-hd-info{
    line-height: 22px;
    text-align: center;
    color: #6c6c6c;
    margin-top: 36px;
}
#info-hd-share{
    margin-top: 11px;
    padding: 25px 0 15px;
    background: url("../images/info-hd-share-border.png") repeat-x left top;
    text-align: center;
}
#info-hd-share .bdsharebuttonbox{
    display: inline-block;
}
#info-hd-share .bdsharebuttonbox a{
    padding-left: 22px;
    height: 16px;
    line-height: 16px;
    margin: 0 16px 0 0;
}

#info-bd{
    overflow: hidden;
    margin-top: 20px;
    padding: 0 37px;
    border: 1px solid #eee;
    border-width: 0 1px;

    line-height: 30px;
    font-size: 16px;
    color: #616161;
}
#info-bd p{
    margin: 35px 0;
}

#info-ft{
    overflow: hidden;
    background: #f9f9f9;
    margin: 56px 0 48px;
}
#info-ft a{
    display: block;
    width: 520px;
    float: left;
    height: 86px;
    line-height: 86px;
    font-size: 18px;
    color: #454545;
    padding: 0 40px;
}
#info-ft a.next{
    text-align: right;
    width: 519px;
    border-left: 1px solid #ededed;
}
#info-ft a:hover{
    background: #efefef;
}