.site a::before {
	content: '' !important;
	width: 0 !important;
}
/*.site a{*/
        /*margin: 0;*/
        /*text-align: center;*/
        /*line-height: 45px;*/
    /*}*/
.header .top .share ul li a {
	text-align: center;
	line-height: 45px;
}
.header .top .share ul li a img {
	margin-right: 3px;
}
.header-container {
	position: relative;
}
 @media (min-width: 1200px) {
.header .nav {
	position: absolute;
	right: 4%;
}
}
.last-a {
	padding-right: 0 !important;
}
 @media (max-width: 1349px) {
.header .nav {
	right: 0;
}
}
.title h2:after {
    display: block;
    width: 104px;
    height: 4px;
    margin-top: 14px;
    content: '';
  background-color: #c3211e00; 
}.title h2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 50%;
    height: 4px;
    content: '';
  background-color: #c3211e00; 
}.title h2 {
    font-size: 56px;
    font-weight: bold;
  
}.first-group .image-container {
    flex: 0 0 50%;
}.first-group .text-container {
    flex: 0 0 50%;
}.feae img {
    box-shadow: 10px 14px 18px rgb(0 0 0 / 0%);
}

 @media (max-width: 1349px) {
.first-group .image-container {
    flex: 0 0 100% !important ;
}.first-group .text-container {
    flex: 0 0 100%;
}
}


   .main-title {
            text-align: center;
            font-size: 2em;
            margin-bottom: 20px;
			font-weight: bold; 
        }
        .sub-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 20px;
        }
        .sub-title-container {
            flex: 0 0 33%; /* 每个子标题容器占33%的宽度 */
            padding: 10px;
            box-sizing: border-box;
        }
        .sub-title {
            font-size: 25px;
            margin-bottom: 10px;
			text-align: center;
        }
       .sub-description {
    font-size: 16px;
    text-align: center;
    padding: 0px 50px 0px 50px;
    line-height: 30px;
    margin-top: 20px;
}
        /* 响应式设计 */
        @media (max-width: 768px) {
            .sub-title-container {
                flex: 0 0 100%; /* 在小屏幕上，每个子标题容器占100%的宽度 */
                margin-bottom: 10px;
            }
        }
		
		.container {
    display: flex;
     margin-bottom: 0px !important ; 
    flex-wrap: wrap;
}
		.dsafas{    padding: 30px 0;     background: #fc8200;    color: aliceblue;}
		
		
		 .main-container { /* 更改了类名 */
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            box-sizing: border-box;
        }
        .left-content {
            flex: 0 0 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 20px;
            box-sizing: border-box;
        }
        .title {
        font-size: 40px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    font-weight: bold;
        }
        .title::after {
            content: '';
            display: block;
            width: 50%;
            height: 1px;
            background-color: #e2e2e2;
            margin: 10px auto;
        }
        .description {
    font-size: 16px;
    line-height: 35px;
    text-align: left;
}
        .right-content {
            flex: 0 0 50%;
            text-align: center;
            padding: 20px;
            box-sizing: border-box;
        }
        .right-content img {
            max-width: 100%;
            height: auto;
        }
        /* 响应式设计 */
        @media (max-width: 768px) {
            .left-content, .right-content {
                flex: 0 0 100%;
                margin-bottom: 20px;
            }
            .right-content:last-child {
                margin-bottom: 0;
            }
			.title::after {
    content: '';
    display: none;
    width: 50%;
    height: 1px;
    background-color: #e2e2e2;
    margin: 10px auto;
}
        }
		
		
		
		   .headerdda {
            background-color: #4CAF50; /* 背景颜色 */
            color: white;
            padding: 10px;
           
            border-top-left-radius: 40px; /* 左上角圆角 */
            border-bottom-right-radius: 40px; /* 右下角圆角 */
            margin-bottom: 20px;
        }
        .article-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
			    padding: 10px 60px 10px 60px;
        }
        .article {
            flex: 0 0 48%; /* 考虑到间距，使用48%而不是50% */
            margin-bottom: 20px;
            
            border-radius: 10px;
        }
        /* 响应式设计 */
        @media (max-width: 768px) {
            .article {
                flex: 0 0 100%; /* 在小屏幕上，每篇文章占100%宽度 */
            }
        }
		.article h2{    font-size: 16px; font-weight: bold;  }
		.article h2 {
            position: relative;
            padding-left: 20px; /* 为圆点留出空间 */
			
        }
        .article h2::before {
            content: '•'; /* 圆点符号 */
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1em; /* 圆点大小 */
            color: #333; /* 圆点颜色 */
        }
		.article p{  padding-left: 20px;
    line-height: 30px;
    margin-top: 20px;
        }
		
		
		 .vdsads {   padding-right: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-left: 20px;}
	.container {
   
    margin-bottom: 70px;
    flex-wrap: wrap;
}