body{
    background: #fcfcfc;
}

.banner{
   background: #eeeeee;
}
.banner img{
    display: block;
    width: 1300px;
    margin: 0 auto;
}
.content{
    width: 1200px;
    margin: 31px auto;
}
.cont_lt{
    float: left;
    width: 220px;
}
.cont_lt h5{
    width: 220px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: url('../images/team.png')no-repeat;
}
.lt_list{
    width: 220px;
    background: #f6f6f8;
    padding: 20px 0;
}
.lt_list li{
    height: 37px;
    line-height: 20px;
    margin-bottom: 2px;
}
.lt_list li a{
    display: block;
    font-size: 14px;
    padding-left: 26px;
    background: url('../images/dian4.png')no-repeat 10px 6px;
}
.lt_list li .active{
    color: #0c7ed9;
    background: url('../images/dian3.png')no-repeat 10px 6px;
}
.lt_list li a:hover{
    color: #0c7ed9;
    background: url('../images/dian3.png')no-repeat 10px 6px;
}


.cont_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;
}
.cont_rt h4{
    position: absolute;
    top: 29px;
    font-size: 24px;
    right: 48px;
    
}
.cont{
    margin-top: 90px;
}
.cont li{
    padding-bottom: 40px;
    margin-top: 40px;
    border-bottom: 1px dashed #eeeeee;
}
.cont li img{
    float: left;
    width: 260px;
}
.cont li .li_rt{
    float: right;
    width: 630px;
}
.cont li .li_rt h5{
    font-size: 20px;
    margin-top: 9px;
    margin-bottom: 15px;
}
.cont li .li_rt p{
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.page{
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin-bottom: 48px;
    margin-top: 30px;
}
.page a{
    display: inline-block;
    color: #999;
    font-size: 14px;
    height: 33px;line-height: 33px;
    border: 1px solid #e5e5e5;
    padding: 0 12px;
}
.page .active{
    border: 1px solid #0c7ed9;
    background: #0c7ed9;
    color: #fff;
}