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

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

.posts-category-title{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 8px;
    padding-top: 0px;
    margin-top: -3px;
    margin-bottom: 18px;
    
}

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

.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;
}

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


.list-li>.li-title{
    color:#333;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-bottom:10px;
    /* 填滿容器 */
    display: inline-table;
    width: 100%;
    height: 100%;

    /* 圖標對齊 */
    position: relative;
        padding-left: 48px;
    padding-bottom: 0px !important;
}

.list-item-li>a {
    color: #777;
    font-size: 15px;
    font-weight: 400;
    display: inline-table;
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 28px;
}

.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: 100%;
        margin: auto;
    }

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

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

    .list-item-li>a {
        text-align: left;
        padding-left: 30px;
    }
}

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

.li-title-1 {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-bottom: 10px;
    display: inline-table;
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 38px;
    padding-bottom: 0px !important;
    margin:0;
}

.list-item-li>a:hover {
    color: #126ea4;
    background-color: #ccc;
}

.posts-category-list-1>.list-ul>li:hover{
    background-color: #eee;
}



.li-title-1::before{
    content: ">";
    position: relative;
    left: -30px;
    font-size: 14px;
    bottom: 1px;
}

.bi-file-earmark-medical{
    bottom: 2px;
    position: relative;
}

.btn-style{
    padding: 5px 15px;
    font-size: 14px;
    background-color: #126ea4;
    color: #fff;
    margin-bottom: 15px;
    border: 0;
}

.btn-style:hover {
    background-color: #333;
    color: #fff;
}
.bi-file-earmark-arrow-down{
    height:20px;
}
.bi-file-earmark-arrow-down:hover {
    color:#116ea3;
}

