body{
    background: #fcfcfc;
}

.banner{
   background: #eeeeee;
}
.banner img{
    display: block;
    width: 1300px;
    margin: 0 auto;
}
.content{
    width: 1200px;
    margin: 30px auto 0;
    min-height: 800px;
}
.content_left{
    float: left;
    width: 220px;
    /* height: 208px; */
    background: #0c7ed9;
}
.content_left h3{
    height: 50px;
    line-height: 50px;
    font-size:22px;
    color: #fff;
    padding-left: 48px;
}
.list_left{
    position: relative;
    border-top: 2px solid #5cbee3;
    /* height: 136px; */
    width: 200px;
    padding-top: 19px;
    margin-left: 20px;
    background: #fff url('../images/iconlt.png')no-repeat right -14px;
}
.list_left li{
    
    background: #fff;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 16px;
   
    
}
.list_left li:nth-child(1){
    border-top: 1px dashed #d2d2d2;
}
.list_left li a:hover{
    color: #0c7ed9;
}
.list_left li a{
    display: block;
    padding-left: 28px;
    border-left: 6px solid #fff;
}
.list_left li .active{
    color: #0c7ed9;
    border-left: 6px solid #5cbee3;
}
.content_left .xiaoyuan{
    position: absolute;
    width: 220px;
    display: block;
    
}

.content_rt{
    float: right;
    width: 911px;
    position: relative;
    background: url('../images/line2.png')no-repeat right 48px;
}
.address{
    position: absolute;
    right: 48px;
    color: #999999;
    font-size: 14px;
}
.content_rt h4{
    position: absolute;
    top: 29px;
    font-size: 24px;
    right: 48px;
    
}