/* styles.css */
/* 基础重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 主体样式 */
body {
    font-family: 'arial', 'microsoft yahei', sans-serif;
    line-height: 1.6;
}

a {
    text-decoration: none;
    font-size: inherit;
    color: inherit;
}

ul,
li {
    list-style: none;
}

/* 网站容器 */
.site-wrapper {
    min-width: 1201px;
    width: 1201px;
    margin: 0 auto;
}

/* 头部样式 */
.site-header {
    background: url(/uploads/image/fimages/banner.png) no-repeat center center;
    color: #ffffff;
    text-align: center;
    height: 252px;
    position: relative;
}

.header-banner {
    width: 100%;
    height: auto;
    display: block;
}


/* 导航样式 */
.main-nav {
    padding: 0 0 10px 30px;
    border-bottom: 2px solid #e0e0e0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.nav-list {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.nav-item {
    margin: 0 22px;
}

.nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #66a0dd;
}

.lang-switch {
    color: #ffffff;
    padding: 0.3rem 0.8rem;
    font-weight: normal;
    font-size: 14px;
}

.activity-section {
    margin-bottom: 20px;
}


/* 头部样式 */
.activity-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0;
}

.activity-header.top {
    border-top: 1px solid #005ea5;
    padding-top: 20px;
}

/* 标题样式 */
.activity-title {
    font-size: 18px;
    line-height: 1.5;
    color: #005ea5;
    margin: 0;
    border-left: 2px solid #005ea5;
    padding-left: 15px;
}


/* 更多链接 */
.activity-more {
    font: 14px/1.5 arial, sans-serif;
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.activity-more:hover {
    color: #1890ff;
}

.activity-content {
    display: flex;
}

.superslider {
    position: relative;
}

.slide-content {
    position: relative;
}

.event-details {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.event-description {
    padding: 7px 0 7px 15px;
}

.description-text {
    width: 55%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
}

.superslider .bd img {
    width: 100%;
    height: auto;
    display: block;
}

.superslider .hd {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

.superslider .hd ul {
    overflow: hidden;
}

.superslider .hd li {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    float: left;
}

.superslider .hd li.on {
    background: #005ea5;
}

.item-link {
    font-size: 16px;
    color: #000000;
    line-height: 2;
}

.item-link:hover {
    color: #005ea5;
}

.content-right,
.content-left {
    width: 50%;
}

.content-left {
    margin-right: 28px;
}

/* 样式表 */
.gov-links {
    max-width: 1200px;
    margin: 20px auto;
    padding: 15px 0;
    background: #fff;
}

.link-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

.link-group {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px;
    border-left: 1px solid #eee;
}

.gov-icon {
    width: 174px;
    height: 61px;
    transition: transform 0.2s;
}

.gov-icon:hover {
    transform: translatey(-2px);
}

.more-link {
    color: #666;
    font-size: 14px;
    white-space: nowrap;
    margin-left: 10px;
}

.footer {
    padding: 15px 0;
    border-top: 1px solid #005ea5;
}

.footer-content {
    font-size: 14px;
    text-align: center;
}

.aside-left {
    margin-right: 25px;
    width: 280px;
}

.aside-right {
    width: calc(100% - 305px);
}

.item-link .disc {
    margin-right: 10px;
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #000;
    vertical-align: middle;
}
.more{
    text-align: right;
    font-size: 14px;
    color: #213a6d;
}
.left-zt li {
    text-align: center;
}
.left-zt .news-link img {
    width:175px;
    margin:0 auto;
}
.news-link span{
    font-size: 14px;
}
.aside-left .news-list li{
    margin-bottom: 20px;
}


/* 详情公共样式 */
.crumbs {
    margin-top: 17px;
    margin-bottom: 45px;
    padding-left: 5px;
  }
  .view-content {
    margin-bottom: 40px;
    text-align: center;
  }
  .view-title {
    font-size: 24px;
    color: #000000;
    text-align: center;
  }
  .view-date {
    margin-top: 35px;
    font-size: 14px;
    color: #000000;
    line-height: 32px;
    text-align: center;
  }
  .view-content hr {
    border-color: #e5e5e5;
    margin-top: 23px;
    margin-bottom: 35px;
  }
  .view-content p {
    font-size: 18px;
    padding: 0 23px;
    text-align: left;
    text-indent: 20px;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .view-content img {
    margin: 0 auto;
    width: 738px;
    margin-top: 31px;
    margin-bottom: 47px;
  }
  .list-container .center {
    padding-left: 20px;
  }
  .list-title {
    margin-bottom: 19px;
  }