/*banner*/

img{
    object-fit: cover;
}

.nybanner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    overflow: hidden;
  }
  
  .nybanner img{
    display: block;
    margin: 0 auto;
    height: 100%;
    width: 100%;
  }


  .nybanner::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/bannerbg1.png) no-repeat top center;
    background-size: 100%;
    z-index: 2;
    pointer-events: none;
  }
  
  
  .nybanner::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/bannerbg2.png) no-repeat bottom center;
    background-size: 100%;
    z-index: 2;
    pointer-events: none;
  }


/*支撑平台*/

.nypagebg{
    width: 100%;
    margin: 0 auto;
    background: url(../nyimages/nypagebg.png) no-repeat bottom center;
    background-size: 100%;
}

.nypagebg .nycont{
    margin: 0 auto;
}

.nypagebg .nycont .nylist{
    float: left;
    width: 21%;
    position: relative;
    z-index: 10;
    top: -1rem;
}

.nypagebg .nycont .nylist .fllist_t{
    width: 8rem;
    height: 1rem;
    background: rgba(2, 84, 173, 0.8);
    font-family: "Alibaba PuHuiTi 2.0";
    font-size: 0.36rem;
    line-height: 1rem;
    color: #fff;
    text-align: left;
    position: relative;

}

.nypagebg .nycont .nylist .fllist_t h2{
    font-size: 0.32rem;
    color: #fff;
    padding-left: 0.8rem;
}

.nypagebg .nycont .nylist .fllist_t::after{
    position: absolute;
    top: 0.44rem;
    left: 0;
    content: "";
    background: #7BB612;
    width: 0.5rem;
    height: 0.12rem;
}

.nypagebg .nycont .nylist .fllist_t::before{
    position: absolute;
    top: 0.13rem;
    right: 0;
    content: "";
    background: url(../nyimages/nytitleico.png) no-repeat center;
    background-size: 100%;
    width: 0.75rem;
    height: 0.74rem;
}


.nypagebg .nycont .nylist ul{
    margin: 0 auto;
    background: url(../nyimages/nyflbg.jpg) no-repeat bottom center;
    background-size: cover;
    padding-top: 0.4rem;
    padding-bottom: 2.15rem;
    box-shadow: 0px 0px 10px 5px rgba(2, 70, 143, 0.08);
}

.nypagebg .nycont .nylist ul li{
    margin: 0 auto;
    width: 87%;
    position: relative;
    z-index: 9;

}

.nypagebg .nycont .nylist ul li h5{
    position: relative;
    line-height: 0.8rem;
    border-bottom: 1px solid #D6E1F0;
    font-family: "Alibaba PuHuiTi 2.0";
    font-size: 0.2rem;
    letter-spacing: 0.05em;
    color: #333333;
}


.nypagebg .nycont .nylist ul li h5 a{
    font-family: "Alibaba PuHuiTi 2.0";
    font-size: 0.2rem;
    letter-spacing: 0.05em;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nypagebg .nycont .nylist ul li h5 a i{
    display: block;
    float: left;
    margin: 0.31rem 10% 0 13%;
    background: url(../nyimages/nylistico1.png) no-repeat  center;
    background-size: 100%;
    width: 0.14rem;
    height: 0.18rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.nypagebg .nycont .nylist ul li h5::after{
    position: absolute;
    right: 0%;
    bottom: 12%;
    width: 0%;
    height: 76%;
    content: "";
    z-index: -1;
    pointer-events: none;
}

.nypagebg .nycont .nylist ul li h5 em{
    position: absolute;
    right: .15rem;
    top: 50%;
    transform: translateY(-50%);
    width: .14rem;
    height: 100%;
    background: url(../nyimages/fenleiico.png) no-repeat center;
    background-size: 100%;
}

.nypagebg .nycont .nylist ul li.on h5::after{
    width: 95%;
    border-bottom: 0.6rem solid #0354AA;
    border-right: 14px solid transparent;
    border-left: 0px solid #0354AA;
}

.nypagebg .nycont .nylist ul li.on h5 a{
    color: #fff;

}

.nypagebg .nycont .nylist ul li.on h5 a i{
    background: url(../nyimages/nylistico2.png) no-repeat  center;
    background-size: 100%;
}


.nypagebg .nycont .nylist ul li.on h5 em{
    background: url(../nyimages/fenleiico1.png) no-repeat center;
    background-size: 100%;
}

.nypagebg .nycont .nylist ul li>ol{
    padding: 0.2rem 0rem 0rem 0.2rem;
    display: none;
    
  }
  
  .nypagebg .nycont .nylist ul li>ol>li{
    line-height: 0.55rem;
    width: 100%;
  }

  .nypagebg .nycont .nylist ul li>ol>li>h6 {
    position: relative;
    font-size: 0.18rem;
    color: #333;
  }
  
  .nypagebg .nycont .nylist ul li>ol>li>h6 em{
    position: absolute;
    right: .15rem;
    top: 0%;
    width: .12rem;
    height: 100%;
    background: url(../nyimages/fenleiico.png) no-repeat center;
    background-size: 100%;
    transform: rotate(-90deg);
  }

.nypagebg .nycont .nylist ul li>ol>li>h6 a{
      display: block;
      font-size: 0.18rem;
      color: #333;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      border-bottom: 1px dashed #ddd;
      text-align: center;
  }
  .nypagebg .nycont .nylist ul li>ol>li.on>h6 a{

    color:#0254AD;

}
.nypagebg .nycont .nylist ul li>ol>li .sanji{
      display: none;
      border-bottom: 1px dashed #ddd;
      padding: .2rem 0;
  }


.nypagebg .nycont .nylist ul li>ol>li .sanji a{
    display: block;
    line-height: 0.4rem;
    font-size: 0.18rem;
    color: #666666;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 0 0.1rem;
    text-align: center;
  }

.nypagebg .nycont .nylist ul li>ol>li .sanji a.on{
   color:#0254AD;

}
 



.nypagebg .nycont .nycont_right{
    float: right;
    width: 75%;
    margin-top: 0.6rem;
}

.nypagebg .nycont .nycont_right .nytrait{
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    border-bottom: 1px solid #D0D0D0;

}

.nypagebg .nycont .nycont_right .nytrait h5{
    float: left;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 0.32rem;
    color: #333333;
}

.nypagebg .nycont .nycont_right .nytrait h5 i{
    display: block;
    float: left;
    background: url(../nyimages/nytitleico1.png) no-repeat  center;
    background-size: 100%;
    width: 0.26rem;
    height: 0.6rem;
    margin-right: 0.25rem;
}

.nypagebg .nycont .nycont_right  .nytrait .trait_r{
    float: right;
    font-size: 0.14rem;
    color: #777;
} 

.nypagebg .nycont .nycont_right  .nytrait .trait_r img{
    display: inline-block;
    width: 0.17rem;
    height: 0.15rem;
    margin-right: 0.05rem;
    position: relative;
    top: 0.02rem;
}

.nypagebg .nycont .nycont_right  .nytrait .trait_r a{
    display: inline-block;
    font-size: 0.14rem;
    color: #777;
}

.nypagebg .nycont .nycont_right .zcptshow{
    margin-top: 0.5rem;
    padding-bottom: 1rem;

}

.nypagebg .nycont .nycont_right .zcptshow ul li{
    position: relative;
    z-index: 9;
    margin-bottom: 0.5rem;
    min-height: 2.95rem;
    display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
}

.nypagebg .nycont .nycont_right .zcptshow ul li::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc((100% - 0.5rem));
    content: "";
    z-index: -1;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(2, 70, 143, 0.1);
}

.nypagebg .nycont .nycont_right .zcptshow ul li .pic{
    float: left;
    margin-left: 0.35rem;
    position: relative;
    width: 37%;


    overflow: hidden;
}

.nypagebg .nycont .nycont_right .zcptshow ul li .pic img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}


.nypagebg .nycont .nycont_right .zcptshow ul li:hover .pic img{
    transform: scale(1.1);

}

.nypagebg .nycont .nycont_right .zcptshow ul li .txt{
    float: right;
    width: 58%;
   padding-top:.8rem;

}

.nypagebg .nycont .nycont_right .zcptshow ul li .txt h5{
    font-size: 0.24rem;
    color: #333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nypagebg .nycont .nycont_right .zcptshow ul li .txt i{
    display: block;
    width: 0.37rem;
    height: 3px;
    background: #0254AD;
    margin-top: 0.24rem;
}

.nypagebg .nycont .nycont_right .zcptshow ul li .txt p{
    font-size: 0.16rem !important;
    line-height: 0.28rem !important;
    color: #666666;
    overflow: hidden;
    margin-top: 0.1rem;
    width: 95%;
}

.nypagebg .nycont .nycont_right .zcptshow ul li .txt .more{
    width: 1.54rem;
    height: 0.39rem;
    line-height: 0.39rem;
    border-bottom: 0.39rem solid #0354AA;
    border-left: 13px solid transparent;
    border-right: 3px solid #0354AA;
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
    display: block;
    float: right;
    margin-top: 0.32rem;
    position: relative;
    z-index: 5;
    height: 0;
}



@media (min-width: 1200px){

.nypagebg .nycont .nycont_right .zcptshow ul li:hover .txt h5{
    color: #0354AA;
}

.nypagebg .nycont .nylist ul li ol>li a:hover{
    color: #0354AA;
}


}


@media (max-width: 1440px){
    .nypagebg .nycont .nycont_right  .nytrait .trait_r a{
        font-size: 0.18rem;
    }
}



@media (max-width: 980px){


    .nypagebg{

    }
    
    .nypagebg .nycont{
        width: 100%;
    }
    .nypagebg .nycont .nylist{
        float: none;
        width: 100%;
        top: 0rem;
    }

    .nypagebg .nycont .nylist .fllist_t {
        width: 100%;
        font-size: 0.32rem;
        background: rgba(2, 84, 173, 0.98);
    }
    
    .nypagebg .nycont .nylist .fllist_t::before{
        display: none;
    }

    .nypagebg .nycont .nylist ul{
        margin: 0 auto;
        background: url(../nyimages/nyflbg.jpg) no-repeat bottom center;
        background-size: cover;
        padding-top: 0.4rem;
        padding-bottom: 2.15rem;
        box-shadow: 0px 0px 10px 5px rgba(2, 70, 143, 0.08);
        overflow: hidden;

    }
    
    .nypagebg .nycont .nylist ul li{
        margin: 0 2%;
        width: 96%;

    
    }
    
    .nypagebg .nycont .nylist ul li h5{
        line-height: 1rem;
        font-size: 0.3rem;
    }
    .nypagebg .nycont .nylist ul li h5 a{
        font-size: 0.3rem;

    }
    
    .nypagebg .nycont .nylist ul li h5 a i{
        display: block;
        float: left;
        margin: 0.33rem 10% 0 13%;
        width: 0.28rem;
        height: 0.34rem;

    }
    
    .nypagebg .nycont .nylist ul li h5::after{
        position: absolute;
        right: 0%;
        bottom: 0.1rem;
        width: 0%;
        height: 76%;
        content: "";
        z-index: -1;
    }
    
    
    
    .nypagebg .nycont .nylist ul li.on h5::after{
        width: 95%;
        border-bottom: 0.8rem solid #0354AA;
        border-right: 14px solid transparent;
        border-left: 0px solid #0354AA;
    }

    .nypagebg .nycont .nylist ul li h5 em{
        width: 0.24rem;
    }

    .nypagebg .nycont .nylist i.plus{
        position: absolute;
        top: 0.13rem;
        right: 0;
        content: "";
        background: url(../nyimages/nytitleico.png) no-repeat center;
        background-size: 100%;
        width: 0.75rem;
        height: 0.74rem;
    }

  .nypagebg .nycont .nylist ul li>ol>li {
        line-height: 0.7rem;
        width: 100%;
        margin: 0 0;
    }

    .nypagebg .nycont .nylist ul li>ol>li>h6 {
        font-size: 0.28rem;
    }

    .nypagebg .nycont .nylist ul li>ol>li>h6 a {
        font-size: 0.28rem;
    }


.nypagebg .nycont .nylist ul li>ol>li .sanji{
    padding: 0.1rem 0;
}
  
  .nypagebg .nycont .nylist ul li>ol>li .sanji a{
      display: block;
      line-height: 0.45rem;
      font-size: 0.24rem;
      padding: 0 0.1rem;
  
  
    }
.nypagebg .nycont .nylist ul li h5 em{
right: .3rem;
}

.nypagebg .nycont .nylist ul li > ol > li > h6 em{
width: .16rem;
}

    .nypagebg .nycont .nycont_right{
        float: none;
        width: 92%;
        margin: 0.6rem auto 0 auto;
    }
    
    .nypagebg .nycont .nycont_right .nytrait{
        width: 100%;
        height: auto;
        line-height: 0.6rem;
        border-bottom: 1px solid #D0D0D0;
        overflow: hidden;
    
    }
    
    
    .nypagebg .nycont .nycont_right .nytrait h5 i{

        margin-right: 0.2rem;
    }
    
    .nypagebg .nycont .nycont_right  .nytrait .trait_r{
        float: right;
        font-size: 0.28rem;
    } 
    
    .nypagebg .nycont .nycont_right  .nytrait .trait_r img{
        display: inline-block;
        width: 0.34rem;
        height: 0.3rem;
        margin-right: 0.05rem;
        position: relative;
        top: 0.02rem;
    }
    
    .nypagebg .nycont .nycont_right  .nytrait .trait_r a{
        display: inline-block;
        font-size: 0.28rem;
        color: #777;
    }
    
    .nypagebg .nycont .nycont_right .zcptshow{
        margin-top: 0.7rem;
    
    }
    
    .nypagebg .nycont .nycont_right .zcptshow ul li{
        position: relative;
        z-index: 9;
        margin-bottom: 0.6rem;
        height: auto;
        
    }
    
    .nypagebg .nycont .nycont_right .zcptshow ul li::after{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        content: "";
        z-index: -1;
        box-shadow: 0px 0px 10px 0px rgba(2, 70, 143, 0.1);
        
    }
    
    .nypagebg .nycont .nycont_right .zcptshow ul li .pic{
        float: none;
        margin: 0rem auto 0 auto;
        position: relative;
        width: 90%;
        padding-top: 45%;
        height: auto;
    }
    
    
    .nypagebg .nycont .nycont_right .zcptshow ul li .txt{
        float: none;
        width: 90%;
        margin: 0rem auto 0 auto;
        text-align: center;
        padding-top: 0.35rem;
        overflow: hidden;
        padding-bottom: 0.5rem;
    }
    
    .nypagebg .nycont .nycont_right .zcptshow ul li .txt h5{
        font-size: 0.32rem;
        color: #333;
    
    }
    
    .nypagebg .nycont .nycont_right .zcptshow ul li .txt i{
        margin: 0.22rem auto 0 auto;
    }
    
    .nypagebg .nycont .nycont_right .zcptshow ul li .txt p{
        font-size: 0.28rem !important;
        line-height: 0.45rem !important;
        color: #666666;
        height: 1.8rem;
        overflow: hidden;
        margin: 0.3rem auto 0 auto;
        width: 95%;
    }
    
    .nypagebg .nycont .nycont_right .zcptshow ul li .txt .more{
        width: 2.8rem;
        height: 0.7rem;
        line-height: 0.7rem;
        border-bottom: 0.7rem solid #0354AA;
        border-left: 13px solid transparent;
        border-right: 3px solid #0354AA;
        text-align: center;
        font-size: 0.28rem;
        float: right;
        margin-top: 0.32rem;
        position: relative;
        z-index: 5;
        height: 0;
    }
    
}




/*机构设置*/

.jgsz{
    margin: 0.55rem auto 0 auto;
    padding-bottom: 1.65rem;
}

.jgsz dl{
    overflow: hidden;
    margin-bottom: 0.5rem;
    width: 102%;

}

.jgsz dl dt{
    font-size: 0.2rem;
    color: #333333;
    background: url(../nyimages/jgszico3.png) no-repeat  left center;
    padding-left: 0.38rem;
    margin-bottom: 0.3rem;
}

.jgsz dl dd{
    width: 31%;
    height: auto;
    background: #F4F9FF;
    float: left;
    padding: 0.22rem 0;
    margin: 0 2.3% 0.12rem 0;
    position: relative;
    z-index: 5;
}

.jgsz dl dd i{
    margin: 0.03rem 0.18rem 0 10%;
    display: block;
    background: url(../nyimages/jgszico1.png) no-repeat  center;
    width: 0.19rem;
    height: 0.19rem;
    background-size: 100%;
    float: left;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.jgsz dl dd a{
    display: block;
    line-height: 0.26rem;
    font-size: 0.18rem;
    color: #333333;
    float: left;
    width: 70%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.jgsz dl dd::after{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    content: "";
    width: 0%;
    height: 100%;
    background: #0354ad url(../nyimages/jgsz_list.jpg) no-repeat bottom center;
    background-size: 100%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.jgsz dl dd::before{
    position: absolute;
    left: 0;
    top: 0.05rem;
    z-index: -1;
    content: "";
    width: 0%;
    height: 2px;
    background: #7BB612;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}



@media (min-width: 1200px){


    .jgsz dl dd:hover::after{
        width: 100%;
    }
    
    .jgsz dl dd:hover::before{
        width: 100%;
    }
    
    .jgsz dl dd:hover a{
        color: #fff;
    }
    
    .jgsz dl dd:hover i{
        background: url(../nyimages/jgszico2.png) no-repeat  center;
        background-size: 100%;
    }
}

@media (max-width: 980px){

    .jgsz{
        margin: 0.6rem auto 0 auto;
        padding-bottom: 1rem;
    }
    
    .jgsz dl{
        overflow: hidden;
        margin-bottom: 0.5rem;
        width: 100%;
    
    }
    
    .jgsz dl dt{
        font-size: 0.32rem;
        background: url(../nyimages/jgszico3.png) no-repeat  left center;
        padding-left: 0.55rem;
    }
    
    .jgsz dl dd{
        width: 100%;
        height: auto;
        float: none;
        padding: 0.25rem 0;
        margin: 0 0% 0.24rem 0;
        overflow: hidden;
    }
    
    .jgsz dl dd i{
        margin: 0rem 0.18rem 0 10%;
        display: block;
        background: url(../nyimages/jgszico1.png) no-repeat  center;
        width: 0.3rem;
        height: 0.3rem;
        background-size: 100%;
    }
    
    
    .jgsz dl dd a{
        display: block;
        line-height: 0.34rem;
        font-size: 0.26rem;
        float: left;
        width: 75%;

    }
    

    

}




/*综合新闻*/

.nynewsbox{
    margin: 0.5rem auto 0 auto;
    padding-bottom: 0.3rem;
}

.nynewsbox ul li{
    width: 100%;
    padding: 0.3rem 0  0.5rem 0;
    position: relative;
    z-index: 9;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(2, 70, 143, 0.1);
    margin-bottom: 0.2rem;
    overflow: hidden;
}

.nynewsbox ul li .newsimg{
    position: relative;
    float: left;
    width: 30%;
    margin-left: 4.5%;
}

.nynewsbox ul li .newsimg .pic{
    position: relative;
    width: 100%;
    padding-top: 56%;
    overflow: hidden;

}

.nynewsbox ul li .newsimg .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nynewsbox ul li .newsimg .time{
    position: absolute;
    left: -0.2rem;
    bottom: -0.2rem;
    width: 0.7rem;
    height: 0.7rem;
    background: rgba(123, 182, 18, 0.9);
    text-align: center;
}

.nynewsbox ul li .newsimg .time span{
    display: block;
    font-size: 0.32rem;
    color: #fff;
    padding: 0.08rem 0 0.05rem 0;
    font-family: Arial, Helvetica, sans-serif;
}

.nynewsbox ul li .newsimg .time i{
    display: block;
    font-size: 0.14rem;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.nynewsbox ul li .txt{
    float: right;
    margin-right: 3%;
    width: 59%;

}

.nynewsbox ul li .txt a{
    font-size: 0.18rem;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 0.18rem 0 0.15rem 0;
}

.nynewsbox ul li .txt i{
    display: block;
    width: 0.37rem;
    height: 3px;
    background: #0254AD;
}

.nynewsbox ul li .txt p{
    font-size: 0.16rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 0.28rem;
    height: 0.84rem;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 0.26rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}


.nynewsbox ul li::after{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    width: 0%;
    height: 100%;
    background: #0354ad url(../nyimages/newslist.jpg) no-repeat right bottom;
    background-size: 100%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.fenye{
    margin: 0 auto 0 auto;
    overflow: hidden;
    padding-bottom: 1.45rem;
}

.fenye img{
    display: block;
    margin: 0 auto;
}


@media (min-width: 1200px){

    .nynewsbox ul li:hover .newsimg .pic img{
        transform: scale(1.1);

    }

    .nynewsbox ul li:hover::after{
        width: 100%;
    }

    .nynewsbox ul li:hover  .txt a{
        color: #fff;

    }

    .nynewsbox ul li:hover  .txt i{
        background: #fff;
    }

    .nynewsbox ul li:hover  .txt p{
        color: rgba(255, 255, 255, 0.5);
    }


}

@media (max-width: 980px){

    .nynewsbox{
        margin: 0.7rem auto 0 auto;
    }
    
    .nynewsbox ul li{
        width: 100%;
        padding: 0.3rem 0  0.5rem 0;
        margin-bottom: 0.3rem;

    }
    
    .nynewsbox ul li .newsimg{
        position: relative;
        float: none;
        width: 90%;
        margin: 0% auto;
    }
    
    .nynewsbox ul li .newsimg .pic{
        position: relative;
        width: 100%;
        padding-top: 56%;
        overflow: hidden;
    
    }
    
    .nynewsbox ul li .newsimg .time{
        width: 1.2rem;
        height: 1.2rem;
    }
    
    .nynewsbox ul li .newsimg .time span{
        font-size: 0.4rem;
        padding: 0.2rem 0 0.1rem 0;
    }
    
    .nynewsbox ul li .newsimg .time i{
        font-size: 0.26rem;
    }
    
    .nynewsbox ul li .txt{
        float: none;
        width: 90%;
        margin: 0.4rem auto 0 auto;
    
    }
    
    .nynewsbox ul li .txt a{
        font-size: 0.32rem;
        margin: 0.18rem 0 0.15rem 0;
    }
    
    
    .nynewsbox ul li .txt p{
        font-size: 0.28rem;
        line-height: 0.4rem;
        height: 1.2rem;
        margin-top: 0.2rem;
    }
    
    
    .nynewsbox ul li::after{
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        content: "";
        width: 0%;
        height: 100%;
        background: #0354ad url(../nyimages/newslist.jpg) no-repeat right bottom;
        background-size: 100%;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }


    .fenye{
        padding-bottom: 1rem;
    }
    
    .fenye img{
        display: block;
        margin: 0 auto;
        width: 100%;
    }

}




/*博士后管理*/

.bshglbox{
    margin: 0.5rem auto 0 auto;
    padding-bottom: 2rem;
}

.bshglbox .bshgl_list{
    text-align: center;
    margin: 0 auto;
}

.bshglbox .bshgl_list ul li{
    display: inline-block;
    width: 22%;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 45px;
    background: #F4F9FF;
    border: 1px dashed #0254AD;
    margin: 0 0.1rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.bshglbox .bshgl_list ul li a{
    display: block;
    text-align: center;
    font-size: 0.2rem;
    color: #0254AD;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.bshglbox .bshgl_list ul li.on{
    background: #0354ad;
    border: 1px dashed #0354ad;
}

.bshglbox .bshgl_list ul li.on a{
    color: #fff;
}

.bshglbox .bshgl_nr{
    margin: 0.4rem auto 0 auto;

} 

.bshglbox .bshgl_nr p{
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.36rem;
    text-indent: 2em;
    margin-bottom: 0.3rem;
}



@media (max-width: 980px){

    .bshglbox{
        margin: 0.6rem auto 0 auto;
        padding-bottom: 1rem;
    }
    
    
    .bshglbox .bshgl_list ul li{
        display: inline-block;
        width: 30%;
        height: 0.7rem;
        line-height: 0.7rem;
        margin: 0 0.06rem;

    }
    
    .bshglbox .bshgl_list ul li a{
        font-size: 0.24rem;
    }
    
    
    .bshglbox .bshgl_nr p{
        font-size: 0.3rem;
        line-height: 0.48rem;
        text-indent: 2em;
        margin-bottom: 0.3rem;
    }


}



/*学生工作*/

.xsgzbox{
    margin: 0.5rem auto 0 auto;
    padding-bottom: 1.1rem;
}

.xsgzbox .xsgz_list{
    text-align: center;
    margin: 0 auto;
}

.xsgzbox .xsgz_list ul li{
    display: inline-block;
    width: 22%;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 45px;
    background: #F4F9FF;
    border: 1px dashed #0254AD;
    margin: 0 0.1rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.xsgzbox .xsgz_list ul li a{
    display: block;
    text-align: center;
    font-size: 0.2rem;
    color: #0254AD;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.xsgzbox .xsgz_list ul li.on{
    background: #0354ad;
    border: 1px dashed #0354ad;
}

.xsgzbox .xsgz_list ul li.on a{
    color: #fff;
}

.xsgzbox .xsgz_nr{
    margin: 0.5rem auto 0 auto;

} 

.xsgzbox .xsgz_nr h5{
    font-size: 0.2rem;
    color: #0354AA;
    padding-left: 0.4rem;
    background: url(../nyimages/jgszico3.png) no-repeat left center;
    margin-bottom: 0.28rem;
}

.xsgzbox .xsgz_nr p{
    font-size: 0.18rem !important;
    color: #333333;
    line-height: 0.36rem !important;
    text-indent: 2em;
    margin-bottom: 0.2rem;
    margin-left: 0.2rem;
}


@media (max-width: 980px){

    .xsgzbox{
        margin: 0.6rem auto 0 auto;
        padding-bottom: 1rem;
    }
    
    
    .xsgzbox .xsgz_list ul li{
        display: inline-block;
        width: 30%;
        height: 0.7rem;
        line-height: 0.7rem;
        margin: 0 0.06rem;

    }
    
    .xsgzbox .xsgz_list ul li a{
        font-size: 0.24rem;
    }

    .xsgzbox .xsgz_nr{
        margin: 0.6rem auto 0 auto;
    
    } 
    
    .xsgzbox .xsgz_nr h5{
        font-size: 0.28rem;
        padding-left: 0.6rem;
        background: url(../nyimages/jgszico3.png) no-repeat left center;
        margin-bottom: 0.28rem;
    }
    
    .xsgzbox .xsgz_nr p{
        font-size: 0.26rem;
        line-height: 0.48rem;
        margin-bottom: 0.4rem;
        margin-left: 0.2rem;
    }

}




/*内容*/


.newsxq{
    margin: 0.5rem auto 0 auto;
    padding-bottom: 1.7rem;

}
.newsxq1{

    padding-bottom: 0;

}
.newsxq .nr{
    margin-bottom: 0.5rem;
}

.newsxq .news_t{
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0.18rem;
    border-bottom: 1px dashed #B9B9B9;

}

.newsxq .news_t h5{
    font-size: 0.26rem;
    color: #0254AD;

}

.newsxq .news_t span{
    display: block;
    position: relative;
    margin: 0.2rem auto 0 auto;
    line-height: 0.36rem;
    height: 0.36rem;
}

.newsxq .news_t span i{
    display: block;
    font-size: 0.16rem;
    color: #9E9E9E;

}

.newsxq .news_t span i span{
    display: inline-block;
    margin: 0 auto;
    height: auto;
}

.newsxq .news_t span em{
    display: inline-flex;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.36rem;
}

.newsxq .news_t span em a{
    display: inline-block;
    margin-left: 0.1rem;
}

.newsxq .news_t span em img{
    display: inline-block;
    width: 0.36rem;
    height: 0.36rem;

}

.newsxq .news_t span em .wechat{
    position: relative;
}

.newsxq .news_t span em .wechat .wechat-qrcode img{
    position: absolute;
    bottom: 102%;
    left: -0.32rem;
    width: 1rem;
    height: 0;
    display: none;

}

.newsxq .news_t span em .wechat:hover .wechat-qrcode img{
    width: 1rem;
    height: 1rem;
    display: block;
}


.newsxq .newsxqms{
    margin: 0.3rem auto 0 auto;
    padding-bottom: 0.4rem;
    border-bottom: 1px dashed #B9B9B9;
    height:auto;
    overflow:hidden;
}
.newsxq1 .newsxqms{
    padding-bottom: 0;
    border-bottom: none;

}
.newsxq .newsxqms p{
    font-size: 0.18rem !important;
    color: #333333;
    line-height: 0.36rem !important;
    text-indent: 2em;
    margin-bottom: 0.1rem;
}
.newsxq .newsxqms p strong{font-weight:bold;}
.newsxq .newsxqms img{
    display: block;
    margin: 0 auto 0.4rem auto;
    max-width: 100%;
    max-height: 100%;
}
.newsxq .newsxqms table p{
    text-indent: 0em !important;
     margin-bottom: 0 !important;
    text-align:center;
}
.newsxq .newsxqms span{

    font-size: 0.18rem;
    color: #333333;
    line-height: 0.36rem;
}


.newsxq .newsxqlist{
    margin: 0.4rem auto 0 auto;
    position: relative;
} 

.newsxq .newsxqlist ul li{
    line-height: 0.36rem;
}

.newsxq .newsxqlist ul li a{
    display: block;
    font-size: 0.18rem;
    color: #333333;
  
}

.newsxq .newsxqlist ul li.on a{
    color: #0254AD 
}

.newsxq .newsxqlist .newsback{
    position: absolute;
    right: 0;
    top: 0.2rem;
    background: #0254AD;
    width: 1rem;
    height: 0.4rem;
    line-height: 0.4rem;
}

.newsxq .newsxqlist .newsback a{
    display: block;
    text-align: center;
    font-size: 0.16rem;
    color: #FFFFFF;
}

.newsxq .newsxqlist .newsback::after{
    position: absolute;
    right: 2px;
    top: 0;
    background: #7BB612;
    width: 2px;
    height: 0.4rem;
    content: "";
}


@media (max-width: 980px){

    .newsxq{
        margin: 0.7rem auto 0 auto;
        padding-bottom: 1.5rem;
    
    }
    
    
    .newsxq .news_t h5{
        font-size: 0.32rem;
        line-height: 0.44rem;
    
    }
    
    .newsxq .news_t span{
        line-height: 0.36rem;
        height: auto;
    }
    
    .newsxq .news_t span i{
        display: block;
        font-size: 0.26rem;
    
    }
    
    .newsxq .news_t span em{
        display: block;
        position: relative;
        right: 0;
        top: 0px;
        font-size: 0.26rem;
        line-height: 0.36rem;
    }
    
    .newsxq .news_t span em img{
        display: inline-block;
        margin-left: 0.1rem;
        width: 0.36rem;
        height: 0.36rem;
        position: relative;
        top: 0.07rem;
    
    }
    
    
    .newsxq .newsxqms p{
        font-size: 0.3rem;
        color: #333333;
        line-height: 0.5rem;
        text-indent: 2em;
        margin-bottom: 0.3rem;
    }
    
    
    .newsxq .newsxqms span{
        display: block;
        font-size: 0.3rem;
        line-height: 0.5rem;
    }
    
    
    .newsxq .newsxqlist{
        margin: 0.4rem auto 0 auto;
        position: relative;
    } 
    
    .newsxq .newsxqlist ul li{
        line-height: 0.5rem;
    }
    
    .newsxq .newsxqlist ul li a{
        display: block;
        font-size: 0.3rem;
        color: #333333;
      
    }
    
    
    .newsxq .newsxqlist .newsback{
        position: relative;
        right: 0;
        top: 0.2rem;
        background: #0254AD;
        width: 2rem;
        height: 0.6rem;
        line-height: 0.6rem;
        margin: 0.2rem  auto 0 auto;
    }
    
    .newsxq .newsxqlist .newsback a{
        font-size: 0.28rem;
    }
    
    .newsxq .newsxqlist .newsback::after{
        height: 0.6rem;
        content: "";
    }

}







/*通知公告*/


.nynoticebox{
    margin: 0.5rem auto 0 auto;
    padding-bottom: 0rem;

}


.nynoticebox .notice{
    margin: 0 auto 0.5rem auto;

}

.nynoticebox .notice ul li{
    position: relative;
    z-index: 9;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(2, 70, 143, 0.1);
    width: 100%;
    height: 0.8rem;
    margin: 0 auto 0.2rem auto;


}

.nynoticebox .notice ul li .time{
    float: left;
    margin-left: 3%;

}

.nynoticebox .notice ul li .time span{
    display: block;
    float: left;
    width: 0.55rem;
    height: 0.55rem;
    line-height: 0.55rem;
    border: 1px dashed #02468F;
    border-radius: 50%;
    margin: 0.12rem 0 0 0;
    text-align: center;
    font-size: 0.3rem;
    color: #0254AD;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nynoticebox .notice ul li .time span::after{
    position: absolute;
    right: -0.12rem;
    top: 0.05rem;
    content: "";
    background: url(../nyimages/ico1.png) no-repeat center;
    background-size: 100%;
    width: 0.22rem;
    height: 0.16rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nynoticebox .notice ul li .time i{
    display: block;
    float: left;
    font-size: 0.14rem;
    color: #0254AD;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0.4rem 0 0 0.15rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nynoticebox .notice ul li .time em{
    display: block;
    float: left;
    width: 1px;
    height: 0.34rem;
    background: #D8D8D8;
    margin: 0.24rem 0 0 0.25rem;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nynoticebox .notice ul li .txt{
    float: left;
    margin-left: 3%;
    width: 72%;

} 

.nynoticebox .notice ul li .txt a{
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.8rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}


.nynoticebox .notice ul li::after{
    position: absolute;
    left: 0;
    top: 0rem;
    content: "";
    background: #0354ad url(../nyimages/newslist1.jpg) no-repeat right center;
    width: 0;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}




@media (min-width: 1200px){
    .nynoticebox .notice ul li:hover::after{
        width: 100%;
    }

    .nynoticebox .notice ul li:hover .time span{
        color: #fff;
        border: 1px dashed #FFFFFF;
    }

    .nynoticebox .notice ul li:hover .time span::after{
        background: url(../nyimages/ico2.png) no-repeat center;
        background-size: 100%;

    }

    .nynoticebox .notice ul li:hover .time i{
        color: #fff;
    }


    .nynoticebox .notice ul li:hover .txt a{
        color: #fff;

    }
    
}



@media (max-width: 980px){


    .nynoticebox{
        margin: 0.6rem auto 0 auto;
        padding-bottom: 0rem;
    
    }
    
    
    .nynoticebox .notice{
        margin: 0 auto 0.6rem auto;
    
    }
    
    .nynoticebox .notice ul li{
        height: 1rem;
        margin: 0 auto 0.3rem auto;
    
    
    }
    
    .nynoticebox .notice ul li .time span{
        width: 0.65rem;
        height: 0.65rem;
        line-height: 0.65rem;
        margin: 0.17rem 0 0 0;
        font-size: 0.32rem;
    }
    
    .nynoticebox .notice ul li .time span::after{
        position: absolute;
        right: -0.2rem;
        top: 0.03rem;
        content: "";
        background: url(../nyimages/ico1.png) no-repeat center;
        background-size: 100%;
        width: 0.3rem;
        height: 0.24rem;
    }
    
    .nynoticebox .notice ul li .time i{
        font-size: 0.26rem;
        margin: 0.45rem 0 0 0.2rem;
    }
    
    .nynoticebox .notice ul li .time em{
        height: 0.44rem;
        margin: 0.28rem 0 0 0.25rem;

    }
    
    .nynoticebox .notice ul li .txt{
        width: 60%;
    
    } 
    
    .nynoticebox .notice ul li .txt a{
        font-size: 0.28rem;
        line-height: 1rem;
    
    }
    
}





/*领导班子*/


.nyteambox{
    margin: 0.5rem auto 0 auto;
    padding-bottom: 2.5rem;

}

.nyteambox ul li{
    width: 100%;
    height: 2.84rem;
    background: url(../nyimages/teamlist.png) repeat  center;
    margin-bottom: 0.3rem;
    border: 1px solid #d4e4f1;
    position: relative;
    z-index: 9;
    box-shadow: 0px 0px 10px 5px rgba(2, 70, 143, 0.03);
}

.nyteambox ul li::after{
    position: absolute;
    right: -1px;
    bottom: -1px;
    background: url(../nyimages/teamico.png) no-repeat  center;
    background-size: 100%;
    width: 0.5rem;
    height: 0.57rem;
    content: "";
    z-index: 2;
}

.nyteambox ul li::before{
    position: absolute;
    right: -0.2rem;
    bottom: -0.2rem;
    background: #fff;
    background-size: 100%;
    width: 0.5rem;
    height: 0.57rem;
    content: "";
    z-index: 1;
}

.nyteambox ul li .pic{
    float: left;
    margin: 0.3rem 6% 0 4%;
    width: 15%;
    padding-top: 21%;
    position: relative;

}

.nyteambox ul li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0px;

}


.nyteambox ul li .txt{
    float: left;
    width: 71%;
    margin-top: 0.3rem;

} 

.nyteambox ul li .txt h5{
    line-height: 0.7rem;
    font-size: 0.26rem;
    color: #0354AA;

}

.nyteambox ul li .txt h5 i{
    font-size: 0.24rem;
    color: #333;
    margin-left: 0.55rem;
}

.nyteambox ul li .txt span{
    display: block;
    width: 100%;
    height: 1px;
    background: #DBE5F0;
}

.nyteambox ul li .txt em{
    display: block;
    width: 0.37rem;
    height: 3px;
    background: #0254AD;
    margin: -3px 0 0.3rem 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nyteambox ul li .txt p{
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.38rem;
}

.nyteambox ul li .txt p i{
    font-size: 0.18rem;
    color: #333 
}


.nyteambox ul li:hover .txt em{
    width: 30%;
}





@media (max-width: 980px){


    .nyteambox{
        margin: 0.6rem auto 0 auto;
        padding-bottom: 1.5rem;
    
    }
    
    .nyteambox ul li{
        width: 100%;
        height: 3rem;
        margin-bottom: 0.4rem;
    }
    

    
    .nyteambox ul li .pic{
        float: left;
        margin: 0.3rem 6% 0 4%;
        width: 25%;
        padding-top: 34%;
        position: relative;
    
    }
    
    
    
    .nyteambox ul li .txt{
        float: left;
        width: 61%;
        margin-top: 0.25rem;
    
    } 
    
    .nyteambox ul li .txt h5{
        line-height: 0.5rem;
        font-size: 0.32rem;
    
    }
    
    .nyteambox ul li .txt h5 i{
        font-size: 0.26rem;
        margin-left: 0.35rem;
    }
    
    
    .nyteambox ul li .txt em{
        margin: -2px 0 0.2rem 0;
    }
    
    .nyteambox ul li .txt p{
        font-size: 0.28rem;
        line-height: 0.38rem;
    }
    
    .nyteambox ul li .txt p i{
        font-size: 0.28rem;
        color: #333 
    }
    

}

/*师资队伍*/

.nylist .sidebar{
 
    padding-top: 0.6rem;
}


.nylist .sidebar dl{
    background: #F4F9FF;
    overflow: hidden;
    margin-bottom: 0.2rem;
}

.nylist .sidebar h5{
    margin: 0 auto;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    background: #0254AD;
    text-align: center;
    font-size: 0.2rem;
    color: #FFFFFF;

}


.nypagebg .nycont .nylist .sidebar ul{
    padding: 0.25rem 0;
    background:none;
    box-shadow: 0px 0px 10px 5px rgba(2, 70, 143, 0);
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}



.nypagebg .nycont .nylist .sidebar ul li{
    font-size: 0.16rem;
    line-height: 0.34rem;
    letter-spacing: 0.05em;
    color: #333333;
    border-bottom: none;
    height: auto;
    float: left;
    width: 40%;
    margin: 0 5%;
}


.nypagebg .nycont .nylist .sidebar ul li input {
    margin-right: 0.05rem;
}

.nypagebg .nycont .nylist .sidebar ul li input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 0.14rem;
    height: 0.14rem;
    border: 1px solid #9A9B9C;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}

.nypagebg .nycont .nylist .sidebar ul li input[type="checkbox"]:checked {
    background: #0354ad;
    border: 1px solid #0354ad;
}

.nypagebg .nycont .nylist .sidebar ul li input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    background: url(../nyimages/inputico.png) no-repeat  center;
    background-size: 50%;
    width: 0.12rem;
    height: 0.12rem;
}

.nypagebg .nycont .nylist .sidebar dl:first-child ul li{
    width: 100%;

}


.szdw{
    margin: 0.65rem auto 0 auto;
    padding-bottom: 2.45rem;
}

.szdw .nyteamlist{
    margin: 0rem auto 0.45rem auto;
    background: #f4faff;
    padding: 0rem 0 0rem 0;
    overflow: hidden;

}

.nyteam .nyteamlist .teamlistnr{
    padding: 0.3rem 0% 0.2rem 2%;
    width: 96%;

}

.nyteam .nyteamlist .teamlistnr h5{
    display: flex;
    float: left;
    margin-right: 0.3rem;
    background: #0254AD;
    border-radius: 45px;
    padding: 0 0.12rem;
    height: 0.3rem;
    line-height: 0.3rem;
}

.nyteam .nyteamlist .teamlistnr h5 i{
    display: block;
    text-align: center;
    font-size: 0.18rem;
    color: #fff;
}

.nyteam .nyteamlist .teamlistnr .term_nav{
    display: flex;
  }
  
  .nyteam .nyteamlist .teamlistnr .term_nav ul li{
    display: inline-block;
    font-size: 0.18rem;
    color: #555555;
    margin-right: 0;
  }
  
  .nyteam .nyteamlist .teamlistnr.list2 .term_nav ul li{
    display: inline-block;
    font-size: 0.18rem;
    color: #555555;
    margin: 0 0.19rem;
    margin-bottom: 0.1rem;
    padding: 0 0rem;
    text-align: center;
    line-height: 0.3rem;
  }
  
  .nyteam .nyteamlist .teamlistnr .term_nav ul li.on{
   color: #0254AD;
  
  }
  
  .nyteam .nyteamlist .teamlistnr .term_nav ul li:hover{
    color: #0254AD;
  
  }

  .nyteam .term_box{
      margin: 0 auto;
  }

  .nyteam .term_box h1{
      position: relative;
      z-index: 5;
      line-height: 0.3rem;
    

  }

  .nyteam .term_box h1::after{
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 1px;
      background: #D8D8D8;
      content: "";
      
  }

  .nyteam .term_box h1 i{
      display: block;
      margin-left: 0.2rem;
      font-size: 0.24rem;
      color: #0254AD;
      width: 0.5rem;
      text-align: center;
      background: #fff;
      position: relative;
        z-index: 9;
  }

  .nyteam .term_box .term_item{
      margin: 0.1rem 0 0.35rem 0.3rem;
      overflow: hidden;

  }

  .nyteam .term_box .term_item dl{
      float: left;
      font-size: 0.18rem;
      color: #333;
      line-height: 0.4rem;
      width: 14%;
      text-align: left;
  }


  
  

  @media (max-width: 980px){

    .nylist .sidebar{
        padding-top: 0.5rem;
        width: 92%;
        margin: 0 auto;
    }
    
    .nylist .sidebar h5{
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 0.3rem;
    
    }
    
    
    
    
    .nypagebg .nycont .nylist .sidebar ul li{
        font-size: 0.28rem;
        line-height: 0.48rem;
    }
    
    
    .nypagebg .nycont .nylist .sidebar ul li input {
        margin-right: 0.1rem;
    }
    
    .nypagebg .nycont .nylist .sidebar ul li input[type="checkbox"] {
        width: 0.24rem;
        height: 0.24rem;
    }
    
    
    .nypagebg .nycont .nylist .sidebar ul li input[type="checkbox"]:checked::after {
        content: "";
        position: absolute;
        left: 0%;
        top: 0%;
        background: url(../nyimages/inputico.png) no-repeat  center;
        background-size: 100%;
        width: 0.2rem;
        height: 0.2rem;
    }
    
    .nypagebg .nycont .nylist .sidebar dl:first-child ul li{
        width: 100%;
    
    }
    
    
    .szdw{
        margin: 0.5rem auto 0 auto;
        padding-bottom: 1.45rem;
    }
    
    
    
    .nyteam .nyteamlist .teamlistnr h5{
        display: flex;
        float: left;
        margin-right: 0.3rem;
        background: #0254AD;
        border-radius: 45px;
        padding: 0 0.24rem;
        height: 0.5rem;
        line-height: 0.5rem;
    }
    
    .nyteam .nyteamlist .teamlistnr h5 i{
        display: block;
        text-align: center;
        font-size: 0.28rem;
        color: #fff;
    }
    
    .nyteam .nyteamlist .teamlistnr .term_nav{
        display: flex;
      }
      
      .nyteam .nyteamlist .teamlistnr .term_nav ul li{
        display: inline-block;
        font-size: 0.28rem;
      }
      
      .nyteam .nyteamlist .teamlistnr.list2 .term_nav ul li{
        display: inline-block;
        font-size: 0.28rem;
        color: #555555;
        margin: 0 0.3rem 0 0;
        margin-bottom: 0.1rem;
        padding: 0 0rem;
        text-align: center;
        line-height: 0.32rem;
      }

    
      .nyteam .term_box h1{

          line-height: 0.32rem;
        
    
      }

    
      .nyteam .term_box h1 i{
          font-size: 0.32rem;
          color: #0254AD;
          width: 0.6rem;
      }
    
      .nyteam .term_box .term_item{
          margin: 0.2rem 0 0.35rem 0.3rem;
          overflow: hidden;
    
      }
    
      .nyteam .term_box .term_item dl{
          float: left;
          font-size: 0.28rem;
          color: #333;
          line-height: 0.5rem;
          width: 16%;
          text-align: left;
      }



  }



/*内容样式*/
.nycont_right td,
.nycont_right th{padding: 10px 10px;border: 1px solid #eff3f6;vertical-align:middle;color: #303030;line-height: 1.25;}
.nycont_right td p,
.nycont_right th p{padding-bottom:0;margin-bottom: 0 !important;}
.nycont_right table {border-collapse: collapse;border: 1px solid #dadbdd; width:100%}
.nycont_right table tr:not(:first-child) td{}
.nycont_right table td {border: 1px solid #dadbdd;}

.nycont_right table th{ border: 1px solid #dadbdd;}


  @media screen and (max-width: 1199px) {

	.tbsc{overflow-x: auto;}
	.tbsc table{width: 700px;}
  }




.nypiclist{
  margin-top: 0.3rem;
}
.nypiclist li{
  float: left;
  width: 31.6%;
  margin-right: 2%;
  margin-bottom: 0.3rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 0px rgba(2, 70, 143, 0.15);
}


.nypiclist li:nth-child(3n){
  margin-right: 0;
}

.nypiclist li a{
  display: block;
}

.nypiclist li .img{
  overflow: hidden;
  position: relative;
  padding-top: 65%;
  width: 95%;
  margin: 0.1rem auto 0 auto;
}

.nypiclist li .img img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.nypiclist li .txt{
  margin: 0px auto 0 auto;
  width: 90%;
  padding: 0.2rem 0 0.2rem 0;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 0.16rem;
  color: #333333;
}


.TeacherListbox{
  padding-bottom:2rem;
height:auto;
overflow:hidden;
width:100%;
}


.TeacherListbox ul{
  margin: 0.3rem auto 0 auto;

}

.TeacherListbox ul li{
  width: 19%;
  background: #E6F1FF;
  margin: 0 0.5% 0.4rem;
  float:left;
  padding: 0.2rem 0 0.2rem;
}
.Teacher1 ul li{
  width: 32%;

}
.TeacherListbox ul li .pic{
  position: relative;
  padding-top: 110%;
  width: 85%;
  margin: 0 auto;

}

.TeacherListbox ul li .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; 
}

.TeacherListbox ul li .txt{
  margin: 0.15rem auto 0 auto;

}
.TeacherListbox ul li .txt1{
min-height:1.5rem;

}
.TeacherListbox ul li .txt a{
  font-family: "PuHuiTi";
  font-size: 0.18rem;
  color: #222222;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* overflow: hidden; */
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 0 .2rem;
}

.TeacherListbox ul li .txt a p{
  font-size: 0.18rem;
  color: #666666;
  margin-top: 0.15rem;
  line-height:.22rem;
}

.Teacher1 ul li .txt a p{
margin-top:0.1rem;
}


@media (max-width: 980px) {


.nypiclist{
    margin-top: 0.4rem;
  }
  .nypiclist li{
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0.3rem;
  }
  
  
  .nypiclist li:nth-child(3n){
    margin-right: 0;
  }

  .nypiclist li a{
    display: block;
    padding-top: 2.5%;
  }
  
  .nypiclist li .img {
    margin: 0rem auto 0 auto;
}

  .nypiclist li .txt{
    padding: 0.3rem 0 0.3rem 0;
    font-size: 0.28rem;
    color: #333333;
  }
  .TeacherListbox ul{
    margin: 0.4rem auto 0 auto;
  }
  
  .TeacherListbox ul li{
    width: 48%;
    margin: 0 1% 0.2rem;
    padding: 0.45rem 0 0.35rem 0;
  }
  
  
  .TeacherListbox ul li .txt{
    margin: 0.2rem auto 0 auto;
  
  }
  
  .TeacherListbox ul li .txt a{
    font-size: 0.28rem;
  }
  
  .TeacherListbox ul li .txt a p{
    font-size: 0.24rem;

  }
  



}


.teambox{
  margin: 0rem auto 0 auto;
}

.teambox .teamlist{
  padding: 0.3rem 0.4rem 0.3rem 0.3rem;
  background: #E6F1FF;
  overflow: hidden;
}

.teambox .teamlist .pic{
  position: relative;
  width: 19%;
  padding-top: 27%;
  float: left;

}

.teambox .teamlist .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; 
}

.teambox .teamlist .txt{
  float: right;
  width: 76.5%;
}

.teambox .teamlist .txt h5{
  height: 0.5rem;
  line-height: 0.4rem;
  border-bottom: 1px solid #BED6F4;
  font-size: 0.24rem;
  font-weight: bold;
  color: #0956BD;
  margin-bottom: 0.1rem;
}

.teambox .teamlist .txt p{
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #444444;
}

.teambox .team_experience{
  margin-top: 0.45rem;

} 

.teambox .team_experience .team_t{
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
  text-indent:0 !important;
}

.teambox .team_experience .team_t::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 0.12rem;
  background: linear-gradient(270deg, #E6F1FF 0%, rgba(230, 241, 255, 0) 100%);
}

.teambox .team_experience .team_t em{
  position: relative;
  display: inline-block;
  width: 0.45rem;

}

.teambox .team_experience .team_t em::after{
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.12rem;
  height: 0.12rem;
  background: #0956BD;
  border-radius: 50%;
}

.teambox .team_experience .team_t em::before{
  position: absolute;
  content: "";
  z-index: -2;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.12rem;
  height: 0.12rem;
  background: #FFBA00;
  border-radius: 50%;
}

.teambox .team_experience .team_t h5{
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #0956BD;
}

.teambox .team_experience .nr{

} 

.teambox .team_experience .nr p{
  font-size: 0.18rem !important;
  line-height: 0.36rem !important;
  color: #333333;
}

.teambox .team_experience.team6 .nr p{
  margin-bottom: 0.3rem;
}



@media (max-width: 980px){

.teambox{
  margin: 0rem auto 0 auto;
}

.teambox .teamlist{
  padding: 0.3rem ;
}

.teambox .teamlist .pic{
  position: relative;
  width: 100%;
  padding-top: 130%;
  float: none;
  margin: 0 auto;

}


.teambox .teamlist .txt{
  float: none;
  width: 92%;
  margin: 0.3rem auto 0 auto;
}

.teambox .teamlist .txt h5{
  height: 0.5rem;
  line-height: 0.4rem;
  font-size: 0.32rem;
  margin-bottom: 0.2rem;
}

.teambox .teamlist .txt p{
  font-size: 0.26rem;
  line-height: 0.4rem;
  margin-bottom: 0.1rem;
}

.teambox .team_experience{
  margin-top: 0.5rem;

} 

.teambox .team_experience .team_t{
  margin-bottom: 0.25rem;
}



.teambox .team_experience .team_t em::after{
  width: 0.16rem;
  height: 0.16rem;

}

.teambox .team_experience .team_t em::before{
  left: 0.14rem;
  width: 0.16rem;
  height: 0.16rem;
}

.teambox .team_experience .team_t h5{
  font-size: 0.32rem;
  line-height: 0.36rem;
}


.teambox .team_experience .nr p{
  font-size: 0.26rem !important;
  line-height: 0.5rem !important;
}

.teambox .team_experience.team6 .nr p{
  margin-bottom: 0.2rem;
}


}