ul.hot_link {
	padding:0;
    margin:0;
}
ul.hot_link li {
	text-align:center;
}
ul.hot_link li a {
	overflow:hidden;
	position:relative;
	font-weight:bold;
	display:inline-block;
	transition:all 0.2s ease 0s;
	font-size:16px;
	margin-left:0;
	line-height:1;
	padding:10px 35px;
	outline:none;
	border:none;
	border-radius:30px;
	flex:0 0 auto;
	background:var(--pri-color);
	color:#ffffff;
}
ul.hot_link li a:hover {
	background:linear-gradient(90deg, var(--secondary-color) 1.18%, var(--pri-color) 74.96%);
	border-color:var(--secondary-color);
}

#bo_v img {
	display:unset;
}
#bo_v header {
	text-align:center;
	margin-top:50px;
}
#bo_v table {
	width:100%;
	border:1px solid #cccccc;
	border-left:0;
	border-bottom:0;
}
#bo_v table th {
	height:24px;
	border-top:0px;
	border-right:0px;
	border-left:1px solid rgb(204, 204, 204);
	border-bottom:1px solid rgb(204, 204, 204);
}
#bo_v table td {
	height:24px;
	border-top:0px;
	border-right:0px;
	border-left:1px solid rgb(204, 204, 204);
	border-bottom:1px solid rgb(204, 204, 204);
}
#bo_v span.stress {
	color:rgb(0,117,200);
	font-weight:bold;
}
#bo_v span.subtitle {
	font-size:14pt;
	font-weight:bold;
}
#bo_v span.txt_bold {
	font-weight:bold;
}
#bo_v p.txt_center {
	text-align:center;
}
table.bo_v_con_n {
	width:100%;
	margin-bottom:20px;
}
table.bo_v_con_n tr th {
	padding:5px;
	border:1px solid rgb(204, 204, 204) !important;
	text-align:left;
	font-size:1rem;
	color:#2196F3;
	cursor:pointer;
}
table.bo_v_con_n tr td {
	padding:5px 5px 15px 5px;
	text-align:left;
	font-family:Arial;
	font-size:1rem;
}
table.bo_v_con_n tr.tr_n td {
	border:0px !important;
}
#bo_v strong.stress {
	color:rgb(0,117,200);
}