.sjfb-content {
    width: 100%;
}

.sjfb-sjtb-msg {
    text-align: right;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.sjfb-sjtb-menu {
    width: 240px;
    float: left;
}

.sjfb-sjtb-menu li {
    width: 100%;
    height: 72px;
    background-color: #fff;
    cursor: pointer;
    margin-top: 5px;
    font-size: 0;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    border: 1px solid #eaeaea;
}

.sjfb-sjtb-menu li:first-child {
    margin-top: 0;
}

.sjfb-sjtb-menu li::after {
    content: '';
    display: none;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #0063cf;
    position: absolute;
    right: -10px;
    top: calc(50% - 6px);
}

.sjfb-sjtb-menu li.active::after {
    display: block;
}

.sjfb-sjtb-menu li img {
    width: 32px;
    margin-right: 25px;
    vertical-align: top;
    display: inline-block;
    margin-top: 39px;
    margin-top: calc((110px - 32px) / 2);
    display: none !important;
}

.sjfb-sjtb-menu li img.hover {
    display: none;
}

.sjfb-sjtb-menu li span {
    width: 12em;
    font-size: 16px;
    /* font-weight: 700; */
    line-height: 24px;
    color: #155db7;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-top: 27px;
    margin-top: calc((72px - 24px * 2) / 2);
}

.sjfb-sjtb-menu li i {
    width: 14px;
    height: 17px;
    display: block;
    position: absolute;
    right: -14px;
    top: 46px;
    top: calc((110px - 17px) / 2);
    background: url(../images/2025-sjfb-sjtb-menu-active.png) no-repeat left;
    display: none;
}

.sjfb-sjtb-menu li.active {
    background-color: #0063cf;
    border-color: #0063cf;
}

.sjfb-sjtb-menu li.active img {
    display: none;
}

.sjfb-sjtb-menu li.active img.hover {
    display: inline-block;
}

.sjfb-sjtb-menu li.active span {
    color: #fff;
}

.sjfb-sjtb-menu li.active i {
    display: block;
}

.sjfb-sjtb-box {
    width: calc(100% - 240px - 18px - 2px);
    height: 350px;
    height: calc(72px * 6 + 25px);
    float: right;
    background-color: #fff;
    border: 1px solid #eaeaea;
    position: relative;
}

.sjfb-sjtb-box .sjtb-box-con {
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

.sjfb-sjtb-box .sjtb-down {
    position: absolute;
    font-size: 0;
    text-align: center;
    background-color: #d8352d;
    background-color: #ebf0f6;
    cursor: pointer;
    z-index: 2;
    padding: 4px 10px;
    border-radius: 3px;
    right: 10px;
    top: 10px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.sjfb-sjtb-box .sjtb-down::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #b9b9b9;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.sjfb-sjtb-box .sjtb-down img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

.sjfb-sjtb-box .sjtb-down span {
    font-size: 12px;
    color: #fff;
    color: #959595;
    vertical-align: middle;
    display: inline-block;
}

.sjfb-sjtb-box .sjtb-down:hover {
    background-color: #fff;
}

.sjfb-sjtb-box .sjtb-down:hover::after {
    opacity: 1;
}

.sjfb-img-link {
    width: 100%;
}

.sjfb-img-link a {
    width: calc((100% - 20px) / 2);
    height: 70px;
    border: 1px solid #bad9fb;
    display: block;
    float: left;
    text-align: center;
    line-height: 70px;
    margin-top: 20px;
    background: no-repeat center #c4e4f3;
    background-size: cover;
    background-image: url(../images/2025-sjfb-imglink-img01.png);
    font-size: 22px;
    color: #005cc1;
    font-weight: 700;
}

.sjfb-img-link a:nth-child(2) {
    float: right;
    background-image: url(../images/2025-sjfb-imglink-img02.png);
}

.sjfb-img-link a img {
    margin-right: 10px;
}

.sjfb-img-link a:hover img {
    animation: overturn 2s;
}

.sjfb-list-box {
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
    margin-right: 20px;
    border: 1px solid #eaeaea;
    float: left;
    background-color: #fff;
}

.sjfb-list-box.nr {
    margin-right: 0;
}

.sjfb-list-box .con {
    margin: 15px;
}

.sjfb-tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #eaeaea;
}

.sjfb-tit .tit {
    width: auto;
    background-color: #0063cf;
    padding: 0 20px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}


.sjfb-tit .more {
    margin-right: 15px;
    display: block;
    font-size: 14px;
    float: right;
}

.sjfb-tit .more:hover {
    color: #ff0000;
}

.sjfb-list li {
    line-height: 36px;
    padding-left: 15px;
    font-size: 16px;
    position: relative;
}

.sjfb-list li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 45%;
}

.sjfb-list li a {
    width: calc(100% - 4em);
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.sjfb-list li a:hover {
    color: #ff0000;
}

.sjfb-list li span {
    color: #8b8b8b;
    float: right;
}

@media (max-width: 991px) {
    .sjfb-sjtb-menu {
        width: 100%;
        float: none;
        padding-bottom: 5px;
    }

    .sjfb-sjtb-menu::after {
        content: '';
        display: block;
        clear: both;
    }

    .sjfb-sjtb-menu li {
        width: calc((100% - 5px) / 2);
        float: left;
        margin-right: 5px;
        margin-top: 5px;
    }
    
    .sjfb-sjtb-menu li:nth-child(1),
    .sjfb-sjtb-menu li:nth-child(2) {
        margin-top: 0;
    }

    .sjfb-sjtb-menu li:nth-child(2n) {
        margin-right: 0;
    }
    
    .sjfb-sjtb-menu li::after {
        display: none !important;
    }

    .sjfb-sjtb-menu li i {
        top: inherit;
        left: calc((100% - 14px) / 2);
        bottom: -15px;
        transform: rotate(90deg);
        display: none;
    }

    .sjfb-sjtb-menu li img {
        margin: 10px auto 8px;
        display: block;
    }

    .sjfb-sjtb-menu li span {
        margin: 0 auto;
        display: block;
        line-height: 20px;
        width: auto;
        padding: 0 10px;
        margin-top: calc((72px - 20px * 2) / 2);
    }
    
    .sjfb-sjtb-menu li:nth-child(n+5) span {
        margin-top: calc((72px - 20px * 3) / 2);
    }

    .sjfb-sjtb-box {
        width: calc(100% - 2px);
        float: none;
    }
    
    /* .sjfb-sjtb-box .sjtb-box-con {
        padding-top: 40px;
    } */

    .sjfb-img-link a {
        float: none !important;
        margin-top: 10px;
        width: 100%;
    }

    .sjfb-img-link a span {
        width: 6em;
        display: inline-block;
        text-align: left;
    }

    .sjfb-list-box {
        width: 100%;
        float: none !important;
        margin-top: 10px;
    }
}

@media (max-width: 420px) {
    .sjfb-sjtb-box {
        height: calc(110px * 2.5 + 20px);
    }
}

@keyframes overturn {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(360deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

@-moz-keyframes overturn

/* Firefox */
    {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(360deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes overturn

/* Safari 和 Chrome */
    {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(360deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

@-o-keyframes overturn

/* Opera */
    {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(360deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

.BreadcrumbNav {
    margin-top: 10px;
}

footer {
    margin-top: 10px;
}