.famous_dentist {
    width: 100%;
    height: auto;
    background: #F5F5F5;
    padding: 20px 0;
    margin-top: 4px;
}

    .famous_dentist .seek_pro {
        width: 100%;
        background: #FFFFFF;
        font-size: 15px;
        padding-top: 10px;
        margin-top: 20px;
        box-shadow: 0px 2px 10px rgba(168, 171, 178, 0.5),
        /* 下方阴影 */
        0px -2px 10px rgba(168, 171, 178, 0.5);
        /* 上方阴影 */
    }

        .famous_dentist .seek_pro .pro_box {
            border-bottom: 1px dashed #EBEBEB;
            padding-left: 25px;
            padding-bottom: 20px;
            margin: 20px 0;
        }

        .famous_dentist .seek_pro .program {
            width: 960px;
            float: left;
            margin-top: -14px;
        }

            .famous_dentist .seek_pro .program > ul {
                height: 45px;
            }

                .famous_dentist .seek_pro .program > ul.click {
                    overflow: hidden;
                }

                .famous_dentist .seek_pro .program > ul > li {
                    float: left;
                    margin-left: 10px;
                    margin-right: 18px;
                    text-align: center;
                    margin-top: 13px;
                }

                    .famous_dentist .seek_pro .program > ul > li.ac a {
                        background: #0A964C;
                        color: #FFFFFF;
                        border-radius: 10px;
                        padding: 1px 2px;
                    }

                    .famous_dentist .seek_pro .program > ul > li a {
                        display: inline-block;
                        padding: 1px 2px;
                    }

                        .famous_dentist .seek_pro .program > ul > li a:hover {
                            color: #FFFFFF;
                            background: #0A964C;
                            border-radius: 15px;
                        }

    .famous_dentist .seek_den {
        margin-top: 20px;
    }

    .famous_dentist .seek_pro .pro_box .zk {
        float: right;
        margin-right: 50px;
    }

        .famous_dentist .seek_pro .pro_box .zk a {
            color: #0A964C;
        }

    .famous_dentist .screen {
        width: 100%;
        height: 45px;
        line-height: 45px;
        background: #FFFFFF;
    }

        .famous_dentist .screen div {
            margin-left: 15px;
        }

            .famous_dentist .screen div a {
                margin-left: 10px;
                margin-right: 10px;
                font-size: 15px;
            }

                .famous_dentist .screen div a.on {
                    color: #0A964C;
                }

                .famous_dentist .screen div a:hover {
                    color: #0A964C;
                }

    .famous_dentist .seek_den .den_box > ul > li {
        float: left;
        padding: 20px 30px;
        text-align: center;
        padding-bottom: 40px;
    }

    .famous_dentist .den_box {
        padding-top: 0 !important;
    }

        .famous_dentist .den_box ul {
            margin-bottom: 40px;
        }

        .famous_dentist .den_box > ul > li > div {
            width: 205px;
        }

        .famous_dentist .den_box > ul > li > a:hover {
            background: #0A964C;
            color: #FFFFFF;
        }

        .famous_dentist .den_box > ul > li .photo {
            width: 204px;
            height: 264px;
        }

        .famous_dentist .den_box > ul > li .hos_img {
            width: 204px;
            height: 127px;
        }

        .famous_dentist .den_box > ul > li .per_p {
            width: 204px;
            height: 63px;
        }

            .famous_dentist .den_box > ul > li .per_p > p {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

    .famous_dentist .seek_den .pages {
        text-align: center;
    }

        .famous_dentist .seek_den .pages > ul {
            overflow: auto;
            display: inline-block;
        }

            .famous_dentist .seek_den .pages > ul > li {
                float: left;
                display: inline;
                width: 55px;
                height: 30px;
                line-height: 30px;
                border: 1px solid #9E9E9E;
                text-align: center;
                margin-right: 15px;
                border-radius: 8px;
            }

                .famous_dentist .seek_den .pages > ul > li a {
                    display: block;
                    width: 100%;
                    height: 100%;
                    border-radius: 6px;
                }

                    .famous_dentist .seek_den .pages > ul > li a:hover {
                        background: #0A964C;
                        color: #FFFFFF;
                    }

                .famous_dentist .seek_den .pages > ul > li.ac a {
                    background: #0A964C;
                    color: #FFFFFF;
                }

    .famous_dentist .hos .den_box > ul > li > p,
    .hos .den_box > ul > li > h1 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .famous_dentist .den_msg .msg_tit div.type {
        float: right;
        font-size: 14px;
    }

        .famous_dentist .den_msg .msg_tit div.type a {
            margin-left: 20px;
        }

            .famous_dentist .den_msg .msg_tit div.type a.hover {
                color: #009245;
            }

            .famous_dentist .den_msg .msg_tit div.type a img {
                width: 30px;
            }

            .famous_dentist .den_msg .msg_tit div.type a.list img {
                width: 23px;
            }


.two-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* 左右高度互不影响 */
}

.institution-list {
    max-width: 1400px;
    width: 70%;
    height: auto;
    /* margin: 20px auto; */
    float: left;
}

.institution-item {
    display: flex;
    background: #fff;
    align-items: flex-start;
    box-shadow: 0px 2px 10px rgba(168, 171, 178, 0.5),
    /* 下方阴影 */
    0px -2px 10px rgba(168, 171, 178, 0.5);
    /* 上方阴影 */
    margin: 40px 0;
}

.institution-img {
    width: 30%;
    object-fit: cover;
    /* margin-right: 20px; */
    /* border-radius: 4px; */
}

    .institution-img img {
        width: 100%;
    }

.institution-info {
    width: 60%;
    padding: 12px 15px;
}

.institution-title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333;
    padding-bottom: 10px;
    font-family: 'SimHei', 'Heiti SC', 'STHeiti', 'Microsoft YaHei', sans-serif;
}

.institution-tags {
    color: #fff;
    width: 15%;
    border-radius: 5px;
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
    background-color: #429d6d;
    padding: 5px 10px;
    justify-content: center;
    margin: 5px 0;
    font-size: 12px;
}

    .institution-tags img {
        width: 1.22rem;
        height: 0.8rem;
        margin-top: 4px;
    }

.publish-time {
    padding: 5px 10px;
    width: 42%;
    margin: 15px 0;
    border: 1px solid #429d6d;
    color: #429d6d;
    border-radius: 5px;
    display: flex;
    align-items: center;
    /* 垂直居中 */
    letter-spacing: 1px;
    font-size: 12px;
}

    .publish-time img {
        width: 5%;
        height: auto;
        margin: 0 8px;
    }

    .publish-time span {
        float: right;
    }

.address {
    width: 83%;
    display: flex;
    color: #898989;
    letter-spacing: 1px;
    /*font-size: 12px;*/
    font-size: 15px;
}

    .address div:nth-child(1) {
        width: 4%;
        margin: 0 10px 0 0;
    }

        .address div:nth-child(1) img {
            width: 12px;
            margin-top: 5px;
        }

.view-more {
    width: 10%;
    text-align: center;
    background: #429d6d;
    color: #fff;
    padding: 5px 0;
    border-radius: 8px;
    position: relative;
    right: 10%;
    margin-top: 5%;
}

    .view-more a {
        color: #fff;
    }

/* 侧边文章列表 */
.article-list {
    width: 27%;
    display: flex;
    background: #fff;
    align-items: flex-start;
    box-shadow: 0px 2px 10px rgba(168, 171, 178, 0.5),
    /* 下方阴影 */
    0px -2px 10px rgba(168, 171, 178, 0.5);
    /* 上方阴影 */
    margin: 40px 0;
    float: right;
    padding-bottom: 20px;
}

/* 头部标题栏：精品课程 + 更多 */
.course-section {
    width: 90%;
    margin: 0 auto;
}

.course-section__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
}

.course-section__title-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.course-section__icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #ffc8d0 25%, transparent 25%, transparent 75%, #ffc8d0 75%);
    background-size: 20px 20px;
    position: relative;
}

    .course-section__icon::after {
        content: "";
        position: absolute;
        left: 20px;
        top: 0;
        width: 20px;
        height: 20px;
        background: #ffc8d0;
    }

    .course-section__icon::before {
        content: "";
        position: absolute;
        left: 0;
        top: 20px;
        width: 20px;
        height: 20px;
        background: #ffc8d0;
    }

.course-section__title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.course-section__more {
    font-size: 12px;
    color: #888;
    cursor: pointer;
}

/* 课程列表容器 */
.course-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* 单条课程项 */
.course-list__item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

/* 课程封面图 */
.course-list__cover {
    width: 35%;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

    .course-list__cover img {
        width: 100%;
        object-fit: cover;
        display: block;
    }

/* 课程右侧文字信息 */
.course-list__info {
    width: 60%;
    flex: 1;
    padding-top: 4px;
}

.course-list__name {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    /* 单行省略核心 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-list__meta {
    font-size: 12px;
    color: #777;
    /* 单行省略核心 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}

/* 分页容器 */
.pagination {
    /* display: flex;	 */
    align-items: center;
    gap: 12px;
    /* 按钮之间间距 */
    text-align: center;
    margin: 50px 0;
}

/* 通用分页按钮样式 */
.pagination-btn {
    min-width: 15px;
    padding: 1px 20px;
    border: 2px solid #d0d0d0;
    border-radius: 8px;
    /* 圆角 */
    background: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

    /* 激活当前页样式 */
    .pagination-btn.active {
        background-color: #00a650;
        /* 匹配图中绿色 */
        border-color: #00a650;
        color: #ffffff;
    }

    /* hover 交互 */
    .pagination-btn:hover:not(.active) {
        border-color: #888888;
        background-color: #f8f8f8;
    }
