@charset "utf-8";
.child {
	padding: 0px;
	margin-top: 20px;}

.title_box {
	width: 90%;
	height: 66px;
	background: #054294;
	text-align: center;
	line-height: 66px;}

.title_box p {
	font-size: 26px;
	color: white;
	border-bottom: 1px solid white;
	margin-bottom: 0px;}

.title_box a {
	display: block;
	width: 100%;
	height: 46px;
	text-align: center;
	line-height: 46px;
	color: black;
	font-size: 16px;
	background: #eef3fa;}

.title_box a:hover {
	background: #054294;
	color: white;}

.address {
	width: 100%;
	height: auto;}

.address p {
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	border-bottom: 2px solid gainsboro;}

.active {
	background: #054294 !important;
	color: white !important;}

table{
	width: 100%;}

td{
	text-align: center;
	height: 46px;
	font-size: 14px;}



.teach-div {
	margin: 10px 0;}

.teach-title {
	background: #054294;
	text-align: center;
	color: white;
	height: 35px;
	line-height: 35px;
	font-weight: bold;}

.teach-content {}

.teach-content ul {
	border: 1px solid #a98e8e;
	border-left: none;
	box-sizing: border-box;}

.teach-content ul:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	zoom: 1;}

.teach-content ul li:last-child {
	border-right: 1px solid #a98e8e;
	box-sizing: border-box;
	width: 20%;}

.teach-content ul li {
	width: 20%;
	height: 60px;
	line-height: 60px;
	float: left;
	text-align: center;
	box-sizing: border-box;
	border-bottom: 1px solid #a98e8e;
	border-left: 1px solid #a98e8e;}


.teatch-detail {
	padding: 15px 0;}

.teatch-detail .detail-title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;}

.teatch-detail .detail-info {
	text-align: center;
	font-size: 12px;}

.teatch-detail .detail-context {
	text-indent: 21pt;
	line-height: 200%;
	margin: 10px 0;}




@media only screen and (min-width: 100px) and (max-width: 768px) {
	.child>div:first-child{
		display:none;}
}

