<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.banner img{
    display: block;
    width: 100%;
}

/* 分页 */
 
 .pagination {
     text-align: center;
     font-size: 0;
     padding-top: 50px;
 }
 
 .pagination a {
     display: inline-block;
     border: 1px solid #dcdcdc;
     padding: 0 12px;
     height: 35px;
     font-size: 14px;
     line-height: 35px;
     text-align: center;
     color: #666;
     margin: 0 7px;
 }
 
 .pagination a.active {
     background: #105392;
     color: #fff;
     border: 1px solid #105392;
 }
 
 .pagination a:hover {
     background: #105392;
     color: #fff;
     border: 1px solid #105392;
 }
 
 .pagination span {
     display: inline-block;
     font-size: 14px;
 }
 

 .nymain {
     margin-top: 50px;
     margin-bottom: 50px;
     overflow: hidden;
 }
 

 .ny-right {
     overflow: hidden;
     padding-left: 50px;
 }
 
 .position {
     text-align: right;
     font-size: 0;
     padding: 16px 0;
     border-bottom: 1px solid #eceae4;
     margin-bottom: 30px;
 }
 
 .position h3 {
     float: left;
     font-size: 20px;
     font-weight: 600;
     color: #105392;
     padding-bottom: 9px;
     border-bottom: 3px solid #105392;
 }
 
 .position span {
     color: #666666;
     font-size: 16px;
     vertical-align: middle;
 }
 
 .position img {
     display: inline-block;
     height: 16px;
     vertical-align: middle;
     margin-right: 5px;
 }
 
 .position a {
     font-size: 16px;
     color: #666666;
     margin: 0 5px;
     vertical-align: middle;
 }
 
 .position a:hover {
     color: #105392;
 }
 
 .text-list ul {
     margin-top: 30px;
 }
 
 .text-list ul li {
  
     padding-right: 100px;
   
     position: relative;
     font-size: 15px;
     line-height: 45px;
 }
 
 .text-list ul li a {
     display: block;
     color: #333333;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     transition: all 0.3s;
 }
 
 .text-list ul li:hover a {
     color: #105392;
     transform: translateX(5px);
 }
 
 .text-list ul li div {
     position: absolute;
     right: 0;
     top: 0;
     color: #999999;
 }
 
 .art-main .art-tit {
     border-bottom: 1px solid #e5e5e5;
     margin-bottom: 30px;
 }
 
 .art-main .art-tit h3 {
     text-align: center;
     font-weight: 600;
     color: #000;
     font-size: 20px;
     margin-bottom: 20px;
     padding-top: 20px;
 }
 
 .art-main .art-body p {
     color: #333;
     text-indent: 2em;
     font-size: 16px;
     line-height: 32px;
     margin-bottom: 20px;
 }
 
 .art-main .art-body img {
     max-width: 100%;
     margin: 0 auto;
 }
 
 .art-main .cont-tit p {
     font-size: 0;
     text-align: center;
     padding-bottom: 20px;
 }
 
 .art-main .cont-tit p img {
     display: inline-block;
     vertical-align: middle;
     height: 16px;
     margin-right: 5px;
 }
 
 .art-main .cont-tit p .liulan {
     margin-left: 50px;
 }
 
 .art-main .cont-tit p span {
     display: inline-block;
     vertical-align: middle;
     font-size: 14px;
     color: #666;
     margin: 0 10px;
 }
 /* 图片列表 */
 
 .img-lists ul {
     overflow: hidden;
     margin-top: 10px;
 }
 
 .img-lists ul li {
     float: left;
     width: 30%;
     margin: 20px 1.5% 0 1.5%;
     border: 1px solid #eee;
     transition: all 0.3s;
     position: relative;
     top: 0;
 }
 
 .img-lists ul li:hover {
     box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
     top: -10px;
 }
 
 .img-lists ul li a {
     display: block;
     width: 100%;
 }
.img-lists ul li .pic{
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}
 .img-lists ul li .pic img {
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
 }
 
 .img-lists ul li a&gt;div.info {
     padding: 10px;
     font-size: 0;
 }
 
 .img-lists ul li a&gt;div.info p {
     color: #333;
     font-size: 16px;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     margin-bottom: 5px;
 }
 
 .img-lists ul li a&gt;div.info img {
     height: 14px;
     vertical-align: middle;
     display: inline-block;
 }
 
 .img-lists ul li a&gt;div.info span {
     font-size: 14px;
     display: inline-block;
     margin-left: 5px;
     color: #999;
     vertical-align: middle;
 }

/*组织机构*/
.system .sy-item h4{
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    padding-left: 30px;
    background: #eeeeee;
    line-height: 55px;
    border-left: 5px solid #105392;
}

.system .sy-item ul&gt;li{
    float: left;
    width: 21%;

    background: #eeeeee;
    margin: 15px 0;
    margin-left: 5.3%;
    transition: all .3s;
}
.system .sy-item ul&gt;li:nth-child(4n+1){
    margin-left: 0;
}
.system .sy-item ul&gt;li a{
    display: block;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 50px;
    padding: 0 15px;
    transition: all .3s;

}
.system .sy-item ul&gt;li:hover{
    background: #105392;
}
.system .sy-item ul&gt;li:hover a{
    font-weight: 600;
    color: #fff;
}
.system .sy-item ul{
    margin-top: 25px;
}
.system .sy-item {
    margin-top: 50px;
}
.system .sy-item:first-child{
    margin-top: 36px;
}

/*师资列表开始*/
.szdw-list ul&gt;li{
    float: left;
    width: 23.5%;
    margin-left: 2%;
    padding: 5px 5px 0;
    margin-top: 35px;
    border: 1px solid #ddd;
}
.szdw-list ul&gt;li:nth-child(4n+1){
    margin-left: 0;
}
.szdw-list ul&gt;li a{
    display: block;
    overflow: hidden;
}
.szdw-list ul&gt;li a .pic{
    padding-top: 133.33%;
}
.szdw-list ul&gt;li .list-info p{
    font-size: 18px;
    line-height: 36px;
    color: #333;
    text-align: center;
    padding-top: 12px;
    transition: all .3s;
}
.szdw-list ul&gt;li .list-info span{
    display: inline-block;
    font-size: 14px;
    color: #333;
    margin-left: 15px;
}
.szdw-list ul&gt;li:hover .pic img{
    transform: scale(1.1);
}
.szdw-list ul&gt;li:hover p,
.szdw-list ul&gt;li:hover span{
    color: #fff;

}
.szdw-list ul&gt;li:hover {
    background: #105392;
}</pre></body></html>