.newsMain {
    position: relative;
    width: 100%;
    min-height: 100%;
    /* background-image: url('../img/blankBg.png');
    background-size: 100% 100%;
    background-repeat: repeat-y;
    background-position: center center; */
}

.main {
    position: relative;
    z-index: 1;
    padding-top: 100px; /* 为固定header留出空间 */
}

.topBgWrap{
    width: 100%;
}

.topBgWrap .topBgImg {
    width: 100%;
    object-fit: cover;
}

.topBgWrap .topLine {
    width: 100%;
    height: 24px;
    background-image: url('../img/topLine.png');
    background-size: 100% 24px;
    background-repeat: repeat-x;
    background-position: center center;
    margin-top: -6px;
    object-fit: cover;
}


.newsMainWrap {
    width: 1400px;
    margin: 0 auto;
}


/* 按钮 */
.newsMainWrap .tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 42px;
}

.newsMainWrap .tabs .tabItem {
    width: 240px;
    height: 72px;
    background-image: url('../img/news/tabBg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    cursor: pointer;
}

.newsMainWrap .tabs .tabItem span {
    font-size: 40px;
    color: #9E5B20;
    line-height: 48px;
    font-family: 'XinYiJiXiangSong';
    font-weight: 400;
    margin-top: -4px;
}

.newsMainWrap .tabs .tabItem.active,
.newsMainWrap .tabs .tabItem:hover {
    background-image: url('../img/news/tabBgActive.png');
}

.newsMainWrap .tabs .active span,
.newsMainWrap .tabs .tabItem:hover span {
    color: #fff;
}

/* 新闻列表 */
.newsMainWrap .newsList {
    width: 100%;
}

.newsMainWrap .newsList .newsItem {
    padding: 16px;
    background: #fff;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsItem .newsImg {
    display: block;
    width: 300px;
    height: 180px;
    object-fit: cover;
    margin-right: 22px;
}

.newsItem .newsInfo {
    flex: 1;
}

.newsItem .newsInfo .newsTitle {
    font-family: 'AlibabaPuHuiTi-3-85-Bold';
    font-size: 24px;
    color: #000000;
    line-height: 33px;
    margin-bottom: 16px;
}

.newsItem .newsInfo .newsDesc {
    font-family: 'AlibabaPuHuiTi-3-55-Regular';
    font-size: 20px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 34px;
}

.newsInfo .newsBotWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsInfo .newsBotWrap .author,
.newsInfo .newsBotWrap .viewWrap .read {
    font-family: 'AlibabaPuHuiTi-3-55-Regular';
    font-size: 16px;
    color: #999999;
}

.newsInfo .newsBotWrap .viewWrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsInfo .newsBotWrap .viewWrap .viewIcon {
    margin-right: 8px;
}

.pageWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 52px;
}

/* 分页样式 */
.pageWrap {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* 导航按钮 */
.pageNav {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #9E5B20;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
    border-radius: 8px;
    border: none;
    background: transparent;
    outline: none;
}

.pageNav:hover:not(:disabled) {
    background: rgba(158, 91, 32, 0.1);
    transform: scale(1.05);
}

.pageNav:active:not(:disabled) {
    transform: scale(0.95);
}

.pageNav:disabled {
    cursor: not-allowed;
    color: #CCCCCC;
    opacity: 0.5;
}

/* 页码 */
.pageNumbers {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pageNum {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 8px;
    font-family: 'AlibabaPuHuiTi-3-55-Regular';
    border: none;
    background: transparent;
    outline: none;
}

.pageNum:hover:not(:disabled) {
    background: rgba(158, 91, 32, 0.1);
    color: #9E5B20;
}

.pageNum.active {
    background: #9E5B20;
    color: #FFFFFF;
    font-weight: bold;
}

.pageNum:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.pageEllipsis {
    color: #999999;
    font-size: 16px;
    padding: 0 8px;
}

/* 跳转页面 */
.pageJump {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666666;
    font-size: 14px;
    font-family: 'AlibabaPuHuiTi-3-55-Regular';
}

.jumpSelect {
    width: 60px;
    height: 32px;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    background: #FFFFFF;
    outline: none;
    transition: border-color 0.3s ease;
    cursor: pointer;
    font-family: 'AlibabaPuHuiTi-3-55-Regular';
}

.jumpSelect:focus {
    border-color: #9E5B20;
}

.jumpSelect:hover {
    border-color: #9E5B20;
}

/* 自定义下拉箭头样式 */
.jumpSelect {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239E5B20' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px;
    padding-right: 30px;
}


/* 新闻详情页 */
.newsDetailWrap {
    background: #fff;
    padding: 32px 42px;
    border: 1px solid #9E5B20;
    margin-bottom: 40px;
}

.newsDetailWrap .newsTitle {
    font-family: "AlibabaPuHuiTi-3-65-Medium";
    font-size: 32px;
    color: #000000;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: center;
}

.newsDetailWrap .subWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.newsDetailWrap .subWrap span {
    font-family: "AlibabaPuHuiTi-3-55-Regular";
    font-size: 16px;
    color: #999999;
}

.newsDetailWrap .subWrap .author {
    margin-right: 40px;
}

.newsDetailWrap .subWrap .timer {}

@media screen and (max-width: 1400px) {
    .newsMainWrap{
        width: 1200px;
    }
}
/* 隐藏全局滚动条 - Webkit浏览器 */
::-webkit-scrollbar {
    display: none;
}

/* 隐藏全局滚动条 - Firefox和IE */
html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
