/*问答部分start*/
.qa-banner{
    width: 100%;
    height: 300px;
    background: url(../img/banner.png) no-repeat center top;
    position: relative;
    text-align: center;
}
.qa-logo{
    position: absolute;
    width: 100%;
    top: 35%;
}
.qa-logo-div{
    color: #fff;
    margin-top: 5px;
}
.qa-search{
    width: 100%;
    position: absolute;
    top: 68%;
}
.qa-search input{
    width: 355px;
    height: 35px;
    border: none;
    text-indent: 14px;
}
.qa-search .button{
    width: 84px;
    height: 35px;
    border: none;
    background: #ffb600;
    font-size: 14px;
    font-weight: bold;
    text-indent: 0px;
    vertical-align: middle;
}
.QA{
    width: 866px;
    font-size: 14px;
    color: #fff;
    float: left;
}
.QA>h3{
    font-weight: normal;
    text-align: center;
}
.keyword{
    color: #ffb600;
}
.qa-zone{
    width: 815px;
    height: 100%;
    border: 1px solid #313131;
    position: relative;
    padding-right: 30px;/*宽度减去30px*/
    margin-top: 15px;
}
.qa-zone>.q-zone img{
    margin: 15px;
}
.qa-zone .qa-title{
    position: absolute;
    top: 20px;
}
.qa-zone .qa-time{
    position: absolute;
    top: 21px;
    right: 30px;
    font-size: 10px;
    color: #848484;
}
.qa-zone .a-zone img{
    margin: 10px 0px 10px 60px;
}
.qa-zone .a-zone>span{
    color: #848484;
    display: inline-block;
    line-height: 22px;
    margin-left: 60px;
    min-width: 755px;
    min-height: 44px;
    margin-bottom: 10px;
/*    position: absolute;
    left: 60px;
    top: 10px;*/
}
.qa-zone .a-zone a{
    position: absolute;
    color: #ffb600;
    right: 10px;
    bottom: 10px;
}
.qa-zone .a-zone{
    position: relative;
}
.QA>img{
    margin-top: 15px;
}
/*问题分类*/
.qa-kinds{
    height: 361px;
    width: 334px;
    background: #ffb600;
    margin-bottom: 9px;
    float: left;
    font-size: 14px;
}
.qa-kinds-name{
    text-align: center;
    width: 100%;
    line-height: 30px;
    font-weight: bold;
}
.qa-detail{
    width: 295px;
    height: 297px;
    /*第一个内联样式margin-top:37px*/
    background: black;
    font-weight: normal;
    margin: 0 auto;
    font-weight: normal;
    padding: 15px;
    line-height: 30px;
}
.qa-detail>a{
    color: #848484;
}
.a-zone{
    background: url('../img/Q&A_answer.png') no-repeat 16px 0px;
        min-height: 100px;
}
/*问答部分over*/









