@charset "utf-8";
.type_font {
	padding-left: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	color: #666666;
	font-family: "Microsoft YaHei UI";
}

.type_class {
	margin-top: 10px;
	padding-right: 20px;
	border: 1px solid #e6e6e6;
	padding-bottom: 30px;
	margin-right: 10px;
}

.btn_group button {
	margin-top: 5px;
	margin-left: 10px;
}

.btn_def {
	border: 1px solid #009688;
	border-radius: 5px;
	background-color: #009688;
	color: white;
}

.btn_sel {
	border: 1px solid #009688;
	border-radius: 5px;
	background-color: #1677ff;
	color: white;
}
#showDetail div{
	width: 900px;
	padding: 0px 30px;
	margin-top: 10px;
}
.notice_title_class{
	color:black;
	font-weight:bold;
	font-size: 24px;
	text-align: center;
}
.notice_title_class div{
	color: #009E94;
	font-size: 12px;
	padding: 10px 0;
	margin: 0 10px;
}
#showDetail div hr{
	width: 900px;
}