/* 焦点图 */
.focus .swiper-slide {
	height: 234px;
}

.focus .swiper-pagination {
	bottom: 55px;
}

.focus .swiper-slide b {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 工会视频 */

.img01 {
	width: 360px;
	height: 195px;
}

.img01:before {
    background-position: 50% 50%;
}

/* 要闻动态 */

.ht02 {
	background: #1c649f;
	padding-left: 15px;
	font-size: 20px;
	line-height: 42px;
	color: #fff;
}

.ht02 img, .ht021 img {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.ht02 a {
	color: #fff;
}

.ht02 span, .ht021 span {
	float: right;
	line-height: 42px;
	font-size: 14px;
	margin-right: 5px;
}

.ht021 {
	background: #f2f2f2;
	padding-left: 15px;
	font-size: 20px;
	line-height: 42px;
	color: #1c649f;
	font-weight: bold;
}

.ht021 span {
	font-weight: normal;
}

.ht021 span a {
	color:#999;
}

.ht021 a {
	color: #1c649f;
}

h6 {
	font-size: 18px;
	line-height: 30px;
	color: #1c649f;
	padding: 30px 0 15px 0;
}

h6 a {
	color: #1c649f;
	display: inline-block;
	width: 98%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
}

.ls01 li a {
	width: 98%;
}

.ls02 {
	background-color: #F7F7F7;
	padding: 19px 10px;
}


/* 天气预报 */
.weather-forecast {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    height: 0;
    z-index: 101;
}

/* 天气卡片容器 */
.weather-card {
    position: absolute;
    right: 20px;
    top: -47px;
    background: #1c649f;
    border-radius: 8px 8px 0 0;
    padding: 8px 12px 6px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #0e4e82;
    border-bottom: none;
    text-align: center;
    min-width: 110px;
    height: 40px;
}

/* 日期显示 */
.weather-date {
    margin-bottom: 4px;
}

/* 天气信息（图标+文字）容器 */
.weather-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.weather-info a {
	color: #FFF;
}

/* 天气图标 */
.weather-icon {
    vertical-align: middle;
    margin-right: 4px;
    width: 20px;
}

/* 左侧文体活动和劳模风采标题 */
.activity-section {
	padding-bottom: 15px;
}

.activity-list {
	list-style: none;
	padding: 0;
	margin: 15px 0 0 0;
}

.activity-list li {
	position: relative;
	padding-left: 20px;
	font-size: 18px;
	line-height: 24px;
	display: flex;
	align-items: center;
}

.activity-text {
	color: #1c649f;
	/* Same color as the bullet point */
	font-weight: bold;
	/* Bold text */
	margin-right: 15px;
	/* Space between text and divider */
}

.activity-divider {
	flex: 1;
	height: 1px;
	background-color: #e0e0e0;
	/* Light gray line separator */
}

.activity-list li::before {
	content: url('../images/icon07.png');
	position: absolute;
	left: 2px;
	/* Adjust left position for better alignment */
	top: 10px;
	/* Exact vertical position to align with line */
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	vertical-align: middle;
	/* Ensure proper vertical alignment */
}

/* 劳模风采 */
.model-craftsman-container {
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
	margin-bottom: 30px;
}

.model-craftsman-item {
	width: calc(50% - 10px);
	overflow: hidden;
	border: 1px solid #e0e0e0;
	padding: 4px;
	margin-right: 20px;
}

.model-craftsman-item:last-child {
	margin-right: 0;
}

.model-craftsman-img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}

.model-craftsman-item:hover .model-craftsman-img {
	transform: scale(1.05);
}

/* 底部公众号 */

.iconList2 {
	width: 100%;
	overflow: hidden;
	font-size: 0;
}

.iconList2 li {
	width: 20%;
	display: inline-block;
	margin: 30px 0 0 0;
	text-align: center;
	font-size: 16px;
}

.iconList2 li img {
	display: block;
	margin: 0 auto 10px auto;
	width: 50%;
	height: auto;
}

.iconList2 li p {
	border-bottom: 1px #FFFFFF solid;
	height: 40px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
}

@media screen and (max-width: 640px) {

	/* 劳模风采 */
	.model-craftsman-container {
		flex-direction: column;
	}

	.model-craftsman-item {
		width: 100%;
		margin-bottom: 15px;
	}

	/* 底部公众号 */
	.iconList2 li {
		width: 50%;
	}
}

@media (max-width: 768px) {

	/* 天气预报 */
	.weather-forecast {
		display: none !important;
	}
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2025-12-05 09:27:19" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->