* {
	font-family: 微软雅黑;
}
div, p {
	margin: 0;
	padding: 0;
}
body, section {
	background: #fff;
}
.imgblock {
	display: block;
}
.zy_banner {
	width: 99%;
	margin: 0 auto;
}
.listCourseCon {
	margin: 10px auto;
	list-style: none;
}
div.listCourseCon {
	text-align: center;
	overflow: hidden;
}
ul.listCourseCon li {
	float: left;
	text-align: center;
}
ul.listCourseCon li.litle {
	width: 48%;
	margin-bottom: 10px;
}
ul.listCourseCon li.ss {
	margin-left: 2%;
}
.listCourseCon img {
	border: 1px solid #c6c4c5;
	padding: 1%;
}
.zy_banner img, ul.listCourseCon img {
	width: 100%;
}
a:link {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
.zysz {
	width: 99%;
	margin: 1% auto;
	height: auto;
	background-image: -webkit-linear-gradient(90deg, rgb(150,84,42) 0%, rgb(168,94,47) 100%);
	background-image: -moz-linear-gradient(90deg, rgb(150,84,42) 0%, rgb(168,94,47) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(150,84,42) 0%, rgb(168,94,47) 100%);
	font-size: 22px;
	line-height: 100%;
	position: relative;
	padding-top: 4%;
	padding-bottom: 4%;
	text-indent: 3%;
}
.zysz>a {
	color: #fff;
}
.zysz span {
	padding-left: 5%;
	padding-right: 5%;
	height: 28px;
	position: absolute;
	right: 3%;
	top: 50%;
	margin-top: -14px;
	background: #fff;
	border-radius: 6px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	text-indent: 0;
}
.listCourseCon p.title {
	color: #E58402;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}
.listCourseCon p.stitle {
	font-size: 10px;
	line-height: 18px;
}
.listCourseCon p.btn a {
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	margin: 10px auto;
	background: #6A615F;
	color: #fff;
	border-radius: 20px;
}
ul.listCourseCon li.first {
	width: 97%;
}
