html{
    background: #F5F5F5;
}
.channel-gszc-head{
    background-image: url("./../img/channel-gszc/bg.png");
    background-size: 1920px 381px;
    background-repeat: no-repeat;
    background-position: center;
    height: 381px;
}
.channel-box{
    margin-top: 80px;
    overflow: hidden;
}
.channel-box-title{
    font-size: 26px;
    padding-bottom: 15px;
    color: #333;
    border-bottom: 4px solid #333333;
    width: 104px;
    margin: 0 auto 30px;
}
.public-channel-box-content{
    height: 390px;
    width: 280px;
    background: #fff;
    margin-right: 26px;
}
.public-channel-box-content:last-child{
    margin-right: 0;
}
.public-channel-box-content-img{
    width: 100%;
    height: 156px;
}
.public-channel-box-content-img img{
    width: 100%;
    height: 100%;
}
.public-channel-box-content-price{
    color: #FF0000;
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
    margin-top:25px;
}
.public-channel-box-content-price span{
    font-size: 16px;
}
.public-channel-box-content-title{
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
    padding-left: 20px;
}
.public-channel-box-content-content{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 257px;
    color: #333;
    font-size: 14px;
    padding-left: 20px;
    margin-top: 15px;
    min-height: 38px;
}
.public-channel-box-content-button{
    overflow: hidden;
    margin-top: 30px;
    padding-left: 20px;
}
.public-channel-box-content-button-buy{
    width:111px;
    height:32px;
    line-height: 32px;
    background:#F77304;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
}
.public-channel-box-content-button-service{
    width:111px;
    height:30px;
    line-height: 30px;
    border:1px solid #F77304;
    border-radius:2px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    color: #F77304;
}
.public-channel-box-content-button-buy a{
    color: #fff;
}
.public-channel-box-content-button-buy a:hover{
    color: #fff;
}
/*公司变跟*/
.channel-box1-content{
    background: #fff;
    box-shadow:0px 3px 6px rgba(0,0,0,0.16);
}
.channel-box1-content-left{
    height: 336px;
    width: 374px;
    border-right: 1px solid #ddd;
    padding-left: 25px;
}
.channel-box1-content-left-title{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}
.channel-box1-content-left-content{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 336px;
    font-size: 14px;
    color: #333;
    margin-top: 25px;
    min-height: 38px;
}
.channel-box1content-right{
    width: 800px;
    height: 100%;
}
.public-channel-box1content-right{
    height: 168px;
    width: 379px;
    padding-left: 20px;
    border: 1px solid #ddd;
    border-top: none;
    border-left: none;
}
.public-channel-box1content-right-title{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
}
.public-channel-box1content-right-content{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 336px;
    font-size: 14px;
    color: #333;
    margin-top: 15px;
    min-height: 38px;
}
.public-channel-box1content-right-foot{
    margin-top: 22px;
}
/*其他服务*/
.channel-box2-content{
    background: #fff;
    box-shadow:0px 3px 6px rgba(0,0,0,0.16);
}
.channel-box2-content-left{
    height: 281px;
    width: 374px;
    border-right: 1px solid #ddd;
    padding-left: 25px;
}