.policy{
    
}
.policy_mode{
    float: left;
}
.policy_mode_left,.policy_mode_right{
    width:50%;
    float: left;
}
.policy_mode_content{
    padding:15px 0px 30px 0px;
}
.policy_mode_left .policy_mode_content{
    padding-right:10px;
}
.policy_mode_right .policy_mode_content{
    padding-left:10px;
}
.policy_mode_c{
    padding:20px;
    border-radius: 10px;
}
.policy_list li a{
    position: relative;
    padding-left:10px
}
.policy_list li a::after{
    content:'';
    display: block;
    width: 5px;
    height:5px;
    background:#ff0000;
    border-radius:5px;
    left:0px;
    top:50%;
    margin-top:-2px;
    position: absolute;
}
.policy_list li a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height:43px;
    line-height: 43px;
}
.indu_mode{
    margin-top:10px;
    margin-bottom:10px;
    overflow: hidden;
    padding:20px;
    border-radius: 10px;
}
.indu_mode_list{
    width:50%;
    float: left;
}
.indu_mode_list h4{
    font-size:18px;
    font-weight: bolder;
}
.indu_intor{
    overflow: hidden;
}
.indu_intor_a{
    display: block;
    position: relative;
    height:225px;
    overflow: hidden;
    padding:10px 0px 10px 273px;
}
.indu_mode .indu_intor_img{
    width:263px;
    height:165px;
    display: block;
    position: absolute;
    top:18px;
    left:0px;
}
.indu_intor_text{
    margin-bottom:13px;
}
