@charset "UTF-8";
body {
    font: 12px / 140% Arial, "宋体", Helvetica, sans-serif, Verdana;
    color: #5a5a5a;
    background: #FFF;
}
.pagination {
    margin-bottom: 0;
}
.pagination li {
    border: 1px solid #EEE;
    padding: 2px 5px;
    margin: 2px;
    color: #DDD;
}

.pagination li.active {
    border: 1px solid #000;
    font-weight: bold;
    margin: 2px;
    color: #FFF;
    background-color: #000;
}

.pagination li a {
    text-decoration: none;
    color: #000;
}

header .logo {
    width: 371px;
}

header .header-search-wechat {
    width: 92px;
}

header .lang a {
    color: rgb(90, 90, 90);
    margin: 0 3px;
    font-size: 12px;
    display: inline-block;
    padding-right: 7px;
    height: 14px;
    line-height: 14px;
    text-decoration: none;
}

header .lang a.en {
    background: url(/assets/addons/wwh/images/sitestar-lan-ver1.jpg) right top repeat-y;
}

header .input-box .box-icon {
    width: 25px;
    height: 30px;
    background: url(/assets/addons/wwh/images/bgcss0.png) no-repeat 0 0;
}

header .input-box .box-input{
    height: 30px;
    background: url(/assets/addons/wwh/images/bgcss0.png) repeat 0 -30px
}

header .box-input input{
    outline: none;
    height: 22px;
    line-height: 22px;
    background: url(/assets/addons/wwh/images/bgcss0.png) no-repeat -84px 0;
    border: 0;
    margin: 0;
    color: #444;
    width: 243px;
}

header .box-search {
    height: 30px;
    background: none;
    cursor: pointer;
}

header .box-search .btn-left {
    width: 1px;
    height: 30px;
    background: url(/assets/addons/wwh/images/bgcss0.png) no-repeat -58px 0;
}

header .box-search .btn-center {
    padding: 0 10px;
    height: 30px;
    background: url(/assets/addons/wwh/images/bgcss0.png) no-repeat 0 -90px;
    line-height: 30px;
    text-align: center;
    color: #6694A4;
    font-weight: bold
}

header .box-search .btn-right {
    width: 1px;
    height: 30px;
    background: url(/assets/addons/wwh/images/bgcss0.png) no-repeat -58px 0;
}

header .search-type span {
    padding: 0 5px;
    line-height: 28px;
    height: 28px
}

header .search-li {
    margin: 0;
    max-height: 200px;
    padding: 0;
    width: 269px;
    list-style: none;
    border: 1px solid #eee;
    background-color: #ffffff;
}

header .search-li li a{
    padding: 0 10px;
    display: block;
    width: 100%;
    line-height: 24px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

header .search-li li a:hover {
    background-color: #F5F5F5;
}

header .menubar {
    --bs-navbar-padding-y: 0;
    min-height: 55px;
    background-color: rgb(10, 59, 144);
}

header .input-box-h5 {
    background-color: #ffffff;
    font-family: Microsoft YaHei,sans-serif;
}
header .input-box-h5 .box-input input {
    font-size: 12px;
    color: #666;
    line-height: 55px;
    height: 53px;
    vertical-align: middle;
    border: transparent 2px solid;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

header .input-box-h5 .box-btn {
    background: #ff9900;
    width: 80px;
    height: 53px;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

header .navbar-toggler {
    border: none;
}

header .navbar-toggler:focus {
    box-shadow: none;
}

.main .adv img{
    width: 100%;
}

.main .menu-right .item{
    width: 100%;
    height: 126px;
    margin-bottom: 10px;
}

.main .menu-right .bg{
    position: absolute;
    width: 100%;
    height: 100%;
}

.main .menu-right .text{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 126px;
    height: 39px;
    margin-left: -63px;
    margin-top: -18px;
}

.bread {
    min-height: 48px;
    line-height: 1;
}
.bread .text {
    white-space: nowrap;
}
.bread .path {
    opacity: 0.43;
}
.bread .path img {
    width: 17px;
    height: auto;
}
.bread a {
    text-decoration: none;
    color: rgb(141, 141, 141);
}

.article-menu {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    overflow-x: auto;
    text-align: left;
    font-family: Microsoft YaHei, sans-serif;
    font-size: 15px;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

/* 顶栏内横向滚动条（小屏规则在 media.css）；避免嵌套 .container 撑不开 */
.article-menu-scroll {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.article-menu-scroll .options-item,
.article-menu .options-item {
    flex-shrink: 0;
}

/* 大屏：与上下 .container 同宽、同左内边距，Tab 左对齐（勿居中） */
@media (min-width: 576px) {
    .article-menu-scroll,
    .article-menu > .container {
        width: 100%;
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
        /* 与 Bootstrap .container 一致；覆盖模板上的 px-3，避免比面包屑/正文更靠右 */
        padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5) !important;
        padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5) !important;
        box-sizing: border-box;
    }
}
@media (min-width: 768px) {
    .article-menu-scroll,
    .article-menu > .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .article-menu-scroll,
    .article-menu > .container {
        max-width: 960px;
    }
    .article-menu-scroll > .d-flex,
    .article-menu > .container > .d-flex {
        justify-content: flex-start !important;
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .article-menu-scroll,
    .article-menu > .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .article-menu-scroll,
    .article-menu > .container {
        max-width: 1320px;
    }
}

.article-menu::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}

.article-menu .options-item {
    height: 40px;
}
.article-menu .options-item.current a{
    color: #3c78d8;
    background-image: url(/assets/addons/wwh/images/vty1.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}
.article-menu a {
    white-space: nowrap;
    padding: 0 5px;
    text-decoration: none;
    color: #434343;
    line-height: 40px;
    height: 40px;
    display: inline-block;
}

.theme-bg .article-menu .options-item.current a {
    background-color: #3c78d8;
    color: #ffffff;
}

.theme-cl .article-menu .options-item.current a {
    background: none;
}

/* 栏目列表「缩略图 + 标题」（理事架构等）：Grid 避免 flex + 固定宽高在手机端叠图 */
.article-list--thumb .article-items {
    list-style: none;
    padding: 0;
    margin: 0;
}
.article-list--thumb .article-items > li.article-thumb-item {
    list-style: none;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
}
.article-list--thumb .article-thumb-row {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.article-list--thumb .article-thumb-pic {
    overflow: hidden;
    border-radius: 4px;
    background: #f3f4f6;
}
.article-list--thumb .article-thumb-pic img {
    display: block;
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.article-list--thumb .article-thumb-body {
    min-width: 0;
}
.article-list--thumb .article-thumb-body .title {
    font-size: 15px;
    line-height: 1.5;
    word-break: break-word;
}
.article-list--thumb .article-thumb-body .title a {
    text-decoration: none;
    color: #040000;
}
.article-list--thumb .time {
    font-size: 13px;
    color: #929292;
    margin-top: 0.5rem;
}
@media (max-width: 767.98px) {
    .article-list--thumb .article-thumb-row {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    .article-list--thumb .article-thumb-pic {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .article-list--thumb .article-thumb-pic img {
        height: auto;
        max-height: 280px;
        object-fit: contain;
    }
}

footer {
    padding-top: 2rem;
    background-color: rgb(17, 63, 142);
    background-attachment: fixed;
    background-position: left top;
    background-repeat: repeat;
}

footer .menubar {
    color: rgb(74, 134, 232);
}

footer .menubar .title {
    line-height: 140%;
    font-size: 18px;
    color: #ffffff;
}

footer .menubar .item {
    height: 30px;
    line-height: 30px;
}

footer .menubar .item a {
    color: rgb(74, 134, 232);
    text-decoration: none;
}

footer .bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 30px 0;
    overflow: hidden;
    position: relative
}
footer .bottom .footer-copy {
    font-size:14px;
    color: #d0d0d0;
}
footer .bottom .footer-copy a {
    color: #d0d0d0;
    margin-left: 5px;
}
footer .bottom .footer-copy a:hover{
    color: #FDD000;
}

footer .bottom .footer-beian i {
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 5px;
}
footer .bottom .footer-beian span {
    font-size:14px;
    color: #d0d0d0;
}
footer .bottom .footer-beian span:hover {
    color: #FDD000;
}

footer .link .item{
    position: relative;
    padding: 0 5px;
    background-color: #f5f5f5;
    height: 42px;
    line-height: 42px;
    background-image: url(/assets/addons/wwh/images/oi46.png);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

footer .footer-wechat {
    width: 155px;
    height: auto;
}

footer .hover {
    position: relative;
}

footer .menu {
    display: none;
    position: absolute;
    margin: 0;
    bottom: 42px;
    left: 0;
    width: 100%;
    padding: 0;
    line-height: 30px;
    list-style: none;
    border-radius: 5px;
    background: #0a43a7;
    box-shadow: 9px 11px 29px rgba(125,138,152,0.15);

}
footer .menu li {
    padding: 10px;
}
footer .menu li:hover {
    background: #022968;
}

footer .menu a {
    text-decoration: none;
    color: #fff;
}


.detail-title {
    font-weight: 600;
    font-size: 20px;
    color: rgb(17, 63, 142);
}
.detail-content {
    border: 1px solid rgb(217, 217, 217);
    padding: 20px;
}

/**
 * 后台富文本输出区：加 class「wwh-richtext」与原有 class 并列。
 * 字号/行高/字体：PC 见 media.css (min-width:768)，小屏见 (max-width:991.98)；内联 style 仍优先于上述规则。
 */
.wwh-richtext {
    max-width: 100%;
    line-height: normal;
    font-size: unset;
    font-weight: unset;
    color: unset;
    letter-spacing: normal;
}
/* 抵消 body/主题对段落等标签的默认样式，后台富文本内联 style 仍优先 */
.wwh-richtext :where(p, h1, h2, h3, h4, h5, h6, li, td, th, blockquote, pre, span, font) {
    font-size: revert;
    line-height: revert;
    font-weight: revert;
    font-family: revert;
    color: revert;
    letter-spacing: revert;
}

.news-detail .news-detail-main {
    overflow: hidden;
    padding: 30px 0 60px;
}

/*
 * default2/list_news.html 等：模板 head 链的是 wwh/css，历史上 .news-list 写在 wwh2 里会导致列表几乎无版式或 float 错位。
 * 此处与 wwh2 对齐：父级 Grid + 小屏单列，避免理事架构等列表人像叠压。
 */
.news-list {
    padding: 60px 0;
    overflow: hidden;
}
.news-list > .container-outer {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
}
.news-list .news-list-item {
    float: none;
    width: auto;
    max-width: 100%;
    margin: 0;
    position: relative;
    min-width: 0;
}
.news-list .news-list-item a {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.news-list .news-list-item a:hover .img .pic {
    transform: scale(1.05);
}
.news-list .news-list-item .news-list-text {
    width: 100%;
    padding: 12px 14px 16px;
    color: #333;
    overflow: hidden;
    box-sizing: border-box;
}
.news-list .news-list-item .news-list-text h3 {
    font-size: 16px;
    margin: 0 0 8px;
    line-height: 1.35;
    word-break: break-word;
}
.news-list .news-list-item .news-list-text h5 {
    font-size: 13px;
    line-height: 1.5;
    font-weight: normal;
    opacity: 0.75;
    margin: 0;
}
.news-list .news-list-item .news-list-text .bottom {
    overflow: hidden;
    margin-top: 10px;
    font-size: 12px;
    color: #888;
}
.news-list .news-list-item .news-list-text .bottom .left {
    float: left;
}
.news-list .news-list-item .news-list-text .bottom .right {
    float: right;
}

/*
 * default2/list_cases.html：.cases-list 在 wwh2 里同样是 float 三列，模板却只引 wwh/css。
 */
.cases-list {
    padding: 60px 0;
    overflow: hidden;
}
.cases-list > .container-outer {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
}
.cases-list .cases-list-item {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 280px;
    margin: 0;
    position: relative;
    min-width: 0;
}
.cases-list .cases-list-item a {
    display: block;
    height: 100%;
    box-sizing: border-box;
}