body {
	background: url("../../img/information/information_bg_02.png") no-repeat top center;
}
.guideBox {
	padding: 0 60px 120px;

}

.guideBox .imgClass {
	width: 100%;
	margin-top: 62px;
}

.guideBox .imgClass img {
	width: 100%;
	transition: .5s;
}


.creamBox  {
	margin-top: 40px;
	
}

.creamBox li {
	width: 280px;
	float: left;
	margin-right: 17px;
	margin-bottom: 48px;
}

.creamBox li:nth-child(3n) {
	margin-right: 0;
}

.creamLeft {
	float: left;
	width: 100px;
	height: 140px;
	border: 1px solid #e1e1e1;
	position: relative;
}

.creamRight {
	float: right;
	width: 130px;
	padding-right: 25px;
}

.creamRight h2 {
	font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    width: 100%;
    height: 60px;
    line-height: 25px;
    padding: 20px 0 10px;

}

.creamDes {
	font-size: 16px;
	color: #999;
	padding: 12px 0 25px;
	visibility: hidden;
	display: none;
}

.creamTime {
	position: absolute;
    top: 10px;
    left: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #ffa200;
    padding: 2px 10px;
    color: #fff;
    font-size: 12px;
}

.creamBox .detailButton {
	font-size: 16px;
	color: #146dd0;
	display: block;
	height: 16px;
	line-height: 16px;
	position: relative;
	padding-left: 22px;
}

.creamBox .detailButton img {
	width: 16px;
	position: absolute;
	top: 0;
	left: 0;
}

.creamLeft img {
	width: 100%;
	height: 100%;
}




.training {
	padding-top: 30px;
}

.training li {
	padding: 10px;
	height: 106px;
	margin-bottom: 10px;
	
}

.training li h2 {
	font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 7px;
    color: #333;
    padding-top: 10px;
}

.trainingDes {
	font-size: 14px;
	color: #787878;
	height: 43px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break:break-all;
}

.detailButton {
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	color: #006bbe;
	position: relative;
	margin-top: 12px;
}

.detailButton img{
	display: inline-block;
	position: absolute;
	left:60px;
	top: 0;

}

.training li:hover {
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
	transition: .2s;
}

.training li:hover h2 {
	color: #006bbe;
}

.training li .img {
	width: 100%;
	height: 100%;
	transition: .5s;
}

.leftDiv {
	float: left;
    width: 172px;
    height: 106px;
    margin-right: 20px;
    overflow: hidden;
}

.leftDiv:hover img {
	transform: scale(1.2);
}

.rightDiv {
	font-size: 14px;
	color: #787878;
	line-height: 25px;
	height: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break:break-all;
}

.tab {
	text-align: center;
}

