.posts-category-list-1{
    padding-bottom: 40px;
}

.posts-category-list-other {
    width: 250px;
    margin: auto;
    padding-bottom: 40px;
}

.posts-category-title{
    font-size: 18;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 5px;
    margin-bottom: 18px;
    
}

.posts-category-list-1>.list-ul {
    margin: 5px;
    padding: 0;
    list-style: none;
}

.posts-category-list-1>.list-ul>
.list-li>.list-item-ul {
    margin: 10px;
    padding-left: 0;
    list-style: none;
}


.posts-category-list-1>.list-ul>li {
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.list-item-li{
    padding: 4px 8px;
}


.list-li>a{
    color:#333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    
    /* 填滿容器 */
    display: inline-table;
    width: 100%;
    height: 100%;

    /* 圖標對齊 */
    position: relative;
    padding-left: 45px;
}

.list-item-li>a {
    color: #333;
    font-size: 14px;
    font-weight: 500;

    letter-spacing: 1px;

    /* 填滿容器 */
    display: inline-table;
    width: 100%;
    height: 100%;

    /* 圖標對齊 */
    position: relative;
    padding-left: 25px;
}

.list-li>a:hover {
    text-decoration:none;
    color: #00849a;
}

.list-item-li>a:hover {
    text-decoration:none;
    color: #777;
}

.list-li>span{
    position: absolute;
    z-index: 1;
    border: 1px solid;
    padding: 0px 6px;
    margin-top: 1px;
    font-size: 12px;
    user-select: none;
}
.list-li>span:hover {
    background-color: #ccc;
}

.list-item-li>span {
    position: absolute;
    margin-left: -11px;
    user-select: none;
}

.list-item-ul{
    display: none;
}

.openListBar>ul {
    display: block;
}

@media (max-width: 768px){

    .posts-category-list-1 {
        width: 305px;
        margin: auto;
    }

    .posts-category-list-other {
        width: 305px;
        margin: auto;
    }

    .list-li>a {
        text-align: center;
        padding: 0;
    }

    .list-item-li>a {
        text-align: center;
        padding: 0;
    }
}