.smart_scene,.affairs_scene{
    font-size: 0;
    padding: 1rem;
}
.smart_scene:not(:last-child),.affairs_scene:not(:last-child){
    margin-bottom: 1rem;
    padding-bottom:2rem ;
    border-bottom: 1px dashed #2e69ad;
}
.smart_scene_text,.affairs_scene_text{
    width: 40%;
    font-size: 1rem;
    padding: 1rem 2rem;
}
.smart_scene_text h6,.affairs_scene_text h6{
    font-weight: bold;
    font-size: 1.1rem;
    border-bottom: 1px solid #578bff;
    padding: 0 .5rem .5rem;
    display: inline-block;
}
.smart_scene_text li,.affairs_scene_text li{
    line-height: 1.6;
    margin: .5rem 0;
}
.smart_scene_img,.affairs_scene_img{
    width: 60%;
}
.smart_scene_3 .smart_scene_text{
    width: 30%;
}
.smart_scene_3 .smart_scene_img{
    width: 70%;
}
.smart_scene_3 .smart_scene_img img{
    width: 47.5%;
}
.smart_scene_3 .smart_scene_img img:nth-child(-n+2){
    margin-bottom: 1rem;
}
.smart_scene_3 .smart_scene_img img:nth-child(2n){
    margin-left: 2.5%;
}
.affairs_scene_2 .affairs_scene_text{
    width: 100%;
    text-align: center;
    padding: 0;
}
.affairs_scene_6 .affairs_scene_img{
    width: 50%;
    text-align: right;
}
.affairs_scene_6 .affairs_scene_img img{
    width: 65%;
}
.affairs_scene .img_p{
    padding: 0;
}