<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-title .line {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 120px;
    height: 5px;
    display: block;
}
.diary-list li:nth-child(4n){
    margin-right: 0;
}
/* 腱�絖��臂���膠� */
.classify {
    width: 213px;
    height: 452px;
    box-sizing: border-box;
}

.classify .icon {
    width: 26px;
    height: 26px;
}

.classify .classify-list {
    border-radius: 0px 0px 10px 10px;
}

.classify .item:hover {
    background: #F9C7E3FE;
}

.classify .item:hover .child-card {
    display: block;
}
.child-card ul:last-child{
    border-bottom: 0;
    margin-bottom: 0;
}

/* 腱�絖��臂��膾ц��� */
.child-card {
    display: none;
    left: 211px;
    top: 0;
    z-index: 66;
    width: 373px;
    max-height: 359px;
    overflow-y: auto;
    /* box-shadow: 0 8px 24px rgb(81 87 103 / 16%); */
}
.child-card .child-item{
    width: 50%;
    margin-bottom: 35px;
}
.child-card li:nth-child(even) {
    margin-right: 0;
}

.child-card a:hover {
    color: #3097E5;
}

/* ���� */
.notice {
    height: 47px;

}

.notice .item {
    width: 370px;
}

.notice .item:hover a {
    color: #3097E5;
}

/* 筝糸校���� */
.slide-content {
    width: 965px;
    height: 386px;
}

.slide-content .button-prev {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 66;
}

.slide-content .button-next {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 66;
}

.slide-content img {
    width: 965px;
    height: 386px;
}

/* ��臂�� */
.small-swiper {
    --swiper-theme-color: #fff;
    /* 顒丞舟Swiper蕋��� */
    --swiper-navigation-color: #fff;
    /* �����臀�������� */
    --swiper-navigation-size: 30px;
    /* 莅丞舟����ぇ絨� */
}

.left-content {
    width: 845px;
    height: 592px;
    box-sizing: border-box;
}

.left-content .title {
    width: 431px;
}

.right-content {
    width: 339px;
    height: 592px;
    box-sizing: border-box;
}

.left-content .small-swiper {
    width: 361px;
    height: 242px;
}

.left-content a:hover {
    color: #3097E5;
}

.left-content .small-swiper img {
    display: block;
    width: 361px;
    height: 205px;
}

.dmh-list {
    width: 430px;
}

.dmh-list .item {
    box-sizing: border-box;
    white-space: nowrap;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
}

.dmh-list .item a {
    border-right: 1px solid #e3e3e3;
    margin-right: 12px;
    padding-right: 12px;
    display: block;
    max-width: 33.333%;
    overflow: hidden;
    text-overflow: ellipsis;

}

.dmh-list .item a:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;

}

/* ��篏�����茵� */
.ranking-red {
    color: #e10019;
}

.ranking-color04 {
    color: #e94c12;
}

.ranking-color05 {
    color: #ec6c10;
}

.ranking-color06 {
    color: #ef8a0d;
}

.ranking-color07 {
    color: #f2a32f;
}

.ranking-list .num {
    line-height: 18px;
}

.ranking-list .avatar {
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 50%;
}

.ranking-list .name {
    line-height: 17px;
    max-width: 110px;
}

.ranking-list li:last-child {
    border-bottom: none;
}

.ranking-list li a:hover {
    color: #3097E5;
}

.ranking-list .practice {
    line-height: 12px;
}

.right-content .line {
    display: block;
    width: 7px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

/* �ョ���翫����� */
.more .button {
    width: 140px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #d9d9d9;
    background: none;
    padding: 0px;
    color: #91989b;
}

/* �㊨���紫�� */
.hot-doctor .title {
    width: 48px;
}

.hot-doctor li{
    width: 158px;
}
.hot-doctor li:nth-child(6n) {
    margin-right: 0;
}


.hot-doctor .avatar {
    width: 50px;
    height: 50px;
    object-fit: cover;
}


/* �㊧� */
.hot-discussion .item:nth-child(5n){
    margin-right: 0;
}
/* �����茵� */
.ask-list li{
    width: 158px;
}
.ask-list li:nth-child(3n){
    margin-right: 0;
}</pre></body></html>