    .box {
        background-color: #fff;
        padding: 0.3rem;}

    .grxx {
        display: flex;
        justify-content: space-between;}

    .pic-left {
        width: 33%;}

    .pic-center {
        width: 33%;}

    .pic-right {
        width: 33%;}

    .zc {
        font-size: 12px;
        color: #ffffff;
        background: #ffb840;
        border-radius: 2px;
        padding: 3px;}

    .bt {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        margin-right: 10px;}

    .p {
        display: flex;
        justify-content: flex-start;
        align-items: center;}

    .pic-right p {
        margin: 0.1rem 0 0 0;
        text-align: left;
        line-height: 28px;
        font-size: 12px;
        color: #666666;
        border-bottom: 1px dotted #dddddd;
        display: flex;
        justify-content: flex-start;
        align-items: center;}

    .pic-right img {
        margin-right: 0.05rem;}

    .yjfx {
        font-size: 0.14rem;
        line-height: 0.25rem;
        margin-top: 0.2rem;}

    .pic-img {
        width: 100px;
        position: relative;
        padding-top: 45%;
        margin: 0 auto;}

    .pic-img img {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
        width: 100%;
        height: 100%;
        object-fit: cover;}

    @media (max-width: 699px) {
        .grxx {
            display: flex;
            justify-content: space-between;
            flex-direction: column;}

        .pic-left {
            width: 100%;}

        .pic-center {
            width: 100%;}

        .pic-right {
            width: 100%;}

           .pic-img {
        width: 100%;
        position: relative;
        padding-top: 140%;
        margin: 0.2rem auto;}
    }
.clear{
        clear: both;}
.w10 {
    width: 10%;
      text-align: center;}
.w20 {
    width: 20%;
    text-align: center;}
.zsxx-tt li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #0771a3;
    padding-bottom: 0.2rem;}
.zsxx-tt li * {
    font-size: 0.18rem;
    font-weight: bold;}
.zsxx-nr li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 0.3rem;}

 .zsxx-nr li:nth-child(odd) {
    background-color: #ededed;}

    .zsxx-nr li:nth-child(even) {
        background-color: #fff;}
    .zsxx-nr li:hover {
    background-color: #0771b7 !important;}
   .zsxx-nr li:hover * {
    color: #fff !important;}
.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);}
