/** 组件样式 **/
.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);}

.cont p{
    font-size: 18px;
    font-family: "times new roman";
    line-height:1.5;}
 .zcs{ margin: 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    color: #999;}
.bts {
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    color: #003366;
    font-weight: bold;}
   .imgBox {
        border: 1px solid #c5c5c5;
        position: relative;
        overflow: hidden;
        isolation: isolate
    ;}

  .imgBox .img {
    padding-bottom: 130%;
    transition: .5s;
    background-position: center;
    display: block;
    background: #eee;}

    .imgBox img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transition: .5s
    ;}

    .homeg {
        position: relative;}

   
    .homeg .swiBtn .prev {
        left: 0;}

    .homeg .swiBtn .next {
        right: 0;}

    .swiBtn a {
        display: block;
        width: 56px;
        height: 56px;
        background-position: center;
        background-size: 30px 30px;
        border-radius: 50%;
        background-repeat: no-repeat;
        position: absolute;
        top: 40%;
        background-color: #003366;
        z-index: 5;
        opacity: .5;
        transform: translateY(-50%);}

    .swiBtn a.prev {
        background-image: url(images/xzjt20250530.png);}

    .swiBtn a.next {
        background-image: url(images/xyjt20250530.png);}
