﻿.main{
	padding-bottom: 30px;
}
.main .title{
	padding-top: 29px;
	height: 36px;
	position: relative;
	border-bottom: 1px solid #bcbabb ;
	margin-bottom: 30px;
}
.main .title h3{
	color: #333;
	line-height: 36px;
	height: 36px;
	font-size: 24px;
	font-weight: normal;
}
.main .title .navUrl{
	position: absolute;
	right: 0;
	top: 29px;
	font-size: 12px;
	height: 36px;
	line-height: 36px;
}
.main .title .navUrl dd{
	float: left;
	font-weight: normal;
	padding-right: 3px;
}
.main .title .navUrl dt{
	float: left;
}
.main .title .navUrl dt a{
	color: #676566;
}
.main .title .navUrl dt i{
	vertical-align: middle;
	display: inline-block;
	margin: 0 6px;
}
.main .columnBox{
	margin-bottom: 20px;
}
.main .columnBox .columnTitle{
	height: 28px;
	margin-bottom: 20px;
	border-bottom: 1px solid #860000;
	position: relative;
}
.main .columnBox .columnTitle h4{
	font-size: 20px;
	color: #860000;
	height: 28px;
	line-height: 28px;
	font-weight: normal;
}
.main .columnBox .columnTitle span{
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	padding-right: 15px;
	background: url(../images/selfArr.png) right center no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}
.main .columnBox .columnTitle span a{
	color: #333;
}

.main .columnBox .courseList li{
	float: left;
	width: 265px;
	height: 200px;
	margin-right: 46px;
	margin-bottom: 20px;
}
.main .columnBox .courseList li.last4n{
	margin-right: 0px;
}
.main .columnBox .courseList li a{
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	color: #fff;
	font-size: 0;
	text-align: center;
}
.main .columnBox .courseList li a img{
	width: 100%;
	transform: scale(1.3);
	transition: all 1s;
}
.main .columnBox .courseList li a span{
	display: block;
	width: 225px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 60px 20px 20px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}
.main .columnBox .courseList li a:hover img{
	transform: scale(1.05);
}
.main .columnBox .courseList li.last a{
	background-color: #f2eff5;
	color: #555555;
}
.main .columnBox .courseList li.last a span{
	padding-top: 0;
	padding-bottom: 0;
	height: 200px;
	line-height: 200px;
}
.main .columnBox .courseWarp{
	background: #f2eff5;
}
.main .columnBox .coursePic{
	float: left;
	width: 265px;
	height: 200px;
	font-size: 0;
	border-right: 1px solid #fff;
}
.main .columnBox .coursePic img{
	width: 100%;
	height: 100%;
}
.main .columnBox .courseContent{
	padding: 30px;
	width: 760px;
	float: left;
	border-right: 1px solid #fff;
}
.main .columnBox .courseContent h5{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #444;
}
.main .columnBox .courseContent p{
	height: 90px;
	line-height: 20px;
	font-size: 14px;
	color: #555;
	overflow: hidden;
}
.main .columnBox .courseContent p a{
	color: #555
}
.main .columnBox .courseResult{
	float: left;
	width: 113px;
	height: 200px;
	line-height: 200px;
	color: #555;
	font-size: 18px;
	text-align: center;
}