html, body {font-family: Arial,"微软雅黑",Helvetica,sans-serif;font-size:16px;line-height: 40px;background-color: #fff;padding: 0;margin: 0; width: 100%; height: 100%;}
body{color: #333;-webkit-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);-moz-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);-o-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);}
a:link,a:visited{color:#333;text-decoration:none;}
a:hover,a:active{color:#47ab5b;text-decoration:none;}
img{border: 0;vertical-align: middle;max-width: 100%;-ms-interpolation-mode:bicubic;}
ul{list-style: none;padding: 0;margin: 0;}
::-webkit-scrollbar-track-piece {background-color: rgba(0, 0, 0, 0);border-left: 1px solid rgba(0, 0, 0, 0);}
::-webkit-scrollbar {width: 5px;height: 13px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
::-webkit-scrollbar-thumb {background-color: rgba(0, 0, 0, 0.5);background-clip: padding-box;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;min-height: 28px;}
::-webkit-scrollbar-thumb:hover {background-color: rgba(0, 0, 0, 0.5);-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.trans{-webkittransition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;-ms-transition: all .5s ease;transition: all .5s ease;}
:focus{outline: 0;}
.backfff{background:#fff;}
.fr{float:right;}.fl{float:left;}.ovh{overflow: hidden;}
.mt20{margin-top: 20px;}.op0{opacity: 0 !important;}.op1{opacity: 1 !important;}
/* css3 no lte ie8*/
.rad2{border-radius:2px;-moz-border-radius:2px;*-moz-border-radius:2px}
.rad3{border-radius:3px;-moz-border-radius:3px;*-moz-border-radius:3px}
.rad5{border-radius:5px;-moz-border-radius:5px;*-moz-border-radius:5px}
.rad8{border-radius:8px;-moz-border-radius:8px;*-moz-border-radius:8px}
.rad12{border-radius:12px;-moz-border-radius:12px;*-moz-border-radius:12px}
.amn1{transition:all ease-in-out .1s 0s;-webkit-transition:all ease-in-out .1s 0s;-moz-transition:all ease-in-out .1s 0s;-o-transition:all ease-in-out .1s 0s;}
.amn2{transition:all ease-out .2s 0s;-webkit-transition:all ease-out .2s 0s;-moz-transition:all ease-out .2s 0s;-o-transition:all ease-out .2s 0s;}
.amn3{transition:all ease-in-out .3s 0s;-webkit-transition:all ease-in-out .3s 0s;-moz-transition:all ease-in-out .3s 0s;-o-transition:all ease-in-out .3s 0s;}
.amn4{transition:all ease-in-out .4s 0s;-webkit-transition:all ease-in-out .4s 0s;-moz-transition:all ease-in-out .4s 0s;-o-transition:all ease-in-out .4s 0s;}
.amn6{transition:all ease-in-out .6s 0s;-webkit-transition:all ease-in-out .6s 0s;-moz-transition:all ease-in-out .6s 0s;-o-transition:all ease-in-out .6s 0s;}
.sdw{-webkit-box-shadow:#999 0px 0px 8px;-moz-box-shadow:#999 0px 0px 8px;box-shadow:#999 0px 0px 8px;}
.row{width: 1280px; padding: 0 10px; overflow: hidden; margin: 0 auto;}
* {
  transition-delay: 0;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  -webkit-overflow-scrolling: touch;
}
body{}

@font-face {
    font-family: "sandisplay";
    src: url(../images/sanfranciscodisplaybold.ttf);
}
@font-face {
    font-family: "sanmal";
    src: url(../images/SanFranciscoDisplayRegular.otf);
}
/* 首页 */
.w1200{width: 1200px;margin: 0 auto;}
.head{overflow: hidden;padding-top: 35px;padding-bottom: 30px;}
.head .btn{border-bottom: 1px solid #e4e4e4;margin-top: 20px;}
.head .btn a{padding: 0 15px;}
.head .btn hr{width: 1px;height: 16px;margin: auto;margin-top: 5px;border: none;background-color: #e5e5e5;display: inline-block;}
.nav{padding-bottom:20px;}
.nav ul{display: flex;justify-content: space-between;}
.nav ul li{position: relative;}
.nav ul hr{width: 1px;height: 16px;margin: auto;border: none;background-color: #e5e5e5;}
.nav ul li a{font-size: 17px;font-family: "sandisplay";color: #222;font-weight: bold;padding-bottom: 15px;position: relative;}
.nav ul li a::after{position: absolute;;width: 100%;height: 4px;content: "";background-color: #47ab5b;left: 0;bottom: 0px;transform: scale(0);transition: .4s;}
.nav ul li a:hover{color: #47ab5b;}
.nav ul li a:hover::after{transform: scale(1);}

.search-box{position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: 10000;opacity: 0;visibility: hidden;pointer-events: none;}
.search-box .s-bg{content: "";background: #000;opacity: 0.5;position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 1;}
.search-box form{position: absolute;width: 70%;height: 240px;background-color: #fff;left: 0;right: 0;top: 0;bottom: 0;margin: auto;z-index: 10;transform: scaleY(0);-webkit-transform: scaleY(0);
    -o-transform: scaleY(0);}
.search-box .txt{
    width: 0;margin: 0 auto;font-size: 60px;display: block;margin-top: 60px;border: none;border-bottom: 1px solid #000;line-height: 1.5;color: #333;transition: 1.2s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.search-box .subm{display: none;}
.search-box form .search-attr{width: 75%;display: block;margin: 0 auto;text-align: right;font-size: 20px;margin-top: 15px;color: #333;-webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;}

.search-box.open{opacity: 1;visibility:visible;pointer-events:all;}
.search-box.open form{
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    }
.search-box.open .txt{width: 75%;}
.search-box.open form .search-attr{transform: scaleX(1);}

.btnClose {z-index: 99;position: absolute;top: 20px;right: 20px;width: 60px;height: 60px;cursor: pointer;transition: .25s;background-color: #fff;}
.btnClose:hover{background-color: #fff;}
.btnCloseInner {position: absolute;width: 50px;height: 50px;top: 5px;
right: 5px;transition: .25s;}
.btnCloseInner:hover{transform:rotate(180deg);}
.btnCloseInner::after, .btnCloseInner::before {content: '';position: absolute;top: 50%;left: 0;height: 1px;width: 100%;background-color: #000000CC;transition: .25s;}
.btnCloseInner::after {transform: rotate(-45deg);}
.btnCloseInner::before {transform: rotate(45deg);}



.banner{max-width: 1920px;}
.banner .swiper-pagination-bullet{width: 12px;height: 12px;background-color: #fff;opacity: 1;border: 1px solid #fff;}
.banner .swiper-pagination-bullet-active{background: none;border: 2px solid #fff;}


.sy-row-1{padding: 50px 0;position: relative;overflow: hidden;}
.sy-row-1::after{position: absolute;left: 0;top: 0;width: 66%;background-color: #f4f4f4;content: "";height: 100%;z-index: 1;}
.sy-row-1 .w1200{z-index: 2;position: relative;justify-content: space-between;align-items: flex-end;display: flex;}
.sy-row-1 .fl{width: 560px;}
.sy-row-1 .tit{border-bottom: 1px solid #e2e2e2;position: relative;padding: 15px 0;}
.sy-row-1 .tit h3{font-size: 36px;color: #333;font-family:"sandisplay";font-weight: bold;margin: 0;}
.sy-row-1 .tit::after{position: absolute;content: "";left: 0;bottom: -1px;width: 64px;height: 2px;background-color: #47ab5b;}
.sy-row-1 .fl p{font-size: 16px;color: #333333;line-height: 2;}
.sy-row-1 .fl a{font-size: 16px;color: #47ab5b;border: 1px solid #47ab5b;width: 140px;line-height: 45px;text-align: center;display: block;box-sizing: border-box;position: relative;overflow: hidden;z-index: 1;}
.sy-row-1 .fl a::after{position: absolute;content: "";background-color: #47ab5b;left: -100%;width: 100%;height: 100%;z-index: -1;transition: .4s;}
.sy-row-1 .fl a:hover{color: #fff;}
.sy-row-1 .fl a:hover::after{left: 0;}
.sy-row-2{padding: 70px 0;}
.sy-row-2 .row1{overflow: hidden;}
.sy-row-2 .row1:first-child{margin-bottom: 80px;}
.sy-row-2 .row1.fl{width: 540px;}
.sy-row-2 .row1 .fr{width: 600px;text-align: center;}
.sy-row-2 .row1 .fr h3{margin: 0;font-size: 32px;line-height: 60px;padding: 0 30px;color: #fff;background-color: #47ab5b;font-family: "sandisplay";width: auto;display: inline-block;}
.sy-row-2 .row1 .fr p{margin: 0;font-size: 16px;color: #454545;line-height: 1.5;margin-top: 15px;}
.sy-row-2 .row1 .txt-li{display: flex;flex-wrap: wrap;}
.sy-row-2 .row1 .txt-li a{color: #47ab5b;font-size: 16px;width: 50%;text-align: left;background: url(../images/aicon1.png) no-repeat left center;padding-left: 25px;box-sizing: border-box;margin-top: 5px;}
.sy-row-2 .row1 .txt-li a:hover{padding-left: 35px;background-position: 10px;}

.sy-row-2 .row1:nth-child(2) .fr .txt-li{margin-top: 40px;}

.sy-row-3{background-color: #eeeeee;padding: 70px 0;}
.sy-row-3 h3{font-size: 36px;color: #333333;text-align: center;font-family: "sandisplay";margin: 0;margin-bottom: 30px;}
.sy-row-3 .row-list{display: flex;}
.sy-row-3 .row-list a{display: flex;flex-wrap: wrap;margin: 0 40px;    justify-content: center;width: 25%;}
.sy-row-3 .row-list a .imgbox{border-radius: 50%;overflow: hidden;border: 4px solid #fff;box-sizing: border-box;width: 215px;height: 215px;}
.sy-row-3 .row-list a .imgbox img{width: 100%;height: 100%;object-fit: cover;}
.sy-row-3 .row-list a p{font-size: 18px;color: #333333;text-align: center;}
.sy-row-3 .row-list a:hover .imgbox{border: 4px solid #47ab5b;}
.sy-row-3 .row-list a:hover p{color: #47ab5b;}


.sy-row-4{padding: 70px 0;background-color: #47ab5b;}
.sy-row-4 h3{font-size: 36px;color: #fff;text-align: center;font-family: "sandisplay";margin: 0;margin-bottom: 30px;}
.sy-row-4 .img-list{}
.sy-row-4 .img-list::after{clear: both;display: block;content: "";}
.sy-row-4 .img-list a{width: 380px;float: left;margin-left: 30px;background-color: #fff;box-shadow: 0 3px 5px rgb(0 0 0 / 10%);}
.sy-row-4 .img-list a:first-child{margin-left: 0;}
.sy-row-4 .img-list a .imgbox{width: 100%;height: 220px;overflow: hidden;}
.sy-row-4 .img-list a .imgbox img{width: 100%;height: 100%;transform: scale(1);}
.sy-row-4 .img-list a p{font-size: 18px;color: #333333;padding: 0 20px;line-height: 1.5;}
.sy-row-4 .img-list a:hover{box-shadow: 0 3px 15px rgb(0 0 0 / 25%);}
.sy-row-4 .img-list a:hover .imgbox img{transform: scale(1.1);}
.sy-row-4 .img-list a:hover p{color: #47ab5b;}


.listbanner{width: 100%;height: 300px;position: relative;}
.listbanner img{width: 100%;height: 100%;object-fit: cover;}
.listbanner .location{position: absolute;bottom: 0;width: 100%;background-color: rgba(0, 0, 0, 0.4);text-align: right;color: #fff;font-size: 14px;line-height: 50px;}
.listbanner .location a{color: #fff;font-size: 14px;}
.page-row-1{padding: 35px 0;overflow: hidden;}
.page-row-1>.w1200>.fl{width: 260px;}
.page-row-1>.w1200>.fl h3{font-size: 24px;line-height: 1.5;padding: 10px 0;box-sizing: border-box;min-height: 80px;display: flex;align-items: center;justify-content: center;text-align: center;color: #ffffff;font-family: "sandisplay";background-color: #47ab5b;margin: 0;}
.page-row-1>.w1200>.fl ul{background: url(../images/flbg1.jpg) no-repeat bottom center #f4f4f4;padding-bottom: 130px;}
.page-row-1>.w1200>.fl ul li{width: 100%;box-sizing: border-box;padding: 0 25px;border-left: 4px solid #e4e4e4;position: relative;padding-top: 10px;}
.page-row-1>.w1200>.fl ul li>a{font-size: 16px;color: #333;display: block;line-height: 40px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;border-bottom: 1px solid #e2e4e7;padding-bottom: 10px;}
.page-row-1>.w1200>.fl ul li>a.sjl{background: url(../images/sjlm1.png) no-repeat right 45%;border-bottom: none;padding-bottom: 0;background-size: 11px;}
.page-row-1>.w1200>.fl ul li a::after{position: absolute;left: -4px;width: 4px;height:40px;top: 10px;background-color: #47ab5b;content: "";transform: scale(0);transition: .4s;}
.page-row-1>.w1200>.fl ul li .sjlm{border-bottom: 1px solid #e2e4e7;padding-bottom: 10px;}
.page-row-1>.w1200>.fl ul li .sjlm a{display: block;text-indent: 15px;}
.page-row-1>.w1200>.fl ul li .sjlm a.active1{color: #47ab5b;}
.page-row-1>.w1200>.fl ul li a:hover{color: #47ab5b;}
.page-row-1>.w1200>.fl ul li>a:hover:after{transform: scale(1);}
.page-row-1>.w1200>.fl ul li.active>a{color: #47ab5b;}
.page-row-1>.w1200>.fl ul li.active>a:after{transform: scale(1);}

.page-row-1>.w1200>.fr{width: 900px;}
.page-row-1>.w1200>.fr .public-tit{border-bottom: 1px solid #e2e2e2;position: relative;margin-bottom: 10px;}
.page-row-1>.w1200>.fr .public-tit::after{position: absolute;width: 64px;height: 2px;background-color: #47ab5b;content: "";}
.page-row-1>.w1200>.fr .public-tit h3{margin: 0;font-size: 36px;color: #333333;padding: 20px 0;font-family: "sandisplay";}

/* 师资概况 */
.teacher-list{}
.teacher-list ul{}
.teacher-list ul::after{clear: both;content: "";display: block;}
.teacher-list ul li{margin-top: 20px;margin-right: 20px;float: left;width: 440px;box-sizing: border-box;background-color: #f5f5f5;overflow: hidden;box-shadow: 0 0 5px rgb(0 0 0 / 10%);}
.teacher-list ul li:nth-child(2n){margin-right: 0;}
.teacher-list ul li a{padding: 20px;display: block;overflow: hidden;}
.teacher-list ul li .fl{width: 150px;height: 200px;}
.teacher-list ul li .fl img{width: 100%;height: 100%;}
.teacher-list ul li .fr{width: 230px;}
.teacher-list .teacher-tit{border-bottom: 1px solid #dddddd;}
.teacher-list ul li .fr h3{font-size: 20px;color: #333;font-family: "sandisplay";margin: 0;display: inline-block;margin-right: 10px;}
.teacher-list ul li .fr span{font-size: 14px;color: #47ab5b;font-family: "sanmal";font-weight: normal;}
.teacher-list ul li .fr p{margin: 0;line-height: 1.5;font-size: 14px;color: #666666;font-family: "sanmal";font-weight: normal;margin-top: 10px;}

/* 学生工作 */
.work-list{}
.work-list ul li{margin-top: 30px;}
.work-list ul li a{display: block;overflow: hidden;}
.work-list ul li a .fl{width: 280px;height: 180px;overflow: hidden;}
.work-list ul li a .fl img{width: 100%;height: 100%;transform: scale(1);}
.work-list ul li a .fr{width: 590px;line-height: 1.5;}
.work-list ul li a b{font-size: 20px;color: #333;font-family: "sandisplay";margin: 0;}
.work-list ul li a p{font-size: 14px;font-family: "sanmal";color: #666666;margin: 0;line-height: 1.5;margin-top: 10px;}
.work-list ul li a:hover .fl img{transform: scale(1.1);}
.work-list ul li a:hover b{color: #47ab5b;}

/* 学术单位 */
.unit-list{}
.unit-list ul li{margin-top: 30px;}
.unit-list ul li a{display: block;overflow: hidden;padding: 20px;background-color: #f5f5f5;width: 100%;box-sizing: border-box;}
.unit-list ul li a .fl{width: 280px;height: 200px;overflow: hidden;}
.unit-list ul li a .fl img{width: 100%;height: 100%;transform: scale(1);}
.unit-list ul li a .fr{width: 550px;line-height: 1.5;}
.unit-list ul li a b{font-size: 20px;color: #333;font-family: "sandisplay";margin: 0;position: relative;border-bottom: 1px solid #dddddd;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;padding: 10px 0;}
.unit-list ul li a b::after{position: absolute;content: "";width: 64px;height: 2px;background-color: #47ab5b;left: 0;bottom: -1px;}
.unit-list ul li a p{font-size: 14px;font-family: "sanmal";color: #666666;margin: 0;line-height: 1.5;margin-top: 10px;}
.unit-list ul li a:hover .fl img{transform: scale(1.1);}

/* 新闻列表 */
.news-list{}
.news-list ul{margin-top: 20px;}
.news-list ul li{margin-top: 10px;}
.news-list ul li a{overflow: hidden;padding-bottom: 10px;margin-top: 10px;border-bottom: 1px solid #eeeeee;display: flex;justify-content: space-between;align-items: center;}
.news-list ul li a b{font-size: 18px;color: #333;font-family: "sanmal";font-weight: bold;float: left;max-width: 750px;line-height: 2;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.news-list ul li a span{font-size: 16px;color: #666;font-family: "sanmal";float: right;line-height: 72px;}
.news-list ul li a:hover b{color: #47ab5b;}

/* 单页 */
.news-page{width: 100%;overflow: hidden;}
.news-page .nr p{font-size: 16px;color: #333;line-height: 2;text-align: justify;}

/* 新闻详情 */
.news-show{width: 100%;overflow: hidden;line-height:1.5;}
.news-show .show-t{border-bottom: 1px solid #dddddd;}
.news-show .show-t h2{font-size: 28px;text-align: center;color: #333;}
.news-show .show-t p{text-align: center;font-size: 16px;color: #333;}
.news-show .show-t p span{margin: 0 3px;}
.page{margin-top: 40px;}
/* 公共底部 */
.footer{background-color: #585b59;overflow: hidden;padding: 40px 0;}
.footer .w1200{display: flex;justify-content: space-between;align-items: center;}
.footer .fl a{display: block;margin-bottom: 15px;}
.footer .center h3{font-size: 16px;color: #fff;font-family: "sandisplay";margin: 0;}
.footer .center a{color: #fff;font-size: 14px;opacity: 0.7;display: block;}
.footer .center a:hover{opacity: 1;}
.footer p{color: #fff;font-size: 14px;margin: 0;line-height: 2;opacity: 0.6;}
.footer .fr p{text-align: center;margin-top: 5px;opacity: 1;}

@media screen and (max-width:768px) {
    *{max-width: 100%;}
    body{padding-top: 80px;}
    .w1200{padding: 0 4%;box-sizing: border-box;}
    .head{
        padding: 20px 4%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        height: 80px;
        background-color: #fff;
        z-index: 100;
    }
    .head .fl{max-width: 60vw;}
    .nav-btn{width: 36px;height: 36px;cursor: pointer;position: relative;text-align: center;float: right;}
    .nav-btn span{margin: auto;}
    .nav-btn span,.nav-btn span::before,.nav-btn span::after {
    width: 22px;height: 2px; content: "";
    background: #333; position: absolute; display: inline-block;
    top: 0;bottom: 0;left: 0;right: 0;
    transition:all ease-in-out .3s 0s ;
    }
    .search-btn{width: 36px;height: 36px;text-align: center;margin-right: 0.5rem;}
    .search-btn img{margin-top: -5px;}
    .nav-btn span::before { top: -6px;}
    .nav-btn span::after {top: 6px;}
    .nav-btn.active span { background-color: transparent;}
    .nav-btn.active span::before {top:0;transform: rotate(-45deg); background: #47ab5b;}
    .nav-btn.active span::after {top:0;transform: rotate(45deg); background: #47ab5b;}
    .head .btn{display: none;}
    .nav{padding: 0 4%;z-index: 99;position: fixed;top: 80px;left: 100%;width: 100%;height: 100%;background-color: #fff;box-sizing: border-box;}
    .nav.active{left: 0;}
    .nav ul{flex-wrap: wrap;}
    .nav ul li{width: 100%;}
    .nav ul li a{display: block;}
    .nav ul hr{display: none;}

    .banner{height: 45vw;}
    .banner img{width: 100%;height: 100%;object-fit: cover;}
    .sy-row-1 .w1200{flex-wrap: wrap;}
    .sy-row-1::after{width: 100%;}
    .sy-row-1{padding: 20px 0;}
    .sy-row-1 .tit{margin-bottom: 20px;}
    .sy-row-1 .tit h3{font-size: 22px;}
    .sy-row-2{padding: 20px 0;}
    .banner .swiper-pagination-bullet{width: 8px;height: 8px;}

    .sy-row-2 .row1 .fr{text-align: left;}
    .sy-row-2 .row1 .fr h3{font-size: 20px;line-height: 2;margin-top: 20px;}
    .sy-row-2 .row1 .txt-li a{display: block;width: 100%;}
    .sy-row-2 .row1:first-child{margin-bottom: 20px;}
    .sy-row-2 .row1:nth-child(2) .fr .txt-li{margin-top: 0;}

    .sy-row-3{padding: 20px 0;}
    .sy-row-3 h3{font-size: 22px;}
    .sy-row-3 .row-list{flex-wrap: wrap;justify-content: space-between;}
    .sy-row-3 .row-list a{width: 48%;box-sizing: border-box;margin: 0;padding: 0 10px;}
    .sy-row-3 .row-list a .imgbox{width: 60%;height: 24vw;}
    .sy-row-3 .row-list a p{font-size: 12px;line-height: 1.5;}
    .sy-row-4{padding: 20px 0;}
    .sy-row-4 h3{font-size: 22px;}
    .listbanner{height: 45vw;}
    .page-row-1{padding-top: 0;}
    .page-row-1 .w1200{padding: 0;}
    .page-row-1>.w1200>.fl{width: 100%;position: relative;}
    .page-row-1>.w1200>.fr{padding: 0 4%;box-sizing: border-box;}
    .page-row-1>.w1200>.fl h3{padding-left: 4%;justify-content: flex-start;background: url(../images/subnav.png) no-repeat 96% center #47ab5b;font-size: 18px;}
    .page-row-1>.w1200>.fl ul{display: none;position: absolute;left: 0;top: 80px;width: 100%;z-index: 10;background: #f4f4f4;padding-bottom: 30px;transition: 0s;}
    .page-row-1>.w1200>.fr .public-tit h3{font-size: 20px;}
    .work-list ul li a .fl{width: 40%;height: 25vw;}
    .work-list ul li a .fr{width: 55%;}
    .work-list ul li a b{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-size: 16px;}
    .work-list ul li a p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-size: 12px;}
    .news-list ul li a span{white-space: nowrap;}

    .unit-list ul li a .fl{width: 40%;height: 25vw;}
    .unit-list ul li a .fr{width: 55%;}
    .unit-list ul li a b{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-size: 16px;padding-top: 0;}
    .unit-list ul li a p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-size: 12px;}

    .news-show .show-t h2{font-size: 18px;}
    .news-show .show-t p{font-size: 14px;}

    .sy-row-4 .img-list a{margin-left: 0;margin: 10px 0;}
    .sy-row-4 .img-list a .imgbox{height: 35vw;}
    .sy-row-4 .img-list a .imgbox img{object-fit: cover;}

    .footer .center{display: none;}
    .footer .fr{display: none;}
}