.newTsearchCon{
	
}
.newTsearchCon h3{
	padding-left: 20px;
	color: #1A1A1C;
	font-size: 24px;
	font-weight: 600;
}
.newTinputCon{
	width: 354px;
	height: 28px;
	position: relative;
	border: 1px solid #0E92E4;
	border-radius: 100px;
}
.newTinputCon i{
	font-size: 12px;
	color: #7E8680;
	margin-left: 16px;
	margin-right: 8px;
}
.newTinputCon input{
	height: 28px;
	border: 0;
	background-color: transparent;
	margin-right: 10px;
}
.newTinputCon button{
	width: 74px;
	height: 28px;
	border-radius: 0px 21px 21px 0px;
	color: #FFFFFF;
	font-size: 14px;
	cursor: pointer;
}
.tutoCon{
	width: auto;
	max-width: 1200px;
	min-width: 768px;
	margin: 10px auto;
}
.tutoCon .leftCon .tCon{
	padding: 20px;
	cursor: pointer;
}
.tutoCon .leftCon .tCon img{
	width: 120px;
	height: 120px;
	margin-right: 20px;
}
.tutoCon .leftCon .tCon .title{
	color: #1A1A1C;
	font-size: 18px;
	margin-top:0px;
	font-weight: 600;
	margin-bottom: 16px;
}
.tutoCon .leftCon .tCon .con{
	font-size: 14px;
	color: #4C4E50;
	line-height: 20px;
	-webkit-line-clamp:3;
}
.tCon .seeAllCon{
	position: absolute;
	right: 0;
	bottom: 3px;
	width: 100%;
}
.tCon .seeAllCon .time{
	color: #7E8183;
	font-size: 12px;
}
.tCon .seeAllCon a{
	font-size: 18px;
	color: #0C80F4;
}
.tutoCon .rightCon{
	width: 340px;
	background-color: #F6F8F7;
}
.tutoCon .rightCon .box{
	padding: 20px;
	background-color: #FFFFFF;
}
.rightCon .topTitle{
	border-bottom:0;
	color: #1A1A1C;
	font-size: 24px;
	font-weight: 600;
	padding-bottom:30px;
}
.rightCon .qusCon{
	padding:0;
	padding-bottom: 16px;
	border-bottom:1px dashed #C5C5CB;
	margin-bottom: 20px;
}
.rightCon .qusCon:last-child{
	border:0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.rightCon .qusCon .title{
	color: #1A1A1C;
	font-size: 16px;
	font-weight: 600;
	margin-bottom:24px;
}
.rightCon .qusCon .qus{
	position: relative;
	padding-left:30px;
}
.rightCon .qusCon .qus .cr{
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	background-color: #0C80F4;
	border-radius: 50px;
	top:8px;
	margin-top:-3px;
	left:18px;
}
.rightCon .qusCon .allCon{
	text-align: right;
}
.rightCon .qusCon .all{
	color: #0C80F4;
	font-size: 12px;
}
@media screen and (max-width: 1222px) {
	.tutoCon .rightCon{
		width: 240px;
	}
}