.section_3 {
    overflow: hidden;
    padding-right: 15px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 16px;
}

.section_3 ul li {
    font-size: 16px;
    line-height: 22px;
}

.section_3 ul li {
    list-style: disc;
    margin-left: 1.5%;
    margin: 2% 0;
    padding-left: 6px;
}

.section_3 ul li::marker {
    color: #cacaca;
    font-size: 10px;
}

.section_3 ul li p {
    float: left;
    width: 84%;
    color: #333333;
}

.section_3 ul li a {
    color: #262525;
}

.section_3 ul li a:hover {
    color: #e9101e;
}

.section_3 i {
    color: #999;
    width: 16%;
    font-size: 14px;
    text-align: right;
    float: right;
    font-style: normal;
}

@media screen and (max-width: 1300px) {
    .main_W {
        width: 95%;
    }
    .section_3 {
        width: 95%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1000px) {
    .section_3 ul li {
        display: flex;
        white-space: unset;
        flex-direction: column;
        border-bottom: 1px solid #dfdfdf;
        list-style: none;
        margin-left: 0;
        line-height: 28px;
        padding: 2% 0;
    }
    .section_3 ul li:last-child {
        border-bottom: none;
    }
    .section_3 ul li p {
        width: 100%;
        font-size: 18px;
    }
    .section_3 ul li i {
        width: auto;
        margin-top: 5px;
    }
    .section_3 {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
    }
}