
        /*列表 开始*/
        .benefit_main .list{
            width: 886px;
            padding: 0 20px 0px;
        }
        .benefit_main .list li{
            padding: 10px 0 15px 10px;
            border-top: #ededed;
            border: 1px solid #ededed;
            margin-bottom: 10px;
        }
        .benefit_main .list li:last-child{
            margin-bottom: 0;
        }
        .benefit_main .list li .listLeft{
            width: 630px;
            border-right: 1px solid #ededed;
        }
        .benefit_main .list li .playTitle{
            width:520px;
            height: 42px;
            line-height: 42px;
            padding: 0 0 0 62px;
        }
        .benefit_main .list li .playTitle.declare{
            background: url(../images/sprite/declare.png) no-repeat left center;
        }
        .benefit_main .list li .playTitle.declared{
            background: url(../images/sprite/declared.png) no-repeat left center;
        }
        .benefit_main .list li .playTitle.declareing{
            background: url(../images/sprite/declareing.png) no-repeat left center;
        }
        .benefit_main .list li .playTitle:hover{
            color: #308bd8;
        }
        .benefit_main .list li .txtBox a{
            height: 18px;
            line-height: 18px;
            border: 1px solid #ededed;
            border-radius: 2px;
            padding: 0 5px;
            margin-right: 10px;
        }
        .benefit_main .list li .txtBox a:hover{
            color: #fff;
            background-color: #3B94E0;
        }
        .listRight{
            width: 243px;
        }
        .mt12{
            margin-top: 12px;
        }
        .width142{
            width: 142px;
        }
    /*右侧盒子 开始*/
    .rightBox .zcdy:hover p,
    .rightBox .zcjd:hover p{
        color: #308BD8;
    }
    .rightBox .zcdy{
        width: 200px;
        height: 60px;
        background: url(../images/zc_zcdyPic.jpg) no-repeat left center;
    }
    .rightBox .zcdy span{
        width: 120px;
    } 
    .rightBox .zcjd{
        width: 200px;
        height: 60px;
        background: url(../images/zc_zcjdPic.jpg) no-repeat left center;
    }
    .filterContainer .filterOut{
        padding:5px 20px;
    }   