* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    font-style: normal;
}

.cx_list_box {
    width: 60%;
    margin: 0 auto;
}
@media screen and (max-width: 749px) {
    .cx_list_box{
        width: 100%;
        margin: 40px 0;
    }
    .cx_list_box .hxld-title{
        display: none !important;
    }
    .cx_list_box .inner_box .tits{
        flex-direction: column !important;
        text-align: center !important;
    }
    .cx_list_box .inner_box .tits div{
        padding: 0 !important;
    }
    .cx_list_box .inner_box img{
        width: 90% !important;
    }
    .cx_nav .vehicle{
        margin: 0 auto;
        border: 1px solid #ccc;
        background: transparent;
    }
    .cx_list_box .inner_box{
        margin: 0 !important;
    }
    .cx_list_box .inner_box h4{
        font-size: 14px !important;
        margin-top: 10px !important;
    }
    .cx_list_box .cx_nav ul{
        display: none !important;
    }
    .cx_list_box .cx_nav select{
        display: block !important;
    }
    .cx_list_box .inner_box p{
        width: 90% !important;
        margin: 0 auto;
        font-size: 10px !important;
        margin-top: 10px !important;
        padding-top: 6px !important;
    }
    .bottoms{
        padding: 0 !important;
        flex-wrap: wrap;
    }
    .bottoms dl{
        margin: 10px 6px !important;
    }
    .bottoms dl dd a{
        margin-top: 8px !important;
        padding: 4px 2px !important;
        font-size: 12px !important;
    }
    .cx_list_box  .inner_box .bottoms dl dt img{
        width: 90px !important;
    }
}
.cx_list_box .cx_nav {
    width: 100%;
    margin-top: 30px;
}
.cx_list_box .cx_nav select{
    display: none;
}
.cx_list_box .cx_nav ul {
    display: flex;
    width: 100%;
    justify-content: space-around;
    border-bottom: 2px solid #ccc;
    height: 24px;
    align-items: center;
}

.cx_list_box .cx_nav ul li {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #727071;
}
.cx_list_box .cx_nav ul li:hover{
    cursor: pointer;
}
.cx_list_box .cx_nav ul li .navs {
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #922220;
    color: #922220;
    padding-bottom: 4px;
    font-size: 16px;
}

.cx_list_box .inner_box {
    margin: 40px 0;
    text-align: center;
    display: none;
}

.cx_list_box .inner_box:first-child {
    display: block;
}

.cx_list_box .inner_box h4 {
    font-size: 22px;
    font-weight: 600;
}

.cx_list_box .inner_box p {
    font-size: 16px;
    margin-top: 10px;
    color: #727071;
}
.cx_list_box .inner_box .tits{
    display: flex;
    margin-top: 30px;
    text-align: left;
    align-items: center;
}
.cx_list_box .inner_box .tits:nth-child(2n+1){
    display: flex;
    flex-flow: row-reverse;
    text-align: left;
    margin-top: 30px;
}
.cx_list_box .inner_box .tits:nth-child(2n) div{
    padding-right:20px ;
}
.cx_list_box .inner_box .tits:nth-child(2n+1) div{
    padding-left:20px ;
}
.cx_list_box .inner_box .tits div{
    padding-right: 10px;
}
.cx_list_box .inner_box img {
    width: 64%;
}

.bottoms {
    width: 100%;
    border-top: 1px solid #727071;
    display: flex;
    justify-content: center;
    padding: 40px 0;
    margin-top: 30px;
}

.bottoms dl {
    text-align: center;
    margin: 0 20px;
}

.cx_list_box  .inner_box .bottoms dl dt img {
    width: 280px;
}

.bottoms dl dd a {
    margin-top: 20px;
    color: #000;
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #000;
}

.bottoms dl dd a::after {
    content: '>';
    padding-left: 4px;
}
.cx_list_box .hxld-title{
    font-size: 24px;
    text-align: center;
    margin-top: 30px;
}