@charset "utf-8";
/* CSS Document */
.sec_ic{
	background:url(../images/sec_ic.png) no-repeat;
	display:inline-block;
	background-size:36px;
	float: left;
	margin: 3px 0 0 0;
}
.sec_ic_spot {
	background-position: -0px -0px;
	height: 18px;
	width: 18px;
}
.sec_ic_time {
	background-position: -18px -0px;
	height: 18px;
	width: 18px;
}

.sec_list ul li{
	clear: both;
	padding-bottom: 10px;
	border-bottom:1px solid #dbdbdb;
	margin-bottom:10px;
	position: relative;
}
.sec_list ul li span.arrow_gray{
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -7px;
}
h2.sec_style{
	color: #666;
	font-size: 16px;
}
h2.sec_style p{
	padding: 0 15px;
}
h2.tic_sec_h2{
	font-size: 16px;
	float: left;
}
span.tic_sec_p{
	display: block;
	font-size: 16px;
	padding: 0 0 0 100px;
}


/*20150401新增*/

.tic_list{
	margin: 10px;
}
.tic_list ul li{
	clear: both;
	padding: 10px;
	position: relative;
	margin: 0 0 10px 0;
	background: #d3e8f5;
}

.tic_style{
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.tic_style p{
	padding: 0 40px 0 15px;
}

span.tic_trangle{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 25px 0 0;
	border-color: #b0dbf5 transparent transparent transparent;
}
span.tic_trangle_bg{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 25px;
	border-color: transparent transparent #f2f3f3 transparent;
}
a.map_link{
	position: absolute;
	right: 10px;
	top: 10px;
	display: inline-block;
	background: #0797dd;
	color: #FFF;
	font-size: 12px;
	padding: 0 3px;
}

span.w_arrow{
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #FFF;
}

