/* Route/index.html 专用样式 */
.active{
	border-bottom:1px solid #07BEBE;
}
.active>a{
	color:rgba(7,190,190,1);
}
a{
	text-decoration:none;
	color: #000000;
}
li:hover{
	border-bottom:1px solid #07BEBE;
}
li:hover>a{
	color: rgba(7,190,190,1);
}

/* 轮播图容器 */
.titletp{
	width: 100%;
	margin: 80px 0 0 0; /* 为固定头部留出空间 */
	overflow: hidden;
}

.titletp .flexslider {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.titletp .slides li {
    width: 100%;
    height: 400px;
    list-style: none;
}

.titletp .slides li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 主要内容区域 */
.centerT{
	width: 1200px;
	padding:20px;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden; /* 清除浮动 */
	float: none;
}

.letterTitle{
	width:100%;
	padding-top:30px;
	font-size:16px;
	font-family:Source Han Sans CN;
	font-weight:500;
	line-height:27px;
	color:rgba(153,153,153,1);
	opacity:1;
	margin: auto;
}

.letterTitle>div{
	display: inline-block;
}

/* 左侧分类导航 */
.lxxze ul li{
	width: 179px;
	height: 77px;
	list-style-type:none;
	font-size:24px;
	font-family:Source Han Sans CN;
	font-weight:500;
	line-height:80px;
	color:rgba(153,153,153,1);
	border-bottom:1px solid #ccc;
	opacity:1;
}

/* 右侧内容区域 */
.centerT>.lxtpbk{
	width: 1200px;
	padding: 36px 0px 50px 0px;
	box-sizing: border-box;
	margin:0 auto;
	overflow: hidden;
}

.centerT>.lxtpbk>.lxxze{
	width: 20%;
	padding: 20px;
	box-sizing: border-box;
	float: left;
}

.centerT>.lxtpbk>.tpbk{
	width:80%;
	padding: 20px;
	box-sizing: border-box;
	float: left;
}

span{
	font-size:20px;
	font-family:Source Han Sans CN;
	font-weight:400;
	line-height:34px;
	color:rgba(255,102,102,1);
	opacity:1;
	display: inline-block;
}

/* 路线卡片 */
.centerT>.lxtpbk>.tpbk>.Onetp{
	width: 31%;
	display: inline-block;
	margin: 10px 1%;
	box-sizing: border-box;
	box-shadow: 2px 2px 6px #ccc;
	overflow: hidden;
	float: left;
}

.centerT>.lxtpbk>.tpbk>.Onetp>.Onetptp>a>img{
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.Onetpte{
	width: 100%;
	background-color: white;
	box-sizing: border-box;
	padding: 11px 18px 11px 13px;
	overflow: hidden;
}

.textOne{
	width:100%;
	height: 52px;
	padding: 10px;
	box-sizing: border-box;
	font-size:16px;
	font-family:Source Han Sans CN;
	font-weight:400;
	line-height:22px;
	color:rgba(51,51,51,1);
	float: left;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jiage{
	width: 49%;
	display: inline-block;
	padding: 10px;
	box-sizing: border-box;
	float: left;
}

.didian{
	width:49%;
	text-align: right;
	font-size:16px;
	font-family:Source Han Sans CN;
	font-weight:400;
	line-height: 35px;
	color:rgba(153,153,153,1);
	opacity:1;
	display: inline-block;
	padding: 10px;
	box-sizing: border-box;
	float: right;
}

/* 分页样式 */
.page{
	width: 360px;
	height: 28px;
	float: left;
	margin-top: 80px;
	margin-left: 570px;
}
.page>div{
	display: inline-block;
	width:28px;
	height:28px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(204,204,204,1);
	opacity:1;
	border-radius:4px;
	line-height: 25px;
	text-align: center;
	margin-left: 10px;
}

/* 清除浮动 */
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}