/* ==========================================================================
   世纪英才 新闻内页 - 样式
   模板：template/index/default/show/show.html
   ========================================================================== */

:root {
    --yc-show-container: 1200px;
    --yc-show-blue: #003371;
    --yc-show-text: #1f1f1f;
    --yc-show-text-sub: #777777;
    --yc-show-border: #eceff3;
}

.yc-show-hero {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}

.yc-show-hero-media {
    width: 100%;
    height: 100%;
}

.yc-show-hero-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.yc-show-hero-img-empty {
    background: #f5f5f5;
}

.yc-show-hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.22) 46%, rgba(0, 0, 0, 0) 75%);
}

.yc-show-hero-content {
    width: var(--yc-show-container);
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0 20px;
    color: #ffffff;
    text-align: center;
}

.yc-show-hero-en {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.92;
}

.yc-show-hero-cn {
    margin-top: 12px;
    font-size: 44px;
    line-height: 1.15;
    font-weight: 700;
}

.yc-show-main {
    background: #ffffff;
    padding: 30px 0 60px 0;
}

.yc-show-shell {
    max-width: var(--yc-show-container);
    margin: 0 auto;
    padding: 0 20px;
}

.yc-show-layout {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.yc-show-side {
    order: 2;
    flex: 0 0 280px;
    width: 280px;
    padding-top: 44px;
}

.yc-show-side-search {
    margin-bottom: 30px;
}

.yc-show-side-search-control {
    position: relative;
}

.yc-show-side-search-select {
    width: 100%;
    height: 40px;
    padding: 0 44px 0 14px;
    border: 0;
    border-radius: 0;
    background: #f5f5f5;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: inset 0 0 0 1px transparent;
    cursor: pointer;
}

.yc-show-side-search-select option {
    color: #4a4a4a;
}

.yc-show-side-search-select option[disabled]:first-child {
    color: #b5b5b5;
    display: none;
}

.yc-show-side-search-select:focus {
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(0, 51, 113, 0.12);
}

.yc-show-side-search-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border: 2px solid #003371;
    border-radius: 50%;
    pointer-events: none;
    box-sizing: border-box;
}

.yc-show-side-search-icon::after {
    content: "";
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 6px;
    height: 2px;
    background: #003371;
    border-radius: 2px;
    transform: rotate(45deg);
    transform-origin: center;
}

.yc-show-side-heading {
    margin: 0 0 18px;
    color: #1f1f1f;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

.yc-show-side-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.yc-show-side-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-height: 40px;
    height: 40px;
    padding: 0 14px;
    background: #f3f3f3;
    color: #003371;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
    box-sizing: border-box;
}

.yc-show-side-item:hover {
    background: #003371;
    color: #ffffff;
    text-decoration: none;
    transform: translateX(2px);
}

.yc-show-side-item-text {
    flex: 1;
    min-width: 0;
    color: inherit;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yc-show-side-item-arrow {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border: 1px solid #003371;
    border-radius: 50%;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.yc-show-side-item-arrow::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-top: 1px solid #003371;
    border-right: 1px solid #003371;
    transform: rotate(45deg);
    transition: border-color 0.2s ease;
}

.yc-show-side-item:hover .yc-show-side-item-arrow {
    border-color: #ffffff;
}

.yc-show-side-item:hover .yc-show-side-item-arrow::before {
    border-color: #ffffff;
}

.yc-show-side-empty {
    color: #999999;
    font-size: 13px;
    line-height: 1.7;
}

.yc-show-side-hot {
    margin-top: 30px;
}

.yc-show-side-hotline {
    margin-top: 32px;
}

.yc-show-side-heading-light {
    color: #111111;
    font-size: 18px;
    font-weight: 400;
}

.yc-show-hotline-card {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 280px;
    height: 55px;
    padding: 0 16px;
    background: #f4f4f4;
    text-decoration: none;
    box-sizing: border-box;
}

.yc-show-hotline-card,
.yc-show-hotline-card:hover,
.yc-show-hotline-card:focus,
.yc-show-hotline-card:active {
    text-decoration: none;
}

.yc-show-hotline-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
}

.yc-show-hotline-icon img {
    width: 28px;
    height: 28px;
    display: block;
}

.yc-show-hotline-number {
    flex: 1 1 auto;
    min-width: 0;
    color: #003371;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yc-show-side-brand {
    margin-top: 32px;
}

.yc-show-side-brand-title {
    margin: 0 0 16px;
    color: #1f1f1f;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    text-align: left;
}

.yc-show-side-brand-image {
    width: 100%;
    margin-bottom: 16px;
    overflow: hidden;
    background: #f5f5f5;
}

.yc-show-side-brand-image img {
    display: block;
    width: 100%;
    height: auto;
}

.yc-show-side-brand-text {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
    text-align: justify;
    word-break: break-word;
}

.yc-show-side-brand-text p {
    margin: 0 0 12px;
}

.yc-show-side-brand-text p:last-child {
    margin-bottom: 0;
}

.yc-show-hot-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.yc-show-hot-item {
    display: flex;
    gap: 12px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.yc-show-hot-item:hover {
    opacity: 0.8;
    text-decoration: none;
}

.yc-show-hot-thumb {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    overflow: hidden;
}

.yc-show-hot-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.yc-show-hot-thumb-empty {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
}

.yc-show-hot-content {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
}

.yc-show-hot-title {
    font-size: 14px;
    line-height: 1.5;
    color: #4a4a4a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s ease;
}

.yc-show-hot-item:hover .yc-show-hot-title {
    color: #d9a14a;
}

.yc-show-article {
    order: 1;
    flex: 0 0 870px;
    width: 870px;
    max-width: 870px;
    margin: 0;
    padding: 0 0 24px;
    background: #ffffff;
    box-sizing: border-box;
}

.yc-show-breadcrumb {
    margin: 0 0 22px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.6;
    color: #777777;
}

.yc-show-breadcrumb .el-breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.6;
    color: #777777;
}

.yc-show-breadcrumb .el-breadcrumb__item {
    display: inline-flex;
    align-items: center;
}

.yc-show-page .yc-show-breadcrumb .el-breadcrumb__inner,
.yc-show-page .yc-show-breadcrumb .el-breadcrumb__inner.is-link,
.yc-show-page .yc-show-breadcrumb .el-breadcrumb__inner a,
.yc-show-page .yc-show-breadcrumb .el-breadcrumb__inner.is-link a,
.yc-show-page .yc-show-breadcrumb a,
.yc-show-page .yc-show-breadcrumb a.active_a,
.yc-show-page .yc-show-breadcrumb .active_a {
    color: #777777 !important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s ease;
}

.yc-show-page .yc-show-breadcrumb .el-breadcrumb__inner:hover,
.yc-show-page .yc-show-breadcrumb .el-breadcrumb__inner.is-link:hover,
.yc-show-page .yc-show-breadcrumb .el-breadcrumb__inner a:hover,
.yc-show-page .yc-show-breadcrumb .el-breadcrumb__inner.is-link a:hover,
.yc-show-page .yc-show-breadcrumb a:hover,
.yc-show-page .yc-show-breadcrumb a.active_a:hover,
.yc-show-page .yc-show-breadcrumb .active_a:hover {
    color: #1f1f1f !important;
}

.yc-show-page .yc-show-breadcrumb .el-breadcrumb__item:last-child .el-breadcrumb__inner,
.yc-show-page .yc-show-breadcrumb .el-breadcrumb__item:last-child .el-breadcrumb__inner.is-link,
.yc-show-page .yc-show-breadcrumb .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.yc-show-page .yc-show-breadcrumb .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover {
    color: #777777 !important;
    font-weight: 400;
}

.yc-show-breadcrumb .el-breadcrumb__separator {
    margin: 0 8px;
    color: #777777;
    font-size: 14px;
}

.yc-show-breadcrumb-separator {
    margin: 0 8px;
    color: #777777;
    font-size: 14px;
}

.yc-show-breadcrumb-title {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
}

.yc-show-header {
    display: block;
    margin-bottom: 28px;
    padding-bottom: 0;
    border-bottom: 0;
}

.yc-show-title {
    display: block;
    width: 100%;
    margin: 0 0 18px;
    color: #1a1a1a;
    font-size: 24px;
    line-height: 1.42;
    font-weight: 700;
    letter-spacing: 0;
}

.yc-show-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 36px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.yc-show-meta-item {
    display: inline-block;
    margin: 0;
    color: #999999;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}

.yc-show-content {
    color: #4a4a4a;
    font-size: 17px;
    line-height: 1.82;
    word-break: break-word;
}

.yc-show-content > *:first-child {
    margin-top: 0;
}

.yc-show-content p {
    margin: 0 0 26px;
}

.yc-show-content p:last-child {
    margin-bottom: 0;
}

.yc-show-content strong,
.yc-show-content b {
    color: #1f1f1f;
    font-weight: 700;
}

.yc-show-content img,
.yc-show-content video,
.yc-show-content iframe {
    max-width: 100%;
    height: auto;
}

.yc-show-content table {
    max-width: 100%;
}

.yc-show-pagination {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid #f0f0f0;
}

.yc-show-pagination-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.yc-show-pagination-item:last-child {
    margin-bottom: 0;
}

.yc-show-pagination-link {
    display: block;
    width: 100%;
    color: inherit;
    text-decoration: none;
}

.yc-show-pagination-link:hover {
    text-decoration: none;
}

.yc-show-pagination-label {
    display: inline-block;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

.yc-show-pagination-title {
    display: inline;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    word-wrap: break-word;
    word-break: break-all;
}

.yc-show-pagination-link:hover .yc-show-pagination-title {
    color: #1a1a1a;
}

@media (max-width: 1200px) {
    .yc-show-hero {
        height: 480px;
    }

    .yc-show-layout {
        gap: 36px;
    }

    .yc-show-side {
        flex-basis: 250px;
        width: 250px;
    }

    .yc-show-article {
        flex: 1 1 auto;
        width: auto;
        max-width: calc(100% - 286px);
    }
}

@media (max-width: 992px) {
    .yc-show-hero {
        height: 380px;
    }

    .yc-show-layout {
        flex-direction: column;
        gap: 32px;
    }

    .yc-show-side {
        order: 2;
        width: 100%;
        flex: 0 0 auto;
        padding-top: 0;
    }

    .yc-show-article {
        order: 1;
        max-width: 100%;
        width: 100%;
        flex: 0 0 auto;
        padding: 0 0 24px;
    }

    .yc-show-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .yc-show-hero {
        height: 280px;
    }

    .yc-show-hero-cn {
        font-size: 30px;
    }

    .yc-show-hero-en {
        font-size: 14px;
    }

    .yc-show-main {
        padding: 20px 0 40px;
    }

    .yc-show-layout {
        gap: 28px;
    }

    .yc-show-side-search {
        margin-bottom: 24px;
    }

    .yc-show-side-search-select {
        height: 50px;
        line-height: 50px;
    }

    .yc-show-side-heading {
        margin-bottom: 14px;
        font-size: 18px;
    }

    .yc-show-hotline-card {
        min-height: 0;
        height: 50px;
        padding: 0 14px;
    }

    .yc-show-hotline-icon {
        flex: 0 0 24px;
        width: 24px;
        height: 24px;
    }

    .yc-show-hotline-icon img {
        width: 24px;
        height: 24px;
    }

    .yc-show-hotline-number {
        font-size: 18px;
    }

    .yc-show-article {
        width: 100%;
        padding: 0 0 20px;
    }

    .yc-show-header {
        margin-bottom: 24px;
    }

    .yc-show-title {
        margin-bottom: 16px;
        font-size: 24px;
    }

    .yc-show-meta {
        gap: 10px 18px;
    }

    .yc-show-content {
        font-size: 15px;
        line-height: 1.8;
    }

    .yc-show-content p {
        margin-bottom: 20px;
    }

}

@media (max-width: 480px) {
    .yc-show-hero {
        height: 220px;
    }
}
