.dataBlogTree.Hori .TreeMenu_2 {
    position: relative;
    height: 20vh;
    min-height: 140px;
}
.TreeNode_1:hover, .TreeNode_2:hover, .TreeNode_3:hover, .TreeNode_4:hover, .TreeNode_5:hover, .TreeNode_6:hover, .TreeNode_7:hover, .TreeNode_8:hover, .TreeNode_9:hover {
    background: transparent;
}



/*標題*/
.TreeGroup_2 .TreeNode_2 a {
    text-align: center;
    display: block;
    font-size: 26px;
    font-weight: bold;
    margin: 35px 0 50px;
    color: #000;
    line-height: 120%;
}



/*次選單*/
.TreeMenu_0 a {
   color: #9B9B9B;
    display: block;
    font-weight: normal;
    font-size: 16px;
    margin: 0 10px;
}
.TreeMenu_0 .ClassDesc {
    display: none;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-weight: normal;
    max-width: 1000px;
    width: 100%;
    text-align: left;
    padding: 0 20px;
    box-sizing: border-box;
}
.TreeMenu_0 .ClassNum {
    display: none;
}



/*當前頁面*/
.TreeMenu_0 .TreeNode_t {
    background: transparent;
}
.TreeMenu_0 a.TreeItem_t {
    color: #000;
}
.TreeMenu_0 .TreeNode_t .ClassDesc {
    display: block;
}





/*=================手機版  開始===================*/

@media (max-width: 700px) {
.dataBlogTree.Hori .TreeMenu_2 {
    position: relative;
    height: 55vh;
    min-height: 370px;
}

}



@media (max-width: 450px) {
.dataBlogTree.Hori .TreeMenu_2 {
    position: relative;
    height: 70vh;
    min-height: 500px;
}

}
