﻿.PHelpCenter {
}

    .PHelpCenter .pmbx {
        width: 1200px;
        margin: 0px auto;
        line-height: 40px;
    }

        .PHelpCenter .pmbx span {
            margin-right: 5px;
            color: #555;
        }

    .PHelpCenter .hpcmain {
        width: 1200px;
        margin: 0px auto;
    }

    .PHelpCenter .hcleft {
        float: left;
        width: 200px;
        border: 1px solid #3b91e8;
        box-sizing: border-box;
    }

        .PHelpCenter .hcleft .bt {
            background-color: #67b3fe;
            line-height: 40px;
            color: #FFF;
            text-align: center;
        }



    .PHelpCenter .listul {
        display: block;
        width: 160px;
        margin: 0px auto;
    }

        .PHelpCenter .listul li {
            line-height: 30px;
            border-bottom: 1px dashed #aad5ff;
        }

            .PHelpCenter .listul li:last-child {
                border-bottom: 0px;
                margin-bottom: 5px;
            }

    .PHelpCenter .hcright {
        float: right;
        width: 980px;
        box-sizing: border-box;
        border: 1px solid #EEE;
        background-color: #FFF;
        padding: 20px;
    }
