/*.footer {*/
    /*width: 100%;*/
    /*height: 118px;*/
    /*line-height: 118px;*/
    /*background: #333;*/
    /*font-size: 16px;*/
    /*text-align: center;*/
    /*color: #868686;*/
/*}*/
@charset "utf-8";
.p-footer {
    color: #909090;
    padding: 50px 0;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.p-footer .about {
    margin-bottom: 15px;
}

.p-footer a {
    margin: 0 10px;
    color: #808080;
    text-decoration: none;
    background-color: transparent;
}
.p-footer .about .line {
    height: 14px;
    line-height: 20px;
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
    border-left: 1px solid #D7D7D7;
}
.p-footer .info {
    padding: 0;
    font-weight: normal;
}
.p-footer a {
    margin: 0 10px;
    color: #808080;
}

/*分页*/
.page .g-page-info .g-page-btn {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #e6e6e6;
    margin-right: 5px;
    color: #666;
}

.page .g-page-info .g-page-btn:hover,
.page .g-page-info .g-active {

    border: 1px solid #27a366;
    color: #FFF;
    background-color: #27a366;
    text-decoration: none;
}

.page {
    /*margin-top: 50px;*/
    margin-bottom: 20px;
    text-align: center;
}

.page .g-page-info {
    vertical-align: top;
}

/*.g-page .g-page-info span {
    display: inline-block;
    padding: 7px 8px 7px 3px;
}*/

.page .g-page-info .g-page-txt {
    width: 48px;
    text-align: center;
    display: inline-block;
    border: 1px solid #e6e6e6;
    margin-right: 5px;
    color: #666;
    padding: 6px;
}
