.content-menu-jgsz {
    display: flex;
    justify-content: center;
    font-size: 22px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 30px;
    font-weight:bold;
}
.content-menu-jgsz>li {
    width: 200px;
    text-align: center;
    padding: 25px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content-menu-jgsz>li.menu-xy {
    width: 100px;
}
.content-menu-jgsz>li>a:hover {
    width: 200px;
    text-align: center;
    padding: 20px 5px;
    color: #186CC4;
    border-bottom: 5px solid #186CC4;
}
.content-menu-jgsz>li>a:hover {
    color: #186CC4;
}
.content-menu-jgsz>li.on>a {
    padding: 20px 5px;
    color: #186CC4;
    border-bottom: 5px solid #186CC4;
}
.jgsz-mobile-menu-2 {
    padding: 0 15px;
}
.jgsz-item {
    display: flex;
    align-items: center;
    height: 100px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid transparent;
    box-shadow: 0 0 10px rgb(6 0 2 / 10%);
}
.jgsz-item:hover {
    box-shadow: 0 0 10px rgb(6 0 2 / 30%);
    border: 1px solid #186CC4;
}
.jgsz-item:hover>p {
    color: #186CC4;
}
.jgsz-item>p {
    line-height: 30px;
    padding: 0 30px;
    font-size: 18px;
}
/* Large desktop :1920px. */
@media (min-width: 1920px) {

}

/* Laptop Device :1366px. */
@media (min-width: 1200px) and (max-width: 1500px) {

}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {

}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .jgsz-item>p {
        font-size: 14px;
        line-height: 20px;
    }
}

/* small mobile :320px. */
@media (max-width: 767px) {
    .jgsz-item>p {
        font-size: 12px;
        line-height: 16px;
    }
}
