.org_depth_n3 li ul li {
    width: calc(100% / 5 - 3px);
    margin: 0;
    position: relative;
    display: inline-block;
    float: left;
    font-size: 15px;
    height: auto;
    margin-right: 2px;}

.org_depth_n3 li ul li ul.new1{height:220px}

.org_depth_n3 li.org_depth2_2 ul li {
    width: calc(100% / 7 - 3px) ;
}
@media screen and (max-width: 690px)
.org_depth_n3 li.org_depth2_2 ul li {
    width: 100% !important;
}
}
@media screen and (min-width: 691px) and (max-width: 899px){
.org_depth_n3 li.org_depth2_2 ul li {
    position: static;
    width: 100% !important;
    margin: 4px 0 0 0;
}
}
@media screen and (min-width: 900px) and (max-width: 1200px)
{
.org_depth_n3 li ul li ul li{line-height:20px}
.org_blank6 a{font-size:13px;line-height:14px}
.org_blank6 li{font-size:13px; line-height:14px}
.org_depth_ul2{padding:2px}
}