*{
	margin: 0;
	padding: 0;
	cursor: pointer;
}
a,p{
	color: #666;
}
.header .details-list{
	position: absolute;
	top: 65px; /* 下拉框位于 h3 元素下方 */
	left: -50px; /* 下拉框左侧与 h3 元素左侧对齐 */
}
/**
 * section
 */
.section>.xw-img>img{
	width: 100%;
	height: auto;
	max-height: 500px;
}
.section .xw-main-contents{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	/* flex-direction: column; */
}
.cont-line{
	width: 1px;
	height: 63%;
	background: #e6e6e6;
	position: absolute;
	top: 550px;
	left: 31%;
}
.section .sxw-left{
	width:11%;
	display: inline-block;
	/* margin-right: 80px;
	margin-top: -985px; */
	position: relative;
	top:-305px;
	right: 3px;
}
.sxw-left>.sxw-title{
	display: flex;
	background-color: #eee;
	align-items: center;
	justify-content: center;
	height: 70px;
}
.sxw-list{
	margin-top:-10px;
}
.section{
	margin-bottom: 50px;
}
.section .sxw-left>.sxw-list li{
	line-height: 40px;
	border-bottom: 1px solid #d6d6d6;
}
 .sxw-left>.sxw-list li:hover a{
	 color: #00A1E9;
 }
.section .sxw-left>.sxw-list ul{
	list-style-type: none;
}
.section .sxw-title{
	position: relative;
	top: -15px;
	font-size: 30px;
}
.section .sxw-right{
	width: 50%;
	display: flex;
	display: inline-block;
	margin-left: 50px;
}
.sxw-nav{
	width: 100%;
	height: 0px;
	/* border: 0.0625rem solid blueviolet; */
	/* float: left; */
	background: url("../img/home_tb.png") left 10px no-repeat;
	padding-left: 35px;
	font-size: 14px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 40px;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 45px;
	
}
.sxw-nav>a:hover{
	color: #00A1E9;
}
.sxw-nav>span{
	color: #00A1E9;
}
.news{
	/* margin-left: 20px; */
	display: flex;
	flex-direction: column;
}
.news dl{
	display: flex;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px;
	margin-top: 30px;
}
.news dl>dt{
	width: 25%;
	margin-right:25px ;
}
.news dt,dd{
	
	display: inline-block;
}
.news dd{
	width: 70%;
}
.news dt img{
	width: 220px;
	height: 240px;
}
.news dd h3{
	margin-top: 5px;
	font-weight: 500;
}

.news dd h3:hover a{
	color: #00A1E9;
}
.news .more:hover{
	background-color: #00A1E9;
	color: #fff;
}
.news .con{
	margin-top: 10px;
	font-size: 12px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /*最多可以放三行*/
	overflow: hidden;
	color: #666;
	/* width: 75%; */
}
.news .more{
	width: 140px;
	height: 34px;
	line-height: 32px;
	border: 1px solid #d6d6d6;
	display: inline-block;
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	color: #666;
}
/**
 * 图片动画
 */
.news dt{
	position: relative;
	display: inline-block;
	overflow: hidden; /* 确保背景颜色不会超出边框 */
}

.news dt img {
	width: 100%;
	height: auto;
	transition: transform 0.5s ease;
	transform-origin: center center;
}

.news dt:hover img{
	transform: scale(1.1);
}
.pagination{
	display: flex;
	margin-top: 20px;
}
.pagination button {
	margin: 0 5px;
	padding: 5px;
}
.bot{
	margin-top: 50px;
}
.foot-list{
	margin-left: 120px;
}
.foot-list>ul{
	margin-right: 68px;
}
.footer{
	margin-top: 4.2rem;
}

