html{
    background: #F5F5F5;
}
.channel-gszc-head{
    background-image: url("./../img/channel-gsbg/bg.png");
    background-size: 1920px 381px;
    background-repeat: no-repeat;
    background-position: center;
    height: 381px;
}
.channel-gsbg-middle{
    background-image: url("./../img/channel-gsbg/bg1.png");
    background-size: 1920px 694px;
    background-repeat: no-repeat;
    background-position: center;
    height: 694px;
}
.channel-gsbg-middle-title{
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}
.channel-gsbg-middle-hr{
    width:75px;
    height:4px;
    background:rgba(255,255,255,1);
    margin: 15px auto 0;
}
.channel-gsbg-middle-content{
    margin-top: 30px;
}
.channel-gsbg-middle-content-box{
    width: 305px;
    height: 188px;
    background: white;
    padding: 0 20px;
    margin-right: 82px;
}
.channel-gsbg-middle-content-box:nth-child(3n+3){
    margin-right: 0;
}
.channel-gsbg-middle-content-box-title{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
}
.channel-gsbg-middle-content-box-content{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 38px;
    width: 308px;
    font-size: 14px;
    color: #333;
    margin-top: 15px;
}
.channel-gsbg-middle-content-box-foot{
    margin-top: 37px;
}
.channel-gsbg-middle-content-box-foot-lf{
    color: #FF0000;
    font-weight: bold;
    font-size: 16px;
}
.channel-gsbg-middle-content-box-foot-lf span{
    font-size: 26px;
}
.channel-gsbg-middle-content-box-foot-lr{
    width:93px;
    height:32px;
    background:#fff;
    border:1px solid #F77304;
    border-radius:2px;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}
.channel-gsbg-middle-content-box-foot-lr a{
    color: #F77304;
}

.channel-gsbg-middle-content-box-foot-lr:hover{
    background: #F77304;
    color: #FFFFFF;
}
.channel-gsbg-middle-content-box-foot-lr:hover a{
    color: #FFFFFF;
}
.channel-gsbg-foot{
    margin-top: 80px;
    margin-bottom: 50px;
}
.channel-gsbg-foot-title{
    color: #333;
    font-size: 26px;
    text-align: center;
}
.channel-gsbg-foot-hr{
    width:75px;
    height:4px;
    background:#333;
    margin: 15px auto 30px;
}
.channel-gsbg-foot-content{
    background: white;
    height: 281px;
    width: 100%;
}
.channel-gsbg-foot-content-box{
    width: 359px;
    height: 281px;
    border-right: 1px solid #ddd;
    padding: 0 20px;
}
.channel-gsbg-foot-content-box:last-child{
    width: 360px;
    border-right: none;
}
.channel-gsbg-foot-content-box-title{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
.channel-gsbg-foot-content-box-content{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 38px;
    font-size: 14px;
    color: #333;
    margin-top: 15px;
    width: 360px;
}