
/*box-163css*/
.box-163css{ width:100%; position:relative; height:auto;margin-bottom:20px; float:left;}
/*swipe*/
.swipe{ padding-top:20px; width:100%; float:left;overflow: hidden; visibility: visible; position: relative; height:388px;}
.box01_list{position:relative; -webkit-transition: left 600ms ease-out;  width:100%; left:0;}
.li_list{width:100%;position:relative; float: left; vertical-align: top;text-align: center;color: #000000;}
.programme_item{
	width: 100%;
	height: 384px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.programme_item_img{
	width: 55%;
	height: 386px;
	font-size: 0;
	overflow: hidden;
}
.programme_item_img img{
	width: 100%;
}
.programme_item_info_box{
	width: 45%;
	height: 100%;
	border: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.programme_item_info{
	width: 88%;
	height: 80%;
	display: flex;
	flex-direction: column;
}
.programme_item_info h3{
	line-height: 80px;
	font-size: 34px;
	text-align: left;
	display: -moz-box;  /* 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 */
	display: -webkit-box;
	-moz-box-orient: vertical;/* 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 */
	-webkit-box-orient: vertical;
	 -webkit-line-clamp: 1;  /*设置文本的行数最多为1行 */
	overflow: hidden;
}
.programme_line{
	width: 46px;
	height: 2px;
	background: #5db308;
}
.programme_dec{
	width: 100%;
	display: -moz-box;  /* 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 */
	display: -webkit-box;
	-moz-box-orient: vertical;/* 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 */
	-webkit-box-orient: vertical;
	 -webkit-line-clamp: 4;  /*设置文本的行数最多为1行 */
	overflow: hidden;
	color: #676767;
	margin-top: 10px;
}
.programme_dec p{
	line-height: 36px;
	text-align: left;
	font-size: 18px;
}
.programme_contact{
	width: 100%;
	height: 60px;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
}
.programme_bottom{
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.programme_bottom a{
	display: inline-block;
	width: 100%;
	height: 40px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	color: #5b5b5b;
	line-height: 40px;
	text-align: center;
}
.programme_call{
	width: 50%;
	height: 100%;
	text-align:left;
	margin-left: 10%;
}
.programme_call p{
	color: #868686;line-height: 24px;font-size: 15px;
}
.programme_call h3{
	color: #5db308;
	line-height: 36px;
	font-size: 28px;
	font-weight: 600;
}




/*page*/
.page{ text-align:left; height:38px; line-height:38px; width:100%;display:-webkit-box;}
.page li{ font-size:18px; display:block; color:#fff; height:38px; line-height:38px; text-align:center;background:#2a2a2a; }
.page li a{ color:#fff; display:block; height:38px;}
.page li:hover{
	background:#5db308;
}


.page a.active{color:#fff;border-bottom:1px solid #c00;background: #5DB308;}

