/*二级导航的下拉效果样式*/
.content .cont_tab .cont_tab_shezhi {
	background: #800408;
	color: #fff;}

#teaching .slave {
	background: #f8f8f8;
	width: 200px;
	padding: 20px;}

#teaching .slave li {
	clear: both;
	height: 50px;
	line-height: 50px;}

#teaching .slave li a {
	font-size: 20px;}

#teaching .slave li a:hover {
	color: #c59b6d;}

/*内容样式*/
.cont_list_box{padding-bottom: 74px;}
.cont_list {width: 984px;}
.cont_list .cont_list_title{
	height: 38px;
	 font-size: 20px;
	 line-height: 38px;
	 color: #fff;
	 padding-left: 25px;
	border-bottom: 1px solid #c59b6d;
	margin: 56px 0;
	background: url(../../images/phbs_emba_2019/teaching/teaching_shezhi_bixiu.png)   no-repeat;}
.cont_list .cont_list_cont{
	width: 868px;
	margin: auto;}
.cont_list .cont_list_cont li{
	width: 395px;
	height: 432px;
	background: #f7f7f7;
	 box-shadow: #f7f5f3 0px 0px 10px 1px ;
	 text-align: center;
	 float: left;
	 position: relative;}
.cont_list .cont_list_cont li:nth-child(odd){
	margin-right: 78px;}
.cont_list .cont_list_cont li:nth-child(n+3){
	margin-top: 62px;}
.cont_list .cont_list_cont li .cont_list_cont_tit{
	margin: 0 36px;
	height: 62px;
	line-height: 62px;
	border-bottom: 1px solid #c59b6d;
	color: #c59b6d;
	font-size: 18px;
	text-align: center;}
.cont_list .cont_list_cont li .cont_list_cont_txt{
	font-size: 16px;
	color: #666666;
	margin:  19px 24px 0 24px ;
	text-align: left;
	line-height: 26px;}
.cont_list .cont_list_cont li .cont_list_cont_span{
	display: block;
	width: 17px;
	height: 19px;
	border-right: 4px solid #c59b6d;
	border-bottom: 4px solid #c59b6d;
	position: absolute;
	right: 10px;
	bottom: 12px;}
.cont_list .cont_list_cont .cont_list_cont_chang{
	height: 488px;}
