:root{
  --color1: #ff6637;
  --color2: #679b41;
  --color3: #226f94;
}
.ui-breadcrumb{margin:15px 0}
.ui-pagination{margin:30px 0;justify-content: center}
.container{max-width:1260px}
.home-position{content:'';position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background: url("../images/home-position.jpg") center center;background-size:100%}
  /*header start*/
.header-wrap{background:#fff}
.header{padding:25px 12px;justify-content: space-between;align-items: center;background:#fff}
.logo img{max-height:70px;backface-visibility:hidden;display: block}
.nav{display:flex;justify-content:flex-end;align-items: center}
.nav__item{padding:12px 25px;position:relative}
.nav__item > a{font-size:16px;transition:color .3s}
.nav__item > a:hover{color:var(--color2)}
.nav__item > a:after{content:'';position:absolute;bottom:-1px;left:50%;width:0;height:2px;transform: translateX(-50%);background:var(--color2);transition:width .3s}
.nav__item > a:hover:after,
.nav__item.cur > a:after{width:28px}
.nav__item.icon:after{content: '\e83a';font-size:12px;font-family: iconfont;position: absolute;top:15px;right:5px}
.nav__extend{height:0;overflow:hidden;z-index:-10;opacity:0;position:absolute;top:130%;left:0;width:100%;padding:0;border:solid 1px #ddd;border-radius:3px;box-shadow:0 2px 5px 1px rgba(0,0,0,.05);background:#fff;transition:top .3s,opacity .3s}
.nav__extend a{display:block;text-align: center;padding:5px 0}
.nav__extend a:hover{background: #f9f9f9}
.nav__item:hover .nav__extend{height:auto;padding:8px 0;top:100%;z-index:101;opacity:1}
.nav-switch{display:none}
@media (max-width:1200px){
  .nav__item{padding:12px 15px}
}
@media (max-width:1024px){
  .logo img{max-height:36px}
  .nav__item{padding:12px 10px}
  .nav__item > a{font-size:14px}
}
@media (max-width:768px){
  :root{--header-height:58px}
  body:before{content:'';display:block;height:var(--header-height)}
  .header{padding:13px 12px;position:fixed;top:0;right:0;width:100%;border-bottom:solid 1px #eee;z-index:101}
  .logo img{max-height:32px}
  .nav{padding:0 8%;position:fixed;top:var(--header-height);left:0;right:0;height:0;background: #fcfcfc;flex-direction:column;justify-content:flex-start;overflow:hidden;transition:height .3s}
  .nav[is-open]{overflow:auto;height:calc(100vh - var(--header-height));z-index:11;}
  .nav__item{width:100%;border-bottom:solid 1px #eee;padding:0 10px}
  .nav__item.icon:after{display:none}
  .nav__item > a{font-weight:600;font-size:15px;display:inline-block;padding:13px 0}
  .nav__item > a:after{display:none}
  .nav__item:hover .nav__extend{height:0;padding:0;top:auto;opacity:1;transition: height .3s}
  .nav__extend{height:0;overflow:hidden;padding:0;position:static;top:auto;z-index:101;opacity:1;width:100%;border:0;box-shadow: none;background: transparent;transition: height .3s}
  .nav__extend:before{content:'\e83a';position:absolute;top:15px;right:0;font-family: iconfont}
  .nav__extend[is-open]:before{content:'\e845';}
  .nav__extend:after{content:'';position:absolute;top:0;right:0;left:40%;height:40px;z-index:2}
  .nav__extend a{color:#666;text-align: left;padding-left:20px}
  .nav__extend a:last-child{padding-bottom:15px}
  .nav__extend a:hover{background:transparent}
  .nav-switch{display:flex;width:22px;height:16px;;position:relative;border-top:solid 2px #555;border-bottom:solid 2px #555;transition: .4s}
  .nav-switch:before,
  .nav-switch:after{content:'';height:2px;width:100%;position:absolute;right:0;top:5px;background: #555;transition: .3s}
  .nav-switch.open{border-color:#fff}
  .nav-switch.open:before{transform: rotate(45deg)}
  .nav-switch.open:after{transform: rotate(-45deg)}
  .nav-switch-lang{margin-right:15px;width:16px;height:16px;border-radius:100%;font-size:16px;display:flex;justify-content: center;align-items: center}
}
/*header end*/
/*footer*/
.footer{padding-top:50px;background:#333;color:#fff}
.foot-title{}
.foot-title strong{font-size:20px}
.foot-title span{color:#aaa;font-weight:600;margin-left:5px}
.foot-basic{padding-right:120px;display:flex;align-items:center}
.foot-logo{width:280px;padding-left:9px;font-size:24px;margin-bottom:25px;text-align:center}
.foot-tel{width:280px;height:52px;position:relative;z-index:1;display:flex;align-items:center;justify-content:center}
.foot-tel strong{font-size:18px}
.foot-tel:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;background:#316db6;transform:skewX(-25deg)}
.foot-tel:after{content:'';width:100%;height:100%;position:absolute;top:3px;left:3px;z-index:-2;background:#eee;transform:skewX(-25deg)}
.foot-contact{flex:1;padding-left:90px;position:relative}
.foot-contact:before{content:'';position:absolute;top:0;left:0;width:1px;height:100%;background:#555}
.foot-contact:after{content:'';position:absolute;top:0;right:0;width:1px;height:100%;background:#555}
.foot-contact__row{margin-top:15px}
.foot-qrcode{padding-left:80px;}
.foot-qrcode__list{display:grid;grid-template-columns: 48% 48%;justify-content: space-between}
.foot-qrcode__list li{text-align: center}
.foot-qrcode__img{margin-top:15px}
.foot-qrcode__img img{max-width:120px;width:100%}
.foot-qrcode__img span{display:block;margin-top:6px;text-align: center;font-size:12px}
.foot-copyright{margin-top:40px;text-align:center;padding:12px;background:#222;color:#999;font-size:12px}
.foot-copyright a{color:#999}
@media (max-width:1280px){
  .foot-contact{padding-left:50px}
  .foot-basic{padding-right:100px}
  .foot-qrcode{padding-left:50px}
  .foot-logo{width:250px;font-size:20px}
  .foot-tel{width:250px;height:50px}
}
@media (max-width:1024px){
  .footer{padding-top:40px}
  .foot-basic{padding-right:50px}
  .foot-contact{padding-left:30px}
  .foot-qrcode{padding-left:40px}
}
@media (max-width:768px){
  .foot-basic{flex:0 0 100%;padding-right:0;justify-content:center}
  .foot-contact{flex:0 0 100%;padding-left:0;margin:35px 0;text-align:center}
  .foot-contact:before,
  .foot-contact:after{display:none}
  .foot-qrcode{flex:0 0 100%;padding-left:0;justify-content:center;text-align: center}
}
@media (max-width:512px){
  .footer{padding-top:25px}
  .foot-title strong{font-size:17px}
  .foot-logo{margin-bottom:20px;}
  .foot-tel{height:46px}
  .foot-copyright{margin-top:20px}
}
/*footer end*/
/*banner*/
.home-banner{position:relative}
.home-banner .swiper-slide{height:600px;background-repeat:no-repeat;background-position:center 0;background-size:cover}
.page-banner{height:350px;background-repeat:no-repeat;background-position:center 0;background-size:cover}
@media (max-width:1500px){
  .home-banner .swiper-slide{height:43vw}
}
@media (max-width:768px){
  .page-banner{height:35vw}
}
@media (max-width:512px){
  .page-banner{height:39vw}
}
/*banner end*/
/*home*/
.home-wrap-white{background: #fff}
.home-box{padding-top:90px;padding-bottom:70px}
@media (max-width:1200px){
  .home-box{padding-top:60px;padding-bottom:50px}
}
@media (max-width:1024px){
  .home-box{padding-top:50px;padding-bottom:40px}
}
@media (max-width:768px){
  .home-box{padding-top:40px;padding-bottom:30px}
}
@media (max-width:512px){
  .home-box{padding-top:30px;padding-bottom:25px}
}
.home-about figure{flex:0 0 40%;height:400px;position:relative}
.home-about figure img{width:100%;height:100%;object-fit:cover;border-radius:9px 0 9px 0;box-shadow:0 0 5px 0 rgba(0,0,0,.1)}
.home-about figure:after{content:'';position:absolute;top:9px;right:-9px;bottom:-9px;left:9px;z-index:-1;background: #fbfbfb;border-radius:9px 0 9px 0;}
.home-about article{flex:0 0 55%}
.home-about__title{position:relative;}
.home-about__title strong{font-size:90px;line-height: 1;color:#fafafa;text-transform:capitalize;}
.home-about__title span{font-size:32px;top:30px;left:0;position:absolute;z-index:2;line-height: 1.3;font-weight: 700;color: var(--color2);display:block}
.home-about__desc{font-size:15px;margin:20px 0;text-indent: 40px;color:#555;line-height:2}
.main-more{display:inline-block;padding:10px 25px;border-left:solid 12px var(--color2);background: #f5f5f5;position:relative;overflow: hidden;border-radius:0 5px 5px 0;}
.main-more a{color:#555;position:relative;z-index:2;transition: .5s}
.main-more:hover a{color:#fff}
.main-more:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background: var(--color2);transform: translateX(-100%);transition: .5s}
.main-more:hover:before{transform: translateX(0)}
.main-more.white{background: #fff;}
@media (max-width:1200px) {
  .home-about__title strong{font-size:70px}
  .home-about__title span{font-size:28px;top:25px;}
  .home-about__desc{font-size:14px;}
}
@media (max-width:1024px){
  .home-about figure{height:auto}
  .main-more{padding:8px 20px;}
}
@media (max-width:768px){
  .home-about figure{flex:0 0 100%;overflow: hidden;height:42vw;}
  .home-about article{flex:0 0 100%;margin-top:20px}
  .home-about__title strong{font-size:50px;}
  .home-about__title span{top:15px;font-size:22px;}
  .home-about__desc{margin:15px 0}
}
@media (max-width:512px){
  .main-more{padding:7px 15px;}
}
.home-data{color:#fff;padding-top:90px;padding-bottom:80px;}
.home-data__title{font-size:clamp(18px ,4vw, 35px);text-align: center;letter-spacing: 2px}
.home-data__desc{font-size:clamp(12px ,2vw, 15px);margin:35px 0 80px;line-height:1.8;text-align: center}
.home-data-grid{display:grid;grid-template-columns:repeat(3, 1fr);justify-items:center}
.home-data__value{text-align: center}
.home-data__value h3{font-size:55px;padding-bottom:18px;margin-bottom:25px;font-weight: 400;position:relative}
.home-data__value h3:after{content:'';width:40px;height:3px;background: #fff;position:absolute;bottom:0;right:50%;margin-right:-20px;}
.home-data__value p{}
@media (max-width:1024px){
  .home-data{padding-top:70px;padding-bottom:60px;}
  .home-data__desc{margin:30px 0 60px}
  .home-data__value h3{font-size:45px}
}
@media (max-width:768px){
  .home-data__desc{margin:25px 0 50px}
  .home-data__value h3{font-size:35px;padding-bottom:15px;margin-bottom:20px;}
}
@media (max-width:512px){
  .home-data__desc{margin:20px 0 40px}
  .home-data__value h3{font-size:25px;padding-bottom:15px;margin-bottom:10px;}
  .home-data__value h3:after{width:30px;height:2px;margin-right:-15px;}
  .home-data__value p{font-size:12px}
}
.title1 {text-align: center;padding-bottom:30px;}
.title1 strong{display:block;font-size: 30px;color: #333;font-weight: 500;}
.title1 span{font-size: 18px;color: #888;}
@media (max-width:768px){
  .title1 strong{font-size:20px}
  .title1 span{font-size: 14px}
}
.home-project-wrap{background: #fafafa}
.home-project{display:grid;grid-template-columns:repeat(3, 1fr);gap:29px}
.home-project__item{box-shadow: 0 5px 15px rgba(0,0,0,0.1);padding:4px;border-radius: 4px;background: #fff}
.home-project__img{height:280px;overflow: hidden}
.home-project__img img{width:100%;height:100%;object-fit:cover;border-radius:3px;transition:.3s}
.home-project__img:hover img{transform: scale(1.05)}
.home-project__txt{padding:20px 9px;}
.home-project__txt a{font-size:16px;}

@media (max-width:1280px){
  .home-project__img{height:23vw}
}
@media (max-width:1024px){
  .home-project{gap:22px}
}
@media (max-width:768px){
  .home-project{grid-template-columns:repeat(1, 1fr);gap:25px}
  .home-project__img{height:60vw}
}
@media (max-width:512px){
  .home-project__txt{padding:15px 5px;}
  .home-project__txt a{font-size:14px}
}
.h-news{margin-top:20px}
.h-news__hot{flex:0 0 42%;padding:20px;border-radius:12px;box-shadow:0 0 10px 1px rgba(0,0,0,.07)}
.h-news__hot figure{height:250px}
.h-news__hot figure img{width:100%;height:100%;object-fit:cover}
.h-news__hot__name{padding-top:20px;}
.h-news__hot__name span{color:#999;font-size:12px}
.h-news__hot__desc{margin:16px 0;color:#888}
.h-news__hot__bottom{display:flex;justify-content:space-between}
.h-news__list{flex:0 0 54%;width:54%}
.h-news__row{border-bottom:solid 1px #eee;padding-bottom:23px;margin-bottom:23px}
.h-news__row:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}
.h-news__desc{margin:15px 0;color:#888;line-height:1.7;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.h-news__bottom{display:flex;justify-content:space-between}
.h-news__bottom span{font-size:12px;color:#999}
.h-news__name{font-size:16px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:.3s}
.h-news__name:hover{color:var(--color2)}
.h-news__category{color:#999;border-radius:5px;padding:5px 12px;border:solid 1px #ddd;font-size:12px;transition:.3s}
.h-news__category:hover{color:#555;background:#fdfdfd}
@media (max-width:1200px){
  .h-news{margin-top:40px}
  .h-news__hot figure{height:20vw}
  .h-news__hot{padding:15px}
}
@media (max-width:1024px){
  .h-news{margin-top:30px}
  .h-news__hot{flex:0 0 100%;padding:12px;border-radius:8px;}
  .h-news__list{flex:0 0 100%;;width:100%;margin-top:20px}
  .h-news__row{padding:12px;border-bottom:0;margin-bottom:20px;border-radius:8px;box-shadow:0 0 10px 1px rgba(0,0,0,.07)}
  .h-news__row:last-child{padding-bottom:12px}
}
@media (max-width:768px){
  .h-news__name{font-size:15px}
}
.article-list{margin:50px 0;}
.article__row{margin-bottom:40px;padding-bottom:40px;border-bottom:solid 1px #eee;display:flex;flex-wrap: wrap;justify-content: space-between;}
.article__row figure{flex:0 0 370px;height:260px;position:relative}
.article__row figure:after{content:'';position:absolute;top:12px;right:-12px;bottom:-12px;left:12px;background: #f9f9f9;z-index:-1;}
.article__row figure img{width:100%;height:100%;object-fit:cover}
.article__row article{flex:0 0 calc(100% - 420px);width:calc(100% - 420px);display:flex;align-items: center}
.article__row article div{flex:0 0 100%;width:100%}
.article__row__date{color: #b3b4b4;letter-spacing: 2px;font-weight: 400;font-size: 16px;}
.article__row__name{margin-top:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.article__row__name a{font-size:24px;transition: .3s}
.article__row__name a:hover{color:var(--color2)}
.article__row__desc{color:#999;font-size:15px;margin:20px 0;line-height:1.8;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.article__row__more {text-align: right;}
.article__row__more a{display:inline-block;padding:9px 40px;background: var(--color2);color:#fff;transition: .3s}
.article__row__more a:hover{box-shadow:0 0 9px 2px rgb( 0 0 0 / .2)}
@media (max-width:1024px){
  .article-list{margin:40px 0;}
}
@media (max-width:768px){
  .article__row figure{flex:0 0 260px;height:200px}
  .article__row article{flex:0 0 calc(100% - 300px);width:calc(100% - 300px)}
  .article__row__more a{padding:7px 30px}
  .article__row__name{font-size: 20px}
  .article__row__desc{font-size:14px}
}
@media (max-width:512px){
  .article__row figure{flex:0 0 160px;height:130px}
  .article__row figure:after{top:9px;right:-9px;bottom:-9px;left:9px}
  .article__row article{flex:0 0 calc(100% - 190px);width:calc(100% - 190px)}
  .article__row__date{font-size: 12px;}
  .article__row__name{margin-top:12px;white-space:inherit;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .article__row__name a{font-size:16px;transition: .3s}
  .article__row__desc{margin:10px 0 0;line-height:1.6;-webkit-line-clamp:2;}
  .article__row__more{display:none}
}
.article-h1{margin:30px 0 22px;text-align: center}
.article-meta{font-size:12px;text-align: right;padding:5px;background: #fbfbfb;margin:22px 0;color:#777}
.article-detail p{line-height:1.8;margin-bottom:12px}
.article-detail img{max-width:100%}
.article-detail ul{padding-left:12px;margin:16px 0}
.article-detail li{list-style-type:disc;margin:11px 0;}
.detail-neighbor{margin:50px 0;border-top:solid 1px #ddd;padding-top:12px;justify-content: space-between}
.detail-neighbor div{color:#777}
.detail-neighbor a:hover{text-decoration: underline}
@media (max-width:768px){
  .article-detail h1{margin-top:20px;font-size:17px}
  .article-detail .neighbor div{flex:0 0 100%;margin-bottom:9px}
}
.contact-info{margin:25px 0;border-bottom:solid 1px #eee;border-left:solid 1px #eee}
.contact-info__item{flex:0 0 33.3%;padding:50px 12px;border-top:solid 1px #eee;border-right:solid 1px #eee;text-align:center}
.contact-info__item:before{font-size:35px;font-family:iconfont;width:90px;height:90px;margin:0 auto;border-radius:100%;background:#f1f1f1;display:flex;align-items:center;justify-content:center;color:#666}
.contact-info__item.address:before{content:'\e637'}
.contact-info__item.tel:before{content:'\e636'}
.contact-info__item.email:before{content:'\e620'}
.contact-info__item small{color:#777;display:block;margin:30px 0 15px}
.contact-info__item span{font-size:16px}
.contact-qrcode{height:360px;background:url("../images/contact-qrcode.jpg") no-repeat center center;background-size:cover;display:flex;align-items:center;justify-content:center}
.contact-qrcode__inner{text-align:center;color:#fff}
.contact-qrcode__inner h5{font-size:30px;font-weight:500}
.contact-qrcode__inner p{font-size:16px;margin:5px 0 20px}
.contact-qrcode__inner img{width:150px}
.content-map{margin:25px 0;height:500px;border:#ccc solid 1px}
@media (max-width:1024px){
}
@media (max-width:768px){
  .contact-qrcode{height:320px}
  .contact-info__item{flex:0 0 100%;padding:30px 12px}
  .contact-info__item:before{font-size:30px;width:70px;height:70px}
}
@media (max-width:512px){
  .contact-info{margin:20px 0}
  .contact-info__item{padding:30px 12px}
  .contact-info__item small{margin:20px 0 15px}
  .contact-qrcode__inner h5{font-size:25px}
  .contact-qrcode__inner p{font-size:14px}
  .content-map{margin:20px 0;height:350px}
}
.page-main{margin-bottom:40px}
.page-nav{background: #f5f5f5}
.page-nav .container{align-items: center}
.page-sort{display:flex}
.page-sort a{padding:22px;border-left:solid 1px #ddd;}
.page-sort a:hover{background: #eee}
.page-sort a.cur{background: var(--color1);color:#fff}
.project-page{margin:50px auto;}
@media (max-width:1024px){
  .page-sort a{padding:20px 15px}
}
@media (max-width:768px){
  .page-sort + .ui-breadcrumb{display:none}
}
@media (max-width:512px){
  .page-sort a{padding:12px}
}
.page-title{text-align:center;position:relative;margin:40px 0;padding-bottom:15px}
.page-title:before{content:'';position:absolute;bottom:0;left:50%;margin-left:-25px;width:50px;height:2px;background: #333}
.page-title span{font-size:30px}
.page-title small{display:block;color:#999;font-size:16px;margin-top:9px;text-transform: uppercase}
@media (max-width:1024px){
  .page-title{text-align:center;position:relative;margin:30px 0 20px;padding-bottom:13px}
  .page-title span{font-size:23px}
  .page-title small{font-size:14px}
}
@media (max-width:512px) {
  .page-title span{font-size:18px}
  .page-title small{font-size:12px;margin-top:5px}
}
.page-text p{font-size:15px;line-height:1.8;margin-bottom:12px}
.page-text img{max-width:100%}
.about-text p{font-size:16px;line-height:1.8;margin-bottom:12px}
.about-environment{margin-top:40px}
.about-environment__grid{flex:0 0 23%;height:230px;margin-bottom:25px}
.about-environment__grid:empty{margin-bottom:0}
.about-environment__grid img{width:100%;height:100%;object-fit: cover;border-radius:3px}
@media (max-width:1280px){
  .about-environment__grid{height:18vw}
}
@media (max-width:768px){
  .about-environment{margin-top:30px}
  .about-environment__grid{flex:0 0 48%;height:35vw}
}
.about-culture{background:#f9f9f9;padding:20px 0 80px;}
.about-culture{background-repeat:no-repeat;background-position:center 0;background:#e7ecf0;background-size:cover}
.about-culture__item{background:#f9f9f9;flex: 0 0 23%;text-align: center;padding:30px 20px;border-radius:10px;position:relative;overflow:hidden;cursor:pointer;transition:.3s}
.about-culture__item:before{content:'';font-size:40px;width:80px;height:80px;border-radius:100%;border:solid 2px #ccc;color:#777;display:flex;justify-content: center;align-items: center;margin:0 auto;font-family:iconfont}
.about-culture__item:nth-child(1):before{content:'\e60d'}
.about-culture__item:nth-child(2):before{content:'\e7ef'}
.about-culture__item:nth-child(3):before{content:'\e763'}
.about-culture__item:nth-child(4):before{content:'\e776'}
.about-culture__name{font-size:26px;margin:20px 0 10px;font-weight: 100}
.about-culture__desc{color:#777;line-height:2}
.about-culture__hide{padding:20px;position:absolute;width:100%;height:100%;background:linear-gradient(45deg,#1a70da, #8ebb34);border-radius:10px;top:100%;left:0;display:flex;align-items:center;transition:top .4s .05s}
.about-culture__hide .about-culture__name{color:#fff;margin-top:0;font-weight: 500}
.about-culture__hide .about-culture__desc{color:#eee}
.about-culture__item:hover{box-shadow:0 0 12px 2px rgba(0,0,0,.1)}
.about-culture__item:hover .about-culture__hide{top:0}
@media (max-width:1200px) {
  .about-culture{padding:20px 0 60px}
  .about-culture__item{flex: 0 0 23%}
}
@media (max-width:1024px){
  .about-culture{padding:20px 0 40px}
  .about-culture__item{padding:30px 12px}
}
@media (max-width:768px){
  .about-culture__item{flex: 0 0 48%;margin-bottom:20px}
  .about-culture__item:before{font-size:30px;width:80px;height:80px}
  .about-culture__name{font-size:24px}
}
@media (max-width:512px){
  .about-culture__item:before{font-size:26px;width:70px;height:70px;position:re}
  .about-culture__name{font-size:18px}
  .about-culture__desc{font-size:12px;line-height:1.8}
}
.public-list{margin-top:40px}
.public__grid{flex:0 0 32%;margin-bottom:20px}
.public__grid.last{display:none;background: #f9f9f9;position:relative}
.public__grid.last > a{font-size:30px;color:#aaa;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items: center;justify-content: center;}
.public__grid:empty{margin-bottom:0}
.public__grid figure{height:295px;padding:15px;border:solid 1px #eee;border-radius:3px;box-shadow: 0 0 6px 1px rgba(0,0,0,.02);overflow: hidden;display:flex;align-items: center;justify-content: center}
.public__grid figure img{max-width:100%;max-height:100%;transition: transform .3s}
.public__grid figure img:hover{transform: scale(1.05)}
.public__grid article{margin-top:15px;text-align: center}
@media (max-width:1280px){
  .public__grid figure{height:23vw}
}
@media (max-width:768px){
  .public-list{margin-top:20px}
  .public__grid{flex:0 0 48%}
  .public__grid figure{height:33vw;padding:10px;}
  .public__grid.last{display:block}
  .public__grid article{font-size:12px}
}
@media (max-width:512px){
  .public__grid{flex:0 0 48.5%}
  .public__grid.last{display:none}
  .public__grid figure{height:46vw}
}
.table-lsh caption{font-size:18px;margin:9px 0}
.table-lsh th,
.table-lsh td{text-align: center}
.honor-list{margin-top:10px;display:grid;grid-template-columns:repeat(4, 24%);row-gap:25px;}
.honor-list__item{}
.honor-list__item:empty{margin-bottom:0}
.honor-list__item figure{height:220px;display:flex;justify-content:center;align-items:center;border:solid 1px #ddd;padding:8px}
.honor-list__item figure img{max-width:100%;max-height:100%}
.honor-list__item article{text-align:center;padding-top:10px}
@media (max-width:1280px){
  .honor-list__item figure{height:18vw}
}
@media (max-width:1024px){
  .honor-list{grid-template-columns:repeat(3, 32%);column-gap:2%;}
  .honor-list__item figure{height:24vw}
}
@media (max-width:512px){
  .honor-list{grid-template-columns:repeat(2, 48.5%);column-gap:3%;row-gap:20px;}
  .honor-list__item figure{height:35vw}
}