@charset "utf-8";

* {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

.education-banner-container {
	height: 300px;
	background: url(../images/b/15.jpg) no-repeat center
		center #f7f7f7;
	background-size: auto 100%;
}

.title-font b {
	font-size: 18px;
	line-height: 60px;
	vertical-align: middle;
	margin-left: 3px;
}

.education-title {
	float:left;
	width:100%;
	height: 45px;
	margin-top: 20px;
	padding-bottom:15px;
	border-bottom:1px solid #eee;
}

.education-title img {
	vertical-align: middle;
}

.education-title a {
	display: block;
	width: 80px;
	height: 30px;
	border-radius: 3px;
	line-height: 30px;
	color: #999;
	text-align: center;
	font-size: 16px;
	box-shadow: 0px 0px 1px #999;
	float: right;
	margin: 10px 10px 0px 10px;
}

.education-title a:hover {
	background: #e3e3e3;
	color: #999
}

.education-content {
	height: 200px;
}
.con {
	float:left;
	width: 100%;
}
.con-video {
	width: 170px;
	height: 140px;
	float: left;
	margin: 15px 17px 0px 17px;
}

.con-video a {
	color: #333
}

.con-video a:hover {
	color: red;
}

.con-video:nth-child (1){
	margin: 15px 21px 0px 2px;
}

.con-video:nth-child (5){
	margin: 15px 0px 0px 20px;
}

.con-image {
	margin: 0px auto;
	text-align: center;
}

.con-text {
	margin: 5px auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
}

.education-study {
	float:left;
	width: 100%;
	height: 500px;
	margin-top: 30px;
	border-top:1px solid #eee;
}

.education-study-title {
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	margin-bottom: 5px;
	font-weight: bold;
}

.education-study-con {
	width: 100%;
	height: 100%;
}

.study-con {
	width: 325px;
	height: 380px;
	margin: 10px 8px;
	float: left;
}

.study-con:nth-child (1){
	margin: 10px 5x 10px 0px;
}

.study-con:nth-child (3){
	margin: 10px 0x 10px 5px;
}

.study-con a {
	color: black;
}

.text-title-one {
	margin: 10px 5px;
	font-size: 16px;
	font-weight: bold;
}

.text-title-two {
	width: 100%;
	height: 62px;
	letter-spacing: 2px;
	font-weight: 600;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #bbbbbb;
}

.text-title-three {
	color: #bbbbbb;
	margin: 10px 0px;
}

.look {
	float: left;
}

.look-image {
	vertical-align: middle;
}

.look-image img {
	float: left;
	vertical-align: middle;
}

.look-num {
	float: left;
	margin-left: 5px;
	margin-top: -1px;
}

.date {
	float: right;
    width: 80px;
    height: 20px;
    overflow: hidden;
    margin-right: 9px;
}

.study-con a:hover {
	color: red;
}

.title-omit-1{
	height:50px;
	line-height:50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.title-omit-3{
	line-height:20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}