.content-main img {
    max-width: 100%;
    height: auto !important;
}

.content-main ul li {
    list-style-type: disc !important;
    line-height: 36px !important;
    margin-left: 6% !important;
}

.content-main ol li {
    list-style-type: decimal !important;
    line-height: 36px !important;
    margin-left: 6% !important;
}

.content-main span {
    display: inline !important;
}

.content-main table {
    width: 100%;
}

.content-main table,
th,
td {
    border-color: #B3B3B3;
    border-width: 1px;
}


.content-main .image_resized {
    display: block;
    /* 將圖片設置為 block 元素 */
    margin-left: auto;
    margin-right: auto;
    /* 自動左右邊距，讓圖片置中 */
    text-align: center;
}

.content-main .image-style-align-right {
    float: right;
    /* 將圖片靠右對齊 */
    margin-left: 15px;
    /* 避免圖片緊貼內容，添加左側間距 */
}

.content-main .image-style-align-left {
    float: left;
    /* 將圖片靠右對齊 */
    margin-right: 15px;
    /* 避免圖片緊貼內容，添加左側間距 */
}