/* 顶部搜索框及数据展示 */
.stats-section {
    background: #030301;
    padding: 40px 20px;
    line-height: normal;
}

.stats-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 140px;
}

.stats-left {
    flex: 3;
}

.stats-left_desc {
    color: #ffffff;
    margin-bottom: 61px;
}

.stats-left_desc a:hover {
    color: #ff6b34 !important;
}

.stats-title {
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 2px;
}

.stats-content {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-top: 30px;
}

.stats-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.stat-card {
    background: #ff6b34;
    padding: 50px 22px;
    border-radius: 8px;
    width: 100%;
    text-align: center;
    box-shadow: var(--box-shadow);
    backdrop-filter: blur(5px);
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: scale(1.01);
}

.stat-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: var(--accent);
}

.stat-number {
    font-size: 40px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin: 10px 0;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}

.stat-label {
    color: #ffffff;
    font-size: 20px;
}

/* 主标题区域 */
.hero-section {
    background: #ffffff;
    line-height: normal;
    padding: 0 20px;
}

.hero-container {
    display: flex;
    align-items: center;
}

.hero-img {
    flex: 0 0 auto;
    width: auto;
    height: 500px;
}

.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 28px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px 0;
}

.hero-content a:hover {
    color: #ff6b34 !important;
}

.hero-container p {
    max-height: 538px;
    overflow-y: scroll;
}

.hero-title {
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #030301;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}

.hero-description {
    font-size: 18px;
    line-height: 35px;
    color: #030301;
}

/* 最新事件 */
.activity-section {
    background: #030301;
    line-height: normal;
    padding: 0 20px;
}

.home-activity .title {
    width: 100%;
    font-size: 40px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
}

.home-activity {
    width: 100%;
    padding: 22px 0;
    clear: both;
}

.domo-pic-scroll-lr {
    width: calc(100% - 110px);
    height: 360px;
    position: relative;
    margin: 0 auto;
}

.home-act-intro {
    width: 100%;
    overflow: hidden;
    padding-top: 40px;
}

.domo-pic-scroll-lr .conts {
    margin-left: -53px;
}

.domo-pic-scroll-lr .conts li {
    float: left;
    width: 330px;
    height: 360px;
    margin-left: 52px;
}

.domo-pic-scroll-lr .conts li .s1 {
    width: 330px;
    height: 360px;
    position: relative;
}

.domo-pic-scroll-lr .conts li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
}

.domo-pic-scroll-lr .conts li a {
    display: block;
    width: 330px;
    height: 360px;
    border-radius: 30px;
}

.domo-pic-scroll-lr .prev,
.domo-pic-scroll-lr .next {
    z-index: 1;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 52px;
    height: 52px;
    cursor: pointer;
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.domo-pic-scroll-lr .prev {
    left: -55px;
}

.domo-pic-scroll-lr .prev:hover,
.domo-pic-scroll-lr .next:hover {
    opacity: 1;
}

.domo-pic-scroll-lr .next {
    right: -60px;
    transform: rotate(180deg);
}

.domo-pic-scroll-lr .circle {
    background: #ffffff;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.domo-pic-scroll-lr .circle i {
    width: 15px;
    height: 15px;
    background: #ffffff;
    border-left: 3px solid #030301;
    border-bottom: 3px solid #030301;
    margin-left: 7px;
    transform: rotate(45deg);
}

/* 公告区域 */
.content-section {
    background-color: #ffffff;
    line-height: normal;
    padding: 20px 20px 0;
}

.content-section .title {
    width: 100%;
    font-size: 36px;
    text-align: center;
    color: #030301;
    font-weight: 600;
}

.content-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px 0;
}

.activity-card {
    position: relative;
    flex: calc(50% - 50px / 2);
    max-width: calc(50% - 50px / 2);
    display: flex;
    gap: 30px;
    align-items: center;
    background: #030301;
    padding: 20px 40px;
    border-radius: 10px;
    cursor: pointer;
}

.activity-img {
    flex: 0 0 160px;
    width: 160px;
    height: 160px;
    border-radius: 10px;
    background-size: cover;
    flex-shrink: 0;
}

.activity-content {
    flex: 1;
    width: calc(100% - 160px);
}

.activity-content h3 {
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 20px;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
}

.activity-content p {
    margin-bottom: 8px;
    color: #ffffff;
    display: -webkit-box; /* 启用弹性盒子布局 */
    -webkit-box-orient: vertical; /* 设置垂直排列 */
    -webkit-line-clamp: 2; /* 限制显示2行 */
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 显示省略号 */
}

.activity-meta {
    display: flex;
    color: #ffffff;
    font-size: 14px;
}

.activity-meta div {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

/* 联系我们、文章详情 */
.contact-us-section a:hover,
.agents-wrap a:hover {
    color: #ff6b34 !important;
}

.contact-us-section,
.detail-section {
    background: #ffffff;
    padding: 20px;
}
