.ls-home-a {
    background: #fafafa;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",Arial,sans-serif;
}
.ls-home-a-content {
    display: flex;
    position: relative;
    width: var(--jinsom-width);
    margin: 0 auto 0;
    min-height: 800px;
    padding-bottom: 50px;
    padding-top: 10px;
}
.ls-home-a-content-left {
    width: 170px;
    position: relative;
}
.ls-home-a-content-left .JinsomSidebarFixed{
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgb(28 31 33 / 10%);
    overflow: hidden;
    margin-bottom: 10px;

}
.ls-home-a-content-left .b2-widget-title {
    padding: 15px 18px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
}
.ls-home-a-content-left .b2-widget-title .widget-title {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--font-color);
}
.ls-home-a-content-left li {
    padding:6px;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    color: var(--font-color);
    line-height: 36px;
    height: 36px;
    margin-bottom: 8px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    background-color: var(--main-bg-color);
    border-radius: 4px;
    transition: .3s;
    /*box-shadow: 0 0 3px 0 rgb(28 31 33 / 10%);*/
}
.ls-home-a-content-left .on, .ls-home-a-content-left li:hover {
    background: #F5F6F7;
    color: var(--font-color);
}
.ls-home-a-content-left li img
{
    width: 32px;
    height: 32px;
    border-radius: 4%;
    object-fit: cover;
    flex-shrink: 0;
}
/* 分类图标展示区域 */
.ls-home-a-category-icons {
    overflow-x: auto;
    overflow-y: visible !important;
    position: relative;
}
.ls-home-a-category-icons .absolute-box {
    height: 100%;
    width: 100%;
    padding: 0;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.ls-home-a-category-icons .absolute-box::-webkit-scrollbar {
    display: none;
}
/* 鼠标悬停时显示滚动条 */
.ls-home-a-category-icons .absolute-box:hover {
    scrollbar-width: thin !important;
    -ms-overflow-style: auto !important;
}
.ls-home-a-category-icons .absolute-box:hover::-webkit-scrollbar {
    display: block !important;
    height: 6px !important;
}
.ls-home-a-category-icons .absolute-box:hover::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05) !important;
    border-radius: 3px !important;
    margin: 0 10px !important;
}
.ls-home-a-category-icons .absolute-box:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2) !important;
    border-radius: 3px !important;
    min-width: 20px !important;
}
.ls-home-a-category-icons .absolute-box:hover::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3) !important;
}
.ls-home-a-category-icons .absolute-in {
    position: relative;
    box-sizing: border-box;
    height: calc(100% + 17px);
    overflow-x: auto;
    overflow-y: visible !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.ls-home-a-category-icons .absolute-in::-webkit-scrollbar {
    display: none;
}
.ls-home-a-category-icons .category-scroll-container {
    position: relative;
    box-sizing: border-box;
    min-width: 100%;
    min-height: 100%;
    width: -webkit-fit-content;
    overflow: visible !important;
}
.ls-home-a-category-icons .category-scroll-view {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.ls-home-a-category-icons .category-scroll-view::-webkit-scrollbar {
    display: none;
}
/* 鼠标悬停在 ls-home-a-slider-shortcode 区域时显示滚动条 */
.ls-home-a-slider-shortcode:hover .ls-home-a-category-icons .absolute-in {
    scrollbar-width: thin !important;
    -ms-overflow-style: auto !important;
}
.ls-home-a-slider-shortcode:hover .ls-home-a-category-icons .absolute-in::-webkit-scrollbar {
    display: block !important;
    height: 6px !important;
}
.ls-home-a-slider-shortcode:hover .ls-home-a-category-icons .absolute-in::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05) !important;
    border-radius: 3px !important;
    margin: 0 10px !important;
}
.ls-home-a-slider-shortcode:hover .ls-home-a-category-icons .absolute-in::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2) !important;
    border-radius: 3px !important;
    min-width: 20px !important;
}
.ls-home-a-slider-shortcode:hover .ls-home-a-category-icons .absolute-in::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3) !important;
}
/* 也支持直接悬停在分类图标区域时显示滚动条 */
.ls-home-a-category-icons:hover .absolute-in {
    scrollbar-width: thin !important;
    -ms-overflow-style: auto !important;
}
.ls-home-a-category-icons:hover .absolute-in::-webkit-scrollbar {
    display: block !important;
    height: 6px !important;
}
.ls-home-a-category-icons:hover .absolute-in::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05) !important;
    border-radius: 3px !important;
    margin: 0 10px !important;
}
.ls-home-a-category-icons:hover .absolute-in::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2) !important;
    border-radius: 3px !important;
    min-width: 20px !important;
}
.ls-home-a-category-icons:hover .absolute-in::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3) !important;
}
.ls-home-a-category-icons .org-list {
    height: 80px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding: 0 9px;
}
.ls-home-a-category-icons .org-item {
    /* flex-shrink: 0;
    position: relative; */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 0 9px;
    position: relative;
    z-index: 1;
}
.ls-home-a-category-icons .category-dropdown {
    position: relative;
    display: inline-block;
    z-index: 10;
}
.ls-home-a-category-icons .category-dropdown-rel {
    position: relative;
    display: inline-block;
    z-index: 10;
}
.ls-home-a-category-icons .category-link {
    display: block;
    width: 48px;
    height: 48px;
    /* border-radius: 50%; */
    overflow: hidden;
    transition: transform 0.2s ease;
}
.ls-home-a-category-icons .category-link:hover {
    transform: scale(1.1);
}
.ls-home-a-category-icons .category-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ls-home-a-category-icons .category-dropdown-menu {
    position: fixed;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: 290px;
    max-width: 90vw;
    z-index: 1000009 !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transform: translateX(-50%) translateY(-10px);
    pointer-events: none;
    white-space: normal;
    display: block !important;
}
.ls-home-a-category-icons .org-item:hover .category-dropdown-menu,
.ls-home-a-category-icons .category-dropdown-rel:hover .category-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}
.ls-home-a-category-icons .category-dropdown-content {
    padding: 20px;
}
.ls-home-a-category-icons .category-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.ls-home-a-category-icons .category-icon-wrapper {
    flex-shrink: 0;
}
.ls-home-a-category-icons .category-icon-wrapper img {
    width: 48px;
    height: 48px;
    /* border-radius: 50px; */
    object-fit: cover;
    display: block;
}
.ls-home-a-category-icons .category-enter-btn {
    display: inline-block;
    padding: 6px 10px;
    background: var(--jinsom-color, #007bff);
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    transition: background 0.3s ease;
    white-space: nowrap;
}
.ls-home-a-category-icons .category-enter-btn:hover {
    background: var(--jinsom-color-hover, #0056b3);
    color: #fff;
}
.ls-home-a-category-icons .category-name {
    font-size: 16px;
    font-family: PingFangSC-Medium;
    font-weight: 700;
    color: #1c1c28;
    line-height: 24px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ls-home-a-category-icons .category-description {
    font-size: 14px;
    color: #555770;
    line-height: 20px;
    margin-top: 10px;
    word-break: break-all;
}
.jinsom-info-card {
    display: none !important;
}
.ls-home-a-category-icons .category-members {
    font-size: 14px;
    color: #1c1c28;
    line-height: 20px;
    margin-top: 18px;
}
.ls-home-a-category-icons .category-latest-post {
    margin-top: 16px;
    padding: 10px;
    background: #f0f1f5;
    border-radius: 8px;
}
.ls-home-a-category-icons .latest-post-title {
    font-size: 14px;
    font-weight: 600;
    color: #1c1c28;
    margin-bottom: 8px;
}
.ls-home-a-category-icons .latest-post-link {
    font-size: 13px;
    color: #666;
    text-decoration: none;
    line-height: 1.5;
    display: block;
    transition: color 0.3s ease;
}
.ls-home-a-category-icons .latest-post-link:hover {
    color: var(--jinsom-color, #007bff);
}
/* 下拉菜单箭头 */
.ls-home-a-category-icons .category-dropdown-menu::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}















.ls-home-a-content-center {
    position: relative;
    flex: 1;
    margin: 0 10px;
    overflow: hidden;
}
.ls-home-a-content-center .jinsom-post-single-content-left a {
    width: 200px;
    height: 130px;
    box-shadow: 0 0 2px #ddd;
}
.ls-home-a-content-center .jinsom-post-single-excerp.a {
    line-height: 25px;
    height: 96px;
}
.ls-home-a-content-center .jinsom-post-single-excerp {
    line-height: 25px;
}
.ls-home-a-content-center h2 {
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ls-home-a-content-center h2 a {
    color: #666;
    font-weight: 500;
}
.ls-home-a-content-center em i {
    font-size: 12px;
    margin-left: 20px;
}
.ls-home-a-content-center em {
    font-style: normal;
    font-size: 12px;
    color: #2196f3;
    opacity: .7;
}
.jinsom-post-markx {
    position: absolute;
    right: 0;
    top: -23px;
    display: flex;
    align-items: center;
}
.jinsom-post-markx .jinsom-mark {
    padding: 5px 10px;
    border-radius: 0 5px 5px 5px;
    position: relative;
    margin: 0 10px 0 0;
    border-color: #f44336;
    opacity: .7;
    cursor: pointer;
}
.ls-home-a-content-center .jinsom-post-markx .jinsom-top:after {
    border-bottom: 4px solid #1e9fff;
}
.jinsom-post-markx .jinsom-mark:after {
    content: "";
    top: 2px;
    left: -5px;
    height: 0;
    width: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    transform: rotate( 135deg);
    border-bottom: 4px solid;
    border-bottom-color: inherit;
}
.ls-home-a-content-center .jinsom-post-setting {
    top: 30px;
    position: absolute;
    right: 0;
}
.ls-home-a-content-center .jinsom-post-bar .tag {
    height: 32px;
}
.ls-home-a-content-center .jinsom-post-bar .tag a {
    flex: 1;
    display: inline-block;
    border: 1px solid #F5F6F7;
    background: #F5F6F7;
    color: #AAAEB3;
    padding: 0 8px;
    border-radius: 3px;
}
.ls-home-a-content-center .jinsom-post-bar .tag a n {
    padding-right: 3px;
}
.ls-home-a-content-center .jinsom-post-bar .bbsto {
    float: right;
    margin: 0 0 0 10px;
    font-size: 12px;
    height: 32px;
    display: flex;
    align-items: center;
}
.ls-home-a-content-center .jinsom-post-bar .bbsto a {
    display: block;
    padding: 0 8px;
    border-radius: 3px;
    height: 18px;
    line-height: 18px;
    background: #fff6ea;
    border: 1px solid #fff6ea;
    color: #e86767;
}
.ls-home-a-content-center .jinsom-post-single-content .jinsom-post-bar {
    padding: 0;
}
.ls-home-a-content-center .jinsom-post-user-info-time {
    width: calc(100% - 50px);
    margin: 10px 0 0 50px;
}
.ls-home-a-content-center .jinsom-post-bar .jinsom-post-city {
    margin: 0;
    position: absolute;
    left: 15px;
}
.ls-home-a-content-center .jinsom-post-single-excerp.a a {
    color: #777;
}
.ls-home-a-content-center .jinsom-post-single-excerp a {
    color: #777;
}
.ls-home-a-content-center .jinsom-post-single-excerp .wp-smiley {
    vertical-align: -0.6em!important;
}
.ls-home-a-content-center .jinsom-post-user-info-time a {
    padding: 0 5px;
    background: #fff6ea;
    border: 1px solid #fff6ea;
    color: #e86767;
    display: inline-block;
    border-radius: 3px;
    margin-left: 10px;
}
.ls-home-a-content-center .jinsom-post-bar .jinsom-post-bar-right li {
    margin: 0 0 0 40px;
}
.ls-home-a-content-center .jinsom-post-single-content-right {
    height: 135px;
}
.ls-home-a-content-center .jinsom-posts-list {
    box-shadow: 0 0 3px 0 rgb(28 31 33 / 10%);
    width: 100%;
    float: left;
}
.ls-home-a-content-center .jinsom-post-user-info {
    width: 100%;
    position: relative;
}
.ls-home-a-content-slider {
    position: relative;
    overflow: hidden;
    height: 235px;
    display: flex;
    margin-bottom: 10px;
}
.ls-home-a-content-slider-left {
    flex: 1;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 3px 0 rgb(28 31 33 / 10%);
}
.ls-home-a-content-slider-left a {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.ls-home-a-content-slider-left p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px 5px 35px;
    background-image: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%,rgb(0 0 0 / 0.5) 100%);
}
.ls-home-a-content-slider .ls-home-a-content-slider-left .swiper-pagination-bullets {
    bottom: 10px;
}


.ls-home-a-content-slider-right {
    width: 200px;
    margin-left: 10px;
}
.ls-home-a-content-slider-right a {
    width: 100%;
    display: block;
    float: left;
    height: calc(50% - 5px);
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 3px 0 rgb(28 31 33 / 10%);
    border-radius: 5px;
}
.ls-home-a-content-slider-right a:first-of-type {
    margin-bottom: 10px;
}
.ls-home-a-content-slider-right a:hover img{
    opacity: .7;
}
.ls-home-a-content-slider-right a img {
    width: 100%;
    height: 100%;
    transition: .5s;
}
.ls-home-a-content-slider-right a p {
    position: absolute;
    left: 0;
    right: 0;
    top: 83px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    padding: 0 5px;
    text-shadow: 0 2px 2px rgba(7,17,27,.4);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%,rgb(0 0 0 / 0.5) 100%);
}
.ls-home-a-content-center .jinsom-posts-list>h2.single {
    margin-bottom: 0!important;
}












.ls-home-a-content-right {
    float: right;
    width: 300px;
}
.ls-home-a-content-right .jinsom-sidebar-box {
    box-shadow: 0 0 3px 0 rgb(28 31 33 / 10%);
}





