
/* style.css
-------------------------------------------------------------------------------- */
#academic-head {
	height: 56px;
	background: url("../img/bg-shadow.jpg") no-repeat left bottom;
}
#academic-btn li {
	float: left;
	list-style-type: none;
}
#academic-btn li img {
	vertical-align: bottom;
}
.academic-tab ul {
	margin: 0;
	padding: 0;
}
.academic-tab li {
	height: 84px;
	float: left;
	list-style-type: none;
}
.academic-tab a {
	/* display: block; */
	color: #151515;
}
.academic-tab a:hover {
	text-decoration: none;
}
.academic-tab li.num1 {
	width: 314px;
	background: url("../img/bg-nav1.jpg") no-repeat;
}
.academic-tab li.num2 {
	width: 312px;
	background: url("../img/bg-nav2.jpg") no-repeat;
}
.academic-tab li.num3 {
	width: 314px;
	background: url("../img/bg-nav3.jpg") no-repeat;
}
.academic-tab li.num1.active {
	background: url("../img/bg-nav1_on.jpg") no-repeat;
}
.academic-tab li.num2.active {
	background: url("../img/bg-nav2_on.jpg") no-repeat;
}
.academic-tab li.num3.active {
	background: url("../img/bg-nav3_on.jpg") no-repeat;
}
.academic-tab li .inner {
	width: 284px;
	margin: 0 auto;
	padding: 16px 0;
}
.academic-tab li .inner .left {
	background-color: #fff;
	border: solid 1px #BDB6AA;
	padding: 2px;
}
.academic-tab li .inner .left img {
	vertical-align: bottom;
}
.academic-tab li .inner .right {
	width: 220px;
}
.academic-tab li h3 {
	font-size: 11px;
	color: #925E39;
	border-bottom: solid 2px #A15D32;
}
.academic-tab li h4 {
	margin-top: 5px;
	line-height: 1.4;
}
.academic-content {
	width: 938px;
	border: solid #F2EEE9;
	border-width: 0 1px;
	/* position: relative; */
}
.academic-content.last {
	border-width: 0 1px 1px 1px;
}
.academic-content .left {
	width: 480px;
}
.academic-content .right {
	width: 370px;
	border: solid 1px #D4D0C2;
}
.academic-content .right .inner {
	width: 340px;
	margin: 0 auto;
	padding: 15px 0;
}
.academic-content .right h5 {
	color: #9E6A39;
}
.academic-content .right hr {
	border-top: dotted 1px #C7C3BF !important;
}
.academic-content .right p {
	font-size: 11px;
}
.academic-box {
	width: 880px;
	margin: 0 auto;
	padding: 30px 0 60px 0;
}
.academic-content.last .academic-box {
	padding: 30px 0;
}
.academic-box h3 {
	color: #B97E57;
}
.academic-box h4 {
	font-size: 18px;
	line-height: 1.4;
}
#tab-content3 .academic-box h4 {
	font-size: 17px;
}
.academic-box .left p {
	line-height: 1.8;
}
.academic-box table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.academic-box table th {
	text-align: left;
	font-weight: normal;
}
.academic-box .left table th {
	width: 80px;
	vertical-align: top;
}
.academic-box .left table th,
.academic-box .left table td {
	padding: 6px 0;
	line-height: 1.3;
}
.academic-box .left table td dt {
	display: block;
	width: 110px;
	float: left;
}
.academic-box .left table td dd {
	width: 280px;
	float: right;
}


.academic-box .right h4 {
	height: 28px;
	font-weight: normal;
	background-color: #555555;

}
.academic-box .right h4 span {
	display: block;
	padding: 4px 0 0 6px;
	font-size: 14px;
	color: #fff;
}
.academic-box .right table th {
	width: 80px;
}
.academic-box .right table th,
.academic-box .right table td {
	padding: 2px 0;
	font-size: 11px;
	line-height: 1.2;
}
.anomaly-box .anomaly-left {
	width: 240px;
	float: left;
}
.anomaly-box .anomaly-right {
	width: 94px;
	float: right;
}