	.main-content {
		min-height: 100vh;
	}

	/* Banner区域 */
	.about-banner {
		height: 40vh;
	 
		min-height: 400px;
		color: white;
		position: relative;
		overflow: hidden;
	}

	/* 顶部标题与导航栏样式 */
	.top-banner {
		height: 100%;
		padding-left: 7%;

		/* 替换为你图片的背景图路径 */
		background-size: cover;
		color: #fff;
		position: relative;
		display: flex;
		align-items: center;
	}

	.top-banner-content {
		color: #fff !important;
		border-left: 4px solid #0d4fa2;
		padding-left: 10px;
		font-weight: bold;
	}

	.chinese-title {
		font-size: 1.2rem;
		margin-right: 10px;
		font-weight: 400;
	}

	.english-title {
		font-size: 1.3rem;
		font-weight: bold;
		display: inline-block;
	}

	.top-nav ul {
		list-style: none;
		display: flex;
		gap: 20px;
	}

	.top-nav {
		position: absolute;
		bottom: 40px;
		color: #fff;
	}


	.top-nav a {
        background-color: rgba(0, 0, 0, .3);
		color: inherit;
		/* 继承父元素颜色 */
		text-decoration: none;
		padding: 8px 45px;
		border-radius: 4px;
		transition: background-color 0.3s;
	}

	.top-nav a.active {
		background-color: #0056b3;
		color: #fff;
	}
		.top-nav a:hover {
		color: #fff;
		background-color: #0056b3;
	}

     /* 红色标题 */
        .containerh2 {
            display: flex;
            align-items: center;
            justify-content: center;
            /* 浅蓝色背景，可根据需要调整 */
            padding: 20px;
            margin: 20px;
        }
        .lineh2 {
            width: 150px;
            height: 2px;
            background-color: #0549C5;
        }

        .titleh2 {
            font-size: 24px;
            font-weight: bold;
            color: #0549C5;
            margin: 0 20px;
        }
		 .top-banner-content {
			border-left: 4px solid #0549C5;
		}


		/* 党建中心背景图 */

			.danjianban	.about-banner {
			background-image:url(../images/danjianban.png);
			background-repeat: no-repeat;
			/* 背景图位置：垂直居中，水平靠左（等同于center left） */
			background-position: center center;
			background-size: cover;

		}

		.danjianban .top-banner-content {
			border-left: 4px solid #C20604;
		}

		.danjianban .top-nav a.active {
			background-color: #C20604;
		}
       .danjianban .lineh2 {
            background-color: #C20604; 
        }
        .danjianban .titleh2 { 
            color: #C20604;
        }
	 	.danjianban	.top-nav a:hover {
		color: #fff;
		background-color: #C20604;
	}


		/* 新闻资讯背景图 */
		.newspaperlist	.about-banner {
		background-image:url(../images/xwzx.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;

		}
 
	 
			
			/* 业务领域背景图 */
		.business	.about-banner {
		background-image:url(../images/informationbanner.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;

		}
 
 
		/* 联系我们背景图 */

			.contactbanaer	.about-banner {
			background-image:url(../images/contactbanaer.png);
			background-repeat: no-repeat;
			/* 背景图位置：垂直居中，水平靠左（等同于center left） */
			background-position: center center;
			background-size: cover;

		}

		/* 加入智科背景图 */
		.joinzhike	.about-banner {
		background-image:url(../images/jionzhike.png);
		background-repeat: no-repeat;
	
		background-position: center center;
		background-size: cover;

		}



				/* 加入智科背景图 */
		.headerswipe {				
		background-image:url(../images/banner1.png);
		background-repeat: no-repeat;
		/* 背景图位置：垂直居中，水平靠左（等同于center left） */
		background-position: center center;
	background-size: cover;

		}
		.la-list02 .la-l-img,.la-r-text{ float:left}
		.la-list02 .la-l-img{ width:30%; overflow:hidden}
		.la-list02 .la-l-img img{ width:100%}
		.la-list02 .la-r-text{ width:70%;padding-left:20px}
		.line-botm{border-bottom: 1px solid #f0f0f0; padding: 30px 0;}
		.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
		.clearfix{zoom:1;}