@charset "utf-8";
/* CSS Document */


.div_table_suoyin{ line-height:30px;font-size:14px; margin:0 0 22px;}
.div_table_suoyin .table_suoyin{border-collapse:collapse; border-left: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;}
.div_table_suoyin .table_suoyin th{width:160px;color: #3d3d3d;font-weight: bold;text-align: center;height: 40px;border-right: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;background: #f7f7f7;}
.div_table_suoyin .table_suoyin td{width:450px; height: 36px; word-break: break-all; line-height: 22px; text-align: justify; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; color: #666666;}
.div_table_suoyin .table_suoyin td.small{width:258px;}
.div_table_suoyin .table_suoyin td.pmingcheng{ padding:0 10px;}

@media (max-width: 767px){
    .div_table_suoyin .table_suoyin td {
        height: auto;
        min-height: 36px;
    }
}