.page_detail{
    background-color: #f4f4f4;
}
.page_detail .g_w_1200{
    background: #fff;
    padding: 40px;
}
.page_detail > .g_w_1200 > .title{
    font-family: 黑体, 微软雅黑;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    padding: 20px 0 30px 0;
}
.page_detail > .g_w_1200 > .info{
    border-top: 1px dotted #a8a8a8;
    background-color: #eee;
    display: table;
    border-collapse: collapse;
    width: 100%;
}
.page_detail > .g_w_1200 > .info > div{
    position: relative;
    display: table-cell;
    font-size: 12px;
    width: calc(100% / 3);
    padding: 9px 15px;
}
.page_detail > .g_w_1200 > .info > div:nth-child(2){
    text-align: center;
}
.page_detail > .g_w_1200 > .info > div:nth-child(3){
    text-align: right;
}

.page_detail > .g_w_1200 > .info .share{
    width: 54px; height: 12px; position: relative; display:inline-block;
}
.page_detail > .g_w_1200 > .info .share > span{
    position: absolute;
    top: -5px;
    right: 0;
    width: 54px;
}
.page_detail > .g_w_1200 > .info .share > span > a{
    float: left; width: 24px; height: 24px;
    cursor: pointer;
}
.page_detail > .g_w_1200 > .info .share > span > a.weixin{
    background: url(gdetail_weixicon.png) no-repeat center center;
}
.page_detail > .g_w_1200 > .info .share > span > a.tsina{
    background: url(gdetail_weiboicon.png) no-repeat center center;
    margin-left: 5px;
}



.page_detail > .g_w_1200 > .content{
    font-size: 16px;
    line-height: 2.2;
    padding-top: 30px;
}
.page_detail > .g_w_1200 > .zrbj{
    padding-top: 30px;
    padding-right: 50px;
    text-align: right;
    font-size: 12px;
    color: #898989;
}
.page_detail > .ac{
    padding: 25px;
    text-align: center;
}
.page_detail > .ac > a{
    display: inline-block;
    width: 86px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ddd;
    background: #eee;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    transition: all 250ms ease;
}
.page_detail > .ac > a:not(:first-child){
    margin-left: 25px;
}
.page_detail > .ac > a:hover{
    background-color: #ddd;
    border: 1px solid #c7c7c7;
}
