<style>

.half_list .bnr_linkbox
{
	width: 100%;
	flex-wrap: wrap;
}

.half_list .bnr_inbox
{
	width: 97%;
	min-width: 255px;
	margin: 1% auto;
}

.half_list .p_hvimg
{
	width: 45%;
	text-align: center;
	padding: 5px;
	background: #eee;
}

.half_list .p_hvtext
{
	width: 55%;
  align-items: stretch;
	margin: auto;
	padding: 10px 10px;
}

.half_list p.p_sbtitle
{
	font-size: 13px;
	margin: 0;
}

.half_list p.p_title
{
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0px;
}

.half_list p.p_price
{
	margin: 0;
	color: #B50000;
	font-weight: bold;
}

.half_list p.p_price span
{
	margin-left: 5px;
	font-size: 32px;
}

.half_list .p_link
{
	margin: 0;
	height: 22px;
	display: block;
	background: #000;
	padding: 5px 20px;
	border-radius: 30px;
	color: white;
	text-align: center;
	text-decoration: none;
}

.half_list ul.p_icon
{
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	list-style: none;
}


.half_list .bnr_inbox a
{
	display: block;
	text-decoration: none;
	color: #000;
	border: 2px solid #eee;
	border-radius: 10px;
}


.half_list .bnr_inbox a:hover
{
	opacity: 0.6;
}

.half_list .sb_text
{
	font-size: 13px;
	line-height: 25px;
	padding: 0px 6%;
}

.half_list .list_menutitle
{
	background: #0b7948;
	color: white;
	padding: 15px 0px;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	border-bottom: 5px solid #EFDF14;
}


.half_list ul.function_list
{
	list-style: none;
}

.half_list .function_list
{
	background: #333;
	color: #FFF;
	padding: 2px 0px;
}
</style>