@CHARSET "UTF-8";
/* 列表错误信息 */
#resultMsg {
    float: left;
    width: 100%;
    text-align: center;
    padding: 35px 0;
    color: #40aff2;
    font-size: 15px;
}

#content {
    float: left;
    width: 76%;
    margin: 30px 12%;
    min-height: 76%;
}

#faq_list_info {
    padding: 15px 1%;
    float: left;
    width: 98%;
    border-bottom: 1px solid #EEE;
}

#faq_list_info p {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

#faq_list_info a {
    float: left;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    max-width: 60%;
    color: black;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#faq_list_info a:HOVER {
    text-decoration: underline;
}

#faq_list_info #fContent {
    margin-top: 15px;
    font-size: 13px;
    color: #666;
    display: none;
}

/* 分页 */
#faq_page {
    width: 100%;
    float: left;
}

#News-Pagination {
    float: left;
    width: 100%;
    margin: 30px auto;
    text-align: center;
}