.AbDi_gaid {
	padding-left: 0px;
	/*height: 30px;*/
	line-height: 30px;
	font-size: 20px;
	font-family: "微软雅黑";
}

.Part_name {
	margin-left: 10px;
	border-left: 3px solid #89685a;
	color: #89685a;
	padding-left: 30px;
	padding-top: 5px;
	font-weight: bold;
}

#Part_name_ch {
	font-size: 25px;
}

#Part_name_en {
	font-size: 25px;
}

#bigestcontbox {
	margin-top: 90px;
	height: 1000px;
	font-size: 20px;
	font-family: "微软雅黑";
	letter-spacing: 2px;
	line-height: 30px;
}

.contents{
	margin-top: 150px;
}

.pagedh {
	float: left;
	height: 40px;
	width: 40px;
	/*border: 1px solid;*/
	text-align: center;
	padding-top: 5px;
	font-size: 23px;
}

.pagedh.a {
	background-color: #E4CBAA;
	color: white;
}

.pagedh {
	color: #666666;
}

.pagedh_btn {
	width: 100px;
}


/*必修课*/
.left_dhlan {
	height: 56px;
	line-height: 56px;
	font-size: 23px;
	padding-left: 10px;
	color:#64513d;
	font-family: "microsoft yahei";
}

.circle {
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	background-color: #ca9b5c;
	border: 1px slide red;
	border-radius: 50%;
	width: 15px;
	height: 15px;
}

/*选修课*/
.xuanxiuke_leftdh:hover{
	background-color: goldenrod;
	color: white;
}

.xuanxiuke_leftdh:hover .circle{
	background-color: white;
}

/*教学基本信息*/
.jpkc_content{
	font-family: 'microsoft yahei';
	color: #64513d;
	max-height: 850px;
	overflow: auto;
	overflow-x: hidden;
/*	padding: 20px;*/
	margin-bottom: 100px;
}

.jpkc_content img{
	width: 95%;
	height: 95%;
	/*height: 90%;*/
}

.jpkc_content::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
}

.jpkc_content::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #e2b87f;
}

.jpkc_content::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: #aaa99f;
}

@media only screen and (max-width: 1400px) {
	.fkk {
		background-color: green;
	}
	.fiveq_prev {
		left: 0px;
	}
	.fiveq_next {
		left: 96%;
	}
}

@media only screen and (max-width: 1300px) {
	.fkk {
		background-color: salmon;
	}
	.notices_next {
		margin-right: 0px;
	}
	.notices_prev {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 1200px) {
	.fkk {
		background-color: peru;
	}
	.teacher_team_content {
		height: 200px;
	}
}

@media only screen and (max-width: 992px) {
	.fkk {
		background-color: blue;
	}
	.teacher_team_box {
		margin-left: 15px;
		margin-top: 20px;
	}
	.teacher_team_content {
		margin-left: 0px;
		padding: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.fkk {
		background-color: gold;
	}
}

@media only screen and (max-width: 568px) {
	.fkk {
		background-color: red;
	}
	.AbDi_gaid{
		font-size: 15px;
	}
	.left_dhlan1{
		font-size: 15px;
		overflow: hidden;
	}
	#Part_name_ch{
		font-size: 20px;
	}
	#Part_name_en{
		font-size: 15px;
	}
	#bigestcontbox{
		margin-top: 30px;
		font-size: 15px;
	}
	.jxkj_btnbox{
		margin-left:20%
	}
	.pagedh{
		font-size: 10px;
		width: 60px;
	}
	.contents{
		margin-top: 70px;
		width: 90%;
		margin-left: 5%;
	}
	
	.left_dhlan {
		font-size: 15px;
	}
}