.txtMarquee-left{
    padding-left: 35px;
}
.txtMarquee-left .bd-con{
    width:767px;
}
.txtMarquee-left .bd-con ul{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    height: 60px;
}
.txtMarquee-left .bd-con div{
    width: 767px;
}
.bd-con ul li{
   float: left;
    height: 60px;
    line-height: 60px;
    margin-left: 55px;
    color: #696969;
    font-size: 14px;
}
