@charset "utf-8";
*{ margin:0; padding:0; font-family:'Microsoft YaHei';}
*{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

body{ 
    background:#fff; 
    font-size:16px; 
    color:#000; 
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
img{ border:0;}
li {list-style: none;}
h1,h2,h3,h4,h5,h6 { font-weight:normal;}
a{ text-decoration:none; color: #000;}
.clr{clear:both;}

.biaoti:hover{
    color:  #ff5100;
}
.one-line{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.two-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.three-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.four-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.top{
    width: 100%;
    height: 152px;
    background: #fdf4ef;
    background: url("../images/topbg.png")  no-repeat;
    background-size: cover;
    min-width: 1440px;
}
.topbg{
    width: 96%;
    max-width: 1440px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.img1{
    width: 100%;
    max-width: 628px;
}
.img2{
    width: 50%;
    max-width: 448px;
}
.img2 img{
    width: 100%;
}
.wsc-headNav1{
    display: none;
}
.hn-search-drop{
    display: none;
}

.menu_box{
    width:100%;
    height:56px;
    margin: 0 auto;
    background: #ff5100;
    border-top: 1px solid #fff;
    min-width: 1440px;
}
.menu{
    width: 1440px;
    margin:0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu a{
    line-height:56px;
    display:block;
    color: #fff;
    font-size:18px;
    text-align:center;
    position:relative;
    padding: 0 10px;
}
.menu-a{
    transition: all 0.4s ease-in-out;
}
.menu-a:after {
    content: "";
    width: 80%;
    height: 1px;
    position: absolute;
    bottom: 4px;
    background: #fff;
    left: 10%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}
.menu-a:hover:after{transform: scale(1);}
.menu .lm {
    position: relative;
}

.menu .lm div {
    position: absolute;
    top: 55px;
    left: -25%;
    z-index: 999;
    background: rgba(255,81,0,0.9);
    filter: alpha(opacity=90);
    opacity: 1;
    display: none;
    width: 150%;
}

.menu .lm div a {
    color: #fff;
    line-height: 1.6;
    padding: 6px;
    height: auto;
    font-size: 16px;
}
.second-menu{
    position: relative;
}

.third-menu{
    display: none;
    position: absolute;
    left: 100%;
    background: rgba(255,81,0,0.8);
    top: 0;
    width: 150px;
    z-index: 1000;
    padding: 0;
    min-height: 100%;
}
.third-menu li{
    padding: 0;
    height: auto;
}
.third-menu a{
    width: 100%;
    display: block;
    padding: 6px 15px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    transition: background-color 0.3s ease;
    height: auto;
    min-height: 1.6em;
}
.third-menu a:hover{
    background: rgba(255,255,255,0.2);
}

.menu .xian{
    width: 2px;
    height: 38px;
}
.menu .xian:last-child{
    display: none;
}
.lunbo{
    width: 100%;
    min-width: 1440px;
    max-height: 500px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.lunbo a{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.lunbo img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.lunbo .swiper-pagination > .swiper-pagination-bullet{
    padding: 10px;
    border-radius: 0;
    background: white;
    opacity: 1;
    margin: 0 8px 10px;
}
.lunbo .swiper-pagination > .swiper-pagination-bullet-active{
    background: #014f97;
}


.banner{
    width: 100%;
    min-width: 1440px;
    padding: 50px 0 62px;
    background: #fdf4ef;
}
.banner1{
    width: 100%;
    min-width: 1440px;
    padding: 50px 0 62px;
    background: #fff;
}
.banner2{
    width: 100%;
    min-width: 1440px;
    padding: 66px 0 204px;
    background: #fdf4ef url("../images/bannerbg.png") left -10px no-repeat;
    background-size: cover;
}
.box{
    width: 1440px;
    padding: 0 10px;
    margin: 0 auto;
}
.box1{
    width: 1440px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.box2{
    width: 1440px;
    padding: 0 10px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
}
.pic-title {
    width: 100%;
    display: flex;
    align-items: center;
    height: 60px;
    margin-bottom: 34px;
    position: relative;
}

.pic-tit {
    color: #1f1f1f;
    font-weight: 600;
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.pic-tit-left{
    font-size: 72px;
    color: #ff5100;
    font-family: fangsong;
    font-weight: bold;
}
.pic-tit-right{
    margin-left: 5px;
    margin-top: 3px;
}
.pic-tit-cn{
    font-size: 35px;
    font-weight: bold;
    color: #1f1f1f;
}
.pic-tit-en{
    font-size: 18px;
    color: #cac7c7;
    font-family: fangsong;
    font-weight: 400;
}

/* 科研成果/学术论坛切换激活状态样式 */
.pic-tit {
    cursor: pointer;
    transition: all 0.3s ease;
}

.pic-tit:hover {
    opacity: 0.8;
}

/* 未选中状态的颜色 */
.pic-tit .pic-tit-left {
    color: #aaa9a9;
}

.pic-tit .pic-tit-cn {
    color: #aaa9a9;
}

.pic-tit .pic-tit-en {
    color: #aaa9a9;
}

/* 激活状态的颜色 */
.pic-tit.active .pic-tit-left {
    color: #ff5100;
}

.pic-tit.active .pic-tit-cn {
    color: #000;
}

.pic-tit.active .pic-tit-en {
    color: #cac7c7;
}




.more{
    font-size: 16px;
    color: #000000;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: lighter;
    margin-left: auto;
}

.xydt-box{
    display: flex;
    justify-content: space-between;
}

.xydt-left{
    width: 692px;
}
.xydt-lunbo{
    position: relative;
}
.xydt-info{
    width: 100%;
    height: 473px;

}
.news_imgs {
    position: relative;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: 451px;
    margin-top: 22px;
}
.news_imgs img{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    max-width:100%;
    transition: all 0.4s ease-in-out;
}
.xydt-info:hover .news_imgs img {
    transform: scale(1.1);
}
.news_wz {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: linear-gradient(0deg, #0000006b, transparent);
}
.news_wz .news_con {
}

.news_time {
    position: absolute;
    top: 0;
    left: 25px;
    width: 101px;
    height: 114px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ff5100;
    color: #ffffff;
}
.news_time1{
    font-size: 36px;
}
.news_time2{
    font-size: 14px;
}

.news_title {
    font-size: 18px;
    color: #fff;
    line-height: 31px;
    padding: 16px 135px 16px 25px;
    width: 100%;
    background: rgba(0,0,0,0.6);
}

.xydt-lunbo-page{
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 9;
}
.xydt-lunbo-page > .swiper-pagination1 {
    width: 100% !important;
    position: unset !important;
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
    align-items: center;
}

.xydt-lunbo-page > .swiper-pagination1 > .swiper-pagination-bullet {
    background: #fff;
    opacity: 1 !important;
    width: 12px;
    height: 12px;
    border-radius: 0;
}

.xydt-lunbo-page > .swiper-pagination1 > .swiper-pagination-bullet-active {

    background: #ff5100;
    opacity: 1 !important;
    color: white !important;
}


.xydt-right{
    width: 692px;
}

.xydt-list{
    width: 100%;
    margin-top: 34px;
}
.xydt-list a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 31px;
}

.xydt-list-title{
    flex: 1;
    font-size: 18px;
    color: #1f1f1f;
}

.xydt-list-time{
    width: 15%;
    font-size: 14px;
    color: #1f1f1f;
    display: flex;
    justify-content: flex-end;
}

.xslt{
    width: 684px;
}
.xslt-list{
    width: 100%;
}
.xslt-list a{
    width: 100%;
    height: 164px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 14px;
}

.xslt-list a:after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 100%;
    background: #ff5100;
}
.xslt-list-tit{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    height: 54px;
    line-height: 54px;
}
.xslt-list-msg{
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    color: #060606;
    height: 50px;
    line-height: 25px;
}
.xslt-list-time{
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    color: #060606;
    height: 40px;
    display: flex;
    align-items: center;
}
.kycg{
    width: 678px;
}
.kycg-box{
    width: 100%;
}

.kycg-info{
    display: flex;

}
.kycg_imgs{
    width: 50%;
    height: 260px;
    overflow: hidden;
    position: relative;
    object-fit: cover;
}

.kycg_imgs img{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    max-width:100%;
    transition: all 0.4s ease-in-out;
    object-fit: cover;
}
.kycg-info:hover .kycg_imgs img {
    transform: scale(1.1);
}

.kycg_wz{
    width: 50%;
    height: 260px;
    background: #ff5100;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.kycg_wz-tit{
    width: 86%;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    height: 90px;
    line-height: 30px;
}
.kycg_wz-msg{
    width: 86%;
    margin: 10px auto;
    font-size: 16px;
    color: #fff;
    height: 60px;
    line-height: 30px;
}
.kycg_wz-time{
    width: 86%;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.kycg-lunbo-page,.kycg-lunbo-page1{
    position: absolute;
    bottom: 17px;
    right: 52%;
    z-index: 9;
}
.kycg-lunbo-page > .swiper-pagination2,.kycg-lunbo-page1 > .swiper-pagination3{
    width: 100% !important;
    position: unset !important;
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
    align-items: center;
}

.kycg-lunbo-page > .swiper-pagination2 > .swiper-pagination-bullet,.kycg-lunbo-page1 > .swiper-pagination3 > .swiper-pagination-bullet  {
    border: 1px solid #ff5100;
    opacity: 1 !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
}

.kycg-lunbo-page > .swiper-pagination2 > .swiper-pagination-bullet-active,.kycg-lunbo-page1 > .swiper-pagination3 > .swiper-pagination-bullet-active {
    opacity: 1 !important;
    color: white !important;
    background: #ff5100;
}


.kycg-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #fbeee7;
    height: 260px;
    position: relative;
}
.kycg-list:after{
    content: "";
    display: block;
    width: 1px;
    height: 75%;
    background: #b8b8b8;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.kycg-list a{
    width: 50%;
    height: 260px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.kycg-list-tit{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    color: #252525;
    font-weight: bold;
    height: 60px;
    line-height: 30px;
}
.kycg-list-msg{
    width: 90%;
    margin: 10px auto;
    font-size: 16px;
    color: #4c4a4a;
    height: 60px;
    line-height: 30px;
}
.kycg-list-time{
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    color: #4c4a4a;
    line-height: 30px;
}

.jxgz-list{
    width: 100%;
}
.jxgz-list a{
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #ddd9d9;
}
.jxgz-list-tit{
    flex: 1;
    font-size: 18px;
    color: #1f1f1f;
    margin-right: 10px;
}
.jxgz-list-time{
    font-size: 14px;
    color: #1f1f1f;
}


.xsgz-list{
    width: 100%;
}
.xsgz-list a{
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd9d9;
}
.xsgz-time1{
    width: 86px;
    height: 70px;
    background: #ff5100;
    border: 1px solid #ff5100;
}
.xsgz-time2{
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #ff5100;
    color: white;
    font-size: 30px;
}
.xsgz-time3{
    height: 30px;
    line-height: 31px;
    text-align: center;
    font-weight: 600;
    color: #090909;
    background: white;
    font-size: 14px;
}
.xsgz-info{
    width: 75%;
    flex: 1;
    height: 70px;
    margin-left: 12px;
}
.xsgz-title{
    line-height: 38px;
    font-size: 18px;
    color: #252b33;
    font-weight: 600;
}
.xsgz-msg{
    line-height: 24px;
    font-size: 16px;
    color: #6c6e70;
}

.img-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img-list a{
    display: flex;
    position: relative;
}
.img-info{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-title{
    display: flex;
    flex-direction: column;
    margin-left: 11px;
}
.img-tit1{
    font-size: 35px;
    color: #fff;
}

.img-tit2{
    font-size: 18px;
    color: #fff;
}

/* 底部样式 */
.bottom {
    width: 100%;
    min-width: 1440px;
    background: #ff5100;
    padding: 40px 0 0;
    color: #fff;
    margin-top: auto;
}

.bottom-box {
    width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    min-height: 200px;
}

.bottom-left {
    flex: 1;
    max-width: 300px;
}

.friendship-title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}

.friendship-line {
    width: 60px;
    height: 3px;
    background: #fff;
    margin-bottom: 25px;
}

.friendship-dropdowns {
    display: flex;
    gap: 15px;
}

.dropdown-item {
    width: 100%;
    position: relative;
}

.dropdown-select {
    width: 250px;
    padding: 12px 15px;
    border: 2px solid #fff;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    background: transparent;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}

.dropdown-select:hover {
    background: rgba(255, 255, 255, 0.1);
}

.dropdown-text {
    flex: 1;
}

.dropdown-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.dropdown-select.active .dropdown-arrow {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 2px solid #ff5100;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    display: none;
    z-index: 1000;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 2px;
}

.dropdown-menu a {
    display: block;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
}

.dropdown-menu a:last-child {
    border-bottom: none;
}

.dropdown-menu a:hover {
    background: #ff5100;
    color: #fff;
}


.contact-info {
    text-align: center;
    line-height: 1.8;
    margin-right: 22px;
}

.contact-line {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-end;
}

.copyright-line {
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: flex-end;
}

.bottom-right {
    display: flex;
    align-items: center;
}

.qr-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.qr-image {
    width: 103px;
    height: 103px;
    border-radius: 8px;
    margin-bottom: 10px;
    display: block;
}

.qr-text {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}




.main{
    width:1350px;
    margin:30px auto 20px;
    display: flex;
    justify-content: space-between;
}
.all_left{
    width:240px;
}
.all_right{
    width:1080px;
}
/*内页左侧*/
.left_list{
    width:100%;
}
.left_list strong {
    background: #ff5100;
    color: #fff;
    display: block;
    font-size: 24px;
    padding: 20px 30px;
}

.left_list ul{
    min-height: 250px;
    background: #ff5100;
    background-size: 100%;
}
.left_list ul li {
    height:51px;
    line-height:51px;
    text-indent: 60px;
    font-size:16px;
    color:#fff;

}

.left_list UL li a {
    height:51px;
    font-size:16px;
    color:#fff;
    display:block;
    background: url("../images/nyicon03.png") no-repeat 37px 22px rgba(255,81,0,0.2);
    border-bottom: 1px solid #fff;
}
.left_list UL li a:hover {
    height:52px;
    color:white;
    display:block;
    background: url("../images/nyicon04.png") no-repeat 37px 22px rgba(255,81,0,0.8);
    background-size: 10px 10px;
    border-bottom: 1px solid #fff;
}
/*内页右侧*/
.right_tit{
    width:100%;
    line-height:50px;
    border-bottom:1px solid #df7948;
    display: flex;
    justify-content: space-between;
}
.right_tit h2{
    font-size:18px;
    padding: 0 10px 0 15px;
    position: relative;
    text-indent: 10px;
}
.right_tit h2:after{
    position: absolute;
    content: "";
    display: block;
    border-bottom: 3px solid #aa6947;
    width: 100%;
    left: 0;
    bottom: -2px;
}
.right_tit span{
    padding-right:20px;
    font-size:14px;
    color:#b5b5b5;
}
.right_tit a{
    color:#b5b5b5;
}
.right_all{
    width:100%;
    min-height:500px;
    padding:30px 20px;
}
/*关于我们*/
.right_all .content{ width:100%; line-height:35px;}
/*新闻*/
.newslist{width:100%;}
.newslist ul li{width:100%; border-bottom:1px #dadada dashed; line-height:40px;display:flex;}
.newslist ul li a{display: flex;justify-content: space-between;width: 100%;}
.newslist ul li .mobile-tit{width: 80%;}
.newslist ul li .list-time{width:100px; text-align:right}


.newstitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 48px;
    width: 100%
}
.newssubtitle {
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    width: 100%
}
.newssubtitle span {
    width: 100%
}
.newsx {
    line-height: 40px;
    width: 100%;
    margin-top: 5px;
}
ul.news_list .li3 {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    border-bottom: 1px dotted #B3B3B3;
    position: relative;
}

ul.news_list .li3 .date {
    width: 90px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: 0;
    color: #878686;
    font-size: 15px;
    font-family: "微软雅黑"
}

ul.news_list .li3 a {
    font-size: 17px;
    font-family: "微软雅黑";
}

.con {
    padding: 10px;
    line-height: 25px;
    color: #595555;
    font-size: 14px;
}
.fuck {
    font-size: 20px;
    color: black;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #B3B3B3;
    margin-top: 10px;
}

.piclist{
    width: 100%;
}
.piclist ul{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.piclist li{
    width: 200px;
    background: #f5f5f5;
    height: 260px;
    margin-right: 80px;
    margin-bottom: 30px;
    overflow: hidden;
}
.piclist li:nth-child(4n) {
    margin-right: 0;
}
.piclist li .imgs{
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #f5f5f5;
}
.piclist li .imgs img{
    width: auto;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.piclist li .imgs:hover img{
    transform: scale(1.1);
}
.piclist li .imgs-tit{
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    display: flex;
    align-items:center;
    justify-content: center;
    height: 60px;
}

/* 师资团队样式 */
.team-section {
    width: 100%;
    margin: 20px 0;
}

.team-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ff5100;
}

.team-title h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin: 0;
}

.team-title span {
    font-size: 16px;
    color: #666;
    background: #f5f5f5;
    padding: 5px 12px;
    border-radius: 15px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}

.team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.team-member:hover {
    transform: translateY(-5px);
}

.member-avatar {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    border: 4px solid #ff5100;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
}

.member-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.team-member:hover .member-avatar img {
    transform: scale(1.05);
}

.member-info {
    width: 100%;
}

.member-name {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 1.4;
    padding: 8px 12px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

