:root {
--primary-color: #4CAF50;
--secondary-color: #2196F3;
--active-shadow: 0 4px 15px rgba(33, 150, 243, 0.3);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    background-color: #1aa9f4;
}
.banner {
    width: 100%;
}
.banner img {
    width: 100%;
    height: auto;
    border: 0px;
    display: block
}
.long-txt {
    margin: 0 10px;
    background: white;
    padding: 0px 5px 0px 0px;
    border-radius: 0px;
    height: 600px;
    overflow-y: scroll; /* 始终显示滚动条 */
    /* Firefox 滚动条 */
    scrollbar-width: thin; /* "auto" | "thin" | "none" */
    scrollbar-color: #888 #f1f1f1; /* 滑块颜色 | 轨道颜色 */
}

/* WebKit (Chrome, Edge, Safari) 滚动条样式 */
.long-txt::-webkit-scrollbar {
width: 8px; /* 滚动条宽度 */
}
.long-txt::-webkit-scrollbar-track {
background: #f1f1f1; /* 滚动条轨道背景 */
border-radius: 4px;
}
.long-txt::-webkit-scrollbar-thumb {
background: #888; /* 滚动条滑块颜色 */
border-radius: 4px;
}
.long-txt::-webkit-scrollbar-thumb:hover {
background: #555; /* 鼠标悬停时滑块颜色 */
}
.long-txt img {
    width: 100%;
    height: auto;
    border: 0px;
    display: block
}
.app-container {
    max-width: 500px;
    margin: 30px auto 0px;
}
.tab-header {
    margin: 15px;
}
.button-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}
.tab-button {
    list-style: none;
    width: 100%;
    border-radius: 25px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    position: relative;
}
.tab-button:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: var(--primary-color);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
.tab-button.active {
    transform: translateY(-3px);
    box-shadow: var(--active-shadow);
}
.tab-button.active:after {
    transform: scaleX(1);
}
.tab-button img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}
.tab-button:active img {
}
.content-panel {
    margin: 0 10px;
    background: white;
    padding: 20px;
    border-radius: 0px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    min-height: 700px;
}
.tab-content {
    animation: fadeIn 0.5s ease;
    display: none;
}
.tab-content.active {
    display: block;
}
@keyframes fadeIn {
from {
opacity: 0.6;
transform: translateY(5px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
h3 {
    color: var(--primary-color);
    margin-bottom: 12px;
    font-size: 1.3rem;
}
p {
    line-height: 1.6;
    color: #555;
    font-size: 0.95rem;
}
/*区县进行时*/
.media-box {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    background: #fff;
    margin-bottom: 10px;
    border-bottom: solid 1px #f2f2f2
}
.media-left {
    margin-right: 12px;
}
.media-left img {
    width: 8rem;
    border-radius: 10px;
    object-fit: cover;
}
.media-body {
    flex: 1;
}
.media-title {
    font-size: 16px;
    color: #333;
    margin: 0;
    line-height: 24px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.media-title a{
    font-size: 16px;
    color: #333;
    margin: 0;
    line-height: 24px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; 
	text-decoration: none
}
.media-title a:hover{
    font-size: 16px;
	color: #ff6600;}
		/*区县进行时*/
	/*领导谈落实*/
	.v-class{ margin-bottom: 22px;}
	.v-class img{ width: 100%;}
         .card {
            background: #fff;
            padding: 12px;
            margin-bottom: 42px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            border: 2px solid #1aa9f4; /* 默认所有边框2px */
            border-top: 8px solid #1aa9f4; /* 单独设置上边框5px */; 
			 position: relative
        }
        .title {
            color: #000000;
            font-size: 16px;
            font-weight: 500;
            margin: 0 0 8px 0;
            display: flex;
            align-items: center;
        }
        .title:before {
            content: "●";
            margin-right: 6px;
        }
        .summary {
            color: #000000;
            font-size: 14px;
            line-height: 22px;          
            padding-left: 12px;
        }
        .more {
            text-align: center;
			position: absolute;
			right: -2px;
			bottom: -11px;
        }
        .more a {
            color: #fff;
            font-size: 14px;
            text-decoration: none; background: #1aa9f4; padding: 5px 8px
        }
		/*领导谈落实*/
	.nav{ width: 10.8rem; margin: 22px auto;}
	.nav img{ width: 100%; text-align: center}

/*试点话改革*/

.four-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px; /* 卡片间距 */
    /* 移除 justify-content: center，让单个卡片默认居左 */
}
.four {
    flex: 0 1 calc(50% - 12px); /* 关键：flex-grow 改为 0，防止拉伸 */
    min-width: 150px;
    max-width: calc(50% - 12px); /* 限制最大宽度 */
    background: #fff;
    border: 1px solid #1aa9f4;
    border-top: 15px solid #1aa9f4;
    padding: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-sizing: border-box;
}
        .four-img {
            width: 100%;           
            margin-bottom: 10px;          
           
            object-fit: cover;
        }
		.four-img img{ width: 100%; }
        .four-title {
            font-size: 16px; 
			text-align: center;
            font-weight: bold;
            margin: 0 0 8px 0;
            color: #333;
        }
        .four-summary {
            font-size: 14px;
            color: #000;
			text-align: left;
            margin: 0 0 22px 0;
            line-height: 22px;
			display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .four-more {
            text-align: center;
        }
        .four-more a {
            display: inline-block;
            color: #fff;
            font-size: 14px;
            text-decoration: none;
            padding: 4px 8px;            
            background: #1aa9f4;
        }

/*试点话改革*/

/*优质面对面*/
.five {
            background: white;
            margin-bottom: 15px;
			padding-bottom: 20px;
            border-bottom: solid 1px #f2f2f2;
        }
        .five-img {
            width: 100%;
            height: 180px;
            object-fit: cover;
            display: block;
        }
        .five-title {
            padding: 15px 0px;
            font-size: 16px;
            font-weight: normal;
            color: #333;
            margin: 0;
            line-height: 26px;
            
            /* 关键修正代码 */
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            max-height: calc(2 * 20px); /* 两倍行高 */
        }
/*优质面对面*/