﻿


.lh-about-h2 {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    color:;
    display: block;
    padding: 0;
    vertical-align: bottom;
    margin: 0
}
.font-size-12 {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.text-primary {
    color: #6a2c87 !important;
}

a.nav-link .active {
    color: #6a2c87 !important;
}
.rounded{
    border-radius:8px !important;
}
.count {
    color: #6a2c87 !important;
}

.btn-primary{

}

.navX:hover .dropdown-menu {
    display: block;
}

#article_content li {
    list-style-type: disc; /* 实心圆圈 */
    list-style-position: inside; /* 标记放置在内容内部 */
    padding-left: 0; /* 移除默认的左侧padding */
    margin-left:4rem;
}

.btnChangeLangVer{
    cursor:pointer;
}

#news .card-text,  #news_all .card-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#news .newstitle, #news_all .newstitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #111111;
    font-size: 2.5rem;
}

.categorySubMenu {
    /*    display: none;*/
    position: relative !important;
    /*    position: fixed;*/
    /*top: 50px;*/
}

.categoryMenu .categorySubMenu {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #f0f0f0;
}

.border-1 {
    border: 1px solid #e0e0e0;
}
/*
.dropdown-submenu{
    position:relative !important;
}
*/