﻿#FourInOneTitleContent h1 {
    font-size: 25px;
    text-align: center;
    padding: 5% 0;
}

.titleContent {
    margin-bottom: 2%;
}

#forInDetailConten h1 {
    font-size: 25px;
    text-align: center;
    padding: 5% 0;
}

.titleContent {
    margin-bottom: 2%;
}

    .titleContent p {
        text-indent: 25px;
    }

.contentDetail ul {
    padding-bottom: 2%;
}

    .contentDetail ul li {
        font-family: Microsoft Yahei;
        font-weight: 800;
        font-size: 23px;
        color: rgb(12, 50, 131);
        list-style: none;
    }

        .contentDetail ul li:before {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            background-color: rgb(12, 50, 131);
            border-radius: 50%;
            margin-right: 8px;
        }

.contentDetail p {
    text-indent: 25px;
}

