/*wcts-d0032 css begin*/


.bg_lb1 {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
}

    .bg_lb1 li {
        width: 100%;
        margin-bottom: 30px;
        position: relative;
    }

.bg_lb1 li:before {
    content: '';
    width: 30px;
    height: 30px;
    background: #475499;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 10;
}

    .bg_lb1 a {
        width: 100%;
        display: block;
        padding: 50px 120px 35px 50px;
        position: relative;
        background-color: #fff;
        border: solid 1px #ddd;
        color: #505050;
        TEXT-DECORATION: none;
    }

        .bg_lb1 a:after {
            content: '';
            /*width: 40px;
            height: 40px;
            background: url("../img/rs/bg_jt.png") no-repeat;*/
            width: 48px;
            height: 48px;
            background: url("../img/btlink.png") no-repeat;
            background-size: 100% 100%;
            position: absolute;
            right: 40px;
            top: 50%;
            margin-top: -20px;
        }

    .bg_lb1 h3 {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        font-size: 24px;
        color: #475499;
    }

    .bg_lb1 p {
        width: 100%;
        font-size: 16px;
        line-height: 30px;
    }


    .bg_lb1 a:hover {
        border-color: #475499;
        background-color: #475499;
        color: #fff;
    }


    .bg_lb1 a:hover h3{
        color: #fff;
    }




@media (max-width: 991px) {
.bg_lb1 a
{
    padding: 25px 80px 25px 25px;
}
.bg_lb1 a:after{
right: 15px;
}

}



