﻿
.policy_tip {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 6px;
	overflow: auto;
	font-size: 14px;
}
.pt_left {
	float: left;
	text-align: center;
}
.pt_right {
	float: right;
}
.pt_right a {
	color: #00b388;
}
.pt_right a:hover {
	color: #1789bd;
}
.policy_box {
	clear: both;
	border-radius: 12px;
	border: 1px solid #00b388;
	padding: 10px;
	height: 100%;
	overflow: hidden;
	background-color: #fcfff8;
}
.pb_tit {
	padding: 10px 10px 5px;
	text-align: center;
}
.pb_text {
	padding: 5px 10px 20px;
	font-size: 12px;
	line-height: 21px;
	overflow: auto;
	height: calc(100% - 40px);
}
.pb_text p {
	margin-bottom: 1em;
}
.pb_text ol {
	padding-left: 1em;
	list-style: none;
	margin-bottom: 0;
}
.pb_text ol li {
	margin-top: 9px;
}
