.crumbBox{
    background: #F5F5F5;
    height: 56px;
}
.crumb{
    width: 1200px;
    height: 56px;
    margin:0 auto;
    display: flex;
    align-items: center;
}
.crumb img{
    width: 12px;
    height: 12px;
    margin: 0 8px;
}
#oldMenu{
    font-size: 14px;
    color: #333333;
}
#menuName{
    font-size: 14px;
    color: #999999;
}
.content{
    min-height: calc(100vh - 512px);
}
.contents{
    width: 1200px;
    margin: 0 auto;
}
.subTitle{
    font-weight: 500;
    font-size: 20px;
    color: #666666;
    line-height: 28px;
    text-align: center;
}
.title{
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    text-align: center;
}
.otherInfo{
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #F5F5F5;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-bottom: 40px;
}
.artCon{
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    padding-bottom: 40px;
}
.artCon img{
    display: block;
    max-width: 100%;
    margin:10px auto;
}
.artCon video{
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    margin:10px auto;
}
.artCon .video{
    margin-bottom: 24px;
}
