
.news{ width:100%; padding:0.9rem 0 0 0; }
.index-title{ width:24%; height:auto; display:block; padding-bottom:0.38rem; }
.news-wrap{ width:100%; height:5.52rem; display:flex; justify-content:space-between; }
.news-wrap .news-left{ width:63%; height:5.52rem; display:flex; justify-content:space-between; }
.news-wrap .news-left .tabs{ width:24.5%; height:100%; background:url("/assets/img/fsskyy/index_news_tabs_bg.png") left center no-repeat; background-size:94.8% auto; display:flex; flex-direction:column; }
.news-wrap .tabs .item{ flex:1; color:#4d4d4d; cursor:pointer; position:relative; }
.news-wrap .tabs .item.active{ color:#fff; background:url("/assets/img/fsskyy/index_news_tabs_active.png") left center no-repeat; background-size:100% auto; }
.news-wrap .tabs .item .txt{ width:94%; height:100%; display:flex; justify-content:center; align-items:center; font-size:0.2rem; font-weight:bold; }
.news-wrap .tabs .item .split{ content:''; position:absolute; bottom:0; left:10%; width:74%; border:1px solid #e0ded8; }
.news-wrap .tabs .item.active .split{ display:none; }
.news-wrap .news-list-wrap{ width:72.2%; height:5.52rem; }
.news-wrap .news-list{ width:100%; height:5.52rem; flex-direction:column; justify-content:flex-start; border-top:1px solid #e6e6e6; display:none; }
.news-wrap .news-list.active{ display:flex;  }
.news-wrap .news-list .item{ height:1.08rem; width:100%; display:flex; flex-direction:column; justify-content:center; border-bottom:1px solid #e6e6e6; }
.news-wrap .news-list .item .title{ font-size:0.19rem; color:#4d4d4d; display:block; width:100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.news-wrap .news-list .item .title:hover{ font-weight:bold; color:#013857; }
.news-wrap .news-list .item .date{ color:#999999; font-size:0.15rem; }
.news-wrap .news-right{ width:33%; height:5.52rem; display:flex; flex-direction:column; justify-content:space-between; }
.news-wrap .news-right .links{ width:100%; display:flex; justify-content:space-between; }
.news-wrap .news-right .links .links-item{ width:31.5%; position:relative; }
.news-wrap .news-right .links .qrcode-shop{ display:none; position:absolute; width:1.6rem; height:auto; top:1rem; left:-0.13rem; }
.news-wrap .news-right .links .links-item.shop:hover .qrcode-shop{ display:block; }

.medical-team{ width:100%; padding:1rem 0 0 0; }
.medical-team .title-box{ width:25%; }
.medical-team .mt-list{ margin:0.34rem 0 0 0; }
.medical-team .mt-list .hd{ width:100%; height:2.21rem; background:url("/assets/img/fsskyy/index_mtlist_hd_bg.png?2025"); background-size:100% auto; position:relative; }
.medical-team .mt-list .hd ul{ display:block; width:64.5%; height:2.21rem; margin:0 auto; overflow:hidden; }
.medical-team .mt-list .hd li{ /*width:208px;*/ width:16.66%; height:2.21rem; display:inline-block; float:left; position:relative; }
.medical-team .mt-list .hd li:after{ content:""; position:absolute; height:0.97rem; top:0.59rem; right:0; border:1px solid #c1d9dc; opacity:0.7; }
.medical-team .mt-list .hd li:last-child:after{ display:none; }
.medical-team .mt-list .hd li .thumb{ width:63%; display:block; margin:0.24rem auto 0; }
.medical-team .mt-list .hd li .expert-info{ width:100%; display:flex; justify-content:center; align-items:baseline; color:#ababab; margin:0.12rem 0 0 0; }
.medical-team .mt-list .hd li .expert-info .name{ font-size:0.2rem; font-weight:bold; margin:0 0.12rem 0 0; }
.medical-team .mt-list .hd li .expert-info .expert-title{ font-size:0.15rem; }
.medical-team .mt-list .hd li.on .expert-info{ color:#fff; }
.medical-team .mt-list .hd .prev{ width:0.2rem; height:0.2rem; position:absolute; top:50%; margin-top:-0.1rem; left:50%; margin-left:-33%; cursor:pointer; }
.medical-team .mt-list .hd .next{ width:0.2rem; height:0.2rem; position:absolute; top:50%; margin-top:-0.1rem; left:50%; margin-left:31.6%; cursor:pointer; }


.department{ width:100%; padding:0.9rem 0 0.75rem 0; }
.department .title-box{ width:41.6%; }
.department .department-wrap{ width:100%; display: flex; justify-content: space-between; padding:0.45rem 0 1rem 0; }
.department .list-wrap{ width:94%; display:flex; flex-direction:column; justify-content:space-between; }
.department .department-list{ width:100%; display: flex; justify-content: space-between; flex-wrap:wrap; }
.department .department-list .item{ /*width:220px;*/ width:18.8%; height:2.77rem; background:#eaeff3; padding:0.14rem; box-sizing:border-box; display:block; }
.department .department-list .item:hover{ background:#013857; }
.department .department-list .item .name{ width:100%; text-align:center; font-size:0.19rem; height:0.42rem; line-height:0.4rem; display:block; color:#013857; }
.department .department-list .item:hover .name{ color:#fff; font-weight:bold; }
.department .department-wrap .more-btn{ width:4.5%; display:block; }

.about-wrap{ width: 100%; display: flex; justify-content: space-between; }
.about-wrap .hospital-img{ width:44%; display: block; height: auto; }
.about-wrap .about{ width:52.2%;  }
.about-wrap .about .about-top{ width:100%; }
.about-wrap .about .about-title{ width:48.4%; }
.about-wrap .about .content{ width:100%; padding:0.26rem 0 0 0; }
.about-wrap .about .content .item{ color:#767676; font-size:0.16rem; line-height:0.26rem; margin:0 0 0.3rem 0; }


