


.Program_Details_top{
    width: 100%;
    height: 90px;
    border-bottom: 1px dashed #EEEEEE;
    margin-bottom: 20px;
}
.Program_Details_top_Title{
    width: 100%;
    height: 60px;
    line-height: 70px;
    font-size: 18px;
    color: #60c1bd;
    text-align: center;
    font-weight: 600;
}
.Program_Details_top_time{
    width: 100%;
    height: 30px;
    line-height: 20px;
    text-align: center;
    color: #999999;
    font-size: 12px;
}
.Program_Details_Text{
    width: 100%;
    overflow: hidden;
}
.Program_Details_Text_About{
    width: 100%;
    overflow: hidden;
    line-height: 20px;
    font-size: 13px;
    color: #333333;
    margin-bottom: 10px;
}
.Program_Details_Text_Title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #60c1bd;
    font-weight: 600;
}
.Program_Details_Text_img{
    width: 100%;
    overflow: hidden;
    min-height: 125px;
    background-color: #F3F2F2;
    margin-bottom: 40px;

}
.Program_Details_Text_Length{
    border-top: 1px dashed #EEEEEE;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.Program_Details_Text_Length span{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #666666;
}
.Program_Details_Text_Length span a{
    color: #666666;
}