.searchCon2{
	width: 1200px;
    height: 155px;
    margin: 0 auto;
    background-color: #FFFFFF;
    text-align: center;
    z-index: 999;
}
.searchAbsolute2{
	position: absolute;
	top: 368px;
}
.searchFixed2{
	position: fixed;
	top:10px;
	height: 115px;
}
.shadow{
   -webkit-box-shadow: #ccc 0px 0px 10px;
   -moz-box-shadow: #ccc 0px 0px 10px;
   box-shadow: #ccc 0px 0px 10px;
}
.searchInputCon2{
	position: relative;
	padding: 30px 0;
	display: inline-block;
}
.searchInputCon2 i{
	position: absolute;
	font-size: 16px;
	color: #8b8b8b;
	left: 20px;
	top: 48px;
}
.searchInputCon2 button{
	cursor: pointer;
	font-size: 18px;
	color: #FFFFFF;
	width: 115px;
	background-color:#208ED0;
	border: 0px;
	height: 50px;
	border-radius: 45px;
	position: absolute;
	right: 0px;
	top: 31px;
}
.searchInput2{
	display: block;
	width: 833px;
	height: 50px;
	margin: 0px auto;
	border: 1px solid #208ED0;
	border-radius: 45px;
	font-size: 14px;
	padding-left:45px;
	padding-right: 120px;
}
.hotCon2{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	display: inline-block;
	padding: 0px 145px;
	position: relative;
}
.hotCon2 .hotEl2{
	width: 910px;
	height: 20px;
	overflow: hidden;
	/* text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap; */
}
.hotCon2 span{
	font-size: 14px;
	color: #8b8b8b;
	display: inline-block;
}
.hotCon2 .cardText2{
	color: #000000;
	margin-right: 30px;
	cursor: pointer;
}
.hotCon2 .cardText2.active{
	color: #EB128E;
}
.search-layer2{
	position: absolute;
	width: 960px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	z-index: 999;
	left: 50%;
	margin-left: -480px;
	bottom: -133px;
	height: 180px;
	overflow-y: auto;
}
.search-layer2 li{
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	padding: 0 20px;
	color: #000000;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: keep-all;
}
.search-layer2 li .savebysearch2{
	color: #8B8B8B;
	font-size: 12px;
}
.search-layer2 li .udsearch2{
	color: #EB128E;
	font-size: 18px;
}
.search-layer2 li:hover{
	background-color: #f6f6f6;
}
.tutoCon{
	width: 1200px;
    margin: 10px auto;
}
.tutoCon .rightCon{
	background-color: #FFFFFF;
	width: 324px;
	margin-left: 10px;
}
.tutoCon .rightCon .box{
	padding: 25px;
}
.rightCon .topTitle{
	font-size: 18px;
	color: #535659;
	padding-bottom: 15px;
	border-bottom: 1px solid #D8D8D8;
}
.rightCon .qusCon{
	padding: 15px;
	border-bottom: 1px solid #D8D8D8;
}
.rightCon .qusCon:last-child{
	border: 0;
}
.rightCon .qusCon .title{
	font-size: 14px;
	color: #FB0094;
	margin-bottom: 10px;
}
.rightCon .qusCon .qus{
	display: block;
	font-size: 14px;
	color: #6F6F6F;
	margin-bottom: 10px;
}
.rightCon .qusCon .all{
	font-size: 14px;
	color: #208FD0;
}
.tutoCon .leftCon .tCon{
	background-color: #FFFFFF;
	padding: 10px;
	height: 127px;
	margin-bottom: 10px;
	cursor: pointer;
}
.tutoCon .leftCon .tCon:last-child{
	margin-bottom: 0px;
}
.tutoCon .leftCon .tCon img{
	width: 220px;
	height: 127px;
	margin-right: 35px;
}
.tutoCon .leftCon .tCon .title{
	font-size: 16px;
	color: #535659;
	margin-top: 20px;
	margin-bottom: 10px;
}
.tutoCon .leftCon .tCon .w-cell2{
	position: relative;
}
.tutoCon .leftCon .tCon .con{
	line-height: 24px;
	font-size: 14px;
	color: #535659;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.tutoCon .leftCon .tCon .seeAll{
	font-size: 14px;
	color: #208FD0;
	position: absolute;
    bottom: 0px;
    right: 20px;
}