html,
body.weekly-home-body {
    margin: 0;
    background: #fff;
    color: #212529;
    font-family: "Microsoft YaHei", "Source Han Sans CN", Arial, sans-serif;
}

.weekly-home-body #page {
    background: #fff;
}

.weekly-home-body #main-search,
.weekly-home-body .breadcrumb {
    display: none;
}

.weekly-home-body a {
    color: inherit;
    text-decoration: none;
}

.weekly-home-body img {
    display: block;
    max-width: 100%;
}

.weekly-top-line {
    height: 2px;
    background: #e60012;
}

.weekly-header {
    background: #fff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .08);
}

.weekly-header-inner {
    width: 1200px;
    height: 76px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.weekly-logo {
    width: 220px;
    height: 50px;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.weekly-logo img {
    width: 220px;
    height: 50px;
    object-fit: contain;
}

.weekly-nav {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-left: 34px;
    flex: 1 1 auto;
    white-space: nowrap;
}

.weekly-nav a {
    position: relative;
    height: 76px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #212529;
}

.weekly-nav a.is-active {
    color: #212529;
}

.weekly-nav a.is-active:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 17px;
    width: 24px;
    height: 3px;
    background: #e60012;
    border-radius: 3px;
    transform: translateX(-50%);
}

.weekly-search {
    width: 164px;
    height: 32px;
    border: 1px solid #eceff3;
    border-radius: 18px;
    display: flex;
    align-items: center;
    background: #fff;
    flex: 0 0 auto;
}

.weekly-search input {
    width: 120px;
    height: 30px;
    padding: 0 0 0 18px;
    border: 0;
    outline: 0;
    color: #787878;
    font-size: 14px;
    background: transparent;
}

.weekly-search input::placeholder {
    color: #bfbfbf;
}

.weekly-search button {
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.weekly-search button:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    width: 12px;
    height: 12px;
    border: 2px solid #bfbfbf;
    border-radius: 50%;
}

.weekly-search button:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 21px;
    width: 8px;
    height: 2px;
    background: #bfbfbf;
    transform: rotate(45deg);
    transform-origin: left center;
}

.weekly-page {
    width: 1200px;
    margin: 32px auto 56px;
}

.weekly-hero {
    display: grid;
    grid-template-columns: 764px 1fr;
    gap: 28px;
}

.weekly-home-body .weekly-hero-slider,
.weekly-home-body .weekly-hero-slider #slideshow {
    width: 764px;
    height: 400px;
    position: relative;
    overflow: hidden;
    background: #f2f3f5;
}

.weekly-home-body .weekly-hero-slider #slider {
    width: 764px;
    height: 400px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.weekly-home-body .weekly-hero-slider #slider li {
    width: 764px;
    height: 400px;
    position: relative;
}

.weekly-home-body .weekly-hero-slider #slider li img {
    width: 764px;
    height: 400px;
    object-fit: cover;
}

.weekly-home-body .weekly-hero-slider .slider-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 56px;
    margin: 0;
    padding: 0 24px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .14));
    color: #fff;
    font-size: 22px;
    line-height: 56px;
}

.weekly-home-body .weekly-hero-slider .rslides_tabs {
    position: absolute;
    right: 25px;
    bottom: 21px;
    display: flex;
    gap: 10px;
    z-index: 3;
    margin: 0;
    padding: 0;
    list-style: none;
}

.weekly-home-body .weekly-hero-slider .rslides_tabs li {
    width: 13px;
    height: 13px;
}

.weekly-home-body .weekly-hero-slider .rslides_tabs a {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .55);
    text-indent: -9999px;
    overflow: hidden;
}

.weekly-home-body .weekly-hero-slider .rslides_here a {
    background: #fff;
}

.weekly-flash {
    padding-top: 3px;
}

.weekly-flash-head,
.weekly-section-head {
    height: 28px;
    display: flex;
    align-items: center;
}

.weekly-flash-head img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.weekly-flash-head h2,
.weekly-section-head h2 {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: #212529;
}

.weekly-section-head h2 img {
    width: 19px;
    height: 22px;
    object-fit: contain;
    margin-right: 8px;
}

.weekly-timeline {
    position: relative;
    margin-top: 25px;
    padding-left: 28px;
}

.weekly-timeline:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 9px;
    width: 1px;
    height: 216px;
    border-left: 1px solid #e4e7ed;
}

.weekly-timeline article {
    position: relative;
    min-height: 76px;
}

.weekly-timeline article i {
    position: absolute;
    left: -28px;
    top: 4px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #e60012;
    border-radius: 50%;
}

.weekly-timeline h3 {
    width: 379px;
    min-height: 39px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #212529;
    line-height: 24px;
}

.weekly-timeline time {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    color: #bfbfbf;
    line-height: 22px;
}

.weekly-outline-more {
    width: 116px;
    height: 38px;
    margin: 10px auto 0;
    border: 1px solid #e4e7ed;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b2b2b2;
    font-size: 14px;
}

.weekly-content-grid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 764px 1fr;
    gap: 28px;
}

.weekly-section-head {
    justify-content: space-between;
    margin-bottom: 18px;
}

.weekly-more {
    color: #999;
    font-size: 14px;
    line-height: 22px;
}

.weekly-feature-card {
    display: grid;
    grid-template-columns: 371px 1fr;
    gap: 20px;
}

.weekly-feature-image img {
    width: 371px;
    height: 222px;
    object-fit: cover;
}

.weekly-feature-content h3 {
    width: 375px;
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #120600;
}

.weekly-feature-content p {
    width: 373px;
    margin: 0;
    color: #787878;
    font-size: 14px;
    line-height: 22px;
}

.weekly-feature-meta {
    display: flex;
    gap: 22px;
    margin-top: 50px;
    color: #bfbfbf;
    font-size: 14px;
    line-height: 22px;
}

.weekly-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 20px;
}

.weekly-small-card img {
    width: 171px;
    height: 110px;
    object-fit: cover;
}

.weekly-small-card strong {
    display: block;
    width: 171px;
    min-height: 35px;
    margin-top: 10px;
    color: #120600;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.weekly-small-card time,
.weekly-list-body time {
    display: block;
    color: #bfbfbf;
    font-size: 12px;
    line-height: 22px;
}

.weekly-observe-list,
.weekly-compact-list {
    display: grid;
    gap: 17px;
}

.weekly-list-item {
    display: grid;
    grid-template-columns: 176px 1fr;
    gap: 18px;
    min-height: 95px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.weekly-list-thumb img {
    width: 176px;
    height: 96px;
    object-fit: cover;
}

.weekly-list-body h3 {
    width: 189px;
    margin: 0;
    color: #120600;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.weekly-list-body p {
    width: 189px;
    margin: 7px 0 0;
    color: #787878;
    font-size: 14px;
    line-height: 22px;
}

.weekly-list-body time {
    margin-top: 2px;
}

.weekly-two-columns {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
}

.weekly-two-columns .weekly-list-item {
    grid-template-columns: 196px 1fr;
}

.weekly-two-columns .weekly-list-thumb img {
    width: 196px;
    height: 86px;
}

.weekly-two-columns .weekly-list-body h3 {
    width: 378px;
}

.weekly-two-columns .weekly-list-body p {
    display: none;
}

.weekly-intro {
    margin-top: 36px;
}

.weekly-intro-body {
    display: grid;
    grid-template-columns: 416px 1fr;
    gap: 24px;
}

.weekly-intro-image {
    width: 416px;
    height: 192px;
    object-fit: cover;
}

.weekly-intro-content p {
    width: 756px;
    margin: 0;
    font-size: 14px;
    line-height: 28px;
    color: #212529;
}

.weekly-values {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 28px;
}

.weekly-values article {
    min-height: 57px;
    padding-left: 24px;
    border-left: 1px solid #e4e7ed;
}

.weekly-values h3 {
    margin: 0 0 4px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: #212529;
}

.weekly-values p {
    width: auto;
    margin: 0;
    font-size: 14px;
    line-height: 28px;
    color: #787878;
}

@media (max-width: 1220px) {
    .weekly-header-inner,
    .weekly-page {
        width: 94%;
    }

    .weekly-nav {
        gap: 18px;
    }
}
