.main_body{
	padding:80px 0;
}
.wraplist .title_inner{
	background: #037 no-repeat 0 0;
    background-size: 18px;
    padding-left: 35px;
    font-size: 12px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 10px;
}
.wraplist .inner{
	background: #f5f5f5;
    padding: 15px;
    margin-bottom: 30px
}
.wraplist .inner .item_check{}
.inner .item_check .check_box{
	width: 18px;
	height: 18px;
	background-color: #ddd;
    border: 2px solid #ccc;
    position: relative;
    display: inline-block;
    top: 5px;
}
.inner .item_check .check_radi .check_box,
.inner .item_check .checks:hover .check_box{
	background-color: #29aae1;
    border: 2px solid #29aae1;
}
.inner .item_check .checks{
	display: block;
}
.inner .item_check .check_box::before{
	display: none;
	border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    background: transparent;
    transform: rotate(-45deg);
    top: 3px;
    left: 2px;
}
.inner .item_check .check_radi .check_box::before{
	display: block;
}
.wraplist .inner input[type="checkbox"]{
	display: none
}
.wrapper_tour .item_tour h3:hover a{
	color: #29aae1
}
.wrapper_tour .item_tour .title_tour{
	position: relative;
}
.wrapper_tour .item_tour h3 a{
	color: #0e69b2;
	font-size: 15px;
	font-weight: 500;
	font-family: Noto Sans,sans-serif;
	text-decoration: none;
	padding-right: 30px;
	display: block;
	padding-top: 5px
}
.wrapper_tour .item_tour .cate{
	font-style: italic;
    color: #888;
    font-size: 13px;
    display: block;
    margin-bottom: 8px
}
.wrapper_tour .item_tour{
	margin-bottom: 30px
}
.wrapper_tour .item_tour img{
	width: 100%;
	object-fit: cover
}
.wrapper_tour .item_tour i{
	color: #0e69b2
}
.wrapper_tour .item_tour .heart_{
	position: absolute;
	top: 5px;
	right: 0;
	height: 24px;
    width: 24px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #0e69b2;
    color: #999;
    font-size: 14px;
}






























