/* 閫氱煡鍏憡鍜屽熀灞傚疄璺垫牱寮�*/
body {
    overflow-x: hidden;
}
.jyxcrq{
	font-size: 14px !important;
    font-family: SimSun !important;
    font-weight: 400 !important;
    color: #bbb4a9 !important;
    line-height: 16px !important;
    display: block !important;
    margin-top: 10px !important;
}
.tzgg-container {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: #e8dcc8;
    border: 1px solid #e8dcc8;
    margin-bottom: 20px;
    position: relative;
}
#tzgg{
	width:82.5%;
    max-width: 1572px;
    margin: 20px auto 0 auto;
}
.tzgg-icon {
    display: block;
    flex-shrink: 0;
}



.tzgg-title {
    font-size: 16px;
    color: #5a4a42;
    font-weight: bold;
    flex-shrink: 0;
    z-index: 999;
    cursor: pointer;
}

.tzgg-scroll {
    position: relative;
    z-index: 1;
    flex: 1;
    overflow: hidden;
}

.tzgg-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    animation: scroll 20s linear infinite;
}

.tzgg-list:hover {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.tzgg-list li {
    flex-shrink: 0;
    margin-right: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tzgg-list li a {
    color: #7d3e1f;
    text-decoration: none;
    font-size: 18px;
    white-space: nowrap;
}

.tzgg-list li a:hover {
    color: #9a7646;
}

.tzgg-date {
    color: #999;
    font-size: 12px;
    white-space: nowrap;
}
#jcsj{
	width: 100%;
	max-width: 1572px;
	margin: 0 auto;
}
.jcsj-container {
    display: flex;
    gap: 40px;
    padding: 20px 0;
}


.jcsj-left,
.jcsj-right {
    flex: 1;
    min-width: 0;
}

/* 统一的 section-title 样式 - 左右一致 */
.jcsj-left .section-title,
.jcsj-right .section-title {
    display: flex;
    justify-content: flex-start;  /* 改为左对齐，让内容自然排列 */
    align-items: center;
    gap: 12px;
    padding: 0;
    width: 80%;
}

.hlzx-title{
	display: flex;
    justify-content: flex-start;  /* 改为左对齐，让内容自然排列 */
    align-items: center;
}


.section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.section-title1 {
    display: flex;
    justify-content: center;  /* 水平居中 */
    align-items: center;      /* 垂直居中 */
    gap: 10px;                /* 元素之间的间距 */
    margin-bottom: 30px;
}

/* 关键修复：调整 a 标签的 alignment */
.section-title1 .stitlea {
    display: flex;
    align-items: center;  /* 让 a 内部的元素垂直居中 */
    gap: 8px;
    text-decoration: none;
    line-height: 1;  /* 去除行高影响 */
}

.section-title1 .stitlep {
    display: flex;
    flex-direction: column;  /* 改为垂直排列 */
    gap: 3px;                /* 横线之间的间距 */
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.section-title1 .stitlep i {
    display: block;
    width: 14px;
    height: 1px;
    background: #bc955d;
}

/* 修复 stitlep 内 i 标签的显示 */
.section-title1 .stitlep i {
    display: flex;
    width: 14px;
    height: 1px;
    background: #bc955d;
}


.section-title .title-icon {
    display: block;
}

.stitlespan{
    font-size: 40px;
    font-family: SimSun;
    font-weight: 600;
    color: #9a7646;
    line-height: 44px;
    margin-bottom: 5px;
}
.stitlemore{
    font-size: 16px;
    font-family: SimSun;
    font-weight: 600;
    color: rgb(187, 180, 169);
    transition: color 0.3s;
}   

.section-title a {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    text-decoration: none;
    margin-left: auto;
}


.stitlep {
    display: flex;
    flex-direction: column;
    gap: 1.5px;
    margin-bottom: 10px;
}

.stitlep i{
	-webkit-transition: background .3s;
    display: block;
    width: 14px;
    height: 1px;
    background: #bc955d;
}
.section-title .more-link {
    transition: color .3s;
    -webkit-transition: color .3s;
    font-size: 16px;
    font-family: SimSun;
    font-weight: 600;
    color: #bbb4a9;
    text-decoration: none;
    float: right;
    margin-top: 10px;
}

.stitlea:hover .stitlemore {
    color: #9a7646;
}

.stitlea:hover .stitlep i {
    background: #9a7646;
}

.jcsj-feature {
	height: 170px;
	width:620px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.feature-item {
    display: flex;
    gap: 15px;
    text-decoration: none;
    background: #e8dcc8;
    padding: 15px;
}

.feature-item:hover {
    background: #ddd3c0;
}

.feature-item img {
    width: 200px;
    height: 150px;
    object-fit: cover;
    flex-shrink: 0;
}

.feature-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-content h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #5a4a42;
    font-weight: normal;
    line-height: 1.4;
}

.feature-content .date {
    color: #999;
    font-size: 12px;
}

.jcsj-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.jcsj-feature1{
	margin-bottom: 8px;
	width:620px;
}

.jcsj-list li {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
width: 620px;
padding-bottom: 10px;
border-bottom: 1px solid #d6cdc1;
margin-top: 35px;
}

.jcsj-list li a {
flex: 1;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 18px;
color: #242220;
text-decoration: none;
}

.jcsj-list li a:hover {
    color: #9a7646;
}

.jcsj-list li i {
    color: #999;
    font-size: 12px;
    display: block;
    font-style: normal;
}

.hlzx-list {
list-style: none;
padding: 0;
margin: 0;
margin-left: 135px;
}

.hlzx-list li {
margin-bottom: 22.5px;
border-bottom: 1px solid #d6cdc1;
padding-bottom: 10px;
display: flex;
align-items: center;
gap: 14px;
padding-bottom: 10px;
width: 100%;
}


.hlzx-list li div {
display: flex;
align-items: center;
justify-content: space-between;
flex: 1;
gap: 16px;
flex-wrap: nowrap;
min-width: 0;
}

.hlzx-list li a {
text-decoration: none;
font-size: 18px;
font-weight: 500;
color: #242220;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 400px;
flex-shrink: 1;
transition: color 0.2s;
}

.hlzx-list li a:hover {
color: #9a7646;
}

.hlzx-list li i {
font-style: normal;
font-size: 12px;
color: #999;
white-space: nowrap;
flex-shrink: 0;
letter-spacing: 0.3px;
font-weight: 450;
}

.hlzx-list li img {
width: 110px;
height: 80px;
object-fit: cover;
flex-shrink: 0;
}

/* 寤鸿█鐚瓥杞挱灞呬腑鏀惧ぇ鏁堟灉 */
#jyxclb .swiper-slide {
    transition: all 0.3s ease;
    opacity: 0.6;
    transform: scale(0.9);
}

#jyxclb .swiper-slide-active {
    opacity: 1;
    transform: scale(1.1);
}

#jyxclb .swiper-slide-active .librarian-item-img img {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* 鐑偣涓撻杞挱瀹瑰櫒 */
#rdzt-container {
    position: relative;
    width: 100%;
}

/* 鐑偣涓撻杞挱鏍峰紡 - 鍗曞紶杞挱 */
.librarian.history.lecture #ztlist {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 20px !important;
    list-style: none !important;
    padding: 0 60px !important;
    margin: 0 0 20px 0 !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    box-sizing: border-box;
}

.librarian.history.lecture #ztlist li {
    flex: 0 0 auto !important;
    width: auto !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    display: none !important;
}

.librarian.history.lecture #ztlist li.rdzt-visible {
    display: block !important;
}

.librarian.history.lecture #ztlist .librarian-item {
    width: auto !important;
}

.librarian.history.lecture #ztlist .librarian-item .librarian-item-img img {
    width: 482px !important;
    height: 270px !important;
}

/* 鐑偣涓撻绠ご鏍峰紡 */
.rdzt-prev, .rdzt-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    transition: background 0.3s ease;
}

.rdzt-prev {
    left: 55px;
}

.rdzt-next {
    right: 55px;
}

.rdzt-prev:hover, .rdzt-next:hover {
    background: rgba(154, 118, 70, 0.8);
}

/* 绠ご鍥炬爣 */
.rdzt-prev::after, .rdzt-next::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.rdzt-prev::after {
    transform: rotate(-135deg);
    margin-left: 3px;
}

.rdzt-next::after {
    transform: rotate(45deg);
    margin-right: 3px;
}

.rdzt-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.rdzt-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #bc955d;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.rdzt-dot.active {
    opacity: 1;
    transform: scale(1.2);
}

.rdzt-dot:hover {
    opacity: 0.8;
}




	#wsdt img{
		width:607px;
		height:455px
		}
.history ul .librarian-item .librarian-item-img p {
    transition: color .3s;
    -webkit-transition: color .3s;
    text-align: center;
    font-size: 18px;
    color: #242220;
    line-height: 32px;
    margin: .1rem 0 4px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.history ul .librarian-item .librarian-item-img:hover p {
    color: #9a7646;
}
		#ztlist img{
		width:482px;
		height:270px
		}
		
		/* 绀炬儏浠嬬粛鏍峰紡 */
		#sqjs {
		    padding: 20px 0;
		}
		
		.sqjs-layout {
		    display: flex;
		    gap: 20px;
		    max-width: 1200px;
		    margin: 0 auto;
		}
		
		.sqjs-left {
		    flex: 0 0 550px;
		}
		
		.sqjs-intro-card {
		    display: flex;
		    background: #f9f7f4;
		    border: 1px solid #e8e2d8;
		    border-radius: 8px;
		    padding: 20px;
		    text-decoration: none;
		    transition: all 0.3s ease;
		    height: 100%;
		    box-sizing: border-box;
		}
		
		.sqjs-intro-card:hover {
		    transform: translateY(-5px);
		    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
		    background: #f0ebe1;
		}
		
/* 		.sqjs-intro-icon {
		    flex: 0 0 80px;
		    height: 80px;
		    background: #fff;
		    border-radius: 50%;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
		    margin-right: 15px;
		}
		
		.sqjs-intro-icon img {
		    max-width: 50px;
		    max-height: 50px;
		} */
		
		.sqjs-intro-content {
		    flex: 1;
		}
		
		.sqjs-intro-content h3 {
		    margin: 0 0 10px 0;
		    font-size: 18px;
		    color: #333;
		    transition: color 0.3s ease;
		}
		
		.sqjs-intro-card:hover .sqjs-intro-content h3 {
		    color: #9a7646;
		}
		
		.sqjs-intro-content p {
		    margin: 0 0 10px 0;
		    font-size: 14px;
		    color: #666;
		    line-height: 1.6;
		    display: -webkit-box;
		    -webkit-line-clamp: 6;
		    -webkit-box-orient: vertical;
		    overflow: hidden;
		}
		
		.sqjs-more {
		    display: inline-block;
		    font-size: 14px;
		    color: #9a7646;
		    font-weight: 500;
		}
		
		.sqjs-right {
		    flex: 1;
		    margin-left: 30px;
		}
		
		.sqjs-grid {
		    display: grid;
		    grid-template-columns: repeat(2, 1fr);
		    grid-template-rows: auto auto;
		    gap: 20px;
		    height: 100%;
		}
		
		.sqjs-item {
		    display: flex;
		    align-items: center;
		    justify-content: space-between;
		    background: #f9f7f4;
		    border: 1px solid #e8e2d8;
		    border-radius: 8px;
		    padding: 25px 20px;
		    text-decoration: none;
		    transition: all 0.3s ease;
		    position: relative;
		    overflow: hidden;
		}
		
		.sqjs-item::before {
		    content: '';
		    position: absolute;
		    left: 0;
		    top: 0;
		    bottom: 0;
		    width: 8px;
		    background: linear-gradient(180deg, #9a7646 0%, #c4a57a 100%);
		}
		
		.sqjs-item:hover {
		    transform: translateY(-5px);
		    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
		    background: #f0ebe1;
		}
		
		.sqjs-item-title {
		    display: flex;
		    align-items: center;
		    justify-content: space-between;
		    width: 100%;
		    padding-left: 15px;
		}
		
		.sqjs-item-title span:first-child {
		    font-size: 16px;
		    font-weight: 500;
		    color: #333;
		    transition: color 0.3s ease;
		}
		
		.sqjs-item:hover .sqjs-item-title span:first-child {
		    color: #9a7646;
		}
		
		.sqjs-arrow {
		    font-size: 20px;
		    color: #9a7646;
		    font-weight: bold;
		    transition: transform 0.3s ease;
		}
		
		.sqjs-item:hover .sqjs-arrow {
		    transform: translateX(5px);
		}
		
		@media screen and (max-width: 992px) {
		    .sqjs-layout {
		        flex-direction: column;
		    }
		    
		    .sqjs-left {
		        flex: none;
		    }
		    
		    .sqjs-grid {
		        grid-template-columns: repeat(2, 1fr);
		    }
		}
		
		@media screen and (max-width: 600px) {
		    .sqjs-grid {
		        grid-template-columns: 1fr;
		    }
		}
.quick-menu {
  display: flex;
  justify-content: center;
  gap: 3px;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 1200px;
}

.quick-menu li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 0;
  min-width: 0;
}

.quick-menu li a {
  display: block;
}

.quick-menu li a img {
  width: 80px;
  height: 80px;
  display: block;
  margin: 23px auto;
}

.quick-menu li p {
  text-align: center;
  margin-top: 0px;
  font-size: 16px;
  color: #7d3331;
  font-weight: bold;
}
