/* 解决滚动条问题，确保页面没有右侧滚动条 */
.web-page {
    min-height: 100vh;
    padding-top: 0; /* 移除顶部内边距 */
    overflow-x: hidden; /* 防止水平滚动 */
    position: relative;
}
{
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
body {
    background-color: #fafbfc;
}

a:hover {
    color: #777;
}
a:active, a:hover {
    outline: 0;
}
a {
    text-decoration: none;
}
a, body {
    color: #333;
}
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.editionCenter {
    width: 1180px;
    min-width: 1180px;
    margin: 16px auto;
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
}

.editionCenter .provinceNav {
    border-radius: 8px;
}

.editionCenter .provinceNav .provinceList li {
    width: 120px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #3B4A5C;
    background: #FFFFFF;
}

.editionCenter .provinceNav .provinceList .activeProvince {
    background: #0A5AFF;
    border-radius: 0px 8px 8px 0px;
    color: #FFFFFF!important;
}
.editionCenter .provinceNav .provinceList .activeProvince a{
    color: white!important;
}
.editionCenter .content {
    width: 768px;
}

.editionCenter .content .function {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.editionCenter .content .function .functionItem {
    width: 30%;
    box-sizing: border-box;
    padding: 20px 0;
    background-color: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 12px;
}

.editionCenter .content .function .functionItem .functionIcon {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.editionCenter .content .function .functionItem .functionName {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #2F3033;
    margin-top: 8px;
}

.editionCenter .content .function .activeFunction p {
    color: #0A5AFF !important;
}

.editionCenter .content .citySelect {
    padding: 20px 0;
    margin-top: 16px;
    background: #FFFFFF;
    border-radius: 8px;
}

.editionCenter .content .citySelect .transverse {
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
}

.editionCenter .content .citySelect .transverse .where {
    display: flex;
}

.editionCenter .content .citySelect .transverse .where .whereCityIcon {
    width: 24px;
    height: 24px;
}

.editionCenter .content .citySelect .transverse .where p {
    font-size: 18px;
    line-height: 24px;
    color: #2F3033;
    margin-left: 4px;
}

.editionCenter .content .citySelect .transverse .rightCity {
    display: flex;
}

.editionCenter .content .citySelect .transverse .rightCity .whereCity {
    font-size: 18px;
    line-height: 24px;
    color: #5E6166;
}

.editionCenter .content .citySelect .transverse .rightCity .moreIcon {
    margin-left: 6px;
    transform: rotate(90deg);
}

.editionCenter .content .citySelect .transverse .rightCity .moreIcon i {
    font-size: 14px;
}

.editionCenter .content .citySelect .cityList {
    padding: 16px 0 0 16px;
    display: flex;
    flex-wrap: wrap;
}

.editionCenter .content .citySelect .cityList li {
    width: 75px;
    height: 32px;
    line-height: 32px;
    background: #FAFBFC;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #8D9199;
    margin: 0 7px 8px 0;
}

.editionCenter .content .citySelect .cityList .activeCity {
    background: #EBF3FF;
    border: 1px solid #0A5AFF;
    box-sizing: border-box;
    color: #0A5AFF;
}

.editionCenter .content .letter {
    margin-top: 16px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 48px;
}

.editionCenter .content .letter .letterTitle {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #2F3033;
}

.editionCenter .content .letter .letterContent .contentList {
    margin-top: 24px;
}

.editionCenter .content .letter .letterContent .contentList .problem {
    display: flex;
}

.editionCenter .content .letter .letterContent .contentList .problem .problemIcon {
    width: 24px;
    height: 24px;
}

.editionCenter .content .letter .letterContent .contentList .problem .problemTitle {
    font-size: 14px;
    line-height: 24px;
    color: #2F3033;
    display: contents;
}

.editionCenter .content .letter .letterContent .contentList .answer {
    margin-top: 14px;
    font-size: 12px;
    line-height: 17px;
    color: #8D9199;
}

.editionCenter .content .Journalism {
    margin-top: 4px;
}

.editionCenter .content .Journalism .newsList {
    margin-top: 12px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
}

.editionCenter .content .Journalism .newsList .newsImg {
    width: 180px;
    height: 120px;
}

.editionCenter .content .Journalism .newsList .newsContent {
    width: 516px;
}

.editionCenter .content .Journalism .newsList .newsContent .newsTitle {
    font-size: 16px;
    line-height: 21px;
    color: #2F3033;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.editionCenter .content .Journalism .newsList .newsContent .contentInfo {
    font-size: 12px;
    line-height: 16px;
    color: #5E6166;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.editionCenter .content .Journalism .newsList .newsContent .newsTime {
    font-size: 12px;
    line-height: 16px;
    color: #5E6166;
    margin-top: 43px;
}

.editionCenter .caseList {
    width: 260px;
}

.editionCenter .caseList .caseItem {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}

.editionCenter .caseList .caseItem .caseTitle {
    padding: 8px 0;
    font-size: 18px;
    line-height: 24px;
    color: #2F3033;
    border-bottom: 1px solid #fafbfc;
}

.editionCenter .caseList .caseItem .caseContent {
    display: inline-block;
    padding: 3px 0 3px 0;
}

.editionCenter .caseList .caseItem .caseContent .caseImg {
    width: 100px;
    border-radius: 4px;
}

.editionCenter .caseList .caseItem .LoadMore {
    border: 0.5px solid #C4C7CC;
    box-sizing: border-box;
    border-radius: 76px;
    width: 84px;
    height: 25px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #5E6166;
    margin: 0 auto;
}

.editionCenter .caseList .caseItem .contnetBlock .contnetItem {
    padding: 16px 0;
}

.editionCenter .caseList .caseItem .contnetBlock .contnetItem .journalTitle {
    font-size: 14px;
    line-height: 18px;
    color: #2F3033;
}

.editionCenter .caseList .caseItem .contnetBlock .contnetItem .journalOperation {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.editionCenter .caseList .caseItem .contnetBlock .contnetItem .journalOperation .journalTime {
    font-size: 12px;
    line-height: 24px;
    color: #8D9199;
}

.editionCenter .caseList .caseItem .contnetBlock .contnetItem .journalOperation .LearnMore {
    border: 0.5px solid #F94E4E;
    box-sizing: border-box;
    border-radius: 4px;
    width: 60px;
    height: 24px;
    font-size: 12px;
    line-height: 21px;
    color: #F94E4E;
    text-align: center;
}

.editionCenter .caseList .caseItem .contnetBlock .contnetItem:last-child {
    padding-bottom: 0;
}

.editionCenter .caseList .caseItem .programmeList {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.editionCenter .caseList .caseItem .programmeList .programmeImg {
    border-radius: 4px;
    width: 96px;
    height: 72px;
}

.editionCenter .caseList .caseItem .programmeList .programmeInfo {
    width: 118px;
}

.editionCenter .caseList .caseItem .programmeList .programmeInfo .programmeTitle {
    font-size: 14px;
    line-height: 18px;
    color: #2F3033;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.editionCenter .caseList .caseItem .programmeList .programmeInfo .programmeTime {
    font-size: 12px;
    line-height: 18px;
    color: #8D9199;
    margin-top: 16px;
}

.editionCenter .caseList .caseItem .labelList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.editionCenter .caseList .caseItem .labelList .label {
    margin-top: 16px;
    width: 108px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 0.5px solid #8D9199;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    color: #5E6166;
}

.editionCenter .caseList .caseItem .information {
    margin-top: 16px;
}

.editionCenter .caseList .caseItem .information .HotImg {
    width: 228px;
    height: 120px;
    border-radius: 8px;
}

.editionCenter .caseList .caseItem .information .HotList {
    padding-top: 8px;
    padding-left: 16px;
}

.editionCenter .caseList .caseItem .information .HotList li {
    list-style-type: disc;
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #2F3033;
}

.editionCenter .caseList .caseItem .information .ShowMore {
    margin: 16px auto 0 auto;
    border: 0.5px solid #C4C7CC;
    box-sizing: border-box;
    border-radius: 4px;
    width: 76px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #5E6166;
}

.editionCenter .caseList .caseItem .information .ShowMore i {
    font-size: 12px;
    color: #5E6166;
}

.editionCenter .caseList .NewRetailImg {
    margin-bottom: 16px;
    width: 260px;
    /*height: 180px;*/
    border-radius: 8px;
}


/* 分页控件样式 */
.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

.pagination-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #fff;
    color: #333;
    border: 1px solid #eee;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pagination-btn:hover:not(:disabled) {
    background: #f5f5f5;
    border-color: #333;
    color: #333;
}

.pagination-btn:active:not(:disabled) {
    background: #333;
    color: white;
    border-color: #333;
}

.pagination-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-icon {
    width: 16px;
    height: 16px;
}

.pagination-numbers {
    display: flex;
    gap: 8px;
}

.page-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #eee;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #000;
    text-decoration: none;
}

.page-number:hover:not(.active):not(.disabled) {
    background: #f5f5f5;
    border-color: #ddd;
}

.page-number.active {
    background: #333;
    color: white;
    border-color: #333;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-number.disabled {
    cursor: default;
}

@media (max-width: 480px) {
    .pagination-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    .pagination-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    .pagination-numbers {
        order: 3;
        width: 100%;
        justify-content: center;
        margin-top: 16px;
    }
}
@media (max-width: 480px) {
    .pagination-container {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* 移动端关于我们和页脚样式 */
@media (max-width: 768px) {
    .editionCenter{
        min-width: 400px;
        width: 100%;
        margin-top: 60px;
    }
    .editionCenter .content{
        width: 100%;
    }
    .editionCenter .content .letter{
        padding: 15px;
    }
    .editionCenter .content .Journalism .newsList{
        display: block;
        padding: 20px;
    }
    .editionCenter .content .Journalism .newsList .newsImg{
        width: 100%;
        height: auto;
    }
    .editionCenter .content .Journalism .newsList .newsContent{
        width: auto;
        flex: 1;
    }
    .editionCenter .content .Journalism .newsList .newsContent .newsTime{
        margin-top: 10px;
    }
    .provinceNav {
        display: none;
    }

}