.tsgyBox{
    width: 1300px;
    margin: 60px 0;
    min-height: 155px;
    margin-left: -50px;
}
.lbtitle{
    display: block;
    height: 60px;
    width: 1200px;
    margin: 0 auto 15px;
    border: 0px;
}
.tstitle,.gytitle{
    width: 49%;
    height: 100%;
    display: inline-block;
    border: 0px;

}
.tstitle span{
    display: block;
    width: 550px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    color: #0D5293;
    background: #8cc1f97c;
}
.gytitle span{
    display: block;
    width: 550px;
    line-height: 60px;
    margin-left: 60px;
    font-size: 24px;
    text-align: center;
    color: #0D5293;
    background: #8cc1f97c;
}


.tslbt,.gylbt{
    width: 650px;
    height: 94px;
    overflow: hidden;
    position: relative;
}
.tslbt .hd .next,
.tslbt .hd .prev,
.gylbt .hd .next,
.gylbt .hd .prev{
    width: 43px;
    height: 85px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    opacity: 0.39;
    top: 50%;
    transform: translateY(-50%);
}

.tslbt .hd .next ,
.gylbt .hd .next {
    right: 0;
    background: url(../png/djwfcc.png) center center no-repeat;
}

.tslbt .hd .prev ,
.gylbt .hd .prev {
    left: 0;
    background: url(../png/i46yly.png) center center no-repeat;
}


.tslbt .bd ,
.gylbt .bd {
    width: 550px;
    height: 94px;
    margin: 0 auto;
}
.tslbt .bd ul ,
.gylbt .bd ul {
    height: 94px;
    overflow: hidden;
}

.tslbt .bd ul li ,
.gylbt .bd ul li {
    float: left;
    margin-right: 5px;
    width: 180px;
    height: 94px;
    position: relative;
}

.tslbt .bd ul li img ,
.gylbt .bd ul li img {
    display: block;
    width: 180px;
    height: 94px;
}
.tslbt .bd p ,
.gylbt .bd p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: #00000062;
    text-indent: 10px;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.tslbt .bd p a ,
.gylbt .bd p a {
    color: #fff;
}