.main {
  position: relative;
  width: 1920px;
  height: 5114px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

body {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
  /* background-color: #a00; */
  /* match背景主色，避免黑底 */
  color: #fff;
  width: 100vw;
}


.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* Carousel Styles */
.carousel-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  background-color: #a00;
  /* 轮播容器底色，拖动边界不露黑底 */
}

.carousel-track {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease-out;
  cursor: grab;
  will-change: transform;
  touch-action: pan-y;
}

.carousel-track:active {
  cursor: grabbing;
}

.carousel-slide {
  flex: 0 0 100%;
  height: 100%;
  flex-shrink: 0;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


/*首页图片新闻  轮播图 样式*/
* {
  padding: 0;
  list-style: none;
  border: none;
}

#focus {
  width: 100%;
  ;
  height: 100%;
  ;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

#focus ul {
  height: 100%;
  position: absolute;
  margin: 0;
  padding: 0;
}

#focus ul li {
  float: left;
  width: 100%;
  ;
  height: 100%;
  ;
  overflow: hidden;
  position: relative;
  background: #000;
}

#focus ul li img {
  width: 100%;
  ;
  height: 100%;
  ;
}

#focus .btnBg {
  position: absolute;
  width: 640px;
  line-height: 40px;
  height: 40px;
  left: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
}

#focus .btn {
  position: absolute;
  line-height: 40px;
  padding-right: 25px;
  bottom: 0px;
  right: 0;
  text-align: right;
  z-index: 5;
}

#focus .btn span {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 12px;
  height: 12px;
  _font-size: 0;
  margin-left: 10px;
  cursor: pointer;
  background: #c9c9c9;
  color: #000;
  text-align: center;
  border-radius: 50%;
}

#focus .btn span a {
  font-size: 15px;
}

#focus .btn span.on {
  background: #fff;
}

/* Header Styles */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*  width: 1723px;
    margin: 0 auto; */
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

.logo img {
  height: 80px;
  /* Adjust based on actual logo size */
  width: auto;
}

nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}

nav ul li {
  position: relative;
  padding-bottom: 5px;
}

nav a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 500;
  transition: color 0.3s;

  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: left;
  font-style: normal;
}


nav ul li .sub {
  position: absolute;
  top: 100%;
  background: #fff;
  width: auto;
  left: 50%;
  z-index: 10000;
  transform: translateX(-50%) scaleY(0);
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: .5s;
  transform-origin: top;
  box-shadow: 0 0 05px rgba(0, 0, 0, .3);
  border-radius: 8px;
}

nav ul li .sub:after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #990d14;
}

nav ul li .sub .box {
  padding: 14px 0;
  text-align: center;
  display: grid;
}

nav ul li .sub a {
  padding: 8px 30px;
  line-height: 28px;
  transition: .6s;
  font-size: 17px;
  color: #333;
  text-align: center;
  min-width: 150px;
}

nav ul li .sub a:hover {
  color: #fff;
  background: #990d14;
}

nav ul li:hover .sub {
  filter: alpha(opacity=050);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scaleY(1);
}

.list_box0 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.list_box0 .head_li {
  font-size: 18px;
  display: inline-block;
  transition: .6s;
  position: relative;
  /* border-right: 1px solid #fff; */
  padding: 0 15px;
}

.list_box0 .head_li:last-child {
  padding-right: 0;
  border-right: none;
}

.list_box0 .head_li .search_btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.list_box0 .head_li a {
  display: inline-block;
  color: #333;
}

.list_box0 .search_btn img {
  width: 32px;
  height: 32px;
}

.std_nav_1400_001_665B97CE .stdnav14_1_top {
  line-height: 40px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}

.std_nav_1400_001_665B97CE .stdnav14_1_search_zzc {
  position: fixed;
  z-index: 99998;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
}

.std_nav_1400_001_665B97CE .stdnav14_1_search {
  padding: 0 0 05px 0;
  display: none;
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99999;
}

.std_nav_1400_001_665B97CE .stdnav14_1_search>div {
  min-width: 500px;
  margin: 0 auto;
  position: relative;
  padding-right: 50px;
  padding: 5px 0;
  background: #fff;
}

.std_nav_1400_001_665B97CE .stdnav14_1_search>div input[type="text"] {
  display: block;
  width: 100%;
  padding: 0 70px 0 20px;
  font-size: 14px;
  height: 30px;
  box-sizing: border-box;
}

.std_nav_1400_001_665B97CE .stdnav14_1_search_btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  background: #990d14;
  display: flex;
  align-items: center;
  justify-content: center;
}

input,
button,
textarea {
  background: none;
  outline: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.std_nav_1400_001_665B97CE .stdnav14_1_search_btn input {
  display: block;
  width: 20px;
}

.std_nav_1400_001_665B97CE .stdnav14_1_m_search {
  display: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

nav a:hover,
nav a.active {
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.search-icon {
  display: flex;
  align-items: center;
}

/* Main Content Styles */
main {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  pointer-events: none;
  /* Allow clicks to pass through to carousel */
}

.hero-content {
  text-align: center;
  pointer-events: none;
  /* Let clicks pass through text too for better drag experience */
  user-select: none;
  /* Prevent text selection during drag */
}

.year-text {
  font-size: 180px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -5px;
  /* Create the gradient/glow effect */
  background: linear-gradient(to bottom, #fff 0%, #ffcccc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.5));
  opacity: 0.9;
}

/* Carousel Controls */
.carousel-controls {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 10;
}

.control-btn {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.control-btn:hover {
  color: #fff;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}


.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}


.indicators {
  display: flex;
  gap: 15px;
  /* Increased by ~50% from 10px (user asked for 30%, 13px-15px is better) */
}

.indicator,
.indicators li {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, .7);
  color: rgba(255, 255, 255, .7);
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s;
}

.indicator.active,
.indicators li.on {
  /*background-image: url('../image/hua2.png');
    background-color: transparent;*/
  background: #ffffff;
  color: #fff;
  /* transform: scale(1.2); */
  border-radius: 50%;
}

.search-top-box {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: none;
  justify-content: center;
  align-items: center;
  background: #cc0000;
  transition: .6s;
  left: 0;
  right: 0;
  z-index: 100;
  opacity: .8;
  position: fixed;
  flex-direction: column;
  transition: max-height 0.5s ease-out;
}

.search-top-box.on {
  display: flex !important;
}

.search-top-box h3 {
  margin-bottom: 2.5rem;
  color: #fff;
}

.search-top-box .search-input {
  width: 50%;
  margin: 0 auto;
  padding: 0 0.08rem 0 .24rem;
  background-color: rgba(255, 255, 255, .2);
  box-sizing: border-box;
  transition: all .3s;
  max-width: 94%;
  display: flex;
}

.search-top-box .search-input input {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  flex: 1;
  outline: none;
  color: #fff;
  height: 3em;
}

.search-top-box .close-but {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background-color: rgba(255, 255, 255, .2);
  color: #fff;
  width: 2.5rem;
  line-height: 2.5rem;
  border-radius: 50%;
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
}

.search-top-box .search-input input {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  flex: 1;
  outline: none;
  color: #fff;
  height: 3em;
}


.section-news {
  position: relative;
  width: 100%;
  padding: 90px 0 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #333;
  overflow-x: hidden;
  overflow-y: visible;
}


.section-news_1 {
  margin-top: -40px;
  width: 1520px;
  margin: auto;
  /* margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 46px calc(50vw - 600px) 54px; */
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  display: flex;
  justify-content: space-between;

}

.section-news_1_1 {
  width: 55.6%;
}

.section-news_1_2 {
  width: 42.4%;
}

.banner .tiyan {
  width: 630px;
  /*margin:0 auto;padding-top:50px;*/
}

#adam-eff {
  text-align: left;
  position: relative;
}

#adam-tabs {
  height: 25px;
  position: absolute;
  top: 160px;
  left: 285px;
}

#adam-tabs dd,
#adam-tabs dt {
  width: 80px;
  height: 25px;
  line-height: 25px;
  float: left;
  margin-left: 11px;
  _display: inline;
}

#adam-tabs dt {
  text-align: center;
  width: 40px;
}

#adam-tabs dt samp,
#adam-tabs dt span {
  color: #646464;
  font-size: 13px;
}

#adam-tabs dd a {
  display: block;
  height: 25px;
  width: 80px;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  color: #646464;
}

#adam-tabs dd.curr a,
#adam-tabs dd:hover a {
  /*background:#fff; */
  cursor: pointer;
  color: #001f58;
}

#adam-tabs dd.curr {
  font-weight: bold;
}

#adam-tabsContent {
  position: absolute;
  top: 200px;
  left: 40px;
  width: 920px;
}

.adam-tabs-list {
  position: absolute;
  left: 0;
  right: 0;
  height: 400px;
  display: none;
  margin-top: -200px;
  margin-left: -40px;
}

.adam-scroll {
  width: 834px;
  position: relative;
  overflow: hidden;
}

.adam-big-img ul {
  width: 9999%;
  overflow: hidden;
  position: relative;
}

.adam-big-img,
.adam-big-img ul li {
  width: 834px;
  height: 395px;
  overflow: hidden;
  background: #eee;
  margin: 0 auto;
}

.adam-big-img ul li {
  float: left;
}

.adam-scroll a {
  display: block;
  width: 834px;
}

.adam-scroll b {
  opacity: 1 !important;
  transition: all 0.3s;
  cursor: pointer;
  height: 34px;
  line-height: 54px;
  text-align: center;
  width: 34px;
  position: absolute;
  z-index: 2;
  font-size: 18px;
  font-family: "ו";
}

/*.adam-scroll b:hover { background:#eee; } */
.adam-scroll b.adam-scroll-next {
  right: 0;
}

.adam-small-imglist {
  margin-top: -30px;
  position: relative;
  left: -10px;
  width: 9999%;
}

.adam-small-imglist dd {
  float: left;
  height: 80px;
  width: 138px;
  overflow: hidden;
  _display: inline;
}

.adam-small-imglist dd a {
  display: block;
  height: 80px;
  width: 138px;
  border: 1px solid #d2d2d2;
  position: relative;
}

.adam-small-imglist dd a img {
  height: 80px;
  width: 138px;
}

.adam-small-imglist dd a:hover {
  border: 1px solid #fff;
  cursor: pointer;
}

.adam-small-imglist dd a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}

.adam-small-imglist dd a:hover::before,
.adam-small-imglist dd.curr a::before {
  background: transparent;
}

.adam-small-imglist dd.curr a {
  border: 1px solid #666;
}

.adam-news {
  position: absolute;
  left: 20px;
  top: 290px;
  width: 250px;
}

.adam-news div {
  font-size: 23px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
  display: none;
}

.adam-news p {
  line-height: 20px;
  font-size: 13px;
  display: none;
}

.lbt2 li a img {
  height: 450px;
  width: 834px;
  position: relative;
}

.lbt2 li a::after {
  content: "";
  width: 100%;
  height: 115px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.4;
}

.adam-scroll-prev {
  bottom: 0px;
  right: 54px;
  background: url('../image/lbt2z.png') no-repeat center center;
  background-size: contain;
}

.adam-scroll-prev:hover {
  background: url('../image/lbt2zh.png') no-repeat center center;
  background-size: contain;
}

.adam-scroll-next {
  bottom: 0px;
  right: 0px;
  background: url('../image/lbt2y.png') no-repeat center center;
  background-size: contain;
}

.adam-scroll-next:hover {
  background: url('../image/lbt2yh.png') no-repeat center center;
  background-size: contain;
}

.adam-news {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.adam-news .time {
  width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-right: 10px;
}

.adam-news .timer {
  font-size: 36px;
}

.adam-news .timeny {
  margin-top: -4px;
  font-size: 16px;
  font-weight: none;
}

.news_1_1_newss {
  display: flex;
  flex-direction: column;
  align-content: space-around;
  align-items: flex-start;
  width: 515px;
}

.news_1_1_newss span {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 限制文本为1行 */
  overflow: hidden;
}

.news_1_1_newss .news_title {
  font-size: 22px;
}

.news_1_1_newss .news_zy {
  margin-top: 14px;
  font-size: 14px;
  font-weight: none;
}

.news_1_2_news ul li .time {
  /*  width: 60px;
    height: 55px; */
  border: 1px solid rgba(217, 178, 112, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin: 20px;
  padding: 5px;
}


.news_1_2_news ul li .timer {
  font-weight: bold;
  font-size: 36px;
  color: #8A1617;
  line-height: 47px;
  text-align: left;
  font-style: normal;
}



.news_1_2_news ul li .timeny {
  font-size: 16px;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  color: #901C1C;
}


.news_1_2_news ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}



.news_1_2_newss {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  padding-right: 30px;
}

.news_1_2_news ul {
  background-color: #FDF8F4;
}

.news_1_2_news ul li .time {
  /*  width: 60px;
    height: 55px; */
  border: 1px solid rgba(217, 178, 112, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin: 20px;
  padding: 5px;
}


.news_1_2_news ul li .timer {
  font-weight: bold;
  font-size: 36px;
  color: #8A1617;
  line-height: 47px;
  text-align: left;
  font-style: normal;
}



.news_1_2_news ul li .timeny {
  font-size: 16px;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  color: #901C1C;
}



.news_1_2_newss .news_title a {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  text-align: justify;
  font-style: normal;
}

.news_1_2_news ul li:hover {
  background-color: #901C1C;
}

.news_1_2_news ul li:hover .timer {
  color: #FFFFFF;
}


.news_1_2_news ul li:hover .timeny {
  color: #FFFFFF;
}

.news_1_2_news ul li:hover .news_title a {
  color: #FFFFFF;
}

.news_1_2_newss .news_zy {
  margin-top: 10px;
  width: 486px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制文本为2行 */
  overflow: hidden;
}


.news_1_2_newss .news_zy a {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  text-align: justify;
  font-style: normal;
}

.news_1_2_news ul li:hover .news_zy a {
  color: #FFFFFF;
}


.section-news_2 {
  margin-top: 40px;
  width: 1520px;
  margin: auto;
  margin-top: 100px;
  padding-bottom: 80px;
  /* margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 46px calc(50vw - 600px) 54px; */
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  /* background-color: #f5f5f5; */
  justify-content: space-between;
}

/* 学术活动轮播图 */


.picScroll-left {
  width: 100%;
  /* overflow: hidden; */
  position: relative;
  z-index: 100;
}

.picScroll-left .next {
  background: #fff;
  color: #CCD2DB;
  right: 12px;
}

.picScroll-left .prev,
.picScroll-left .next {
  position: absolute;
  top: 53%;
  right: -20px;
  /* transform: translateY(-25%); */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -85px;
  border: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: background 0.3s;
}

.picScroll-left .prev {
  background: #fff;
  color: #CCD2DB;
  left: -20px;
}

.picScroll-left .prev:hover,
.picScroll-left .next:hover {
  background: #901C1C;
  color: #fff;
}

.picScroll-left .bd {
  /* padding: 15px 6%; */
  width: 100%;
  /* overflow: hidden;
  height: 400px; */

}

.picScroll-left .bd ul li {
  margin: 0 10px 0 0;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 350px;
  background: #FFFFFF;
  overflow: hidden;
  margin-right: 40px;
}

.picScroll-left .bd ul li .title .name {
  color: #000000;
  font-size: 18px;
  display: block;
  line-height: 50px;
}

.picScroll-left .bd ul li a img {
  width: 350px;
  height: 200px;
  padding: 2px;
}

.fgx0 {
  background-color: #000000;
  width: 1px;
  position: absolute;
  height: 360px;
  margin-left: 3px;

}


.section-news_2_xtb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 40px;
  margin-bottom: 5px;
}

.section-news_2_xtb span {
  display: flex;
  align-items: center;
  /* margin-left: 10px; */
  font-family: MicrosoftYaHei;
  font-size: 14px;
  /* color: #0849A3; */
  line-height: 19px;
  text-align: justify;
  font-style: normal;
}


.section-news_2_xtb span img {
  width: 14px !important;
  height: 14px !important;
  margin: 0 8px 0 14px;
}

.section-news_2_title a {
  width: 350px;
  height: 32px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: justify;
  white-space: nowrap;
  line-height: 32px;
  margin-top: 17px;
}

.section-news_2_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
}

.section-news_2_xtb span a {
  font-size: 14px;
  color: #333333;
  line-height: 33px;
  text-align: justify;
  font-style: normal;
}




.section-news_3 {
  /* width: 1520px;
    margin: auto; */
  margin-top: 40px;
  padding-bottom: 100px;
  /* margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 46px calc(50vw - 600px) 54px; */
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  /* background-color: #FFFFFF; */
  justify-content: space-between;
  /* background-image: url('../image/section-news_3_bg.png'); */
  background-repeat: no-repeat;
  background-size: 1200px auto;
}

.section-news_3 .title-header {
  width: 1520px;
  margin: auto;
  margin-bottom: 140px;
}

.section-news_3 .carousel-container,
.section-news_3 .kycgbanner {
  margin-left: 115px;
}

.section-news_3 .kycgbanner {
  background: url(../image/kycgbannerbg.png) no-repeat center center;
  background-size: contain;
  width: 700px;
  height: 730px;
  display: flex;
  align-items: center;
  margin-top: -70px;
}

.section-news_3 .kycgbanner ul {
  width: 700px !important;
}

.section-news_3 .kycgbanner li img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin: auto;
  text-align: center;
}

.xslist {
  /* margin-left:-450px; */
  display: flex;
}

.xslist p {
  width: 140px;
  height: 40px;
  overflow-wrap: break-word;
  color: rgba(144, 28, 28, 1);
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 40px;
  margin: 10px 0 0 20px;
  border: 1px solid #D9B270;
  /* padding: 7px 20px 7px 20px; */
  transition: all 0.3s;
}

.xslist p a {
  display: block;
  width: 140px;
  height: 40px;
  overflow-wrap: break-word;
  color: rgba(144, 28, 28, 1);
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;

  line-height: 40px;
  transition: all 0.3s;
}

.xslist p.on a {
  color: #FFFFFF;
  background-color: rgba(144, 28, 28, 1);

}


.section-news_3_list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.section-news_3_list .news_img ul li {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;

}

.news_img {
  position: relative;
  margin-left: -20px;
}

.section-news_3_time {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 20px 20px 0px;
  align-content: space-around;
  justify-content: center;
}

.section-news_3_time .timer {
  overflow-wrap: break-word;
  color: rgba(144, 28, 28, 1);
  font-size: 36px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 47px;
  position: relative;
}

.section-news_3_time .timeny::after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 5px;
  height: 5px;
  background: #901C1C;
  border-radius: 50%;
}

.section-news_3_time .timeny {
  overflow-wrap: break-word;
  color: rgba(144, 28, 28, 1);
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 21px;
  margin: 1px 0 0 1px;
  position: relative;
}

.section-news_3_time .timeny::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 259px;
  height: 1px;
  background-color: #901C1C;
}


.section-news_3_img {
  width: 520px;
  height: 300px;
  display: none;
  /* 默认隐藏所有图片 */
  /*  width: 100%; 确保图片宽度为容器宽度 */
  transition: transform 0.5s ease;
  /* 平滑过渡效果 */
}

.section-news_3_img .current {
  display: block;
  /* 显示当前图片 */
}

.news_img ul li .current {
  display: flex;
  /* 显示当前图片 */
}

.section-news_3_list_gd {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  height: 250px;
  margin-left: -20px;
  margin-top: 210px;
}

.section-news_3_s,
.section-news_3_x {
  width: 40px;
  height: 40px;
}

.section-news_3_text h4 {
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  text-align: justify;
  font-style: normal;
  margin-bottom: 50px;
  transition: all 0.3s;
}


.section-news_3_text ul li {
  width: 860px;
  height: 220px;
  padding: 20px;
  padding-left: 40px;
  padding-right: 200px;
  position: relative;
  transition: all 0.3s;
}

.section-news_3_text ul li:hover,
.section-news_3_text ul li.active {
  /* position: relative; */
  background-image: url('../image/s3li.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  /* z-index: 9999;   */
}

.section-news_3_text ul li:hover h4,
.section-news_3_text ul li:hover span,
.section-news_3_text ul li.active h4,
.section-news_3_text ul li.active span {
  color: #901C1C;
}


.section-news_3_text span {
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  text-align: justify;
  font-style: normal;
  margin-top: 20px;
  /* width: 440px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制文本为2行 */
  overflow: hidden;
  transition: all 0.3s;
}

.section-news_3_text ul li .more {
  position: absolute;
  left: 40px;
  bottom: -20px;
  width: 124px;
  height: 41px;
  background: #D9B270;
  border-radius: 21px 0px 21px 0px;
  border: 1px solid #901C1C;
  opacity: 0;
  transition: all 0.3s;
  z-index: 10;
}

.section-news_3_text ul li .more a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-news_3_text ul li .more p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #8A1617;
  line-height: 41px;
  text-align: left;
  font-style: normal;
}

.section-news_3_text ul li img {
  width: 9px;
  margin-left: 5px;
}

.section-news_3_text ul li:hover .more,
.section-news_3_text ul li.active .more {
  opacity: 1;
}

/* 核心容器：标题+轮播图+按钮的父容器（相对定位，统一对齐基准） */
.carousel-root {
  position: relative;
  /* 按钮和标题的定位基准 */
  width: 100%;
  max-width: 1200px;
  height: 600px;
  /* box-shadow: 0 0 20px rgba(0,0,0,0.1); */
  border-radius: 8px;
  /* overflow: hidden; */
  display: flex;
}

/* 左侧标题区域（垂直居中对齐按钮中部） */
.carousel-title {
  width: 150px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* 垂直居中，对齐按钮中部 */
  align-items: flex-start;
  padding: 0 10px;
  background-color: #fff;
  z-index: 10;
  /* 标题层级高于图片 */
}

.title-main {
  font-size: 48px;
  font-weight: bold;
  color: #b72424;
  margin-bottom: 20px;
  line-height: 1;
}

.title-sub {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
}

/* 右侧轮播图片容器 */
.carousel-container {
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #f9f9f9;
  overflow: hidden;
  /* margin-left: 115px; */
}

/* 轮播项（绝对定位叠加） */
.carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  /* 默认隐藏 */
  transition: all 0.8s ease;
  z-index: 0;
  /* 默认层级0 */
}

/* 激活项：横向+显示+z-index:1 */
.carousel-item.active {
  opacity: 1;
  z-index: 1;
}

/* 上一项：90度倒转+显示+z-index:1 */
.carousel-item.prev {
  opacity: 1;
  z-index: 1;
}

.carousel-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.8s ease;
}

/* 上一项图片90度倒转 */
.carousel-item.prev .carousel-img {
  transform: rotate(90deg);
}

/* 控制按钮（基于root垂直居中，标题同步居中） */
.carousel-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /*background-color: rgba(255,255,255,0.9); */
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  /*box-shadow: 0 2px 10px rgba(0,0,0,0.2); */
  z-index: 20;
  /* 按钮层级最高 */
  transition: background-color 0.3s;
  /* 垂直居中：按钮和标题都以root的50% top为基准 */
  /* top: 50%;
            transform: translateY(-50%); */
}

.carousel-btn:hover {
  background-color: #fff;
}

/* 左按钮：紧贴标题区右侧 */
.btn-prev {
  left: 0px;
  /* 标题区宽度，精准对齐标题右侧 */
  top: 19%;
  margin-left: 10px;
  /* 与标题区的间距 */
  /* margin-top: -90px; */
}

/* 右按钮：轮播图右侧 */
.btn-next {
  left: 0px;
  bottom: 19%;
  margin-left: 10px;
  /* margin-top: 90px; */
}

/* 指示器 */
.carousel-indicators {
  position: absolute;
  bottom: 20px;
  right: 30px;
  /* 右对齐，不遮挡图片 */
  display: flex;
  gap: 10px;
  z-index: 20;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}

.indicator.active {
  background-color: #b72424;
  transform: scale(1.2);
}


.section-news_4 {
  margin-top: 100px;
  margin-left: 200px;
  /* margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 46px calc(50vw - 600px) 54px; */
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.section-news_4 .section-news_4_2 .title-header {
  margin-right: 200px;
}

.section-news_4_1 {
  width: 56%;
  background-color: #FFFFFF;
}

.section-news_4_2 {
  width: 40%;
  background-color: #FFFFFF;
}

.news_4_1_news {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.news_4_1_news_tpxw {
  width: 45%;
  padding-right: 20px;
}

.news_4_1_news_tpxw_a {
  display: block;
  width: 380px;
}

.news_4_1_news_tpxw img {
  display: block;
  width: 380px;
  height: 370px;
  margin-top: 15px;
}

.news_4_1_news_list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-bottom: 1px solid #ebebeb;
  height: 100px;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.news_4_1_news_list.tpdbd {
  border: transparent;
}

.news_4_1_news_list.tpdbd .news_title {
  white-space: inherit;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  /* 单行高度 */
  max-height: 3em;
  /* 1.5em × 3 = 精确限制3行 */
}

.tpdbd span em {
  font-weight: bold;
}

.tpdbd .news_title {
  width: auto !important;
}

.news_4_1_news_list .time {
  width: 100px;
  height: 21px;
  overflow-wrap: break-word;
  color: rgba(217, 178, 112, 1);
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 21px;
  margin-top: 15px;
  border-radius: 13px 0px 13px 0px;
  height: 26px;
  border: 1px solid rgba(217, 178, 112, 1);
  padding: 2px 4px 2px 4px;
}

.tpdbd .time {
  text-align: left;
  border: none !important;
}


.news_4_1_news_list .news_title {
  /* width: 380px; */
  /* height: 64px; */
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  text-align: left;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px 0 0;
  margin: 12px 0 0 0;
}

.news_title a {
  color: rgba(51, 51, 51, 1);
}

.news_title a em {
  color: rgba(144, 28, 28, 1);
}

.news_4_1_news_lbxw {
  width: 55%;
}


.section-news_4_2_news {
  background: #FCF7F1;
  /* height: 400px; */
  margin-top: 40px;
  padding: 50px 200px 60px 35px;

}

.fgx {
  background-color: rgba(217, 178, 112, 0.4);
  width: 1px;
  position: absolute;
  height: 485px;
  margin-left: 110px;
  margin-top: 20px;
}

.news_4_2_news_list {
  margin: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 92px;
}


.news_4_2_news_list .time {
  width: 64px;
  height: 60px;
  padding: 4px;
  border: 1px solid rgba(217, 178, 112, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  /* margin: 20px; */
}

.news_4_2_news_list .timer {
  font-family: MicrosoftYaHei;
  font-size: 26px;
  color: #901C1C;
  line-height: 35px;
  text-align: justify;
  font-style: normal;
}

.news_4_2_news_list .timeny {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #D9B270;
  line-height: 16px;
  text-align: justify;
  font-style: normal;
}

.news_4_2_news_list .news_title {
  /* width: 340px; */
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制文本为2行 */
  overflow: hidden;
  margin-left: 80px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  text-align: justify;
  font-style: normal;
}

.section-news_5 {
  padding: 0 200px;
  margin: 0 auto;
  padding-top: 80px;
  /* margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 46px calc(50vw - 600px) 54px; */
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  background-color: #FAFAFA;
  padding-bottom: 50px;
}


.title-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.title-header-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #7b1f18;
}

.title-name em {
  color: #333;
}

.title-deco {
  height: 35px;
  width: 35px;
  opacity: 0.9;
}

.title-more img {
  width: 18px;
  height: 18px;
}


.title-more span {
  color: #7b1f18;
}

.section-news_5_tmzs ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 40px;
}


.section-news_5_tmzs li {
  width: 100%;
  background-image: url('../image/yjtdtp.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 10px 10px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  justify-content: center;
}

.section-news_5_tmzs ul li img {
  margin: 8px 10px 8px 10px;
  width: 190px;
  height: 280px;
  object-fit: cover;
}







footer {
  /* background-color: rgba(144, 28, 28, 1); */
  background: url(../image/footer_b.png) center bottom 40px no-repeat, linear-gradient(180deg, #A71917 0%, #5E1511 100%);
  background-size: 800px 348px, cover;
}

.footer_main {
  /* background-color: rgba(144, 28, 28, 1); */
  position: relative;
  width: 1920px;
  overflow: hidden;
  margin: 0 auto;
}

.footer_top {
  margin: 60px 0 0 200px;
}

.footer_top img {
  width: 540px;
  object-fit: cover;
}

.footer_middle {
  margin: 60px 200px 0px 200px;
  display: flex;
  justify-content: space-between;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.4;
  margin: 30px;
  margin-left: 0;
}

.lxwm {
  font-size: 24px;
}

.xxsj {
  display: flex;
  width: 200px;
}

.footer_middle p {
  margin: 0 0 0 10px;
  font-size: 16px;
  color: #FFFFFF;
}

.footer_middle_img p {
  text-align: center;
}

.footer_bottom {
  text-align: center;
  align-content: center;
  background: #631512;
  height: 68px;
}
                                                                                       
@media screen and (max-width:1910px) {
  .box1 {
    margin-left: 100px !important;
  }

  .news_4_1_news_tpxw img {
    width: 340px;
    object-fit: cover;
  }

  .section-news_4 {
    margin-left: 100px;
  }

  .section-news_5 {
    padding: 20px 100px;
  }

  .footer_main {
    width: auto;
  }

  .footer_top {
    margin: 60px 0 0 100px;
  }

  .footer_middle {
    margin: 60px 100px 0px 100px;
  }
}

@media screen and (max-width:1536px) {
  .box1 {
    margin-left: 10px !important;
  }

  .section-news_4 {
    margin-left: 10px;
  }

  .section-news_5 {
    padding: 10px 5px 20px 0;
  }

  .footer_top {
    margin: 60px 0 0 10px;
  }

  .footer_main {
    width: auto;
  }

  .footer_middle {
    margin: 60px 20px 0px 10px;
  }
}