.content{
    display: table;
    clear: both;
    margin-bottom: 10px;
}

.content .info{
    float: right;
    width: 300px;
    min-height: 200px;
    background-color: #fff;
    padding: 20px 20px 40px 20px;
}
.content .info h2{
    height: 40px;
    line-height: 40px;
    background-color: #f9fbfd;
    font-size: 15px;
    color: #003366;
    padding-left: 10px;
    margin-bottom: 20px;
}
.content .info p{
    font-size: 14px;
}


.content .question{
    float: left;
    width: 930px;
    background-color: #fff;
    padding: 40px 40px;
    min-height: 400px;
}

 /* .question .list h3{
    margin-bottom: 40px;
} */
 .question .list li{
    display: table;
    clear: both;
    width: 850px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.question .list .title{
    display: table;
    clear: both;
    margin-bottom: 10px;
    width: 850px;
}
.question .list .title h3{
    float: left;
    min-height: 30px;
    font-size: 15px;
}
.question .list .title b{
    float: left;
}
.question .list .title p{
     float: left;
     width: 500px;
 }

 .question .list .time,
 .question .list .group{
    float: right;
    font-size: 14px;
    color: #666;
    height: 30px;
}
 .question .list .group{
    width: 200px;
    text-align: right;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
 .question .list .answer{
    color: #003366;
    font-size: 15px;
}
 .question .list .answer b{
    float: left;
}
 .question .list .answer p{
float: left;
width: 850px;
/* font-size: 15px; */
}



.page-inner .page{
    float: right;
}
.page-inner .page .active{
    background-color: #003366;
    color: #fff;
    border: 0;
}