/* 2026.01 新首页布局样式（轮播+视频要闻、融媒体矩阵、图说园区）*/
/* 轮播图和新闻列表容器样式 */
.carousel-news-container {
width: calc(100% - 20px);
margin: 0 auto;
display: flex;
gap: 20px;
margin-top: 20px;
}

/* 左侧轮播图容器 */
.carousel-left-wrapper {
flex: 1;
max-width: 720px;
}

/* 轮播图样式调整 */
.carousel-left-wrapper .swiper-container {
width: 100%;
height: 423px;
}

/* 视频要闻区域 */
.video-news-section {
margin-top: 20px;
width: 100%;
}

.video-news-title {
font-size: 18px;
font-weight: bold;
color: #13468F;
padding: 10px 0;
padding-bottom: 5px;
}
.video-news-title a { 
color: #13468F; 
}

.video-news-list {
display: flex;
gap: 15px;
justify-content: space-between;
}

.video-card {
flex: 1;
background: #fff;
overflow: hidden;
}

.video-link {
display: block;
text-decoration: none;
color: inherit;
}

.video-thumbnail {
position: relative;
width: 100%;
height: 90px;
overflow: hidden;
background: #f5f5f5;
}

.video-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
}

.video-play-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
cursor: pointer;
transition: transform 0.3s;
}

.video-card:hover .video-play-icon {
transform: translate(-50%, -50%) scale(1.1);
}

.video-title {
    padding: 10px 5px 0;
    color: #333;
    text-align: center;
    font: 15px / 35px Arial;
    line-height: 1.5;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-align: left;
    -webkit-box-orient: vertical;
}

/* 右侧新闻列表容器 */
.news-list-wrapper {
flex: 1;
max-width: 480px;
}

/* PC端左侧容器样式 */
.pc-left-container {
width: 590px;
float: left;
}

/* PC端视频要闻区域样式 */
.pc-left-container .video-news-section {
width: 100%;
margin-top: 20px;
clear: both;
}

/* 响应式调整 */
@media screen and (max-width: 1200px) {
.carousel-news-container {
    flex-direction: column;
}

.carousel-left-wrapper,
.news-list-wrapper {
    max-width: 100%;
}

/* 移动端恢复产业创新分类标签页之前的样式 */
.category-tabs-container {
    background: transparent;
}

.category-tab {
    width: 80px;
    height: 50px;
}

.category-carousel-container {
    height: 200px;
}

.category-content-left {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: transparent;
}

.category-featured-title {
    font-size: 22px;
    color: #13468F;
}

.category-featured-title a {
    color: #13468F;
}

.category-content-right {
    width: 400px;
    background: transparent;
    margin: 0;
    padding: 0;
    border-radius: 0;
}
}

/* 移动端视频要闻样式 */
.hidden-pc .video-news-section {
margin-top: 20px;
margin-bottom: 20px;
padding: 0 10px;
width: 100%;
}

.hidden-pc .video-news-title {
font-size: 18px;
font-weight: bold;
color: #13468F;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 2px solid #13468F;
}

.hidden-pc .video-news-list {
display: flex;
flex-direction: column;
gap: 15px;
}

.hidden-pc .video-card {
width: 100%;
background: #fff;
overflow: hidden;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.hidden-pc .video-thumbnail {
position: relative;
width: 100%;
height: 180px;
overflow: hidden;
background: #f5f5f5;
}

.hidden-pc .video-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
}

.hidden-pc .video-title {
padding: 12px;
font-size: 15px;
color: #333;
line-height: 1.5;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}

/* 移动端融媒体传播矩阵样式 */
.hidden-pc .social-media-mobile {
margin-top: 20px;
margin-bottom: 20px;
padding: 0 10px;
}

.hidden-pc .social-media-mobile-title {
font-size: 18px;
font-weight: bold;
color: #13468F;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 2px solid #13468F;
text-align: center;
}

.hidden-pc .social-media-mobile-list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 15px 0;
margin-bottom: 20px;
}

.hidden-pc .social-media-mobile-item {
width: calc(33.333% - 10px);
display: flex;
flex-direction: column;
align-items: center;
text-decoration: none;
color: #333;
}

.hidden-pc .social-media-mobile-item img {
width: 50px;
height: 50px;
object-fit: contain;
margin-bottom: 8px;
}

.hidden-pc .social-media-mobile-item div {
font-size: 12px;
text-align: center;
color: #333;
}

.hidden-pc .social-media-mobile-search {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
margin-top: 20px;
}

.hidden-pc .social-media-mobile-search .download-tip {
font-size: 14px;
color: #666;
text-align: center;
}

.hidden-pc .social-media-mobile-search .search-box {
display: flex;
align-items: center;
background: #f5f5f5;
border-radius: 20px;
padding: 8px 16px;
width: 90%;
max-width: 300px;
position: relative;
}

.hidden-pc .social-media-mobile-search .search-icon {
margin-right: 8px;
flex-shrink: 0;
}

.hidden-pc .social-media-mobile-search .search-input {
border: none;
background: transparent;
outline: none;
font-size: 14px;
color: #333;
width: 100%;
}

.hidden-pc .social-media-mobile-search .search-input::placeholder {
color: #999;
}

/* 移动端横幅样式 */
.hidden-pc .category-banners-mobile {
margin-top: 20px;
margin-bottom: 20px;
padding: 0 10px;
display: flex;
flex-direction: column;
gap: 15px;
}

.hidden-pc .category-banner-mobile-item {
width: 100%;
height: auto;
overflow: hidden;
border-radius: 4px;
}

.hidden-pc .category-banner-mobile-item img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
}

/* 移动端图说园区样式 */
.hidden-pc .picture-gallery-mobile {
margin-top: 20px;
margin-bottom: 20px;
padding: 0 10px;
}

.hidden-pc .picture-gallery-mobile-title {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 2px solid #13468F;
}

.hidden-pc .picture-gallery-mobile-title span {
font-size: 18px;
font-weight: bold;
color: #13468F;
}

.hidden-pc .picture-gallery-mobile-title .more-link {
font-size: 16px;
color: #13468F;
text-decoration: none;
}

.hidden-pc .picture-gallery-mobile-large {
width: 100%;
margin-bottom: 20px;
}

.hidden-pc .picture-gallery-mobile-large img {
width: 100%;
height: auto;
display: block;
border-radius: 4px;
}

.hidden-pc .picture-gallery-mobile-large-title {
margin-top: 10px;
font-size: 16px;
font-weight: bold;
color: #333;
line-height: 1.5;
}

.hidden-pc .picture-gallery-mobile-grid {
display: flex;
flex-direction: column;
gap: 15px;
}

.hidden-pc .picture-gallery-mobile-row {
display: flex;
gap: 15px;
}

.hidden-pc .picture-gallery-mobile-item {
flex: 1;
width: calc(50% - 7.5px);
}

.hidden-pc .picture-gallery-mobile-item img {
width: 100%;
height: auto;
display: block;
border-radius: 4px;
}

.hidden-pc .picture-gallery-mobile-item-title {
margin-top: 8px;
font-size: 14px;
color: #333;
line-height: 1.5;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}


/* 新融媒体传播矩阵样式 */
.socialMediaBox-new {
display: flex;
flex-direction: column;
padding: 2px 0;
width: 100%;
}

.social-media-title {
font-size: 18px;
font-weight: bold;
color: #13468F;
margin-bottom: 20px;
padding-bottom: 15px;
position: relative;
display: flex;
align-items: center;
gap: 15px;
}

.social-media-title::after {
content: '';
flex: 1;
height: 5px;
background-color: #F9F9F9;
}

.social-media-content {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}

.social-media-icons {
display: flex;
align-items: center;
gap: 30px;
flex: 1;
justify-content: center;
}

.social-icon-item {
display: flex;
flex-direction: column;
align-items: center;
text-decoration: none;
color: #333;
transition: transform 0.3s;
}

.social-icon-item:hover {
transform: translateY(-3px);
text-decoration: none;
}

.icon-wrapper {
width: 48px;
height: 48px;
border-radius: 8px;
overflow: visible;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 8px;
background: transparent;
}

.icon-wrapper img {
max-width: 48px;
max-height: 48px;
width: auto;
height: auto;
object-fit: contain;
}

.icon-label {
font-size: 14px;
color: #333;
text-align: center;
}

.social-media-search {
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
margin-left: 40px;
}

.download-tip {
font-size: 14px;
color: #666;
text-align: center;
}

.search-box {
display: flex;
align-items: center;
background: #f5f5f5;
border-radius: 20px;
padding: 8px 16px;
min-width: 200px;
position: relative;
}

.search-icon {
margin-right: 8px;
flex-shrink: 0;
}

.search-input {
border: none;
background: transparent;
outline: none;
font-size: 14px;
color: #333;
width: 100%;
}

.search-input::placeholder {
color: #999;
}

/* 社交媒体图标悬停提示框样式 */
.code {
position: fixed;
z-index: 9999;
background: #fff;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
padding: 14px 16px;
min-width: 200px;
max-width: 300px;
width: auto;
font-size: 12px;
line-height: 1.5;
color: #333;
pointer-events: none;
white-space: normal;
word-wrap: break-word;
word-break: normal;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
}

.code p {
margin: 0;
padding: 0;
text-align: center;
line-height: 1.5;
white-space: normal;
word-wrap: break-word;
word-break: normal;
font-size: 12px;
width: 100%;
}

.code span {
white-space: nowrap;
}

/* 二维码容器居中样式 */
.code .qrcode-container {
display: flex;
justify-content: center;
align-items: center;
padding: 10px 0;
width: 100%;
}

.code canvas,
.code table {
margin: 0 auto;
display: block;
}

/* 当有二维码时，调整容器布局为垂直方向 */
.code.has-qrcode {
flex-direction: column;
}

.code em {
position: absolute;
bottom: -6px;
left: 20px;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #fff;
z-index: 10000;
}

.code em::before {
content: '';
position: absolute;
top: -1px;
left: -7px;
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 7px solid #ddd;
z-index: -1;
}

/* 新图说园区区域样式 */
.picture-gallery-section {
margin-top: 10px;
margin-bottom: 20px;
}

.picture-gallery-title {
font-size: 18px;
font-weight: bold;
color: #13468F;
/* margin-bottom: 20px; */
padding-bottom: 15px;
position: relative;
display: flex;
align-items: center;
gap: 15px;
}

.picture-gallery-title::after {
content: '';
flex: 1;
height: 5px;
background-color: #F9F9F9;
}

.picture-gallery-title span {
font-size: 18px;
font-weight: bold;
color: #13468F;
}

.picture-gallery-title span  a {  
  color: #13468F; 
}
.picture-gallery-title .more-link {
font-size: 16px;
color: #13468F;
text-decoration: none;
}

.picture-gallery-layout {
display: flex;
gap: 20px;
}

.picture-gallery-left {
flex: 0 0 calc(55% - 10px);
width: calc(55%  - 10px);
}

.picture-gallery-large img {
width: 100%;
height: 290px;
display: block;
object-fit: cover;
}

.picture-gallery-large-title {
font-size: 16px;
/* font-weight: bold; */
color: #333;
background: #f2f2f2;
padding: 15px 0;
}

.picture-gallery-right {
flex: 0 0 calc(45% - 10px);
width: calc(45% - 10px);
}

.picture-gallery-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px 16px; /* 两行三列，小图之间稍微拉开一点 */
}

.picture-gallery-item img {
width: 100%;
height: 110px;
display: block;
object-fit: cover;
}

.picture-gallery-item-title {
margin-top: 6px;
font-size: 14px;
color: #333;
line-height: 1.5;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}

@media screen and (max-width: 1200px) {
.picture-gallery-layout {
    flex-direction: column;
}

.picture-gallery-left,
.picture-gallery-right {
    max-width: 100%;
}

/* 移动端恢复产业创新分类标签页之前的样式 */
.category-tabs-container {
    background: transparent;
}

.category-tab {
    width: 80px;
    height: 50px;
}

.category-carousel-container {
    height: 200px;
}

.category-content-left {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: transparent;
    background: #fff;
    width: 262px;
}

.category-featured-title {
    font-size: 22px;
    color: #13468F;
}

.category-featured-title a {
    color: #13468F;
}

.category-content-right {
    width: 400px;
    background: transparent;
    margin: 0;
    padding: 0;
    border-radius: 0;
}
}

/* 产业创新分类标签页样式 */
.category-tabs-container {
display: flex;
width: 100%;
margin-top: 10px;
background: #E5ECF5;
}

.category-tabs-left {
width: 80px;
flex-shrink: 0;
}

.category-tabs {
display: flex;
flex-direction: column;
gap: 2px;
}

.category-tab {
width: 90px;
height: 67px;
display: flex;
align-items: center;
justify-content: center;
background-color: #13468F;
color: #fff;
font-size: 18px;
cursor: pointer;
transition: all 0.3s;
border: none;
padding: 0;
margin: 0;
}

.category-tab a { 
 height: 100%;
 width: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
}

.category-tab:hover {
background-color: #0f3a6f;
}

.category-tab.on {
background-color: #E5ECF5;
color: #13468F;
}

.category-carousel-container {
width: 100%;
height: 130px;
position: relative;
margin-bottom: 15px;
overflow: hidden;
border-radius: 4px;
}

.category-carousel-container img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.category-content-area {
flex: 1;
display: flex;
gap: 20px;
margin-left: 20px;
}

.category-content-left {
flex: 1;
min-width: 0;
padding: 15px;
margin: 10px 10px 10px 0;
border-radius: 5px;
background: #fff;
width: 262px;
}

.category-featured-title {
font-size: 16px;
font-weight: bold;
color: #333;
margin-bottom: 12px;
line-height: 1.5;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.category-featured-title a {
/**
color: #333;
text-decoration: none;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
**/

color: #333;
text-decoration: none;
display: block;
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical;
}

.category-featured-title a:hover {
text-decoration: underline;
}

.category-featured-summary {
font-size: 15px;
color: #666;
line-height: 1.8;
margin-bottom: 0;
text-align: justify;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
line-clamp: 5;
-webkit-box-orient: vertical;
}

.category-content-right {
flex-shrink: 0;
width: 500px;
flex-shrink: 0;
background: #fff;
margin: 10px 10px 10px 0;
padding: 15px;
border-radius: 5px;
}

.category-news-list {
list-style: none;
padding: 0;
margin: 0;
}

.category-news-list li {
padding: 10px 0;
border-bottom: 1px solid #e5e5e5;
display: flex;
justify-content: space-between;
align-items: flex-start;
position: relative;
padding-left: 15px;
}

.category-news-list li::before {
content: '•';
position: absolute;
left: 0;
color: #666;
font-size: 16px;
}

.category-news-list li:last-child {
border-bottom: none;
}

.category-news-list li a {
flex: 1;
color: #333;
text-decoration: none;
font-size: 15px;
line-height: 1.6;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-right: 15px;
}

.category-news-list li a:hover {
color: #13468F;
}

.category-news-date {
/* color: #999; */
font-size: 14px;
flex-shrink: 0;
white-space: nowrap;
}

/* 园区要闻、即时动态、媒体聚焦列表项小圆点样式 */
.n_listBox .newBox ul li {
position: relative;
padding-left: 15px;
}

.n_listBox .newBox ul li::before {
content: '•';
position: absolute;
left: 0;
color: #666;
font-size: 16px;
}

.n_listBox .newBox ul li em {
display: none !important;
}

.category-banners-right {
width: 318px;
flex-shrink: 0;
display: flex;
flex-direction: column;
gap: 15px;
background: #fff;
padding-left: 15px;
}

.category-banner-item {
width: 100%;
height: 92px;
overflow: hidden;
}

.category-banner-item img {
width: 100%;
height: 100%;
object-fit: cover;
}

.category-content-panel {
display: none;
}

.category-content-panel.active {
display: flex;
}
.code p{
padding: 0!important;
}