.flow-wrapper{
    overflow: hidden;
    padding-bottom: 30px;
}
.flow{
    margin: 0 auto;
    width: 1280px;

}
.flow-title{
    font-size: 35px;
    color: rgba(0, 0, 0, 0.85);
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px 0px;
}
.flow-container{
    

}
.flow-left-block, .flow-right-block{
    width: 50%;
}
.flow-left-block{
    float: left;
}
.flow-right-block{
    float: right;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    height: 360px;
}
.flow-left-block iframe{
    height: 360px;
}
.program-item{
    height: 90px;
    overflow: hidden;
    padding: 10px 20px;
    box-sizing: border-box;
}
.flow-wrapper{
    color: rgba(0, 0, 0, 0.85);
}
.program-text{
    font-size: 35px;

    line-height: 70px;
}
.program-text-active{
    color: red;
}
.program-flow-text{
    color: red;
    padding-left: 10px;
    margin-top: -20px;
}
.program-time{
    float: left;
    width: 90px;
    box-sizing: border-box;
    padding-left: 15px;
    
}
.program-title{
    float: left;
    box-sizing: border-box;
    padding-left: 30px;
    width: 450px
}
.program-age{
    float: right;
    color: rgb(201, 201, 201);
    line-height: 70px;
    margin-right: 15px;
}
.program-title-text{
    line-height: 70px;
    font-size: 25px;
    height: 70px;
    overflow: hidden;
    padding-left: 5px;
}
.program-item{
    border-bottom: 1px solid rgb(220, 220, 220);
}
.program-footer{
    height: 90px;
}
.program-footer-item{
    float: left;
    box-sizing: border-box;
    line-height: 90px;
    font-size: 25px;
    cursor: pointer;
    text-align: center;
}
.program-footer-left{
    width: 60%;
    background: white;
    color: rgba(0, 0, 0, 0.85);
    transition: 0.2s;
}
.program-footer-right{
    width: 40%;
    border-left: 1px solid rgb(220, 220, 220);
    color: rgb(150, 150, 150);
    transition: 0.2s;
    color: red;
}
.program-footer-left:hover{
    background: #faaf41;
    color: white;
}
.program-footer-right:hover{
    background: #faaf41;
    color: white;
    border-left: 3px solid #faaf41;
}
.program-title-desc{
    padding-left: 10px;
}

@media screen and (max-width: 600px) {
    .flow-title{
        text-align: center;
        font-size: 25px;
    }
    .flow{
        width: 100%;
    }
    .flow-left-block{
        width: 100%;
    }
    .flow-right-block{
        width: 100%;
    }
    .program-item{
        height: auto;
        padding: 10px 15px 0px 15px;
    }
    .program-text{
        font-size: 25px;
        line-height: 40px;
    }
    .program-flow-text{
        font-size: 12px;
        padding-left: 6px;
    }
    .program-time{
        width: 65px;
        padding-left: 0px;
    }
    .program-title-text{
        font-size: 14px;
    }
    .program-title{
        width: calc(100% - 90px);

    }
    .program-age{
        margin-right: 0px;
        font-size: 12px;
    }
    .program-title{
        padding-left: 0px;
        font-weight: bold;
    }
    .program-title span{
        font-weight: normal;
    }
    .program-title-text{
        line-height: 25px !important;
    }
    .program-flow-text{
        margin-top: -5px;
    }
    .program-age{
        height: auto;
        line-height: 65px;
    }
    .program-item:nth-child(2) .program-text{
        line-height: 65px;
    }
    .program-item:nth-child(2) .program-title-text{
        line-height: 65px !important;
    }
    .program-item:nth-child(3) .program-text{
        line-height: 65px;
    }
    .program-item:nth-child(3) .program-title-text{
        line-height: 65px !important;
    }
    .program-footer-item{
        width: 50%;
        font-size: 14px;
        line-height: 60px;
    }
    .program-footer{
        height: 60px;
    }
    .flow-right-block{
        height: auto;
    }

}