h5.article_title{
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 34.32px;
    color: rgba(56, 56, 56, 1);
}
.nav-bar a{display:block;width:100%;height:100%;}
/*美化滚动条*/
::-webkit-scrollbar-track-piece {
    background-color:#f8f8f8;
    border-radius:2.5px;
    cursor:grab;
}
::-webkit-scrollbar {
    width:7px;
    height:10px;
    border-radius:2.5px;
    cursor:grab;
}
::-webkit-scrollbar-thumb {
    background-color: #ccc;
    background-clip:padding-box;
    min-height:28px;
    border-radius:5px;
    cursor:grab;
}
::-webkit-scrollbar-thumb:hover {
    background-color:#bbb;
    cursor:grab;
}
.content_detail{padding:15px;}
.content_detail *{
    max-width:100% !important;
}

.fixed-sidebar {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
}
.sidebar-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(140, 0, 0, 1);
    /* 深红色，可根据实际需求调整 */
    color: white;
    width: 84px;
    height: 84px;
    margin-bottom: 1px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    position: relative;
}
.sidebar-item:hover {
    background-color: #9b1010; /* 鼠标悬停时颜色变深 */
}
.sidebar-item img {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
}
.sidebar-item span {
    font-size: 16px;
    font-weight: 400;
}
.qr-popup {
    position: absolute;
    right: 84px;
    background-color: #fff;
    padding: 13px 35px;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.05);
    top: 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(56, 56, 56, 1);
    text-align: center;
    opacity: 0; /* 初始透明度为0，隐藏状态 */
    visibility: hidden; /* 初始不可见 */
    transition: opacity 0.3s ease, visibility 0.3s ease; /* 添加过渡效果 */
    width: auto;
}
.qr-popup.active {
    opacity: 1; /* 显示时透明度为1 */
    visibility: visible; /* 显示时可见 */
}
#phonePopup, #indexPhonePopup {
    height: 84px;
}
#phonePopup p, #indexPhonePopup p {
    width: 123px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(56, 56, 56, 1);
    margin-top: 5px;
}
#phonePopup span, #indexPhonePopup span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(140, 0, 0, 1);
}
.qr-popup img {
    width: 102px;
    height: 102px;
    max-width: initial;
}
.fixed-sidebar .sidebar-item:hover .qr-popup{display:block;opacity: 1;visibility: visible;}
.allTextList .card-body{padding:15px;}
.navbar-nav{width:100%;justify-content: space-between;flex-wrap:nowrap;}
#headerBox #navbarNav #main-nav li{flex:1;flex-wrap: nowrap;}
#headerBox #navbarNav #main-nav li a{padding:0 5px;}
.cardBox:hover{
    box-shadow: 0px 2px 9px rgba(140, 0, 0, 0.1);
}
.cardBox:hover .time {
    background: rgba(140, 0, 0, 1);
}

.inner_banner img{width:100%;height:auto;}