/*底部样式*/

 /* 全局重置隔离，避免类名冲突 */
        .semicon-expo-footer-wrap * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            list-style: none;
            color: #ffffff;
            text-decoration: none;
            font-family: "Microsoft YaHei", sans-serif;
        }
        /* 底部外层容器 限制最大宽度1600 */
        .semicon-expo-footer-wrap {
            width: 100%;
            background-color: #444444;
            padding: 60px 20px 40px;
        }
        .semicon-expo-footer-container {
            max-width: 1560px;
            margin: 0 auto;
            display: grid;
            /* 四栏均匀等分 */
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
        }
        /* 栏目标题 */
        .semicon-expo-footer-col h3 {
            font-size: 20px;
            margin-bottom: 10px;
            font-weight: 500;
        }
        /* 列表项 */
        .semicon-expo-footer-col li {
            font-size: 16px;
            line-height: 2.2;
            opacity: 0.9;
            transition: opacity 0.2s;
        }
        .semicon-expo-footer-col li:hover {
            opacity: 1;
        }
        /* 联络我们 文字行高适配长地址 */
        .semicon-expo-footer-contact li {
            line-height: 1.8;
            margin-bottom: 8px;
        }
        /* 底部展会标题 */
        .semicon-expo-footer-bottom-title {
            max-width: 1600px;
            margin: 50px auto 0;
            text-align: center;
            font-size: 22px;
            opacity: 0.7;
            padding-top: 30px;
            border-top: 1px solid #555;
        }
        /* 手机端适配 单列堆叠 */
        @media screen and (max-width: 992px) {
            .semicon-expo-footer-container {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            .semicon-expo-footer-wrap {
                padding: 40px 15px 30px;
            }
            .semicon-expo-footer-col h3 {
                font-size: 22px;
                margin-bottom: 20px;
            }
            .semicon-expo-footer-col li {
                font-size: 16px;
            }
            .semicon-expo-footer-bottom-title {
                font-size: 18px;
                margin-top: 30px;
            }
        }
		
		.gudingdi{width:100%;height:80px;background:#2f2a3e; opacity:.8; position:fixed; bottom:0;z-index:9999}
.guding{width:100%;height:80px;overflow:hidden;position:fixed;bottom:0; z-index:99999}
.guding ul{max-width:600px; overflow:hidden; margin:auto;}
.guding ul a{float: left;text-align: center;line-height: 46px;color: #fff;background: #ec6a26;border-radius: 5px;font-size: 20px;font-weight: bold;margin: 17px 15px 0;padding: 0 55px;}




/*内容页样式*/
	.main-det{width:100%;padding:10px;    box-sizing: border-box;max-width:1200px; margin:50px auto; }
	.left-c{width:830px; float:right;}
	.left-c {font-size:16px; line-height:35px}
	.left-c h2{width:100%; height:40px; line-height:40px; text-align:left; font-size:16px; border-bottom:1px solid #ccc;}
	.left-c .content{width:100%; float:left; text-align:left; line-height:30px; color:#666}
	.right-c {width:330px; float:left;}

	.content,.content *{font-size:16px !important; line-height:35px;}
	
.sj-toppic{width:100%;display:none;}


		
		@media screen and (max-width: 768px){
		
		.right-c {display:none;}
		.left-c{width:100%;}
		.det-topimg{margin-top:20px;float:left;}
		.sj-toppic{display:block}
		}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		 .glpga-buick-news-maxwrap-20240708 {
            max-width: 1200px;
            margin: 0 auto;
        }
        .glpga-buick-single-news-card-unit-001 {
            display: flex;
            gap: 24px;
            padding: 30px 0;
            border-bottom: 1px solid #e5e5e5;
        }
        .glpga-buick-single-news-card-unit-001:first-child {
            padding-top: 0;
        }
        .glpga-buick-news-image-box-lpga001 {
            width: 240px;
            height: 160px;
            flex-shrink: 0;
        }
        .glpga-buick-news-image-box-lpga001 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 4px;
            display: block;
        }
        .glpga-buick-news-text-content-wrap-golf {
            flex: 1;
        }
        .glpga-buick-news-title-heading-hd {
            font-size: 22px;
            color: #111111;
            font-weight: 600;
            margin-bottom: 16px;
            line-height: 1.3;
        }
        .glpga-buick-news-description-text-txt {
            font-size: 16px;
            color: #333333;
            line-height: 1.7;
        }
        @media (max-width: 768px) {
            .glpga-buick-single-news-card-unit-001 {
                flex-direction: column;
                gap: 16px;
                padding: 24px 0;
            }
            .glpga-buick-news-image-box-lpga001 {
                width: 100%;
                height: auto;
                aspect-ratio: 240 / 160;
            }
            .glpga-buick-news-title-heading-hd {
                font-size: 18px;
            }
            .glpga-buick-news-description-text-txt {
                font-size: 15px;
            }
        }
		
		
		
		
		.mainAA{width:1200px; margin:10px auto; }