@charset "utf-8";

/*Technical Support SudyTech*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

img {
    vertical-align: top;
}

html, body { overflow-x: hidden; width: 100%; max-width: 100%; }

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    color: #1e1e1e;
    outline: 0;
}

/* 主要黑色 */

:focus {
    outline: 0;
}

/*备用样式表*/
.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97CBE0;
}

.hidden {
    visibility: hidden;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    zoom: 1;
}

/*css3扩展*/
body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
}

::-webkit-input-placeholder {
    color: #ccc;
    /* WebKit browsers */
}

:-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 4 to 18 */
}

::-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 19+ */
}

:-ms-input-placeholder {
    color: #ccc;
    /* Internet Explorer 10+ */
}

.scroller {
    position: absolute;
    z-index: 1;
    width: 750px;
    height: 160px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

/**隐藏滚动条**/
/**body::-webkit-scrollbar{display: none;}**/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 4px;
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-track-piece {
    background-color: #fff;
    /*滚动条的背景颜色*/
    -webkit-border-radius: 0;
    /*滚动条的圆角宽度*/
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #999;
    -webkit-border-radius: 4px;
    outline: 1px solid #fff;
    outline-offset: -1px;
    border: 1px solid #fff;
}

/**布局开始**/
body {
    line-height: 1;
    font-size: 13px;
    font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #1e1e1e;
    /* 主要黑色 */
    background-color: #ffffff;
    /* 整体页面背景 */
}

p {
    line-height: 1.75;
}

a {
    color: #1e1e1e;
    /* 主要黑色 */
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #0068b7;
    /* 主要黑色字体 hover */
}


/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/**页面全局宽度**/

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.left-menu {
    padding-left: 20px;
    /* 让左侧菜单与左边距有一些距离 */
}


/* 导航条样式 */
.navbar {
    background-color: #0a5cad;
    /* 主题蓝色 */
    grid-area: navbar;
}

.navbar ul {
    display: flex;
    justify-content: space-around;
}

.navbar ul li {
    padding: 10px 0;
}

.navbar ul li a {
    /*color: #ffffff;*/
    color: #faf9f8;
    /* 白色文字 */
    font-weight: bold;
}

.navbar ul li a:hover {
    color: #ffffff;
    /* 白色文字 */
}

/* Banner图片样式 */
.banner img {
    width: 100%;
    height: auto;
}

#banner-carousel {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

/* 首页主体内容样式 */
.main-content {
    padding: 20px;
    background-color: #ffffff;
    /* 整体页面背景 */
}

.slider img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}


/* 右上角 logo */
#top-background {
    position: static;
    /*height: 95px; !* 保持原有高度 *!*/
    height: 115px;
    /* 保持原有高度 */
    margin-right: -80px;
    /* 搜索框左边固定10px距离 */
    /*clip-path: inset(0 100px 0 0); !* 裁剪掉右边50px的部分 *!*/
    z-index: 1;
}

/* 导航条 start */

/*默认主导航样式*/
#nav,
.main-nav {
    background: #0a5cad;
    /* 主题蓝色 */
}

.main-nav .inner {}

.main-nav .inner .nav-panel {}

/*导航*/
.main-nav .inner .nav-window {}

.main-nav .inner .nav-panel .navbg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    background: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
}

/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu,
.main-nav .nav-menu {
    margin: 0 auto
}

.nav .wp-menu .nav-item,
.main-nav .nav-menu .nav-item {
    display: inline-block;
    float: left;
    position: relative;
}

.nav .wp-menu .nav-item.i1,
.main-nav .nav-menu .nav-item.i1 {
    background: none;
}

.nav .wp-menu .nav-item a>.nav-switch-arrow,
.main-nav .nav-menu .nav-item a>.nav-switch-arrow {
    display: none;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.nav .wp-menu .nav-item a.nav-link,
.main-nav .nav-menu .nav-item a.nav-link {
    display: inline-block;
    padding: 0 42px;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
}

.nav .wp-menu .nav-item.hover a.nav-link,
.nav .wp-menu .nav-item a.hover,
.main-nav .nav-menu .nav-item.hover a.nav-link,
.main-nav .nav-menu .nav-item a.hover {
    background-color: #0068b7;
    text-decoration: none;
    color: #1e1e1e;
}

.nav-submenu {
    display: none;
}

/* 鼠标悬停时显示二级菜单 */
.nav-item:hover>.nav-submenu {
    display: block;

}

.nav-link:hover {
    background-color: #0068b7;
    /* 主要黑色字体 hover */
}

/* 鼠标悬停时显示三级菜单 */
.nav-subitem:hover>.nav-submenu {
    display: block;
}

.nav-subitem {
    color: #1e1e1e;
}

/*尝试固定宽度*/
a.nav-link {
    padding: 0 42px;
}

a.nav-link.parent {
    padding: 0 42px;
}

#nav,
.main-nav {
    zoom: 1 !important;
    /* 取消缩放，恢复为默认大小 */
    transform: none !important;
    /* 取消任何变换 */
    min-width: 320px;
}

.nav-submenu,
.main-nav .nav-submenu {
    display: none;
    /* 设置子菜单默认隐藏，不显示。 */
    position: absolute;
    /* 子菜单的定位方式为绝对定位，相对于最近的定位父元素。 */
    left: 0;
    /* 子菜单的左侧边界距离定位父元素的左侧 0 像素。 */
    top: 50px;
    /* 子菜单的顶部边界距离定位父元素的顶部 50 像素。 */
    min-width: 100%;
    /* 子菜单的最小宽度为定位父元素的宽度。 */
    text-align: center;
    /* 子菜单的文本内容居中对齐。 */
    z-index: 100;
    /* 子菜单的堆叠顺序设为 100，确保其显示在其他内容的前面。 */
    background: #fff;
    /* 子菜单的背景颜色为白色。 */
}

.nav-submenu .nav-subitem,
.main-nav .nav-submenu .nav-subitem {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

/*下面这个padding第二个参数修改二级标题的宽度*/
.nav-submenu .nav-subitem a,
.main-nav .nav-submenu .nav-subitem a {
    display: block;
    color: #1e1e1e;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    font-size: 16px;
    background: none;
}

.nav-submenu .nav-subitem.hover>a,
.main-nav .nav-submenu .nav-subitem.hover>a,
.nav-submenu .nav-subitem a:hover,
.main-nav .nav-submenu .nav-subitem a:hover {
    color: #fff;
    background-color: #0068b7;
    display: block;
}

.nav-submenu .nav-submenu,
.main-nav .nav-submenu .nav-submenu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}

.main-nav .nav-submenu {
    position: absolute;
    left: 50%;
    /* 从父级左侧50%位置开始 */
    transform: translateX(-50%);
    /* 向左偏移自身宽度的50%实现居中 */
    top: 100%;
    /* 位于一级菜单下方 */
}

#sidebar-container {
    display: none;
}


#sidebar-container .sidebar-menu {
    width: 240px;
    float: left;
    margin-right: -240px;
    position: relative;
}

#sidebar-container .sidebar-menu .l-qh {
    margin-bottom: 10px;
}

#sidebar-container .sidebar-menu .sidebar-menu-head {
    background: #0a5cad;
    /* 主题蓝色 */
}

/**位置栏目背景**/
#sidebar-container .sidebar-menu .sidebar-menu-head h3.sidebar-nav-title {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

/**位置栏目字体**/
#sidebar-container .sidebar-menu .sidebar-menu-head h3.sidebar-name .sidebar-name-text {
    display: block;
    line-height: 50px;
    padding: 0px 5px 0px 30px;
}

/**栏目名称图标**/
#sidebar-container .sidebar-menu .sidebar-menu-content {
    border: 1px solid #e4e4e4;
}

/* 面板容器 */
#sidebar-container .sidebar-menu-content {
    display: none;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* 面板显示时 */
#sidebar-container .inner .sidebar-menu .sidebar-menu-content.show {
    display: block;
    opacity: 1;
    transform: scaleY(1);
}

/* 导航栏头部 */
#sidebar-container .sidebar-menu-head {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 2px 10px;
    /* 调整高度 */
    background-color: #0a5cad;
    /* 主题蓝色 */
    border: none;
    /* 去除圆角 */
    transition: background-color 0.3s ease;
}

/* 鼠标悬停时 */
#sidebar-container .sidebar-menu-head:hover {
    background-color: #0068b7;
    /* 主要黑色字体 hover */
}

#sidebar-container .sidebar-list .sidebar-column {
    border-top: 0px solid #2867A0;
    border-bottom: 0px solid #fff;
}

#sidebar-container .sidebar-list .sidebar-column .sidebar-nav-item {
    padding: 5px 0px 5px 28px;
    line-height: 32px;
}

#sidebar-container .sidebar-list .sidebar-column .sidebar-nav-item a {
    color: #1e1e1e;
    /* 主要黑色 */
    font-size: 15px;
    font-weight: normal;
    background: none;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #F6EAEA;
}

#sidebar-container .sidebar-list .sidebar-column .sidebar-nav-item a:hover,
#sidebar-container .sidebar-list .sidebar-column .sidebar-nav-item a.selected {
    color: #0a5cad;
    /* 主题蓝色 */
    background: #eee;
}

#sidebar-container .sidebar-list .sidebar-column .sidebar-nav-item a.selected span.sidebar-item-name {
    color: #0a5cad;
    /* 主题蓝色 */
}

#sidebar-container .sidebar-list .sidebar-column .sidebar-sub-column .sidebar-column a {
    color: #454545;
    background: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
}

#sidebar-container .sidebar-list .sidebar-column .sidebar-column.parent>a .sidebar-item-name {
    font-weight: bold;
    color: #0a5cad;
    /* 主题蓝色 */
}

/*二级子栏目**/
#sidebar-container .sidebar-list .sidebar-column .sidebar-column .sidebar-sublist a {
    color: #1e1e1e;
    /* 主要黑色 */
    border-top: 1px solid #eee;
    margin-top: -1px;
}

#sidebar-container .sidebar-list .sidebar-column .sidebar-sublist a .column-name {
    display: inline-block;
    line-height: 28px;
    padding: 5px 10px 5px 52px;
    cursor: pointer;
}

.sidebar-list .sidebar-column .sidebar-sublist a:hover,
.sidebar-list .sidebar-column .sidebar-column a.selected {
    font-weight: bold;
    font-weight: bold;
    color: #0a5cad;
    /* 主题蓝色 */
}

/*三级子栏目**/
.sidebar-list .sidebar-listcolumn .sidebar-column .sidebar-sublist .sidebar-sublist a {
    background: none;
}

.sidebar-list .sidebar-listcolumn .sidebar-sublist .sidebar-sublist a .column-name {
    padding: 5px 10px 5px 51px;
    cursor: pointer;
}

.sidebar-list .sidebar-listcolumn .sidebar-sublist .sidebar-sublist a :hover,
.sidebar-list .sidebar-listcolumn .sidebar-sublist .sidebar-sublist a.selected {
    font-weight: bold;
    color: #0a5cad;
    /* 主题蓝色 */
}

/* 导航条 end */


/* 头部 */
#header-wrapper {
    background-color: #0068b7;
}

/* 导航条上方样式 */
#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    grid-area: header;
    width: 1200px;
    margin: 0 auto;
}

#logo {
    z-index: 2;
}

#logo-img {
    width: auto;
    /* 确保图片宽度与盒子宽度相同 */
    height: 100%;
    /* 确保图片高度与盒子高度相同 */
    object-fit: cover;
    /* 确保图片覆盖整个元素 */
    padding: 0;
}

/* 新增的搜索容器，将水印图片和搜索框并排 */
#search-container {
    display: flex;
    align-items: center;
}

#search-box {
    display: flex;
}

#search-box input {
    padding: 5px 10px;
    border: 1px solid #cccccc;
    border-right: none;
    color: #1e1e1e;
    /* 主要黑色 */
}

#search-box {
    background-color: #ffffff;
    /* 整体页面背景 */
    border: 1px solid #cccccc;
    border-left: none;
    color: #1e1e1e;
    /* 主要黑色 */
    z-index: 2;
}

button {
    background-color: #ffffff;
    /* 整体页面背景 */
    border: 1px solid #cccccc;
    border-left: none;
    color: #1e1e1e;
    /* 主要黑色 */
}

.icon {
    stroke: #0a5cad;
    /* 主题蓝色 */
    width: 20px;
    /* 改变图标宽度 */
    height: 25px;
    /* 改变图标高度 */
}

/* 头部 end */


/*左侧导航条 start*/

/* 设置容器的样式 */
.content-layout-container {
    display: flex;
    /* 使用flex布局 */
    width: 100%;
    /* 容器占父元素宽度的100% */
    box-sizing: border-box;
    /* 确保padding不影响元素大小 */
    margin: 0 auto;
    /* 容器居中，自动分配左右外边距 */
    justify-content: center;
    /* 使元素在水平方向上居中 */
    background-color: #ffffff;
    /* 整体页面背景 */
}

/* 每个子元素的样式 */
.content-layout-item {
    box-sizing: border-box;
    /* 包括padding在内计算元素宽度 */
    color: #1e1e1e;
    /* 主要黑色字体 */
}

.content-layout-item:hover {
    color: #0068b7;
    /* 主要黑色字体 hover */
}

/* 左侧模块 */
.left {
    flex: 0 0 25%;
    /* 固定宽度为父容器的25% */
    padding-left: 0;
    /* 去除内边距 */
    margin-left: 0;
    /* 去除左边距 */
    background-color: #ffffff;
    /* 淡蓝背景色 */
}

/* 中间模块 */
.center {
    flex: 0 0 50%;
    /* 固定宽度为父容器的50% */
    background-color: #ffffff;
    /* 淡蓝背景色 */
}

/* 右侧模块 */
.right {
    flex: 0 0 25%;
    /* 固定宽度为父容器的25% */
    padding-right: 0;
    /* 去除内边距 */
    margin-right: 0;
    /* 去除右边距 */
    padding-top: 20px;
    background-color: #ffffff;
    /* 淡蓝背景色 */
}


/* 默认情况下隐藏 */
#l-container {
    display: none;
}

/* 定义左侧导航栏容器的样式 */
#sidebar-nav-container {
    /*max-width: 100%; !* 最大宽度为100% *!*/
    margin: 20px 0;
    /* 上下外边距为20px，左右自动居中 */
    background-color: #ffffff;
    /* 整体页面背景 */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* 盒子阴影 */
    overflow: hidden;
    /* 超出部分隐藏 */
}

/* 定义左侧导航栏头部的样式 */
#sidebar-nav-header {
    background-color: #0a5cad;
    /* 主题蓝色 */
    color: white;
    /* 文字颜色为白色 */
    padding: 20px;
    /* 内边距为20px */
    /*text-align: center; !* 文字居中 *!*/
    font-size: 18px;
    /* 字体大小为24px */
    font-weight: 500;
    /* 字体粗细 */
    /*text-transform: uppercase; !* 文字大写 *!*/
    letter-spacing: 1px;
    /* 字母间距为1px */
}

/* 定义左侧导航栏菜单的样式 */
#sidebar-nav-menu {
    list-style: none;
    /* 无序列表样式 */
    padding: 0;
    /* 无内边距 */
    margin: 0;
    /* 无外边距 */
}

/* 定义左侧导航栏菜单项的样式 */
#sidebar-nav-menu .sidebar-nav-item {
    border-bottom: 1px solid #e6e6e6;
    /* 底部边框为1px实线灰色 */
}

/* 定义最后一个左侧导航栏菜单项的样式 */
#sidebar-nav-menu .sidebar-nav-item:last-child {
    border-bottom: none;
    /* 无底部边框 */
}

/* 定义左侧导航栏标题的样式 */
#sidebar-nav-menu .sidebar-nav-title {
    padding: 18px 20px;
    /* 内边距 */
    display: flex;
    /* 弹性布局 */
    justify-content: space-between;
    /* 两侧对齐 */
    align-items: center;
    /* 垂直居中 */
    cursor: pointer;
    /* 鼠标指针为手型 */
    font-size: 16px;
    /* 字体大小为16px */
    color: #1e1e1e;
    /* 主要黑色 */
    background-color: #ffffff;
    /* 整体页面背景 */
    transition: all 0.4s ease;
    /* 过渡效果 */
}

/* 定义左侧导航栏标题鼠标悬停时的样式 */
#sidebar-nav-menu .sidebar-nav-title:hover {
    background-color: #f6f7ff;
    /* 淡蓝背景色 */
    color: #0a5cad;
    /* 主题蓝色 */
}

/* 定义左侧导航栏子菜单的样式 */
#sidebar-nav-menu .sidebar-nav-submenu {
    list-style: none;
    /* 无序列表样式 */
    padding: 0;
    /* 无内边距 */
    margin: 0;
    /* 无外边距 */
    max-height: 0;
    /* 最大高度为0 */
    overflow: hidden;
    /* 超出部分隐藏 */
    transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
    /* 过渡效果 */
    background-color: #f6f7ff;
    /* 淡蓝背景色 */
    opacity: 0;
    /* 透明度为0 */
    transform: translateX(-20px);
    /* 水平位移-20px */
}

/* 定义激活状态的左侧导航栏子菜单的样式 */
#sidebar-nav-menu .sidebar-nav-item.active .sidebar-nav-submenu {
    max-height: 1000px;
    /* 最大高度为1000px */
    opacity: 1;
    /* 透明度为1 */
    transform: translateX(0);
    /* 水平位移为0 */
}

/* 定义左侧导航栏子菜单项的样式 */
#sidebar-nav-menu .sidebar-nav-submenu-item {
    padding: 12px 20px 12px 40px;
    /* 内边距 */
    font-size: 14px;
    /* 字体大小为14px */
    color: #575757;
    /* 次要黑灰色 */
    cursor: pointer;
    /* 鼠标指针为手型 */
    transition: all 0.4s ease;
    /* 过渡效果 */
    position: relative;
    /* 相对定位 */

}

/* 定义左侧导航栏子菜单项鼠标悬停时的样式 */
#sidebar-nav-menu .sidebar-nav-submenu-item:hover {
    background-color: #e9ecef;
    /* 浅灰色背景 */
    color: #0068b7;
    /* 主要黑色字体 hover */
}

/* 定义左侧导航栏子菜单项前缀的样式 */
#sidebar-nav-menu .sidebar-nav-submenu-item::before {
    content: "";
    /* 内容为空 */
    position: absolute;
    /* 绝对定位 */
    left: 20px;
    /* 左侧位置为20px */
    top: 50%;
    /* 顶部位置为50% */
    width: 6px;
    /* 宽度为6px */
    height: 6px;
    /* 高度为6px */
    background-color: #0a5cad;
    /* 主题蓝色 */
    border-radius: 50%;
    /* 圆形边框 */
    transform: translateY(-50%);
    /* 垂直位移-50% */
}

/*左侧导航条  end*/

#key-areas-section {
    width: 100%;
    box-sizing: border-box;
    /* 确保 padding 和 border 包含在内 */
}

#key-areas-section .info-box {
    position: relative;
    padding: 18px 24px;
    margin-bottom: 15px;
    border-radius: 0px;
    min-height: 40px;
    /* 修改为用户要求的40px */
    background: linear-gradient(135deg, #0068b7 0%, #0a5cad 100%);
    color: #ffffff;
    transition: transform 0.2s;
    display: flex;
    /* 新增flex布局 */
    align-items: center;
    /* 垂直居中 */
    justify-content: center;
    /* 水平居中 */
}

#key-areas-section .info-box:hover {
    transform: translateX(8px);
}

#key-areas-section .info-text {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    z-index: 1;
    /* 确保文字在图标上层 */
}

#key-areas-section .info-icon {
    position: absolute;
    right: -5px;
    /* 更贴近右侧 */
    bottom: -10px;
    /* 更贴近底部 */
    font-size: 60px;
    /* 放大图标 */
    opacity: 0.5;
    /* 降低透明度作为背景 */
    z-index: 0;
    /* 图标在文字下层 */
}


/* 主内容区域 */
.main-content {
    flex: 1;
    /* 主内容区域占据剩余空间 */
    margin-right: 5px;
    /* 为右侧区域留出空间 */
    background-color: #ffffff;
    /* 整体页面背景 */
}

.section-title {
    font-size: 20px;
    /* 增大字体 */
    color: #0a5cad;
    /* 主题蓝色 */
    font-weight: bold;
    /* 加粗 */
    padding-left: 5px;
    text-transform: uppercase;
    /* 字母大写 */
    letter-spacing: 1px;
    /* 字母间距 */
    border-bottom: 2px solid #0a5cad;
    /* 下划线效果 */
    padding-bottom: 10px;
    /* 下划线与文字间距 */
    margin-bottom: 10px;
    /* 标题与下方内容的间距 */
}

/* 右侧信息框 */
.right-box {
    background-color: #0a5cad;
    /* 主题蓝色 */
    color: white;
    padding: 15px;

    text-align: center;
}


/* 轮播图 */

.carousel-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f6f7ff;
    /* 淡蓝背景色 */
    margin: auto;
}

#carouselTrack {
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
}

.carousel-item {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-btn {
    display: none;
    /* 隐藏按钮 */
}

/* 轮播图 */
/* 轮播图结束 */


#content-responsive-container {
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    display: block;
    max-width: 1200px;
    width: 100%;
    /* 设置最大宽度，但使用100%宽度适应小屏幕 */
    margin: 0 auto;
    /* 居中显示 */
    overflow-x: hidden;
    /* 防止内容溢出 */
    background-color: #ffffff;
    /* 整体页面背景 */
}


#CKTC_City_News_body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #ffffff;
    /* 整体页面背景 */
}

.CKTC_City_News_section {
    background: #ffffff;
    /* 整体页面背景 */
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    width: 500px;
}

.CKTC_City_News_section h2 {
    color: #0a5cad;
    /* 主题蓝色 */
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0a5cad;
    /* 主题蓝色 */
}

.CKTC_City_News_news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.CKTC_City_News_news-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    display: -webkit-box;
    /* 使用 WebKit 的弹性盒子模型 */
    -webkit-box-orient: vertical;
    /* 垂直方向排列 */
    -webkit-line-clamp: 1;
    /* 显示的行数 */
    overflow: hidden;
    /* 隐藏超出容器的内容 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    line-height: 1.5;
    /* 行高 */
}

.CKTC_City_News_news-item:last-child {
    border-bottom: none;
}

.CKTC_City_News_news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* 确保文字和日期垂直居中 */
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    overflow: hidden;
    /* 隐藏超出容器的内容 */
}

.CKTC_City_News_news-item a {
    flex: 1;
    /* 文字部分占据剩余空间 */
    color: #1e1e1e;
    /* 主要黑色 */
    text-decoration: none;
    font-size: 16px;
    white-space: nowrap;
    /* 禁止换行 */
    overflow: hidden;
    /* 隐藏超出容器的内容 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    margin-right: 10px;
    /* 与日期保持间距 */
}

.CKTC_City_News_date {
    color: #575757;
    /* 次要黑灰色 */
    font-size: 14px;
    white-space: nowrap;
    /* 禁止日期换行 */
    flex-shrink: 0;
    /* 禁止日期缩小 */
}


.CKTC_City_News_news-item a:before {
    content: "›";
    color: #0a5cad;
    /* 主题蓝色 */
    margin-right: 10px;
    font-weight: bold;
}

.CKTC_City_News_news-item:hover {
    background-color: #f6f7ff;
    /* 淡蓝背景色 */
    padding-left: 10px;
}

.CKTC_City_News_news-item:hover a {
    color: #0068b7;
    /* 主要黑色字体 hover */
}



.content-layout-item .view-more-btn {
    display: inline-block;
    background: #0a5cad;
    /* 主题蓝色 */
    border: 2px solid #0a5cad;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
    margin-top: 15px;
}

.content-layout-item .view-more-btn:hover {
    /* 边框为主题色，背景为白色*/
    border: 2px solid #0a5cad;
    background-color: #ffffff;
    color: #0a5cad;
}

/* 新增标题栏flex布局 */
.CKTC_City_News_section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    /* 调整标题与列表的间距 */
}

/* 定义简洁的链接样式 */
.CKTC_City_News_section .more-link {
    color: #2c58a0;
    /* 主题色，可根据实际设计调整 */
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s;
}

.CKTC_City_News_section .more-link:hover {
    color: #1a3a6d;
    /* 悬停颜色 */
    text-decoration: underline;
}

#CKTC_container {
    width: 100%;
}

#CKTC_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    color: #0a5cad;
    /* 主题蓝色 */
    font-size: 18px;
    font-weight: 500;
}

#CKTC_header a {
    color: #0a5cad;
    /* 主题蓝色 */
    text-decoration: none;
}

.CKTC_grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 30px;
    height: 450px;
}

.CKTC_main_news {
    position: relative;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.CKTC_carousel {
    height: 100%;
}

.CKTC_carousel_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.CKTC_carousel_item.active {
    opacity: 1;
}

.CKTC_carousel_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.CKTC_main_news_title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 15px;
    font-size: 20px;
    font-weight: 500;
}

.CKTC_dots {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    gap: 8px;
}

.CKTC_dot.active {
    opacity: 1;
}

.CKTC_side_news {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    width: 100%;
    overflow-y: auto;
}

.CKTC_side_news_item {
    display: flex;
    flex-direction: column;
    /* 改为垂直布局 */
    background-color: #ffffff;
    /* 整体页面背景 */
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: auto;
    /* 高度自适应 */
}

.CKTC_side_news_item:hover {
    transform: translateY(-5px);
}

.CKTC_side_news_item_image {
    width: 100%;
    /* 图片宽度占满 */
    height: 150px;
    /* 固定图片高度 */
    overflow: hidden;
    /* 隐藏超出部分 */
}

.CKTC_side_news_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 图片按比例填充 */
}

.CKTC_side_news_content {
    padding: 10px;
    /* 内边距 */
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* 标题和描述之间的间距 */
}

.CKTC_side_news_title {
    font-size: 16px;
    /* 标题字体大小 */
    font-weight: 500;
    /* 标题加粗 */
    color: #1e1e1e;
    /* 主要黑色 */
    white-space: nowrap;
    /* 标题不换行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
}

.CKTC_side_news_meta {
    font-size: 14px;
    /* 描述字体大小 */
    color: #575757;
    /* 次要黑灰色 */
    line-height: 1.4;
    /* 行高 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 最多显示两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
}


/* 面板项 */
.col_list .wp_column {
    list-style: none;
    margin: 0;
    padding: 0;
}

.col_list .wp_column a {
    display: block;
    /*padding: 5px 10px; !* 调整高度 *!*/
    color: #1e1e1e;
    /* 主要黑色 */
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* 面板项悬停时 */
.col_list .wp_column a:hover {
    background-color: #f6f7ff;
    /* 淡蓝背景色 */
    color: #0068b7;
    /* 主要黑色字体 hover */
}


.footer-header {
    background: linear-gradient(to bottom, #0a5cad 0%, #0a5cad 100%);
    /* 主题蓝色 */
    padding: 20px 0;
    width: 100%;
    text-align: center;
    /* 让footer整体居中 */
}

.footer-header-content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* 允许子元素换行 */
}

.footer-logo-section {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    /* 为了避免小屏幕时与其他内容重叠 */
    justify-content: center;
    /* 使logo居中 */
}

.footer-logo {
    width: 100px;
    /*height: 60px;*/
    margin-right: 15px;
}

.footer-site-title {
    color: white;
    font-size: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 15px;
    white-space: nowrap;
    /* 防止标题在大屏幕时换行 */
    text-align: left;
    /* 默认左对齐 */
}

.footer-contact-info {
    color: white;
    font-size: 14px;
    text-align: right;
    line-height: 1.5;
    white-space: normal;
    /* 允许换行 */
}