﻿
#bgbody {
    width: 1160px;
    margin: 0 auto;
    padding: 30px 0 60px;
        box-sizing: border-box;
}

 .c_left {
    width: 210px;
    background: #fff;
    margin-right: 20px;
    float: left;
}

    .c_left ul li.current {
        border-left: 4px solid #f39800 !important;
        box-sizing: border-box;
    }

    .c_left ul li {
        border-left: 4px solid #fff;
        border-bottom: 1px solid #e7e7e7;
    }

        .c_left ul li.current a {
            color: #f39800;
            font-size: 16px;
        }

        .c_left ul li a {
            display: block;
            text-decoration: none;
            color: #666;
            padding: 20px;
            padding-left: 30px;
            border-left: 4px solid #fff;
        }

            .c_left ul li a:hover {
                color: #f29600;
            }

    .c_left span {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        vertical-align: middle;
            margin-bottom: 4px;
    }

    .c_left ul li:nth-child(1) span {
        background: url(/Content/Shared/images/r_images/1.png) no-repeat;
    }

    .c_left ul li:nth-child(1):hover span  ,  .c_left ul li:nth-child(1) .hover{
        background: url(/Content/Shared/images/r_images/1-h.png) no-repeat !important;
    }

    .c_left ul li:nth-child(2) span {
        background: url(/Content/Shared/images/r_images/2.png) no-repeat;
    }

    .c_left ul li:nth-child(2):hover span  ,  .c_left ul li:nth-child(2) .hover{
        background: url(/Content/Shared/images/r_images/2-h.png) no-repeat;
    }

    .c_left ul li:nth-child(3) span {
        background: url(/Content/Shared/images/r_images/3.png) no-repeat;
    }

    .c_left ul li:nth-child(3):hover span ,  .c_left ul li:nth-child(3) .hover{
        background: url(/Content/Shared/images/r_images/3-h.png) no-repeat;
    }

    .c_left ul li:nth-child(4) span {
        background: url(/Content/Shared/images/r_images/4.png) no-repeat;
    }

    .c_left ul li:nth-child(4):hover span  ,  .c_left ul li:nth-child(4) .hover{
        background: url(/Content/Shared/images/r_images/4-h.png) no-repeat;
    }

    .c_left ul li:nth-child(5) span {
        background: url(/Content/Shared/images/r_images/5.png) no-repeat;
    }

    .c_left ul li:nth-child(5):hover span  ,  .c_left ul li:nth-child(5) .hover{
        background: url(/Content/Shared/images/r_images/5-h.png) no-repeat;
    }



    .c_left ul li:nth-child(6) span {
        background: url(/Content/Shared/images/r_images/7.png) no-repeat;
    }

    .c_left ul li:nth-child(6):hover span  ,  .c_left ul li:nth-child(6) .hover{
        background: url(/Content/Shared/images/r_images/7-h.png) no-repeat;
    }



.c_right{
    float:right;
    width:930px;
    min-height:440px;
}