@charset "utf-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
    padding: 0;
    margin: 0;
}

ul,
ol,
dl {
    list-style-type: none
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input,
button {
    overflow: visible;
    vertical-align: middle;
    outline: none
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none
}

body,
th,
td,
button,
input,
select,
textarea {
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, "WenQuanYi Micro Hei", Verdana, sans-serif, "\5B8B\4F53";
    font-size: 12px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    border: none;
    margin: 0px;
    padding: 0px;
}

a:link,
a:visited {
    text-decoration: blink;
}



body {
    margin: 0 auto;
    padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt50 {
    margin-top: 50px;
}

.mt40 {
    margin-top: 40px;
}

.mt20 {
    margin-top: 20px;
}

.txtClip {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 头部样式已移至 header.css */
/* 底部样式已移至 footer.css */

.contentBox {
    width: 100%;
    min-height: 600px;
    padding: 40px 0;
}

/* 新闻中心 */
.xwzx {
    width: 100%;
    padding:0 0 40px 0;
}
h2 a{
   color: #333;
}
.xwzxBox {
    width: 1200px;
    margin: 0 auto;
}

.xwzx-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    margin-bottom: 30px;
    max-height: 78px;
    text-align: center;
}

.xwzx-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

/* 左侧轮播图 */
.xwzx-swiper {
    width: 718px;
    height: 404px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.slideBox {
    width: 718px;
    height: 404px;
    position: relative;
    overflow: hidden;
}

.slideList {
    width: 718px;
    height: 404px;
    position: relative;
}

.slideList li {
    width: 718px;
    height: 404px;
    position: relative;
    overflow: hidden;
}

.slideList li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.slideList li img {
    width: 718px;
    height: 404px;
    display: block;
    object-fit: cover;
}

.slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgba(3, 26, 71, 0.8);
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.caption-text {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

/* 分页器样式 */
.slideDots {
    position: absolute;
    right: 20px;
    bottom: 75px;
    z-index: 10;
    display: flex;
    gap: 8px;
}

.slideDots span {
    color: red;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
}

.slideDots span.active {
    width: 30px;
    border-radius: 5px;
    background: #fff;
}

/* 右侧新闻列表 */
.xwzx-list {
    border-top: 1px solid #eeee;
    height: 404px;
    box-sizing: border-box;
    flex: 1;
    background: #fff;
    padding: 13px 20px 0 20px;
}

.news-header {
    text-align: center;

}

.news-header h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #253350;
    display: inline-block;
    position: relative;
}



.news-items {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 18px;
}

.news-item {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px dashed #E5E5E5;
}

.news-item:last-child {
    border-bottom: none;
}

.news-date {
    text-align: center;

    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #F7F9FD;
    font-size: 14px;
    color: #38528B;
    min-width: 50px;
    margin-right: 12px;
    padding-top: 2px;
}

.news-item a {
    flex: 1;
    text-decoration: none;
}

.news-title {
    font-size: 16px;
    color: #333;
    line-height: 1.3;
    max-height: 48px;
    transition: color 0.3s;
}

.news-item a:hover .news-title {
    color: #D32F2F;
}

.lanmu {
    width: 1200px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tieleBg {
    background: url(../../images/2025new/titleBg.png) no-repeat center;
    width: 585px;
    height: 52px;
    font-weight: 600;
    font-size: 20px;
    color: #253350;
    line-height: 50px;
    box-sizing: border-box;
    /* padding-left: 50px; */


}
.lmtitle{
    margin-left: 50px;
}
.lanmuBox {
    width: 585px;
    height: 308px;
    background: #F7F9FD;
    margin-top: 20px;
    box-sizing: border-box;
}
.lanmuBox ul{
    padding: 20px;
    box-sizing: border-box;
}
.lanmuListItem {
    height: 70px;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    /* padding-top: 15px; */
}

.lanmuListItem p {
    margin-left: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #252738;
    margin-top: 0;
    flex: 1;
    max-height: 48px;
}

.dian {
    display: block;
    background-image: url(../../images/2025new/dian1.png);
    width: 13px;
    height: 13px;

}

.xian2 {
    display: block;
    background-image: url(../../images/2025new/line2.png);
    background-repeat: repeat-y;
    width: 1px;
    height:55px;
    margin-left: 6px;
}
.lanmuBox2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 308px;
    margin-top: 20px;
}