#content-main div.travel-div{
	width:100%;
	display:inline-block;
	margin-bottom: 40px;
}
#content-main div.course-box{
	margin-bottom: 30px;
}
#content-main div span.small-txt{
	display: block;
	margin-bottom: -10px;
	font-size:18px;
    padding:3px 0 3px 22px;
	font-weight:bold;
}
#content-main div span.small-txt.first{
    background: url(/images/open.content/tour/common/couse05.svg) no-repeat left top;
    background-size: 16px;
	color: #ff372d;
}
#content-main div span.small-txt.sec{
    background: url(/images/open.content/tour/common/couse03.svg) no-repeat left top;
    background-size: 16px;
	color: #ff9a03;
}
#content-main div span.small-txt.third{
    background: url(/images/open.content/tour/common/couse01.svg) no-repeat left top;
    background-size: 16px;
	color: #08acfb;
}
#content-main div.course-box-txt ol{
    padding: 15px 20px 10px;
    line-height: inherit;
}
#content-main div.course-box-txt.first ol{
	background: #fff7f7;
}
#content-main div.course-box-txt.sec ol{
	background: #fffaeb;
}
#content-main div.course-box-txt.third ol{
	background: #f5fdff;
}
#content-main div.course-box-txt h4{
	font-size: 26px;
	margin-bottom: 30px;
}
#content-main ol li{
}

#content-main li p{
	text-align:center;
	margin-top:5px;
}
#content-main li em{
    width: 22px;
    height: 22px;
    color: #fff;

    margin-left: 5px;
    border-radius: 59px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    transition: .5s;
    font-size: 20px;
}
#content-main .course-preview.first em{
    background: #ff372d;
}
#content-main .course-preview.sec em{
    background: #ff9a03;
}
#content-main .course-preview.third em{
    background: #08acfb;
}
#content-main ol li.preview-img:hover em{
    transform: rotate(180deg);
}
#content-main ol li.preview-img{
    width: 238px;
    margin-right: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
#content-main ol li.preview-img img{
	width:100%;
	border-radius:3px;
}
#content-main .course-box-txt ol li{
	display:inline-block;
	vertical-align:top;
	font-size:18px;
	margin-right: 5px;
	margin-bottom: 8px;
}
#content-main .course-box-txt ol li a{
	display:block;
}
#content-main .course-box-txt ol li p{

}