/* 手风琴 */

.cwsps_sfq {}

.cwsps_sfq h3 {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    background: #C1182B;
    color: #eee;
    cursor: pointer;
    font: normal 16px/40px "Microsoft YaHei";
    margin-bottom: 2px;
    overflow: hidden;
}

.cwsps_sfq h3 em {
    float: right;
    display: block;
    width: 40px;
    height: 32px;
    background: url(../images/ico.png) 16px 12px no-repeat;
    cursor: pointer;
}

.cwsps_sfq h3.on em {
    background-position: 15px -10px;
}

.cwsps_sfq ul {
    display: none;
}

.cwsps_sfq ul li {
    background: #FDF1F2;
    margin: 5px 0 5px 0;
    line-height: 170%;
    font-size: 14px;
    overflow: hidden;
}

.cwsps_sfq ul li a {
    display: block;
    padding: 5px 10px;
}

.cwsps_sfq ul li a:hover {
    background: #F6BFC6;
    color: #000;
    text-decoration: none;
}

.cwsps_sfq ul li.on {
    background: #F6BFC6;
    color: #000;
    text-decoration: none;
}