.hd-links .v1{font-size:16px;}
.ul-nav .v1.ul-nav .v1{font-size:20px;}
.n_dq {
    margin-bottom: 50px;
    text-align: center;}
.flex {
    display: flex;
    flex-wrap: wrap;}
.n_dq h4 {
    font-size: 26px;
    color: #333333;
    font-weight: bold;}
.n_dq .ll {
    text-align: center;
    display: inline-block;
    width: 200px;}
.n_ej {
    display: inline-block;
    width: 60%;}
.n_ej li{margin: 0 24px 0 0;position: relative;z-index: 1;    display: inline-block;}
.n_ej li:before{content: "";position: absolute;right: -14px;width: 3px;height: 3px;background: #D8D8D8;border-radius: 50%;top: 50%;}
.n_ej .a{    font-weight: bold;padding: 0;font-size: 18px;transition: .5s;height: 80px;display: flex;align-items: center;position: relative;z-index: 1;min-width: 100px;text-align: center;justify-content: center;}
.n_ej .a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 5px;
    background: linear-gradient(270deg, #035f60 -1%, #659c93 58%, #035f60 94%);
    transition: .5s;
    transform: translateX(-50%);}
.n_ej li:last-child{ margin-right: 0;}
.n_ej li:last-child::before{ display: none;}

.n_ej li.on .a:before, .n_ej li .a:hover:before{ width: 100%;}
.n_ej li.on .a, .n_ej li .a:hover{ font-weight: bold; color: #035f60; font-size: 22px;}
@media only screen and (max-width: 1200px) {
   .n_dq .ll {
    text-align: center;
    display: block;
    width: 100%;}
    .n_ej {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;}
    .n_ej li {
        margin: 0;
        position: relative;
        z-index: 1;
        display: inline-block;
        width: 50%;
        line-height: 40px;}
.n_ej li:before{display:none;}
.n_ej .a {
    height: auto;}
}
.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}
.mnr{font-size: 18px;
    line-height: 35px;}
.mnr * {
    font-size: 18px;
    line-height: 35px;
    margin: 0 auto;}
