/* front-pages: page-specific styles */
.article-body {
    margin-top: 1.5rem;
    line-height: 1.8;
}

.article-body p {
    margin: 0 0 1rem;
}

.article-body img {
    max-width: 100%;
    height: auto;
}

.article-inline-pdfs {
    border: 1px solid #e6ebf2;
    border-radius: 12px;
    padding: 16px;
    background: #f9fbff;
    margin-bottom: 18px;
}

.article-inline-pdfs .inline-pdf-title {
    font-weight: 600;
    color: #2d3a4a;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.article-inline-pdfs .inline-pdf-item {
    border: 1px solid #e6ebf2;
    border-radius: 10px;
    background: #fff;
    padding: 12px;
    margin-bottom: 12px;
}

.article-inline-pdfs .inline-pdf-item:last-child {
    margin-bottom: 0;
}

.article-inline-pdfs .inline-pdf-name {
    font-size: 14px;
    color: #4a5568;
    margin-bottom: 10px;
}

.article-inline-pdfs iframe {
    width: 100%;
    height: 520px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #fff;
}

.article-attachments {
    margin-top: 2rem;
    border-top: 1px solid #E3D7C6;
    padding-top: 1.5rem;
}

.article-attachments header h3 {
    margin: 0;
    font-size: 1.25rem;
}

.article-attachments header p {
    margin: 0.4rem 0 1rem;
    color: #7A6B5D;
    font-size: 0.9rem;
}

.attachment-grid {
    overflow: hidden;
}

.attachment-card {
    float: left;
    width: 48%;
    margin-bottom: 1rem;
    padding: 0.9rem;
    border-radius: 0.6rem;
    border: 1px solid #E3D7C6;
    background: #fff;
    position: relative;
    transition: border 0.3s ease, box-shadow 0.3s ease;
    min-height: 120px;
}

.attachment-card:nth-child(2n) {
    margin-left: 4%;
}

.attachment-card:hover {
    border-color: #8B5A2B;
    box-shadow: 0 15px 35px rgba(59,130,246,0.15);
}

.attachment-card-icon {
    font-size: 1.8rem;
    color: #8B5A2B;
    margin-bottom: 0.5rem;
}

.attachment-card-title a {
    font-weight: 600;
    color: #3B2A1E;
    text-decoration: none;
}

.attachment-card-meta {
    font-size: 0.85rem;
    color: #7A6B5D;
}

.attachment-card-body {
    padding-right: 6.5rem;
}

.attachment-card-title {
    word-break: break-all;
}

.attachment-card-actions {
    position: absolute;
    bottom: 0.8rem;
    right: 0.8rem;
}

.attachment-preview {
    width: 100%;
    height: 220px;
    margin-top: 0.8rem;
    border: 1px solid #cbd5f5;
    border-radius: 0.4rem;
    overflow: hidden;
    background: #fff;
}

.attachment-preview iframe {
    width: 100%;
    height: 100%;
}

.article-footer {
    margin-top: 2rem;
    border-top: 1px solid #E3D7C6;
    padding-top: 1.5rem;
}

.article-navigation {
    overflow: hidden;
}

.nav-link {
    float: left;
    min-width: 45%;
    color: #3B2A1E;
}

.nav-link a {
    color: #2563eb;
    text-decoration: none;
}

.related-articles {
    margin-top: 1.5rem;
}

.related-articles header h3 {
    margin-bottom: 0.8rem;
}

.related-articles ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.related-articles li {
    padding: 0.6rem 0;
    border-bottom: 1px solid #E3D7C6;
    overflow: hidden;
}

.related-articles li:last-child {
    border-bottom: none;
}

.related-articles a {
    color: #3B2A1E;
    text-decoration: none;
}

.related-date {
    float: right;
    color: #A08E7C;
}

/* home page */
.slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus { outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide .slick-loading img {
    display: none;
}
.slick-slide .dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow .slick-hidden {
    display: none;
}
.slick-arrow {
    font-size: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}
.slick-dots li {
    cursor: pointer;
}

.fullSlide{float:left;width:455px;height: 360px;}
.fullSlide .txt{position:absolute;width:100%;bottom:0;left:0;  height:43px;line-height:43px;background:url(../images/tm.png) no-repeat ;background-size:100% 100%;}
.fullSlide .txt h5{font-size:15px;color:#fff;padding-left:10px;margin:0 auto;}
.fullSlide{position:relative; margin:0 auto; overflow:hidden; }
.fullSlide .bd{position:relative; z-index:0;}
.fullSlide .bd li {position:relative; overflow:hidden;}
.fullSlide .bd li img{width:455px;display: block;height: 360px;}
.fullSlide .bd li a{ display:block; }
.fullSlide .hd {width:100%;position: absolute; height:20px; padding-top:8px; bottom:20px; text-align:center;
 font-size:0; z-index:1;}
.fullSlide .hd ul{ text-align:right; margin-right:20px;}
.fullSlide .hd li{margin: 0 3px; height:8px; overflow: hidden; width:8px;  cursor: pointer;background: #fff;border-radius:50% ;
display:inline-block; *display:inline; zoom:1; }
.fullSlide .hd .on{ background:#2676C3; }
.noticeBlock{width: 420px;}

/*首页banner轮播 */
.indexbanner { position: relative; z-index: 1; }
.indexbanner li img { display: block; width: 100%; }
.indexbanner .bx-viewport { z-index: 1; }
.indexbanner .bx-controls-direction a { position: absolute; top: 50%; width: 40px; height: 40px; border-top: 2px solid #fff; border-right: 2px solid #fff; transform: rotate(45deg); margin-top: -20px; top: 50%; z-index: 10; overflow: hidden; line-height: 1000px; }
.indexbanner .bx-controls-direction a.bx-prev { left: 10%; transform: rotate(-135deg); }
.indexbanner .bx-controls-direction a.bx-next { right: 10%; }
.indexbanner .bx-pager { text-align: center; z-index: 10; position: absolute; width: 100%; left: 0; bottom: 5%; }
.indexbanner .bx-pager div { display: inline-block; padding: 0 5px; }
.indexbanner .bx-pager a { display: block; width: 12px; height: 12px; background: #fff; border-radius: 50%; overflow: hidden; line-height: 1000px; }
.indexbanner .bx-pager a.active { background: #8B5A2B; }

@media(max-width:1024px) {
.indexbanner .bx-controls-direction a { width: 30px; height: 30px; margin-top: -15px; }
.indexbanner .bx-controls-direction a.bx-prev { left: 3%; }
.indexbanner .bx-controls-direction a.bx-next { right: 3%; }
.indexbanner .bx-pager { bottom: 5%; }
}

@media(max-width:480px) {
.indexbanner .bx-pager a { width: 8px; height: 8px; }
.indexbanner .bx-controls-direction { display: none; }
}

/*首页通知公告 */
.newsbox { margin: 40px 0 25px 0; }
.newsbox section.ytable-cell { vertical-align: top; }
.newsbox section.ytable-cell:not(.no) { background: #fff; border: 1px solid #E3D7C6; border-radius: 3px; overflow: hidden; }

@media(min-width:1025px) {
.newsbox .right { width: 21%; }
.newsbox .left { width: 38%; }
.newsbox .center { width: 39%; }
}

@media(max-width:1024px) {
.newsbox section.ytable, .newsbox section.ytable-cell { display: block; }
.newsbox .no { height: 10px; }
}
.newsbox section.left .title { font-size: 18px; line-height: 53px; margin-bottom: 13px; }
.newsbox section.left .title span { float: left; border-top: 3px solid #8B5A2B; margin-top: -2px; color: #8B5A2B; }

@media(max-width:640px) {
.newsbox section.left .title { font-size: 3.6vw; }
}
.newsbox section.right .title { background: #8B5A2B; text-align: center; overflow: hidden; padding: 0px 15px; line-height: 50px; color: #fff; }
.newsbox section.right .title .h3 { margin: 0; }
.newsbox section.right .title .st { position: relative; font-size: 18px; }
.newsbox section.right .title .i { display: block; width: 15px; height: 1px; background: rgba(255,255,255,0.5); position: absolute; top: 50%; margin-top: -0.5px; }
.newsbox section.right .title .i.i1 { left: -25px; }
.newsbox section.right .title .i.i2 { right: -25px; }

@media(max-width:640px) {
.newsbox section.right .title .st { font-size: 3.6vw; }
}
.newsbox .tab-ul { position: relative; z-index: 1; background: #F6F0E6; border-bottom: 2px solid #E3D7C6; height: 50px; line-height: 48px; padding: 0 15px; }
.newsbox .tab-ul li { float: left; line-height: 48px; }
.newsbox .tab-ul li span { display: block; border-bottom: 2px solid transparent; font-size: 20px; color: #8F7E6A; position: relative; cursor: pointer; }
.newsbox .tab-ul li:not(:first-child) { margin-left: 1vw; }
.newsbox .tab-ul li:not(:last-child) { margin-right: 1vw; }
.newsbox .tab-ul li:not(:last-child) span:after { position: absolute; content: ''; width: 1px; height: 12px; background: #D8C6AF; right: -1vw; top: 50%; margin-top: -6px; }
.newsbox .tab-ul li.on span { border-bottom-color: #8B5A2B; color: #8B5A2B; font-weight: bold; }

@media(max-width:640px) {
.newsbox .tab-ul li:not(:first-child) { margin-left: 2.6vw; }
.newsbox .tab-ul li:not(:last-child) { margin-right: 2.6vw; }
.newsbox .tab-ul li:not(:last-child) span:after { right: -2.6vw; }
.newsbox .tab-ul li span { font-size: 3.6vw; }
}
.newsbox .tab-list { padding: 20px; }
.newsbox .tab-list dt { padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #f1f1f1; }
.newsbox .tab-list dt .pic img { display: block; width: 100%; }
.newsbox .tab-list dt .txt { vertical-align: top; position: relative; }
.newsbox .tab-list .txt aside { margin-bottom: 4px; }
.newsbox .tab-list .txt aside a.dot { float: left; font-size: 16px; padding-right: 58px; max-width: 95%; background: url(../images/newsbox_news.png) no-repeat right center; color: #333; }
.newsbox .tab-list .txt aside a:hover { color: #8B5A2B; }
.newsbox .tab-list .txt time { color: #8F7E6A; font-size: 12px; }
.newsbox .tab-list .txt p { margin: 4px 0 10px 0; color: #666; line-height: 20px; margin-bottom:30px;}
.newsbox .tab-list .more { position: absolute; left: 0; bottom: 0; background: #8B5A2B; border-radius: 3px; width: 80px; text-align: center; line-height: 27px; color: #fff; }
.newsbox .tab-list dd { padding-left: 15px; background: url(../images/newsbox_a.png) no-repeat left center; position: relative; padding-right: 40px; line-height: 30px; overflow: hidden; }
.newsbox .tab-list dd time { position: absolute; right: 0; color: #8F7E6A; font-size: 12px; }
.newsbox .tab-list dd a { float: left; max-width: 95%; }

@media(min-width:641px) {
.newsbox .tab-list dt .pic { width: 220px; }
.newsbox .tab-list dt .pic a { display: block; max-width: 200px; width: 90%; }
}

@media(max-width:640px) {
.newsbox .tab-list dt, .newsbox .tab-list dt .ytable-cell { display: block; }
.newsbox .tab-list .txt { padding-top: 20px; padding-bottom: 40px; }
.newsbox .tab-list dd span { font-size: 12px; }
}
.newsbox .fast-link { padding: 20px; }
.newsbox .fast-link dt { float: left; width: 33.3333%; text-align: center; padding: 10px 0; }
.newsbox .fast-link dt .icon { padding-bottom: 5px;}
.newsbox .fast-link dt .icon img{ max-height:55px;}
.newsbox .fast-link dt aside { font-size: 14px; }

/*首页科室列表 */
.debox { margin: 25px 0; }
.debox .inner { background: #fff; border: 1px solid #E3D7C6; border-radius: 4px; overflow: hidden; }
.debox .tab { background: #F6F0E6; border-bottom: 2px solid #E3D7C6; height: 50px; line-height: 48px; padding: 0 20px; }
.debox .tab li { cursor: pointer; float: left; font-size: 20px; border-bottom: 2px solid transparent; }
.debox .tab li:not(:first-child) { margin-left: 1vw; }
.debox .tab li:not(:last-child) { margin-right: 1vw; }
.debox .tab li:not(:last-child) a:after { position: absolute; content: ''; width: 1px; height: 12px; background: #D8C6AF; right: -1vw; top: 50%; margin-top: -6px; }
.debox .tab li a { display: block; color: #8F7E6A; position: relative; line-height: 48px; }
.debox .tab li.active { border-bottom-color: #8B5A2B; font-weight: bold; }
.debox .tab li.active a { color: #8B5A2B; }
.debox .tab-info { padding: 20px; }
.debox .tab-info .mCustomScrollbar { max-height: 130px; }
.debox .tab-info .box dd { float: left; padding-right: 10px; margin-bottom: 10px; }
.debox .tab-info .box dd a { position: relative; border-radius: 6px; border: 1px solid #E7D8C7; line-height: 30px; padding: 0 17px 0 10px; background: #f3f8fc; color: #333; transition: 0.3s; }
.debox .tab-info .box dd a::after { position: absolute; content: ''; width: 7px; height: 7px; border-top: 1px solid #adc9de; border-right: 1px solid #adc9de; right: 10px; top: 50%; margin-top: -3px; transform: rotate(45deg); transition: 0.3s; }
.debox .tab-info .box dd a::before { position: absolute; content: ''; width: 1px; height: 100%; background: #E7D8C7; right: 24px; top: 0; transition: 0.3s; }
.debox .tab-info .box dd a:hover { background: #8B5A2B; border-color: #8B5A2B; color: #fff; }
.debox .tab-info .box dd a:hover::after { border-color: #fff; }
.debox .tab-info .box dd a:hover::before { background: #fff; opacity: 0.15 }
.debox .tab-info .box .item { position: relative; float: left; margin-bottom: 10px; background: #EDE2D3; border-radius: 4px; padding: 0 10px; transition: 0.3s; }
.debox .tab-info .box .item::after { position: absolute; content: ''; width: 7px; height: 7px; border-top: 1px solid #adc9de; border-right: 1px solid #adc9de; right: 25px; top: 50%; margin-top: -3px; transform: rotate(45deg); transition: 0.3s; }
.debox .tab-info .box .item a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; opacity: 0; background: #fff; -webkit-opacity: 0; }
.debox .tab-info .box .item:hover { background: #8B5A2B; }
.debox .tab-info .box ul { height: 60px; }
.debox .tab-info .box ol { width: 70px; text-align: center; }
.debox .tab-info .box ol img { width: 90%; max-width: 40px; }
.debox .tab-info .box li aside { font-size: 16px; color: #333; }
.debox .tab-info .box .item:hover aside { color: #fff; }
.debox .mCSB_inside > .mCSB_container { margin-right: 0; }
.debox .mCSB_scrollTools { width: 2px; opacity: 1!important; }
.debox .mCSB_scrollTools .mCSB_draggerRail { background: #D8C6AF; }
.debox .mCSB_scrollTools .mCSB_dragger { height: 20px!important; }
.debox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background: #8B5A2B; width: 100%; }

@media(min-width:1025px) {
.debox .tab-info .box .item { width: 19%; margin-right: 1%; }
.debox .tab-info .box .item:nth-child(5n) { margin-right: 0%; }
}

@media(max-width:1024px) {
.debox .tab-info .box .item { width: 20%; }
}

@media(max-width:768px) {
.debox .tab-info .box .item { width: 50%; }
.debox .tab li { font-size: 3vw; padding-right: 2vw; }
.debox .tab li a { padding: 0 2vw 2.2vw; line-height: 4vw; }
.debox .tab li:not(:first-child) { padding-left: 2vw; }
.debox .tab li.active a:after { top: 1.6vw; border-width: 0.8vw; border-top-width: 1vw; }
}

@media(max-width:480px) {
.debox .tab-info .box dd a { font-size: 3vw; }
.debox .tab-info .mCustomScrollbar { max-height: 10em; }
.debox .tab-info .box .item{width: 100%;}
.debox .tab{ height:auto; padding:0 0;}
.debox .tab li{ padding:4vw 1vw; margin:0 auto;}
.debox .tab li a{ padding:0 2vw;}
}

/*Doctor_box - 首页专家介绍 */
.Doctor_box { margin: 25px 0; }
.Doctor_box .inner { position: relative; background: #fff; border: 1px solid #E3D7C6; border-radius: 3px; overflow: hidden; }
.Doctor_box .title { background: #F6F0E6; border-bottom: 2px solid #E3D7C6; line-height: 48px; height: 50px; position: relative; padding: 0 15px; }
.Doctor_box .title:before { position: absolute; content: ''; left: 0; bottom: -5px; background: url(../images/Doctor_box_titicon.gif) no-repeat; width: 18px; height: 9px; }
.Doctor_box .title b { font-size: 20px; line-height: 48px; margin-right: 5px; display: inline-block; color: #8B5A2B; border-bottom: 2px solid #8B5A2B; }
.Doctor_box .title span { color: #b9b9b9; text-transform: uppercase; }

@media(max-width:480px) {
.Doctor_box .title span { display: none; }
.newsbox .tab-list dd a{max-width: 88%;}
}
.Doctor_box .list { padding: 20px; }
.Doctor_box .slick-list { margin-left: -5px; margin-right: -5px; }
.Doctor_box .slick-list li .inner { margin: 0 5px; border: 1px solid #E3D7C6; padding-bottom: 40px; }
.Doctor_box .slick-list li .Ispic { padding-bottom: 113%; background-size: contain; }
.Doctor_box .slick-list li .pic { width: 40%; overflow: hidden; border-radius: 4px; }
.Doctor_box .slick-list li .pic img { display: block; width: 100%; }
.Doctor_box .slick-list li .txt { width: 60%; padding: 0 5%; }
.Doctor_box li .txt > * { margin: 0; font-weight: normal }
.Doctor_box li .txt h3 { font-size: 18px; margin-bottom: 5px }
.Doctor_box li .txt h3 a { color: #000 }
.Doctor_box li .txt span { font-size: 15px; color: #8B5A2B; margin: 5px 0 5px 5px }
.Doctor_box li .txt aside { margin-bottom: 5px; font-size: 14px; color: #333; padding-left: 22px; background: url(../images/honor.png) no-repeat left center }
.Doctor_box li .txt .word { padding: 5px; background: #F7F1E8 }
.Doctor_box li .txt p { line-height: 22px; height: 128px; font-size: 12px; margin: 0 }
.Doctor_box li .txt p a { color: #8B5A2B }
.Doctor_box .btnDiv { position: absolute; left: 0; bottom: 0; width: 100%; border-top: 1px solid #E3D7C6 }
.Doctor_box .btnDiv a { display: inline-block; float: left; color: #666; height: 40px; line-height: 40px; padding-left: 28px; background: url(../images/icon_yuyue.png) no-repeat left center; margin-left: 10px }
.Doctor_box .btnDiv a.more { background: url(../images/more.png) no-repeat right center; float: right; padding-left: 0; padding-right: 28px; margin-right: 5px; }
.Doctor_box .btnDiv a:hover { color: #8B5A2B }
.Doctor_box .controls { position: absolute; right: 20px; top: 15px; }
.Doctor_box .slick-arrow { width: 28px; height: 28px; border-radius: 4px; background: url("../images/prev.png") no-repeat center center #D8C6AF; cursor: pointer; transition: 0.3s; }
.Doctor_box .slick-arrow:hover { background-color: #8B5A2B; }
.Doctor_box .slick-prev { margin-right: 5px; }
.Doctor_box .slick-next { background-image: url("../images/next.png"); }

@media(max-width:480px) {
.Doctor_box .slick-prev { left: 0; }
.Doctor_box .slick-next { right: 0; }
.Doctor_box .slider { padding: 0 30px; }
.Doctor_box .slick-arrow { width: 28px; margin-top: -36px; height: 28px; background-size: contain; }
.Doctor_box .slick-list li .txt span, .Doctor_box .slick-list li aside.dot2 { font-size: 12px; }
}

/*首页页脚快捷图片 */
.ipic_box { margin: 30px 0 50px 0; }
.ipic_box li { float: left; margin-right: 2%; }
.ipic_box li a { display: block; position: relative; border-radius: 4px; overflow: hidden; }
.ipic_box li img { display: block; width: 100%; transition: 0.3s; max-height:158px;}
.ipic_box li a:hover img { transform: scale(1.1); }
.ipic_box li aside { position: absolute; right: 0; bottom: 0; font-size: 18px; color: #fff; background: url(../images/ipic_box_color_1.png) no-repeat left top; line-height: 43px; padding: 5px 12px 0 46px; max-width: 80%; }
.ipic_box li:nth-child(2) aside { background-image: url(../images/ipic_box_color_2.png); }
.ipic_box li:nth-child(3) aside { background-image: url(../images/ipic_box_color_3.png); }
.ipic_box li:nth-child(4) aside { background-image: url(../images/ipic_box_color_4.png); }

@media(max-width:1024px) {
.ipic_box li aside { font-size: 18px; }
}

@media(min-width:769px) {
.ipic_box li { width: 23.5%; }
.ipic_box li:nth-child(4n) { margin-right: 0; }
}

@media(max-width:768px) {
.ipic_box li { width: 49%; margin-top: 1%; margin-bottom: 1%; }
.ipic_box li:nth-child(2n) { margin-right: 0; }
}

@media(max-width:480px) {
.ipic_box li aside { line-height: 30px; }
.ipic_box li aside { font-size: 14px; }

}

/* equipment list */
.equipment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
}

.equipment-card {
    border: 1px solid #E3D7C6;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.equipment-card:hover {
    border-color: #8B5A2B;
    box-shadow: 0 10px 24px rgba(0, 104, 183, 0.12);
    transform: translateY(-2px);
}

.equipment-image {
    width: 100%;
    height: 250px;
    background: #F6F0E6;
    overflow: hidden;
    position: relative;
}

.equipment-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.equipment-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.equipment-card:hover .equipment-image img {
    transform: scale(1.04);
}

.equipment-content {
    padding: 10px 14px 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 0;
}

.equipment-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.equipment-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
    color: #3B2A1E;
    flex: 1;
    overflow: hidden;
}

.equipment-title a {
    color: #3B2A1E;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.equipment-title a:hover {
    color: #8B5A2B;
}

.equipment-btn {
    flex: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 6px;
    background: #9C1A1A;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.equipment-btn:hover {
    background: #7B1414;
    color: #fff;
}

.equipment-specs {
    border-top: 1px dashed #E3D7C6;
    padding-top: 10px;
    font-size: 12px;
    color: #7A6B5D;
}

.equipment-specs .label {
    color: #333;
    font-weight: 600;
}

.equipment-empty {
    border: 1px dashed #ddd;
    border-radius: 8px;
    padding: 40px 0;
    text-align: center;
    color: #8F7E6A;
    grid-column: 1 / -1;
    background: #fff;
}

@media (max-width: 1024px) {
    .equipment-grid {
        grid-template-columns: 1fr;
    }
    .equipment-card {
        min-height: 0;
    }
}

/* doctor detail page */
.list-container {
    padding: 20px 0;
}

.list-stats {
    margin-bottom: 30px;
    padding: 15px 20px;
    background: #F7F1E8;
    border-radius: 4px;
    border-left: 4px solid #8B5A2B;
}

.list-result-count {
    font-size: 16px;
    color: #333;
}

.result-number {
    font-weight: bold;
    color: #8B5A2B;
    font-size: 18px;
}

.category-name {
    color: #8B5A2B;
    font-weight: 600;
    background: #F2E7DA;
    padding: 2px 6px;
    border-radius: 3px;
}

.current-page {
    color: #666;
    font-size: 14px;
    margin-left: 10px;
}

.article-list {
    margin-bottom: 30px;
}

.article-item {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #E3D7C6;
    border-radius: 4px;
    transition: all 0.3s ease;
    background: #fff;
}

.article-item:hover {
    border-color: #8B5A2B;
    box-shadow: 0 5px 15px rgba(0, 104, 183, 0.1);
    transform: translateY(-2px);
}

.article-title {
    margin: 0 0 12px 0;
    font-size: 18px;
}

.article-title a {
    color: #8B5A2B;
    text-decoration: none;
    font-weight: 600;
}

.article-title a:hover {
    color: #6F4621;
    text-decoration: underline;
}

.article-meta {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 14px;
    color: #666;
}

.publish-date,
.view-count {
    display: flex;
    align-items: center;
}

.publish-date::before {
    content: "📅";
    margin-right: 5px;
    color: #8B5A2B;
}

.view-count::before {
    content: "👁️";
    margin-right: 5px;
    color: #8B5A2B;
}

.article-type {
    background: #8B5A2B;
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: normal;
    margin-left: auto;
}

.pagination-wrapper {
    text-align: center;
    margin: 30px 0;
}

.pagination {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    margin: 0;
}

.page-link {
    display: inline-block;
    padding: 8px 14px;
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.page-link:hover {
    background: #8B5A2B;
    color: #fff;
    border-color: #8B5A2B;
}

.page-current {
    display: inline-block;
    padding: 8px 14px;
    background: #8B5A2B;
    color: #fff;
    border: 1px solid #8B5A2B;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
}

.prev-page,
.next-page {
    background: #F7F1E8;
    color: #8B5A2B;
}

.prev-page:hover,
.next-page:hover {
    background: #8B5A2B;
    color: #fff;
}

.page-ellipsis {
    padding: 8px 5px;
    color: #8F7E6A;
}

@media (max-width: 768px) {
    .article-meta {
        flex-direction: column;
        gap: 5px;
    }

    .article-type {
        margin-left: 0;
    }

    .article-title {
        font-size: 16px;
    }

    .page-link,
    .page-current {
        padding: 6px 10px;
        font-size: 13px;
    }

    .article-item {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .publish-date::before,
    .view-count::before {
        display: none;
    }

    .pagination {
        flex-wrap: wrap;
    }

    .prev-page,
    .next-page {
        flex-grow: 1;
        text-align: center;
    }
}

.doctor-filter {
    background: #fff;
    border: 1px solid #E3D7C6;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 20px;
}

.doctor-filter .filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E3D7C6;
}

.doctor-filter .filter-label {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.doctor-filter .btn-clear-filter {
    background: #F7F1E8;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 6px 15px;
    cursor: pointer;
    color: #666;
    font-size: 14px;
    transition: all 0.3s;
    line-height: 28px;
}

.doctor-filter .btn-clear-filter:hover {
    background: #EDE2D3;
    border-color: #8B5A2B;
    color: #8B5A2B;
}

.doctor-filter .filter-section {
    margin-bottom: 25px;
}

.doctor-filter .filter-section:last-child {
    margin-bottom: 0;
}

.doctor-filter .filter-title {
    font-size: 16px;
    font-weight: bold;
    color: #8B5A2B;
    margin-bottom: 15px;
    display: block;
}

.doctor-filter .dept-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.doctor-filter .dept-tab {
    padding: 8px 20px;
    border: 1px solid #E3D7C6;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    transition: all 0.3s;
    line-height: 28px;
    position: relative;
    z-index: 1;
    pointer-events: auto;
    user-select: none;
}

.doctor-filter .dept-tab.active {
    background: #8B5A2B;
    color: #fff;
    border-color: #8B5A2B;
}

.doctor-filter .dept-tab:hover {
    border-color: #8B5A2B;
    color: #8B5A2B;
}

.doctor-filter .dept-tab.active:hover {
    background: #6F4621;
    color: #fff;
}

.doctor-filter .dept-grid,
.doctor-filter .title-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin: 0 -1%;
}

.doctor-filter .dept-item,
.doctor-filter .title-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 12px;
    border: 1px solid #E3D7C6;
    border-radius: 3px;
    background: #F7F1E8;
    transition: all 0.3s;
    font-size: 14px;
    margin: 0 1%;
    box-sizing: border-box;
}

.doctor-filter .dept-item:hover,
.doctor-filter .title-item:hover {
    border-color: #8B5A2B;
    background: #EDE2D3;
    color: #8B5A2B;
}

.doctor-filter .dept-item input[type="checkbox"],
.doctor-filter .title-item input[type="checkbox"] {
    margin-right: 8px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.doctor-filter .dept-item input[type="checkbox"]:checked + span,
.doctor-filter .title-item input[type="checkbox"]:checked + span {
    color: #8B5A2B;
    font-weight: bold;
}

/* 使用 JavaScript 动态添加 checked 类，而不是使用 :has() 选择器（兼容性更好） */
.doctor-filter .dept-item.checked,
.doctor-filter .title-item.checked {
    border-color: #8B5A2B;
    background: #EDE2D3;
    color: #8B5A2B;
}

.doctor-filter .search-section {
    border-top: 1px solid #E3D7C6;
    padding-top: 20px;
}

.doctor-filter .search-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.doctor-filter .search-box {
    flex: 1;
    display: flex;
    gap: 10px;
}

.doctor-filter .search-input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #E3D7C6;
    border-radius: 3px;
    font-size: 14px;
    outline: none;
    line-height: 28px;
}

.doctor-filter .search-input:focus {
    border-color: #8B5A2B;
}

.doctor-filter .btn-search {
    padding: 10px 20px;
    background: #9C1A1A;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
    line-height: 28px;
}

.doctor-filter .btn-search:hover {
    background: #7B1414;
}

@media (max-width: 1024px) {
    .doctor-filter .dept-grid,
    .doctor-filter .title-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .doctor-filter .dept-grid,
    .doctor-filter .title-grid {
        grid-template-columns: repeat(3, 1fr);
        margin: 0 -2px;
    }

    .doctor-filter .dept-item,
    .doctor-filter .title-item {
        margin: 0 2px;
        padding: 6px 8px;
        font-size: 13px;
    }

    .doctor-filter .search-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .doctor-filter .search-box {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .doctor-filter .dept-grid,
    .doctor-filter .title-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.Doctor_list { background: #fff; border: 1px solid #E3D7C6; border-radius: 3px; padding: 14px; }
.Doctor_list li { float: left; width:49%; margin-right: 2%; border: 1px solid #E3D7C6; border-radius: 3px; padding-bottom: 34px; margin-bottom: 1.5%; position: relative; background: #fff; }
.Doctor_list li:nth-child(2n){ margin-right: 0;}
.Doctor_list li .pic { width: 32%; border-radius: 4px; overflow: hidden; height: 200px; background: #F6F0E6; }
.Doctor_list li .pic img { display: block; width: 100%; height: auto; }
.Doctor_list li .txt { width: 68%; padding: 0 4%; }
.Doctor_list li .txt > * { margin: 0; font-weight: normal; }
.Doctor_list li .txt h3 { font-size: 17px; margin-bottom: 5px; }
.Doctor_list li .txt h3 a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.Doctor_list li .txt h3 a { color: #000; }
.Doctor_list li .txt span { font-size: 15px; color: #8B5A2B; margin: 5px 0 5px 5px; padding-left: 22px; background: url(../images/honor.png) no-repeat left center; }
.Doctor_list li .txt aside { margin-bottom: 5px; font-size: 14px; color: #333; max-height: 44px; overflow: hidden; }

.Doctor_list li .txt p { line-height: 20px; height: 60px; font-size: 12px; margin: 0; overflow: hidden; }
.Doctor_list li .txt p.dot3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.Doctor_list li .txt p a { color: #8B5A2B; }
.Doctor_list .btnDiv { position: absolute; left: 0; bottom: 0; width: 100%; border-top: 1px solid #E3D7C6; }
.Doctor_list .btnDiv input { cursor: pointer; color: #666; height: 36px; margin-left: 10px; padding-left: 28px; background: url(../images/icon_yuyue.png) no-repeat left center; border: none; }
.Doctor_list .btnDiv a.more { display: inline-block; float: right; color: #666; height: 36px; line-height: 36px; padding-right: 28px; background: url(../images/more.png) no-repeat right center; margin-right: 10px; }
.Doctor_list .btnDiv a.more:hover, .Doctor_list .btnDiv input:hover { color: #8B5A2B; }

.pagelist {
    margin: 20px 0 10px;
    text-align: center;
    clear: both;
}
.pagelist a,
.pagelist span {
    display: inline-block;
    min-width: 32px;
    padding: 6px 10px;
    margin: 0 4px;
    border: 1px solid #E3D7C6;
    border-radius: 3px;
    background: #fff;
    color: #3B2A1E;
    text-decoration: none;
    line-height: 1.2;
}
.pagelist a:hover {
    background: #8B5A2B;
    color: #fff;
    border-color: #8B5A2B;
}
.pagelist .current,
.pagelist .on,
.pagelist span.current {
    background: #8B5A2B;
    color: #fff;
    border-color: #8B5A2B;
}
.pagelist .disabled {
    color: #8F7E6A;
    background: #F6F0E6;
    border-color: #E3D7C6;
}

/* search page */
.search-container {
    padding: 20px 0;
}

.search-stats {
    margin-bottom: 30px;
    padding: 15px 20px;
    background: #F7F1E8;
    border-radius: 4px;
    border-left: 4px solid #8B5A2B;
}

.search-result-count {
    font-size: 16px;
    color: #3B2A1E;
}

.result-number {
    font-weight: bold;
    color: #8B5A2B;
    font-size: 18px;
}

.search-keyword {
    color: #8B5A2B;
    font-weight: 600;
    background: #F2E7DA;
    padding: 2px 6px;
    border-radius: 3px;
}

.current-page {
    color: #7A6B5D;
    font-size: 14px;
    margin-left: 10px;
}

.search-results {
    margin-bottom: 30px;
}

.search-result-item {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #E3D7C6;
    border-radius: 4px;
    transition: all 0.3s ease;
    background: #fff;
}

.search-result-item:hover {
    border-color: #8B5A2B;
    box-shadow: 0 5px 15px rgba(139, 90, 43, 0.12);
    transform: translateY(-2px);
}

.search-result-title {
    margin: 0 0 12px 0;
    font-size: 18px;
}

.search-result-title a {
    color: #8B5A2B;
    text-decoration: none;
    font-weight: 600;
}

.search-result-title a:hover {
    color: #6F4621;
    text-decoration: underline;
}

.search-result-meta {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E3D7C6;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 14px;
    color: #7A6B5D;
}

.publish-date,
.view-count {
    display: flex;
    align-items: center;
}

.publish-date::before {
    content: "📅";
    margin-right: 5px;
    color: #8B5A2B;
}

.view-count::before {
    content: "👁️";
    margin-right: 5px;
    color: #8B5A2B;
}

.result-type {
    background: #8B5A2B;
    color: #fff;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: normal;
    margin-left: auto;
}

.search-result-summary {
    color: #7A6B5D;
    line-height: 1.7;
    font-size: 15px;
}

.pagination-wrapper {
    text-align: center;
    margin: 30px 0;
}

.pagination {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    margin: 0;
}

.page-link {
    display: inline-block;
    padding: 8px 14px;
    background: #fff;
    border: 1px solid #E3D7C6;
    color: #3B2A1E;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.page-link:hover {
    background: #8B5A2B;
    color: #fff;
    border-color: #8B5A2B;
}

.page-current {
    display: inline-block;
    padding: 8px 14px;
    background: #8B5A2B;
    color: #fff;
    border: 1px solid #8B5A2B;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
}

.prev-page,
.next-page {
    background: #F7F1E8;
    color: #8B5A2B;
}

.prev-page:hover,
.next-page:hover {
    background: #8B5A2B;
    color: #fff;
}

.page-ellipsis {
    padding: 8px 5px;
    color: #8F7E6A;
}

.no-results {
    text-align: center;
    padding: 50px 20px;
    background: #F6F0E6;
    border-radius: 8px;
    margin: 30px 0;
}

.no-results-icon {
    font-size: 60px;
    color: #D8C6AF;
    margin-bottom: 20px;
}

.no-results h3 {
    color: #3B2A1E;
    margin-bottom: 15px;
}

.no-results p {
    font-size: 16px;
    color: #7A6B5D;
    margin-bottom: 25px;
}

.suggestions {
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
}

.suggestions h4 {
    color: #3B2A1E;
    margin-bottom: 10px;
}

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

.suggestions li {
    padding: 5px 0;
    padding-left: 20px;
    position: relative;
    color: #7A6B5D;
}

.suggestions li::before {
    content: "✅";
    position: absolute;
    left: 0;
    color: #8B5A2B;
}

.hot-searches {
    margin-top: 40px;
}

.section-title {
    font-size: 20px;
    color: #8B5A2B;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #8B5A2B;
}

.hot-search-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hot-search-tag {
    display: inline-block;
    padding: 8px 16px;
    background: #F7F1E8;
    color: #8B5A2B;
    border: 1px solid #8B5A2B;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.hot-search-tag:hover {
    background: #8B5A2B;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(139, 90, 43, 0.2);
}

@media (max-width: 768px) {
    .auto_1150 {
        width: auto;
        padding: 0 15px;
    }

    .search-result-meta {
        flex-direction: column;
        gap: 5px;
    }

    .result-type {
        margin-left: 0;
    }

    .search-result-title {
        font-size: 16px;
    }

    .page-link,
    .page-current {
        padding: 6px 10px;
        font-size: 13px;
    }

    .search-result-item {
        padding: 15px;
    }

    .hot-search-tag {
        padding: 6px 12px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .search-result-meta {
        font-size: 13px;
    }

    .publish-date::before,
    .view-count::before {
        display: none;
    }

    .pagination {
        flex-wrap: wrap;
    }

    .prev-page,
    .next-page {
        flex-grow: 1;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .Doctor_list li{
        width: 100%;
        box-sizing: border-box;
        margin-right: 0;
    }
}

.content-card {
    background: #fff;
    border-radius: 0.8rem;
    padding: 1.5rem;
    box-shadow: 0 15px 35px rgba(15,23,42,0.08);
    border: 1px solid #E3D7C6;
    margin-bottom: 8px;
}

.content-card-head {
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #E3D7C6;
    margin-bottom: 1rem;
}

.content-title {
    margin: 0;
    font-size: 2rem;
    color: #3B2A1E;
}

.content-card .img-ban {
    margin: 0 0 1.2rem;
    text-align: center;
}

.content-card .img-ban img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 0.6rem;
    box-shadow: 0 10px 24px rgba(15,23,42,0.12);
}

.content-card .detail .title {
    font-size: 1.4rem;
    margin: 0 0 0.8rem;
    border: 0;
}

.content-card .edit-info {
    line-height: 1.8;
    border: 0;
}

.content-card .edit-info img {
    max-width: 100%;
    height: auto;
}

.content-card .publictxt,
.content-card .publictxt .detail,
.content-card .publictxt .img-ban {
    border: 0;
    box-shadow: none;
}

.content-card .publictxt .auto {
    border: 0;
    box-shadow: none;
}

.publictxt .auto { border: 1px solid #E3D7C6; border-radius: 3px; overflow: hidden; }
.publictxt .auto .img-ban { text-align: center; }
.publictxt .detail { margin: 0 auto; max-width: 800px; }
.publictxt .edit-info { line-height: 2; font-size: 15px; padding-bottom: 4%; margin-bottom: 4%; margin-top: 5%; }
.publictxt .title { margin: 5% 0 20px 0; padding-bottom: 20px; border-bottom: 1px solid #E3D7C6; font-size: 24px; color: #8B5A2B; font-weight: normal; line-height: 1em; }
@media (max-width: 768px) {
    .publictxt .detail { padding: 0 5px; }
}

.k_list .title { padding: 0 0 15px 0; font-size: 20px; font-weight: bold; line-height: 30px; color: #8B5A2B; }
.k_list dd { margin-bottom: 25px; border: 1px solid #E3D7C6; border-radius: 3px; padding: 20px; }
.k_list dd ul { margin: 0 -1%; }
.k_list dd li { float: left; width: 23%; margin: 0 1%; margin-bottom: 10px; }
.k_list dd li a { position: relative; background: #EDE2D3; border-radius: 4px; line-height: 50px; padding: 0 20px; font-size: 15px; color: #333; transition: background 0.2s; }
.k_list dd li a::after { position: absolute; content: ''; width: 7px; height: 7px; border-top: 1px solid #adc9de; border-right: 1px solid #adc9de; right: 20px; top: 50%; margin-top: -3px; transform: rotate(45deg); transition: 0.3s; }
.k_list dd li a:hover { background: #8B5A2B; color: #fff; }
.k_list dd li a:hover::after { border-color: #fff; }
@media (max-width: 768px) {
    .k_list dd ul {
        margin: 0 -5px;
    }
    .k_list dd li{
        box-sizing: border-box;
        padding: 0 5px;
        width: 50%;
        margin: 0;
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .k_list dd ul {
        margin: 0;
    }
    .k_list dd li{
        width: 100%;
        padding: 0;
    }
}

.article-card .title {
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #E3D7C6;
    margin-bottom: 1rem;
}

.article-card .title h1 {
    margin: 0;
    font-size: 2rem;
    color: #3B2A1E;
}

.article-card .title aside {
    font-size: 0.85rem;
    color: #7A6B5D;
    margin-top: 0.4rem;
    padding-left: 0.6rem;
    border-left: 3px solid #8B5A2B;
}

.article-card .edit-info {
    line-height: 1.8;
}

.article-card .edit-info img {
    max-width: 100%;
    height: auto;
}

.Artinfo {
    margin: 0 0 40px;
    color: #333;
    font-size: 16px;
    font-family: "宋体";
}

.doctor-card {
    background: #fff;
    border-radius: 0.8rem;
    padding: 1.5rem;
    box-shadow: 0 15px 35px rgba(15,23,42,0.08);
    border: 1px solid #E3D7C6;
    margin-bottom: 8px;
}

.doctor-card.auto.w_96 {
    width: 100%;
    max-width: 100%;
}

.Artinfo > .auto {
    border: 0;
    box-shadow: none;
}

.doctor-tools {
    text-align: right;
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
    white-space: nowrap;
}

.action-link {
    color: #f8fafc;
    background: rgba(15,23,42,0.35);
    padding: 0.2rem 0.8rem;
    border-radius: 0.4rem;
    text-decoration: none;
    margin-left: 0.4rem;
    font-size: 0.85rem;
}

.Doctor_info { padding: 3% 0; }

.Doctor_info .txt-list { margin-bottom: 4%; padding-bottom: 4%; }
.Doctor_info .txt-list .pic { width: 30%; }
.Doctor_info .txt-list .info { line-height: 30px; font-size: 15px; color: #666; }
.Doctor_info .txt-list .content b { color: #474747; }

.Doctor_info .pic img {
    border-radius: 0.6rem;
    box-shadow: 0 10px 24px rgba(15,23,42,0.12);
}

.Doctor_info .content .yname {
    font-size: 1.6rem;
    color: #3B2A1E;
}

.Doctor_info .txt-info {
    margin-top: 1.5rem;
    border-top: 1px solid #E3D7C6;
    padding-top: 1rem;
}

.Doctor_info .txt-info h3 {
    margin: 0.4rem 0 0.6rem;
    color: #3B2A1E;
    font-size: 1.1rem;
}

.Doctor_info .txt-info .inner {
    line-height: 1.8;
    font-size: 15px;
    color: #666;
}

@media (max-width: 768px) {
    .Doctor_info .txt-list .ytable,
    .Doctor_info .txt-list .ytable-cell,
    .Doctor_info .txt-list .yname {
        display: block;
    }
    .Doctor_info .txt-list .pic {
        width: 100%;
        text-align: center;
    }
    .Doctor_info .txt-list .yname {
        text-align: center;
        margin-bottom: 0;
    }
    .Doctor_info .txt-list .info {
        margin-top: 20px;
    }
}

.Artinfo .pn-page {
    margin-top: 1.2rem;
    border-top: 1px solid #E3D7C6;
    padding-top: 0.8rem;
}

.Artinfo .pn-page aside { padding: 10px 0; }
.Artinfo .pn-page aside a { color: #666; }
.Artinfo .pn-page aside a:hover { color: #8B5A2B; }

@media (max-width: 992px) {
    .doctor-tools {
        text-align: left;
        white-space: normal;
    }
}

@media print {
    body * {
        visibility: hidden;
    }
    .article-card,
    .article-card * {
        visibility: visible;
    }
    .article-card {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        box-shadow: none;
        border: none;
    }
    .article-tools,
    .article-footer {
        page-break-inside: avoid;
    }
    .article-footer {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .attachment-card,
    .attachment-card:nth-child(2n) {
        width: 100%;
        margin-left: 0;
    }
}
