.main_right_cen{
    padding: 20px 42px;
}
.cjwt_top{
    background: #F9FAFB;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    padding: 12px 18px;

}
.cjwt_li{
    margin-bottom: 12px;
}
.cjwt_li:last-child{
    margin-bottom: 0;
}
.cjwt_top_l{
    display: flex;
    align-items: normal;
}
.cjwt_img{
    width: 21px;
    height: 21px;
    margin-right: 4px;
    flex: none;
}
.cjwt_img img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.cjwt_btn{
    width: 18px;
    height: 18px;
    margin-left: 24px;
    flex: none;
}
.cjwt_btn img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.cjwt_btn_rot{
    transform: rotate(-90deg);
}
.cjwt_name{
    color: #1489FF;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;

}
.cjwt_cen{
    display: flex;
    padding: 12px 18px;
}

.cjwt_txt,.cjwt_txt p{
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    color: #505050;
}

@media screen and (max-width:1024px) {
    
    .cjwt_li {
        margin-bottom: 0.5rem;
    }
    .cjwt_name {
        font-size: 0.6667rem;
    }
    .cjwt_img {
        width: 0.875rem;
        height: 0.875rem;
        margin-right: 0.1667rem;
    }
    .cjwt_btn {
        width: 0.75rem;
        height: 0.75rem;
        margin-left: 1rem;
    }
    .cjwt_txt, .cjwt_txt p {
        font-size: 0.5833rem;
        line-height: 150%;
        text-align: justify;
    }
    .cjwt_top {
        padding: 0.5rem 0.75rem;
    }
    .cjwt_cen {
        padding: 0.5rem 0.75rem;
    }
}