* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #F4F4F4 !important;
}

.top_banner {
    width: 100%;
    height: 360px;
    background-image: url(https://www.yamaha-motor.com.cn/marine/activies/img_new/top_pc.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.choose_type {
    margin-top: 4%;
}

.choose_types {
    margin: 10px 0 30px;
}

.type_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: unset;
}

.choose_type,
.choose_types {
    display: flex;
}

.choose_type ul,
.choose_types ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: unset;
}

/* .choose_type>ul>li:first-child,
.choose_types>ul>li:first-child {
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    margin-right: 40px;
} */

.choose_type_title {
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    margin-right: 40px;
    white-space: nowrap;
}

.li_button {
    margin-bottom: 10px;
}


.choose_type .li_button,
.choose_types .li_button {
    font-size: 16px;
    border: 1px solid #CCCCCC;
    padding: 3px 20px;
    background-color: #FFFFFF;
    margin-right: 35px;
    cursor: pointer;
    color: #666666;
    display: none;
}

.choose_type .active,
.choose_types .active {
    color: #FFFFFF;
    background-color: #105BAA;
}

.new_icon {
    font-weight: bold;
    font-style: italic;
    color: #FE0000;
    font-size: 16px;
}

.block_news {
    margin-bottom: 30px;
    display: none;
}

.new_time {
    color: #666666;
    margin-right: 5px;
}

.new_tag,
.active_tag {
    color: #FFFFFF;
    background-color: #105BAA;
    padding: 1px 13px;
    margin-right: 5px;

}

.active_tag {
    background-color: #FF0000;

}

.new_title {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
    display: block;
}

.new_desc {
    background-color: #FFFFFF;
    padding: 0 20px 35px 20px;
    line-height: 45px;
}

.more_block {
    display: none;
}

.see_more {
    color: #666666;
    font-size: 16px;
    text-align: center;
    margin-top: 2%;
    cursor: pointer;
    display: none;
}

.big_type,
.small_type {
    padding-left: unset;
}

@media screen and (max-width:992px) {

    .choose_type .li_button,
    .choose_types .li_button {
        margin-right: 5px;
        padding: 2px 10px;
        margin-bottom: 15px;
    }

    .choose_type .type_list .li_button,
    .choose_types .type_list .li_button {
        margin-right: 5px;
        padding: 2px 10px;
        margin-bottom: 15px;
    }

    /* .choose_type ul li:first-child,
    .choose_types ul li:first-child {
        margin-right: 20px;
    } */

    .choose_type {
        margin-top: 9%;
    }

    .choose_type ul,
    .choose_types ul {
        align-items: unset;
    }

    .new_desc {
        display: flex;
        flex-direction: column-reverse;
        padding: 15px;
        line-height: 30px;
    }

    .block_news {
        margin-bottom: 20px;
    }

    .type_list {
        width: 83%;
    }

}


@media screen and (max-width:767px) {
    .top_banner {
        background-image: url(https://www.yamaha-motor.com.cn/marine/activies/img_new/top_sp.jpg);
        height: 150px;
        background-size: cover;
    }

}