@charset "utf-8";
.header {
  width: 100%;
  background: url("../img/bg_top.png") no-repeat top right;
  background-size: cover;
}

.header .top {
  padding: 23px 0;
  color: #fff;
}

.header .top .logo img {
  width: 312px;
}

.header .top .logo .kh {
  padding-left: 32px;
  margin-left: 32px;
  position: relative;
}

.header .top .logo .kh::before {
  content: "";
  width: 1px;
  height: 44px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header .top .tpr .date .time {
  font-family: YouSheBiaoTiHei;
  font-weight: 400;
  margin-left: 10px;
}

.header .top .tpr .search {
  margin-top: 12px;
}

.header .top .tpr .search form {
  width: 324px;
  height: 42px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 0 20px;
}

.header .top .tpr .search form input {
  color: #fff;
  width: 100%;
  background: none;
}

.header .top .tpr .search form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: inherit;
}

.header .top .tpr .search form button {
  margin-left: 10px;
  background: transparent;
}

.header .top .tpr .search form button i {
  color: #fff;
}

.menu {
  height: 60px;
  margin-bottom: -60px;
  position: relative;
  z-index: 2;
  background: rgba(66, 85, 144, 0.9);
}

.menu .nav > li {
  position: relative;
  margin-right: 6px;
}

.menu .nav > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  min-width: 100px;
  color: #e9e9e9;
}

.menu .nav > li > a::after {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  transition: width ease 0.3s;
}

.menu .nav > li:hover > a, .menu .nav > li.active > a {
  font-weight: bold;
  color: #fff;
}

.menu .nav > li:hover > a::after, .menu .nav > li.active > a::after {
  width: 100%;
}

.menu .nav > li .v2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  display: none;
  background: rgba(66, 85, 144, 0.8);
  text-align: center;
}

.menu .nav > li .v2 li {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu .nav > li .v2 li a {
  padding: 16px 15px;
  display: block;
  color: #fff;
}

.menu .nav > li .v2 li:hover {
  background: #133088;
}

.menu .nav > li .v2 li:hover a {
  color: #fff;
}

.menu .nav > li .v2 li:last-child {
  border-bottom: none;
}

.banner img {
  display: block;
}

.banner .swiper-pagination {
  bottom: 40px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 21px;
  height: 21px;
  border: 0;
  opacity: 1;
  margin: 0 6px;
  background: none;
  background-image: url("../img/dot1.svg");
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url("../img/dot2.svg");
  background-size: 21px 21px;
}

.sec-type {
  margin-bottom: 70px;
}

.sec-type .cat {
  position: relative;
  padding-left: 15px;
  flex-shrink: 0;
}

.sec-type .cat span {
  color: #133088;
}

.sec-type .cat::before {
  content: "";
  width: 8px;
  height: 2px;
  background: #133088;
  position: absolute;
  left: 0;
  bottom: 15px;
}

.sec-type .line {
  margin: 30px 0 0 5px;
}

.sec-type .line span {
  height: 2px;
  background: #133088;
}

.sec-type .line span.c2 {
  width: 100%;
  max-width: 496px;
  margin-left: 174px;
  background: #e5ebef;
  position: relative;
}

.sec-type .line span.c2::after {
  content: "";
  width: 28px;
  height: 100%;
  background: #133088;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sec-type .more {
  width: 54px;
  height: 62px;
  background: url("../img/icon_more.png") no-repeat;
  background-size: 100% 100%;
}

.sec-type .more a {
  color: #133088;
}

.sec-type.nop {
  margin-bottom: 52px;
}

.section1 {
  padding-bottom: 80px;
}

.section1 .col1 {
  width: 420px;
  flex-shrink: 0;
}

.section1 .col1 li .item {
  padding: 16px 0 13px;
}

.section1 .col1 li .item .date {
  width: 75px;
  flex-shrink: 0;
  text-align: center;
  color: #133088;
  margin-right: 24px;
}

.section1 .col1 li .item .info {
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 10px;
  z-index: 1;
}

.section1 .col1 li .item .info .tit {
  margin-bottom: 12px;
}

.section1 .col1 li .item .info .desc {
  color: #49596d;
  line-height: 1.65;
  -webkit-line-clamp: 3;
}

.section1 .col1 li .item .info::after {
  content: "";
  width: calc(100% - 10px);
  height: 2px;
  background: rgba(19, 48, 136, 0.2);
  position: absolute;
  bottom: 4px;
  right: 0;
  z-index: -1;
}

.section1 .col1 li .item .info::before {
  content: "";
  width: 10px;
  height: 10px;
  background: rgba(19, 48, 136, 0.2);
  border-radius: 50%;
  left: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}

.section1 .col1 li:first-child .item {
  padding-top: 0;
}

.section1 .col2 {
  margin: 0 67px;
}

.section1 .col2 .slides {
  height: 100%;
  position: relative;
}

.section1 .col2 .slides::after {
  content: "";
  width: 100%;
  height: 100px;
  background: #fff;
  position: absolute;
  bottom: 28px;
  left: 0;
}

.section1 .col2 .slides .swp-dot {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 45px;
  max-width: 196px;
  z-index: 2;
}

.section1 .col2 .slides .swp-dot .jt {
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: 1px solid #133088;
  color: #133088;
  border-radius: 50%;
  font-weight: bold;
}

.section1 .col2 .slides .swp-dot .jt i {
  margin-top: 2px;
  transform: scale(0.75);
}

.section1 .col2 .slides .swp-dot .jdt {
  margin: 0 14px;
  height: 2px;
  background: #f5f6f7;
}

.section1 .col2 .slides .swp-dot .jdt i {
  height: 2px;
  background: #133088;
}

.section1 .col2 .item .fitImg2 {
  height: 404px;
  margin-bottom: -40px;
}

.section1 .col2 .item .item-txt {
  height: 186px;
  background: #fff;
  border-radius: 0px 40px 0px 0px;
  position: relative;
  z-index: 1;
}

.section1 .col2 .item .item-txt .date {
  transform: translateY(-21px);
}

.section1 .col2 .item .item-txt .date span {
  width: 150px;
  height: 42px;
  font-family: Roboto;
  font-weight: bold;
  background: rgba(19, 48, 136, 0.9);
  border-radius: 0px 21px 21px 0px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section1 .col2 .item .item-txt .cont {
  padding: 10px 20px 20px 20px;
}

.section1 .col2 .item .item-txt .cont .tit {
  font-weight: bold;
  margin-bottom: 15px;
  color: #101d34;
}

.section1 .col2 .item .item-txt .cont .desc {
  color: #49596d;
}

.section1 .col2 .item:hover .item-txt .cont .tit {
  color: #133088;
}

.section2 {
  position: relative;
  overflow: hidden;
}

.section2::before {
  content: "";
  width: 956px;
  height: 620px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../img/bg_s1.jpg");
  background-repeat: no-repeat;
  background-position: left bottom 80px;
}

.section2 .item1 .fitImg2 {
  height: 600px;
}

.section2 .item1 .item-txt {
  padding: 20px 30px 20px 0;
  color: #fff;
}

.section2 .item1 .item-txt .item-tit {
  margin-bottom: 18px;
}

.section2 .item1 .item-txt .item-tit .link {
  color: #beceff;
  flex-shrink: 0;
  margin-left: 20px;
}

.section2 .item1 .item-txt .item-tit .link i {
  width: 18px;
  height: 2px;
  background: #beceff;
  margin-right: 8px;
  flex-shrink: 0;
}

.section2 .item1 .item-txt .item-desc {
  color: rgba(255, 255, 255, 0.8);
}

.section2 .list {
  padding-left: 68px;
}

.news-list1 {
  overflow: hidden;
}

.news-list1 li .item {
  padding: 29px 0;
  border-bottom: 1px solid #e5ebef;
}

.news-list1 li .item .item-tit {
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}

.news-list1 li .item .item-tit::before {
  content: "";
  width: 2px;
  height: 16px;
  background: #ba0301;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.news-list1 li .item .item-time {
  margin-left: 65px;
  color: #49596d;
  flex-shrink: 0;
}

.news-list1.ul2 li {
  width: 46%;
  float: left;
}

.news-list1.ul2 li:nth-child(2n) {
  float: right;
}

.notice-list li .item {
  transition: ease 0.3s;
}

.notice-list li .item:hover {
  transform: translateY(-5px);
}

.notice-list li .item .item-date {
  width: 82px;
  height: 82px;
  border-radius: 10px;
  border: 1px solid #133088;
  margin-right: 20px;
  flex-shrink: 0;
  color: #133088;
  font-family: Roboto;
}

.notice-list li .item .item-date .date {
  margin: -8px 0 -8px;
}

.notice-list li .item .item-date .year {
  font-weight: normal;
}

.notice-list li .item .item-info .tit {
  color: #101d34;
}

.notice-list li .item .item-info .desc {
  color: #49596d;
  margin-top: 8px;
}

.notice-list li .item:hover .item-info .tit {
  color: #133088;
}

/* footer */
.links {
  background: url("../img/bg_link.png") no-repeat;
  background-size: cover;
  color: #fff;
  padding: 18px 0;
}

.links a {
  color: #e5eef8;
}

.links a:hover {
  color: #fff;
}

.links .wrap .col1 {
  width: 125px;
  flex-shrink: 0;
}

.links .wrap .col2 li {
  margin-right: 68px;
}

.links .wrap .col2 li:last-child {
  margin-right: 0;
}

.footer {
  background: #0a1d2f;
  color: #fff;
}

.footer .ft1 {
  padding: 50px 0 35px;
}

.footer .ft1 .col-tit {
  margin-bottom: 25px;
}

.footer .ft1 a {
  color: #c4ddff;
}

.footer .ft1 a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer .ft1 .sub li {
  margin-bottom: 20px;
}

.footer .ft1 .qrcode {
  text-align: center;
  width: 203px;
  flex-shrink: 0;
}

.footer .ft1 .qrcode img {
  border-radius: 10px;
}

.footer .ft1 .qrcode p {
  margin-top: 2px;
}

.footer .ft1 .col1,
.footer .ft1 .col3 {
  flex: auto;
}

.footer .ft1 .col2 {
  width: 343px;
  align-items: center;
  flex-shrink: 0;
  position: relative;
}

.footer .ft1 .col2::before, .footer .ft1 .col2::after {
  content: "";
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.footer .ft1 .col2::before {
  left: 0;
}

.footer .ft1 .col2::after {
  right: 0;
}

.footer .ft1 .col3 {
  padding-left: 120px;
}

.footer .ft1 .col3 li {
  display: flex;
  align-items: center;
}

.footer .ft1 .col3 li .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  flex-shrink: 0;
  margin-right: 13px;
}

.footer .ft1 .col3 li .icon img {
  width: 10px;
}

.footer .copyright {
  padding: 18px 0;
  text-align: center;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .copyright a {
  color: #fff;
}

.footer .copyright a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* 内页 */
.inner-slide {
  position: relative;
}

.inner-slide img {
  display: block;
}

.crumbs {
  padding: 26px 0;
  color: #49596d;
}

.crumbs a img {
  width: 24px;
}

.crumbs span {
  font-weight: bold;
}

.main {
  background: url("../img/bg_sec2.jpg") no-repeat;
  background-size: cover;
}

.sec-type2 {
  align-items: flex-end;
  margin-top: 10px;
}

.sec-type2 .line {
  margin: 0 0 20px 5px;
  height: 10px;
  background: url("../img/line2.png") repeat-x bottom;
  background-size: 100% 2px;
  position: relative;
}

.sec-type2 .line::after {
  content: "";
  width: 18px;
  height: 10px;
  background: #ba0301;
  position: absolute;
  right: 0;
  top: -8px;
}

.pages {
  padding: 50px 0 77px;
}

.pages li {
  margin: 0 5px;
}

.pages li a {
  height: 32px;
  min-width: 36px;
  padding: 0 11px;
  border: 0.01rem solid #e5ebef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #101d34;
  transition: ease 0.3s;
}

.pages li a i {
  color: #ccc;
  margin-right: 5px;
}

.pages li:hover a, .pages li.active a {
  background: #133088;
  border-color: #133088;
  color: #fff;
}

.pages li:hover a i, .pages li.active a i {
  color: #fff;
}

.pages li.next i {
  transform: rotate(-180deg);
  margin: 0 0 0 5px;
}

/* 综合报道 */
.report .sec-type .line::after {
  display: none;
}

.report .sec-type .search {
  margin-left: 20px;
  margin-bottom: 10px;
  width: 330px;
  height: 40px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #c7d0d6;
}

.report .sec-type .search button {
  width: 64px;
  height: 40px;
  background: #133088;
  border-radius: 20px;
  color: #fff;
}

.report .sec-type .search .int input {
  width: 100%;
  padding: 0 15px;
  background: none;
}

.report .sec-type .search .int input::-webkit-input-placeholder {
  color: #a9b7c3;
}

.report .report-cont .col1 {
  margin-right: 80px;
  flex-shrink: 0;
  width: 360px;
}

.report .report-cont .col1 li {
  margin-bottom: 40px;
}

.report .report-cont .col1 li .item {
  background: #eef4f8;
  border-radius: 20px;
  padding: 27px 25px;
  transition: ease 0.3s;
}

.report .report-cont .col1 li .item .icon {
  width: 58px;
  margin-right: 15px;
}

.report .report-cont .col1 li .item .info .tit {
  font-family: Source Han Sans CN;
  font-weight: 500;
}

.report .report-cont .col1 li .item .info .desc {
  color: #49596d;
  margin-top: -4px;
}

.report .report-cont .col1 li:hover .item, .report .report-cont .col1 li.active .item {
  background: #fff;
  box-shadow: 0px 6px 20px 0px rgba(19, 48, 136, 0.1);
}

.report .report-cont .col1 li:hover .item .tit, .report .report-cont .col1 li.active .item .tit {
  color: #133088;
}

.report .notice-list li .item {
  background: #fff;
  padding: 25px 30px;
  border-radius: 20px;
  border: 1px solid #ecf0f7;
}

.report .notice-list li .item .desc {
  -webkit-line-clamp: 3;
}

/* 搜索列表 */
.news-list2 li {
  margin-bottom: 15px;
}

.news-list2 li .item .item-info {
  padding: 30px 0;
  border-bottom: 1px solid #ccddff;
}

.news-list2 li .item .item-info .item-date {
  margin-right: 30px;
  flex-shrink: 0;
  color: #133088;
  font-family: Roboto;
  font-weight: bold;
}

.news-list2 li .item .item-info .item-date .line {
  margin: 0 7px;
  font-family: "Arial";
}

.news-list2 li .item .item-info .item-date .year {
  font-family: Roboto-Regular;
  font-weight: 400;
  line-height: 1.1;
}

.news-list2 li .item .item-info .item-cont .tit {
  margin-bottom: 8px;
}

.news-list2 li .item .item-info .item-cont .desc {
  color: #49596d;
}

.news-list2 li .item .item-pic {
  width: 160px;
  flex-shrink: 0;
  margin-left: 30px;
}

.news-list2 li .item .item-pic .fitImg {
  padding-top: 75%;
  border-radius: 14px;
}

.news-list2 li .item .item-pic .fitImg img {
  border-radius: inherit;
}

/* 文章详情 */
.detail .news-attr {
  padding: 30px 0;
  border-bottom: 1px dashed rgba(129, 149, 165, 0.3);
  color: #49596d;
}

.detail .news-attr .fl .dd {
  margin-right: 60px;
}

.detail .news-attr .fr .dd {
  margin-left: 60px;
}

.detail .news-attr .fr .dd img {
  width: 28px;
  margin-right: 16px;
}

.detail .news-content {
  padding: 38px 0;
}

.detail .news-content .cont {
  max-width: 1386px;
  margin: 0 auto;
  line-height: 1.8;
}

.detail .news-content .cont img {
  max-width: 100% !important;
  height: auto !important;
}

.detail .news-sxp {
  padding: 60px 0;
}

.detail .news-sxp li a {
  color: #133088;
  display: block;
}

.detail .news-sxp li a span {
  color: #101d34;
}







.inner-slide {
  position: relative;
  overflow: hidden;
}

/* ===== 蓝色调遮罩层（两层叠加，无网格）===== */
/* 第一层：主色调渐变（深蓝到浅蓝，中心光晕） */
.inner-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 30% 40%, 
    rgba(100, 180, 255, 0.4) 0%,    /* 亮蓝 */
    rgba(40, 100, 220, 0.5) 50%,    /* 中蓝 */
    rgba(10, 30, 100, 0.6) 100%     /* 深蓝 */
  );
  mix-blend-mode: overlay;  /* 与图片自然融合 */
  z-index: 1;
  pointer-events: none;
}

/* 第二层：柔光层，增强中央亮度，突出标题区域 */
.inner-slide::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, 
    rgba(255, 255, 255, 0.3) 0%, 
    rgba(150, 200, 255, 0.2) 40%, 
    transparent 80%
  );
  border-radius: 50%;
  filter: blur(30px);
  z-index: 2;
  pointer-events: none;
  opacity: 0.8;
}

/* ===== 艺术感标题 ===== */
.slide-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  /* 书法字体 */
  font-family: 'Long Cang', '华文楷体', 'KaiTi', '楷体', 'STKaiti', serif;
  font-size: 6vw;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 8px;
  white-space: nowrap;
  
  /* 蓝白渐变文字 */
  background: linear-gradient(135deg, #a0d0ff 0%, #3a7bd5 50%, #1e3c72 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  
  /* 描边与发光（白色/浅蓝） */
  text-shadow: 
    2px 2px 0 rgba(255, 255, 255, 0.8),
    4px 4px 15px rgba(0, 100, 255, 0.6),
    0 0 40px rgba(100, 200, 255, 0.8);
  
  /* 半透明背景衬底，增强可读性 */
  background-color: rgba(0, 20, 50, 0.2);
  padding: 0.2em 1.2em;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  
  /* 立体阴影 */
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
  
  z-index: 10;
  transition: all 0.4s ease;
}

/* 悬停效果：微微放大，光效增强 */
.slide-title:hover {
  transform: translate(-50%, -50%) scale(1.05);
  text-shadow: 
    3px 3px 0 rgba(255, 255, 255, 0.9),
    6px 6px 20px rgba(0, 150, 255, 0.7),
    0 0 50px #4da6ff;
  border-color: #ffffff;
}

/* ========== 移动端适配（重点优化）========== */
@media (max-width: 1000px) {
  .slide-title {
    left: 50%;                     /* 取消偏移，居中显示 */
    font-size: clamp(28px, 6vw, 48px);  /* 调小字体：最小28px，最大48px */
    letter-spacing: 4px;           /* 缩小字间距 */
    white-space: normal;           /* 允许换行（四个字一般不会换，但以防万一） */
    padding: 0.1em 0.8em;          /* 减小内边距 */
    border-radius: 40px;           /* 稍微缩小圆角 */
    text-align: center;            /* 保证居中 */
    max-width: 90vw;               /* 限制最大宽度，防止溢出 */
    word-break: keep-all;          /* 避免单词内断行（对中文无效，但保留） */
  }
}

/* 更小屏幕（如宽度小于480px）进一步缩小字体 */
@media (max-width: 480px) {
  .slide-title {
    font-size: 24px;               /* 固定较小字体 */
    letter-spacing: 2px;
    padding: 0.1em 0.5em;
  }
}



