.officialTrainCenter_all {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 0;
	margin-bottom: 20px;
}
.officialTrainCenter_map_div {
	border: 0;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	max-width: 1000px;
}
.officialTrainCenter_map_img {
	border: 0;
}
.officialTrainCenter_search_div {
	background: #1c529a;
	max-width: 1000px;
	border: 0;
}
.officialTrainCenter_search_result {
	background: white;
	max-width: 1000px;
	border: 0;
	margin-top: 10px;
}
.officialTrainCenter_search_table {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}
.officialTrainCenter_search_table td {
	text-align: center;
	border: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.officialTrainCenter_select {
	font-size: 15px;
	font-family: "Microsoft YaHei";
	padding: 2px;
	border-radius: 0px;
}
.officialTrainCenter_button {
	background: white;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 80px;
	color: #000;
	border: 0;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	border-radius: 0px;
}
.officialTrainCenter_button:hover {
	background: orange;
	color: white;
}
.officialTrainCenter_text {
	font-size: 15px;
	font-family: "Microsoft YaHei";
	padding: 2px;
	width: 150px;
	border-radius: 0px;
	color: #888;
}
.officialTrainCenter_text_hover {
	font-size: 15px;
	font-family: "Microsoft YaHei";
	padding: 2px;
	width: 150px;
	border-radius: 0px;
	color: #000;
}
.select_default_value_color {
	background-color: #eee;
	color: white;
}
.officialTrainCenter_result_all {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.otcName span {
	font-size: 15px;
	font-family: "Microsoft YaHei";
}
.detail_div {
	width: 200px;
	border: 1px solid #888;
	margin: 20px;
	padding-bottom: 10px;
	float: left;
	border-radius: 0px;
}
.detail_div:hover {
	background: #1c529a;
	filter: alpha(opacity = 50);
	opacity: 0.5;
}
.noResult {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	border: 1px solid #888;
	padding-top: 80px;
	padding-bottom: 80px;
	width: 1000px;
	border-radius: 0px;
	margin-bottom: 20px;
}
.nowPage {
	width: 40px;
	height: 28px;
	background: white;
	border: 1px solid #1c529a;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	color: #fff;
	border-radius: 2px;
	margin: 10px;
}
.pageBtn {
	width: 40px;
	height: 28px;
	background: #1c529a;
	border: 1px solid #1c529a;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	color: white;
	border-radius: 2px;
	margin: 10px;
}
.officialTrainCenter_result_table {
	border-collapse: collapse;
	border: 1px solid #ddd;
	width: 100%;
	margin-bottom: 20px;
}
.officialTrainCenter_result_table td {
	border-top: 1px solid #ddd;
	padding: 15px 5px 15px 5px;
	text-align: center;
	font-size: 14px;
	font-family: "Microsoft YaHei";
}
.officialTrainCenter_result_table th {
	border: 0;
	padding: 15px 5px 15px 5px;
	text-align: center;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	background: #eee;
}
.even {
	background: #eee;
}
.kdNameText {
	width: 150px;
}
.otcItemsTd {
	cursor: pointer;
	height: 150px;
	width: 130px;
	border: 0;
	padding: 5px;
}
.container {
	width: 1000px;
}
.otcTable {
	border-collapse: collapse;
	border: 0;
	width: 1000px;
}
.otcTable td {
	padding: 5px;
	border: 0;
}
.otherBtn {
	background: #1c529a;
	filter: alpha(opacity = 90);
	opacity: 0.9;
	color: white;
	border: 0;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 2px;
}
.otherBtn:hover {
	filter: alpha(opacity = 100);
	opacity: 1;
}
.otherBtn:active {
	position: relative;
	left: 1px;
	top: 1px;
}
.otcItemDiv {
	height: 300px;
	width: 190px;
}
.leftAndRightImg {
	width: 29px;
	height: 29px;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
}
.leftAndRightImg:hover {
	box-shadow: 0px 0px 2px #aaa;
}
.leftAndRightImg:active {
	position: relative;
	top: 1px;
}
.otc-ul {
	max-width: 1000px;
	padding: 0px;
}
.otc-ul li {
	list-style: none;
	width: 200px;
	float: left;
}
.hide {
	display: none;
}
.otc-ul li img {
	width: 190px;
	height: 130px;
	border-radius: 2px;
	cursor: pointer;
}
.otc-ul li:hover {
	background: #E5E5E5;
}
.otc-kdname {
	display: block;
	width: 190px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 40px;
	cursor: pointer;
}
.clear-both {
	clear: both;
}

@media (max-width: 480px){
	 
}