        body {
            font-family: Arial, sans-serif;
            background-color: #ffffff; /* 白色背景 */
            color: #000000; /* 黑色文字 */
        }
        /* 白底黑字主题 */
        .navbar {
            background-color: #ffffff; /* 白色背景 */
            border-bottom: 1px solid #e0e0e0; /* 底部边框 */
        }
        .navbar-brand, .nav-link, .dropdown-item, .language-switcher .form-select {
            color: #000000 !important; /* 黑色文字 */
        }
        .navbar-brand {
            font-weight: bold; /* 加粗品牌名称 */
        }
        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); /* 黑色图标 */
        }
        .dropdown-menu {
            background-color: #ffffff; /* 白色背景 */
            border: 1px solid #e0e0e0; /* 边框 */
        }
        .dropdown-item:hover {
            background-color: #f8f9fa; /* 浅灰色悬停效果 */
        }
        .dropdown-item {
            font-weight: 500; /* 加粗下拉菜单项 */
        }
        .carousel-item img {
            width: 100%;
            height: auto;
        }
        .language-switcher {
            margin-left: auto;
        }
        .dropdown-submenu {
            position: relative;
        }
        .dropdown-submenu .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -1px;
            background-color: #f8f9fa; /* 子菜单浅灰色背景 */
        }
        .logo-container {
            display: flex;
            align-items: center;
            width: 75%;
        }
        .logo-container img {
            height: auto;
            /*margin-right: 10px;*/
            /*width: 35%;*/
        }
        .logo-container .brand-description {
            font-size: 0.9rem;
            color: #000000; /* 黑色文字 */
            /*font-weight: bold; !* 加粗品牌描述 *!*/
            width: 100%;
            height: 50px;
            overflow: auto;
        }
        .nav-link {
            font-weight: 600; /* 加粗导航栏链接 */
        }
        .section-title {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 1rem;
			text-align: center;
        }
        div.cssmobile .footer {
            background-color: #f8f9fa;
            padding: 1rem 0;
            text-align: center;
            margin-top: 2rem;
            border-top: 1px solid #e0e0e0;
        }
		
		div.card-body .card-title{
            height: 40px;
			text-align: center;
            overflow: auto;
		}
		div.card-body .getMore{
			text-align: center;
		}
        .row .card .img-style{
            height: 200px;
            overflow: auto;
        }
        .row .card{
            margin-top: 10px;
        }
        div.keyWords p.card-text{
            font-size: 12px;
        }
        div.aboveTitleDate{
            display: block;
        }
        div.aboveTitleDate .newsMobileTitle{
            float:left;
            width: 78%;
        }
        div.aboveTitleDate .newsMobileDate{
            float:right;
            width: 20%;
        }
        div.aboveTitleDate .newsMobileDate span{
            font-size:12px;
        }
        div.flexData{
            position: fixed;
            bottom: -54px;
            left: 0;
            right: 0;
            background-color: white;
            padding: 5px;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            z-index: 100000;
        }
        div.spaceHeight{
            height: 40%;
        }
