.banner{
	width: 100%;
	height: 436px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner img{
	width: 100%;
	height: 436px;
	background-position: center; /* 背景图片居中显示 */
    background-repeat: no-repeat; /* 不重复背景图片 */
    overflow: hidden; /* 防止内容溢出 */
    object-fit: cover;
}
.banner p{
	/* position: absolute;
	top: 50%;
	margin-top: -24px;
	left: 50%;
	margin-left: -50%;
	width: 100%; */
	height: 48px;
	font-size: 50px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
}
.travel{
	background-size: 100% 440px;
	background-repeat: no-repeat;
}
.travel_body{
	width: 1200px;
	margin: auto;
	display: flex;
	margin-top: -1px;
}
.travel_left{
	width: 300px;
	height: 700px;
	
}
.recommend{
	height: 80px;
	background: #B9C1D6;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #000000;
}
.travel_left ul li{
	height: 40px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #fff;
	background: #F6F8FD;
	padding: 20px;
	line-height: 24px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #425383;
}
.travel_left ul li span{
	width: 8px;
	height: 8px;
	background: #2C61AD;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}
.label{
	display: flex;
	flex-wrap: wrap;
	margin-top: 33px;
	padding: 0 20px;
	justify-content: space-between;
}
.label span{
	width: 73px;
	height: 29px;
	border: 1px solid #757575;
	border-radius: 13px;
	display: block;
	text-align: center;
	line-height: 29px;
	font-size: 15px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #757575;
	margin-bottom: 11px;
}
.travel_right{
	width: 880px;
	border-left: 1px solid #B9C1D6;
	margin-bottom: 86px;
}
.travel_right .title{
	width: 497px;
	height: 77px;
	font-size: 52px;
	font-family: Source Han Sans CN;
	font-weight: 800;
	color: #F2F2F2;
	line-height: 73px;
	margin: auto;
	margin-top: 53px;
	position: relative;
}
.travel_right .title h2{
	font-size: 36px;
	font-weight: bold;
	color: #2C61AD;
	line-height: 45px;
	position: absolute;
	top: 21px;
	left: 168px;
}
.list ul li a{
	display: flex;
	align-items: center;
	height: 220px;
}
.list ul li a:hover{
	background: #F5F5F5;
}
.list{
	margin-left: 40px;
	margin-top: 60px;
}
.list ul li{
	border-bottom: 1px solid #F9F3F3;
}
.list ul li:last-child{
	border-bottom: none;
}
.list ul li .content_img{
	margin-left: 18px;
	margin-right: 40px;
}

.content{
	margin-right: 13px;
}
.content h3{
	font-size: 22px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #696969;
}
.content div{
	display: flex;
	margin: 30px 0;
}
.content div span{
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #757575;
	margin-right: 18px;
}
.content div img{
	margin-left: 18px;
}
.content p{
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #777373;
	line-height: 25px;
}
.content_image {
    display: flex;
    margin-right: 12px;
    align-items: center;
    justify-content: center;
    background-size: cover;      /* 保持正比例缩小 */
    background-position: center; /* 背景图片居中显示 */
    background-repeat: no-repeat; /* 不重复背景图片 */
    box-sizing: border-box; /* 确保宽高包含内边距和边框 */
    overflow: hidden; /* 确保溢出内容不会影响容器尺寸 */
}


.paging{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #999999;
	margin-top: 20px;
}
.paging button{
	width: 60px;
	height: 30px;
	border: 1px solid #EAEAEA;
	margin: 0 12px;
}
.paging  .pre{
	margin-right: 0;
	width: 60px;
	height: 30px;
	border: 1px solid #EAEAEA;
	margin: 0 12px;
}
.paging  .page-index a{
	width: 40px;
}

.paging  .page-last a{
	width: 40px;
}
.paging  .page-pre a{
	width: 60px;
}
.paging  .page-next a{
	width: 60px;
}
.paging a{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #F8F8F8;
	border: 1px solid #EAEAEA;
	line-height: 30px;
	text-align: center;
	margin-left: 12px;
}
.paging span{
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #666666;
}
.paging input{
	width: 34px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	text-align: center;
	margin-left:12px;
}
.paging select{
	width: 34px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	text-align: center;
	margin-left:12px;
}
.paging .current{
	background: #2C61AD;
	color: #FFFEFE;
}

.paging .page-num-current{
	background: #2C61AD;
	color: #FFFEFE;
}


/* 详情 */
.travel_details{
	padding-left: 73px;
}
.breadcrumb{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #212121;
	margin-top: 40px;
}
.breadcrumb span{
	color: #2C61AD;
}
.content_body h1{
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: 800;
	color: #333333;
	margin: 49px 0 24px 0;
}
.content_body .time{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #757575;
	margin-bottom: 78px;
}
.content_body .content{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #777373;
	line-height: 30px;
}
.content_body img{
	margin: 50px 0;
}
.bq{
	display: flex;
	align-items: center;
	font-size: 15px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #757575;
}
.bq img{
	margin-right: 6px;
}
.bq span{
	margin-right: 18px;
}

.List_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1; 
  font-size: 22px;
}
.Listdescription {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  color: #696969;
  line-height: 2;
}
