.content{padding:20px 0;background:#f1f4f4}.banner{height:150px;background:url(/images/background/abouts-banner.jpg) no-repeat top center}.content-right{padding:14px 36px 90px;overflow:hidden;background:#fff}.content-right .cr-img{float:right;margin:18px 0 36px 36px}.content-right p{padding-top:10px;line-height:28px;font-size:14px;color:#4f4f4f;text-indent:28px}.content-right p a{color:#0060ff;text-decoration:underline}.content-right p a:hover{color:#fe7402}.content-right h5{padding-top:30px;font-size:14px;font-weight:700;color:#1661be}
/*******************左侧导航 开始*******************/

.navbar-left {
    float: left;
    width: 240px;
    margin-right: 20px;
}
.navbar-left .nl-title {
    padding-left: 40px;
    height: 70px;
    line-height: 70px;
    background: url("/images/background/abouts-icon.jpg") no-repeat 0 0;
    font-size: 26px;
    font-style: italic;
    color: #fff;
}
.navbar-left .nl-list {
    padding: 14px 26px 55px;
    background: #fff;
}
.navbar-left .nl-list .item {
    float: none;
}
.navbar-left .nl-list .item a {
    display: block;
    padding-left: 10px;
    height: 47px;
    line-height: 47px;
    border-bottom: 1px solid #e5e5e5;
    background: url("/images/background/abouts-icon.jpg") no-repeat 172px -258px;
    font-size: 14px;
    color: #434343;
}

/*激活*/

.navbar-left .nl-list .active a, .navbar-left .nl-list li:hover a  {
    height: 46px;
    line-height: 46px;
    background: url("/images/background/abouts-icon.jpg") no-repeat 172px -348px #ebf7fe;
    border: 1px solid #d0e9ff;
    font-weight: bold;
    color: #006dca;
    position: relative;
}
/*.navbar-left .nl-list li:hover a {*/
    /*color:#006dca;*/
    /*font-weight: bold;*/
/*}*/
.navbar-left .nl-list .active i,.navbar-left .nl-list li:hover i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 22px;
    height: 58px;
    background: url("/images/background/abouts-icon.jpg") no-repeat 0 -150px;
    position: absolute;
    right: -20px;
    top: -1px;
}

/*******************左侧导航 结束*******************/