*{
    margin: 0;
    padding: 0;
    border: none;
    font-family: "微软雅黑",serif;
}

a{
    text-decoration: none;
}

.qaCon{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #e5e5e5;
}

.leftPanel{
    width: 270px;
    float: left;
    overflow: hidden;
    background-color: #e5e5e5;
    padding-bottom: 75px;
}

.leftPanel h3{
    font-size: 30px;
    color: #666666;
    font-weight: bold;
    text-align: center;
    margin-top: 70px;
}

.leftPanel .itm.current{
    background: url("../images/dot_dwk.png") no-repeat left top;
    background-position-y: 8px;
}

.leftPanel .itm{
    width: 160px;
    font-size: 22px;
    color: #666666;
    margin: 35px auto 0;
    padding-left: 32px;
    background-position-y: 8px;
    background:none;
}

.leftPanel .itm a{
    font-size: 22px;
    color: #666666;
}

.rightPanel{
    width: 838px;
    float: right;
    background-color: #ffffff;
    padding-left: 89px;
    padding-bottom: 75px;
}

.rightPanel h3{
    font-size: 36px;
    font-weight: normal;
    color: #268cd4;
    text-align: left;
    margin: 60px 0 30px;
}

.rightPanel .itm{
    width: 100%;
    height: 47px;
    line-height: 47px;
    background: url("../images/icon_ask.png") no-repeat left center;
    padding-left: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 48px;
}

.rightPanel .itm a{
    font-size: 20px;
    color: #333333;
}

.page{
    display: block;
    overflow: hidden;
    margin: 0 auto 35px 180px;
    text-align: center;
    float: left;
}

.page a{
    font-size: 20px;
    height: 26px;
    line-height: 26px;
    color: #268cd4;
    display: block;
    float: left;
    margin: 0 5px;
}

.page .prev{
    font-size: 0;
    width: 12px;
    height: 26px;
    background: url("../images/pg_l.jpg") no-repeat center;
    margin: 0 5px;
}

.page .next{
    font-size: 0;
    width: 12px;
    height: 26px;
    background: url("../images/pg_r.jpg") no-repeat center;
    margin: 0 5px;
}
