﻿.clist {
}
    .clist .cClass_t {
        margin:10px 10px 0px 20px
    }
        .clist .cClass_t .left {
            font-weight:700;
        }
        .clist .cClass_t .right {
            font-size:12px;
        }
    .clist .cClass_cList {
        margin:0px 10px 10px 20px;
        padding-bottom:10px;
    }
    .clist .clistitem {
        background-image: url(/images/2013/icon_01.gif);
        background-repeat: no-repeat;
        background-position: 4px 11px;
        padding-left: 20px;
        border-bottom:1px dashed #DBDBDB;
        line-height:30px;
    }
    .clist .clistitem_on {
        background-image: url(/images/2013/icon_01.gif);
        background-repeat: no-repeat;
        background-position: 4px 11px;
        padding-left: 20px;
        border-bottom: 1px dashed #DBDBDB;
        line-height: 30px;
        background-color:#EFEFEF;
    }
        .clist .clitem_l {
            width:620px;
            float:left;
        }
        .clist .clitem_r {
            float:left;
        }
    .clist .nCclistdiv {
        padding:10px;
    }
