.article-right .am-list .am-list-item-dated a {
    padding-right: ;
    padding:2rem;
}
.article-cover {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.5rem;
}
.article-cover-describe {
    width: 28rem;
    height: 20rem;
    margin-right: 3rem;
    object-fit: cover;
    border:1px solid #eee;
}
.article-base-info {
    width: calc(100% - 35rem);

}
.banner{width:100%;margin:1.5rem 0}
.article-base-info .article-title{font-size:16px;font-weight:600;}
.article-base-info p.am-text-truncate{color:#555;font-size:17px;}
.am-list-item-hd:hover .article-base-info p.am-text-truncate{color:#3b82f6}
.article-base-info p{color:#666;margin-bottom:10px;line-height:22px;}
.article-base-info p.date{margin-bottom:20px;}
.article-base-info button{color:#fff;padding:12px 20px;border:0px;border-radius:5px;background:var(--color);}
.article-base-info button:hover{background:var(--color1);}
    @media only screen and (max-width: 640px) {
        .banner{height:110px;object-fit:cover;}
        .am-list-item-hd>div{flex-direction: column;}
       .article-base-info{width:100%;} 
       .article-cover-describe{margin-right:0px;width:100%;margin-bottom:15px;}
       .article-right .am-list .am-list-item-dated a{padding:15px 0px;}
       .article-base-info p.am-text-truncate{color:#3b82f6;font-size:15px;}
       .article-base-info p{font-size:13px;}
       .article-base-info p.date{margin-bottom:10px;}
       .article-base-info button{color:#fff;padding:8px 15px;border:0px;border-radius:5px;background:#3b82f6;font-size:13px;}
    }


.article-header .am-article-divider {
    margin: 1.5rem 0 2rem 0;
}
.article-header .am-article-meta span:not(:first-child) {
    margin-left: 1.5rem;
}
.article-nav-button {
    position: fixed;
    z-index: 10;
    bottom: 7rem;
    right: 2rem;
    box-shadow: 0 0 0.5rem 0.2rem #e8e8e8;
    opacity: 0.8;
    background: #fff;
    z-index: 101;
}
.article-nav-button i {
    font-size: 2rem;
}
.am-offcanvas-bar:after {
    background: transparent;
}
.article-sidebar ul li {
    margin-top: 0;
}
.article-sidebar ul li a {
    padding:1rem;
}
.article-sidebar .am-panel {
    border: 0;
}
.category-content-list li a:hover {
  
    background: #f5f7f9;
}
.category-content-list li {
    border-color: #eee !important;
}
.article-sidebar .am-panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.category-list li a.am-active {
    color: var(--color-main);
}
.category-content-list li:first-child {
    border-top: 0;
}
.article-sidebar .am-panel-default > .am-panel-hd {
    background-color: transparent;
    border-bottom: 0.1rem solid #f7f7f7;
}
@media only screen and (min-width: 641px) {
    .article-sidebar .am-offcanvas {
        display: block;
        position: static;
        background: none;
    }
    .article-sidebar .am-offcanvas-bar {
        position: static;
        width: auto;
        background: none;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    .article-sidebar ul li .datas{color:#555;border-right:1px solid #aaa;padding:1rem;}
    .article-sidebar ul li .data{font-size:26px;color:#888;line-height:30px;}
   
    .article-sidebar ul li:not(:last-child) {
        border-bottom: 0.1rem solid #fafafa;
    }
    .article-sidebar {
        padding-left: 0.5rem !important;
    }
    .article-right {
        padding-right: 0.5rem !important;
    }
    .am-list.category-content-list > li:hover {
        background-color: transparent;
    }
}
@media only screen and (min-width: 1025px) {
    .article-sidebar {
        padding-left: 0 !important;
    }
    .article-right {
        padding-right: 0 !important;
        margin-bottom:2rem;
    }
}
@media only screen and (max-width: 640px) {
    .article-right {
        padding: 0 0.5rem;
        margin-top: 1.6rem;
    }
    .article-sidebar .am-offcanvas-bar {
        background: #f9f9f9;
    }
    .article-sidebar ul li:not(:last-child) {
        border-bottom: 0.1rem solid #eee;
    }
    .am-accordion-gapped {
        margin: 0;
    }
    .am-list-date{top:6.5rem;}
}
.map-category-container{
    background:#fff;
}
.map-category-container .category_title{
    color:#fff;
    padding:10px 20px;
    height:50px;
    font-size: 16px;
    background: #4b4b4b;
}

.category_list ul li a{
    display:block;
    font-weight: 600;
    height:40px;
    line-height: 40px;
    padding:0 20px;
    border-bottom:1px dotted #ccc;
}
.category_list ul li ul{margin:0px;}
.category_list ul li ul li{padding-left:20px;}
.category_list ul li ul li a{border:0px;font-weight:400}
/**
 * 上一篇、下一篇
 */
 .am-pagination{display:flex;justify-content: center;}
.last-next-data a {
    max-width: calc(100% - 17.5rem);
}
.last-next-data .text-tips {
    color: #999;
}
/* 一级菜单项样式 */
.has-submenu {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}

.has-submenu:last-child {
    border-bottom: none;
}

/* 一级菜单链接样式 */
.has-submenu > a {
    display: block;
    padding: 12px 15px 12px 20px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s;
}

.has-submenu > a:hover {
    background: #e9e9e9;
}

/* 箭头样式 - 使用CSS绘制 */
.has-submenu .icons::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 2rem;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid #666;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: transform 0.3s ease;
}

/* 展开状态箭头旋转 */
.has-submenu .icons{
    width:40px;
    margin-right:-20px;
}
.has-submenu.active .icons::before {
    transform: translateY(-50%) rotate(90deg);
}

/* 子菜单样式 */
.submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    display: none; /* 默认隐藏 */
}

/* 展开状态显示子菜单 */
.has-submenu.active .submenu {
    display: block;
}

/* 子菜单链接样式 */
.submenu li a {
    display: block;
    padding: 10px 15px 10px 35px;
    color: #666;
    text-decoration: none;
    transition: background 0.3s;
    font-size: 0.95em;
}

.submenu li a:hover {
    background: #f0f0f0;
    color: #0066cc;
}