.content-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-box_1 {
    display: flex;
    width: 14rem;
    column-gap: 0.5rem;
}

.content-left {
    width: 2.6rem;
}

.content-boxchild_1 {
    width: 2.6rem;
    height: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E5201C;
}

.content-boxchild_1>p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #FFFFFF;
    line-height: 0.6rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: #E5201C;
}

.content-boxchild_2 {
    display: flex;
    justify-content: center;
    align-items: center;

}

.content-boxchild_2>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.content-ul_1>li {
    width: 2.6rem;
    border-bottom: 1px solid #666666;
}

.content-ul_1>li>a {
    display: block;
    text-decoration: none;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #666666;
    line-height: 0.6rem;
    text-align: left;
    font-style: normal;
    transition: all 0.3s;
}

.content-ul_1>li>a:hover{
    color: #E5201C;
}

.content-right {
    display: flex;
    justify-content: space-between;
    width: 10.9rem;
    /* height: 10rem; */
}

.content-title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #E5201C;
    line-height: 1.6rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content-childs_1 {
    width: 10.9rem;
    height: 2.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content-img {
    position: relative;
    top: 0.4rem;    
    margin-bottom: 1.4rem;
}
.dot-1{
    display: none !important;
    
    content: '.';
    position: absolute;
    width: 0.06rem;
    height: 0.06rem;
    background-color: #E5201C;
    border-radius: 50%;
    left: 1.36rem;
    top: 1.38rem;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dot-2{
    content: '.';
    position: absolute;
    width: 0.06rem;
    height: 0.06rem;
    background-color: #E5201C;
    border-radius: 50%;
    left: 1.64rem;
    top: 2.2rem;
    z-index: 999;
}
.dot-3{
    content: '.';
    position: absolute;
    width: 0.06rem;
    height: 0.06rem;
    background-color: #E5201C;
    border-radius: 50%;
    right: 1.58rem;
    top: 2.24rem;
    z-index: 999;
}
.dot-4{
    content: '.';
    position: absolute;
    width: 0.06rem;
    height: 0.06rem;
    background-color: #E5201C;
    border-radius: 50%;
    right: 1.81rem;
    top: 4.33rem;
    z-index: 999;
}


@media only screen and (max-width: 1024px) {
    .content-box{
        padding: 0 0.3rem;
    margin-top: 50px;
    }
    .content-box_1{
        width: 100%;
        display: block;
    }
    .content-ul_1>li{
        width: 100%;
    }
    .content-ul_1>li>a{
        font-size: 14px;
    }
    .content-right,.content-title{
        width: 100%;
    }
    .content-childs_1{
        height: auto;
    width: 100%;
    }
    .content-childs_1 p{
        font-size: 12px;
    }
    .content-img div{
        width: 100% !important;
    }
}