.main-container{
	min-width:1200px;
	color:#333;
}
ul{
	list-style:none;
	padding:0;
}
.main{
	width:1200px;
	margin:0 auto;
	min-width:1200px;
}
.clearfix:after,.clearfix:before{
	display: table;
	content: '';
	clear: both;
}
.technical-exchange,.academic-exchange{
	margin-top:35px;
}
.titleCH{
	display:inline;
	font-size:22px;
	font-weight:normal;
	padding-bottom:5px;
	border-bottom:2px solid #fc7305;
}
/* .titleEN{
	font-size:17px;
	font-weight:normal;
	display:inline-block;
} */
.technical-exchange p,.outdoor-activities p{
	line-height:30px;
	margin-top:15px;
}
.technicalDiv{
	position: relative;
	margin-top:20px;
}
.listDiv{
    position: relative;
	width:1200px;
	height: 274px;
	overflow: hidden;
}
.prev,.next{
	position: absolute;
	top: 107.5px;
}
.prev{
	left: -38px;
}
.next{
	right: -38px;
}
.technicalUl{
	position: absolute;
	top: 0;
	left: 0;
	width: 3636px;
	margin-left: 0;
}
.technicalUl li{
	float: left;
	width: 290px;
	text-align:center;
	vertical-align:top;
	margin:10px 0px;
	background:#fff;
	border:1px solid #e1e1e1;
	box-sizing: border-box;
	overflow: hidden;
	margin-right: 13px;
	
}
.technicalUl li img{
	width: 100%;
	height:192px;
}
.technicalUl li h4{
	font-size:20px;
	line-height:60px;
}
.technicalUl li:hover{
	box-shadow:0px 0px 10px 5px #ccc;
}
.outdoor-activities{
	margin-top:40px;
}
.outdoorImg{
	margin:20px auto;	
}