.new-yyjj-left{
    width: 473px;
}
.new-yyjj-right{
    width: 653px;
    height: 411px;
    position: relative;
}
.new-yyjj-right-logo,.new-yyjj-right-img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all 0.5s ease-in-out;
}
.new-yyjj-right-logo{
    width: 104px;
    height: 104px;
    overflow: hidden;
    top: 153px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
}
/* 查看详情按钮样式 */
.detail-btn {
    display: inline-block;
    padding-right: 25px;
    background: #874800;
    border: 4px solid #874800;
    text-decoration: none;
    font-weight: normal;
    border-radius: 3px;
    font-size: 16px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.detail-btn a{
    display: inline-block;
    padding: 6px 20px 6px 20px;
    background-color: #fff;
    color: #874800;
    transition: all 0.3s ease;
}
.detail-btn:hover{
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transform: translateY(-1px);
    color: #874800;
    text-decoration: none;
}
.detail-btn:hover a{
    color: #ff8800;
    font-weight: bold;
    text-decoration: none;
}

.detail-btn::after {
    content: '▶';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #fff;
}

.detail-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.new-yyjj-right:hover .new-yyjj-right-logo{
    transform: rotate(360deg);
    transform: translateX(300px);
}
.new-yyjj-right:hover .new-yyjj-right-img{
    transform: scale(1.1);
}
.new-yyjj{
    margin-top: 70px;
}
.new-yyjj-content{
    margin: 25px 0;
}
.new-yyjj-more{
    width: 110px;
}
/* .new-yyjj-more a{
    display: block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background-color: #fd9535;
    border-radius: 100px;
    margin: 0 auto;

} */
 .new-doctor{
    overflow: hidden;
 }
.new-doctor-title{
    text-align: center;
    margin:60px auto;
}
.new-doctor-title img{
    margin: 0 auto;
}
.new-doctor-content{
    position: relative;
    overflow: hidden;
}
.doctor-pag-left,.doctor-pag-right{
    position: absolute;
    top: 40%;
    transform: translateY(-30%);
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
}
.doctor-pag-left:hover{
    transform: scale(1.1) translateY(-30%);
}
.doctor-pag-right:hover{
    transform: scale(1.1) translateY(-30%);
}
.doctor-pag-left{
    left: 0;
}
.doctor-pag-right{
    right: 0;
}
.doctor-doctor-center{
    width:1049px;
    height: 400px;
    overflow: hidden;
    margin-top: 10px;
}
.zj-cont-ul li{
    width: 235px;
    height: 390px;
    overflow: hidden;
    background-color: #874800;
    transition: all 0.3s ease;
}
.zj-cont-ul li:hover{
    transform: translateY(10px);
}
.zj-img-cont,.zj-img-cont img{
    width: 225px;
    height: 325px;
    margin: 0 auto;
}
.zj-img-cont{
    margin: 5px auto 15px;
}
.zj-ruimg{
    text-align: center;
}
.zj-ruimg a{
    display: block;
    width: 150px;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
}

.zj-ruimg a:hover {
    transform: translateY(-2px);
}

.arrow-group {
    display: inline-block;
    margin-left: 2px;
    position: relative;
}

.arrow {
    display: inline-block;
    font-size: 12px;
    transition: all 0.3s ease;
    position: relative;
}

.arrow-1 {
    opacity: 1;
    animation: fadeArrow1 2.2s infinite;
}

.arrow-2 {
    opacity: 0.7;
    animation: fadeArrow2 2.2s infinite 0.3s;
}

.arrow-3 {
    opacity: 0.4;
    animation: fadeArrow3 2.2s infinite 0.6s;
}

/* 鼠标悬停时的动画效果 */
.zj-ruimg a:hover .arrow-1 {
    animation: slideArrow1 0.7s ease-in-out infinite;
}

.zj-ruimg a:hover .arrow-2 {
    animation: slideArrow2 0.7s ease-in-out infinite 0.15s;
}

.zj-ruimg a:hover .arrow-3 {
    animation: slideArrow3 0.7s ease-in-out infinite 0.3s;
}

/* 默认渐隐动画 */
@keyframes fadeArrow1 {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.3; transform: scale(0.8); }
}

@keyframes fadeArrow2 {
    0%, 100% { opacity: 0.7; transform: scale(1); }
    50% { opacity: 0.2; transform: scale(0.8); }
}

@keyframes fadeArrow3 {
    0%, 100% { opacity: 0.4; transform: scale(1); }
    50% { opacity: 0.1; transform: scale(0.8); }
}

/* 鼠标悬停时的滑动动画 */
@keyframes slideArrow1 {
    0%, 100% { transform: translateX(0) scale(1); opacity: 1; }
    50% { transform: translateX(6px) scale(1.2); opacity: 0.6; }
}

@keyframes slideArrow2 {
    0%, 100% { transform: translateX(0) scale(1); opacity: 0.7; }
    50% { transform: translateX(6px) scale(1.2); opacity: 0.3; }
}

@keyframes slideArrow3 {
    0%, 100% { transform: translateX(0) scale(1); opacity: 0.4; }
    50% { transform: translateX(6px) scale(1.2); opacity: 0.1; }
}
.new-doctor{
    width: 100%;
    height:670px;
    background-image: url(../images/doctor_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 70px;
}
.new-tese{
    background-color: #fffcf8;
    padding: 30px 0 30px;
}
.yyts_box{ width:1201px; margin:35px auto 35px; overflow:hidden;}
.tabsList{overflow:hidden; zoom:1; width:1200px; }
.tabsList li{
    float:left; 
    display:inline;
    height:436px; 
    background: #fadcb9;
    margin-right:4px; 
    overflow:hidden; 
    zoom:1;
    width: 100px;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
    .tabsList li:last-child{
        margin-right:0;
    }
.tabsList li h4{width:100px; height:436px; cursor:pointer;float:left;overflow:hidden; color:#fff; background:#a27f56; font-weight:normal;}
.tabsList li h4 span{ float:left; margin-left:36px; margin-top:129px; width:40px; height:206px; font-size:26px;font-weight: 500;line-height: 1.3;}
.tabsList li h4 b{ float:left; margin-left:26px; width:20px; height:90px; font-size:14px; background:url(../images/item_tit.jpg) no-repeat 6px bottom;}
.tabsList li.on h4{ background:#874800;}


.tabsList li.on {
    width: 784px;
}

.tabsList li.on .tabBody{
    width: 684px; 
    height: 436px; 
    display: block;
    float: left;
    opacity: 1;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    -webkit-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    -moz-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    -ms-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    -o-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.tabsList li .tabBody{
    width: 0;
    height: 436px;
    display: block;
    float: left;
    overflow: hidden;
    opacity: 0;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    -webkit-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    -moz-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    -ms-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    -o-transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.tabsList li .tabBody span{ 
    float: left; 
    width: 684px; 
    height: 436px; 
    overflow: hidden;
    display: block;
}

.tabsList li .tabBody span img{ 
    float: left; 
    width: 684px; 
    height: 436px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1);
    opacity: 1;
    object-fit: cover;
}

.tabsList li.on .tabBody span img{
    transform: scale(1.02);
    opacity: 1;
}

.tabsList li .tabBody:hover span img{
    transform: scale(1.08);
    opacity: 0.9;
}

/* 新闻区域样式 */
.new-news {
    padding: 30px 0 45px;
}

.news-container {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    gap: 40px;
    align-items: flex-start;
}

.news-left {
    width: 594px;
}

.news-main-image {
    position: relative;
    width: 594px;
    height: 402px;
    overflow: hidden;
}

.news-main-image img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-main-image:hover img {
    transform: scale(1.05);
}

.news-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
    background: rgba(150, 82, 5, 0.8);
    color: white;
    padding: 0 20px;
}

.news-date {
    width: 10%;
    color: white;
    margin-bottom: 15px;
}

.date-day {
    font-size: 16px;
    margin-right: 5px;
}

.date-year {
    font-size: 14px;
    opacity: 0.9;
}

.news-overlay .news-title {
    font-size: 16px;
    margin: 0;
    width: 80%;
    color: white;
    height: 60px;
    line-height: 60px;
}

.news-right {
    width: 606px;
    height: 402px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 23px;
    background-color: #fffcf8;
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.news-title-image img {
    height: 40px;
}

.news-more a {
    color: #d4a574;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.news-more a:hover {
    color: #b8935f;
    transform: translateX(-3px);
}

.arrow-icon {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.news-more a:hover .arrow-icon {
    transform: translateX(3px);
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-list li {
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    padding: 8px 0;
}

.news-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.news-list a {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    color: #333;
    gap: 10px;
    transition: all 0.3s ease;
    padding: 8px 0;
}

.news-list a:hover {
    color: #d4a574;
    transform: translateX(5px);
}

.news-dot {
    color: #d4a574;
    font-size: 12px;
    margin-top: 3px;
    flex-shrink: 0;
}

.news-list a span:not(.news-dot) {
    flex: 1;
    line-height: 1.6;
    font-size: 14px;
}

.news-date1 {
    color: #999;
    width: 10%;
    font-size: 12px;
    white-space: nowrap;
    margin-left: auto;
    flex-shrink: 0;
}
.news-a{
    width: 90%;
    float: left;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}
.new-kepu{
    padding: 30px 0;
}
.new-kepu-title-top{
    text-align: center;
    margin-bottom: 30px;
}    
.new-kepu-title-top img{
    margin: 0 auto;
}
.new-kepu-content-top{
    overflow: hidden;
    height: 69px;
    width: 1200px;
    background:url(../images/kp_title_bg.png) repeat-x;
    margin-bottom: 30PX;
}
.new-kepu-title{
    overflow: hidden;
    width: 800px;
    padding-left: 120px;
}
.new-kepu-title li{
    float: left;
    width: 160px;
    height: 69px;
}
.new-kepu-title li.cur a{
    display: block;
    height: 45px;
    width: 160px;
    line-height: 45px;
    text-align: center;
    margin-top: 12px;
    transition: all 0.3s ease;
    color: #ffffff;
    transform: translateX(-3px);
    background-color: #d1aa7c;
    border-radius: 100px;
}
.new-kepu-title li a,.more-btn a{
    display: block;
    height: 45px;
    width: 160px;
    line-height: 45px;
    text-align: center;
    margin-top: 12px;
    color: #333;
    transition: all 0.3s ease;
}
.new-kepu-title li a:hover,.more-btn a:hover{
    color: #ffffff;
    transform: translateX(-3px);
    background-color: #d1aa7c;
    border-radius: 100px;
}

.new-kepu-content{
    overflow: hidden;
    position: relative;
}
.new-kepu-content-list{
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.new-kepu-content-list.active{
    opacity: 1;
    transform: translateY(0);
}

.new-kepu-content-list-item{
    width: 563px;
}
.new-kepu-content-list-item-img{
    overflow: hidden;
}
.new-kepu-content-list-img{
    width: 210px;
    height: 118px;
    overflow: hidden;
}
.new-kepu-content-list-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-kepu-content-list-text{
    width: 335px;
}
.new-kepu-list-ul{
    margin-top: 15px;
    overflow: hidden;
}
.new-kepu-list-ul li{
    overflow: hidden;
}
.new-kepu-list-ul li a{
    display: block;
    width: 90%;
    height: 45px;
    line-height: 45px;
    color: #333;
    transition: all 0.3s ease;
    float: left;
}
.new-kepu-content-list-text-title{
    color: #874800;
    font-weight: bold;
    font-size: 18px;
}
.new-kepu-list-ul li a:hover{
    color: #874800;
    transform: translateX(-3px);
}
.new-kepu-list-ul li span:not(.news-dot){
    width: 10%;
    line-height: 45px;
    float: left;
}
.red-text{
    color: #b66100;
    font-weight: bold;
}