.tutorlist li {
	display: inline-block;
	width: 28%;
	margin-top: 3%;
	margin-right: 3.5%;
	padding: 1.5%;
	position: relative;
	vertical-align: top;
}
.tutorlist li:hover{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #f5f5f5;
}
.tutorlist li:before,.tutorlist li:after{
	position: absolute;
	content: '';
	top: 5%;
	right: 5%;
	background-color: #ed2024;
}
.tutorlist li:before{
	width: 12px;
	height: 2px;
}
.tutorlist li:after{
	width: 2px;
	height: 15px;
}
.tutorlist li:nth-of-type(3n){
	margin-right: 0;
}
.tutorlist li img,.tutorlist li .info{
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}
.tutorlist li .info{
	width: 45%;
	margin-left: 5%;
	padding-bottom: 3%;
	border-bottom: 1px solid #d1d1d1;
}
.tutorlist li .info h4{
	font-size: 18px;
	color: #ed2024;
	padding-bottom: 10px;
}
.tutorlist li .info h4 p{
	font-size: 14px;
	font-weight: normal;
}
.tutorlist li .info>p{
	font-size: 15px;
	padding-bottom: 5px;
}
.tutorlist li .detail {
	padding: 3%;
	margin-top: 3%;
	background-color: #ededed;
}
.tutorlist li .detail p{
	font-size: 13px;
	line-height: 20px;
	padding-left: 100px;
	padding-bottom: 5px;
	position: relative;
}
.tutorlist li .detail p span{
	position: absolute;
	left: 3%;
	top: 0;
	font-weight: bold;
	color: #ed2024;
	padding-left: 15px;
	padding-right: 15px;
}
.tutorlist li .detail p span:before,.tutorlist li .detail p span:after{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	width: 10px;
}
.tutorlist li .detail p span:before{
	left: 0;
	background: url(images/icon1.png) no-repeat center left;
	background-size: 10px;
}
.tutorlist li .detail p span:after{
	right: 0;
	background: url(images/icon2.png) no-repeat center right;
	background-size: 10px;
}
.register{
	padding-top: 2%;
	padding-bottom: 2%;
	margin-top: 4%;
	background-color: #0f1914;
}
.register p{
	display: inline-block;
	width: 20%;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	margin-left: 1%;
	margin-top: 1%;
	text-indent: 10px;
	background-color: #fff;
}
.register p:first-of-type,.register img{
	margin-left: 10%;
}
.register p input{
	width: calc(100% - 90px);
	font-size: 16px;
	height: 45px;
	line-height: 45px;
}
.register p.tj{
	width: 15%;
	text-indent: 0;
	text-align: center;
	background-color: #ed2024;
}
.register p.tj input{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}