.notFound{
    background-color: white;
    padding: 130px 50px;
}
.notFound img{
    width: 294px;
    height: 311px;
    margin-left: 230px;
    float: left;
}
.notfoundmenu{
    float: left;
    width: 308px;
    margin-left: 100px;
}
.notfoundmenu h3{
    font-size: 18px;
    color: #666666;
    margin-bottom: 20px;
    margin-top: 50px;
}
.notfoundmenu .menuList p{
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
}
.notfoundmenu .menuList p a{
    color:var(--main-primary-color) !important;
    font-weight: bold;
}
.colorSix{
    color: #333333 !important;
}