.heartClassroom_more{
    min-height: -moz-calc(100% - 300px);
    min-height: -webkit-calc(100% - 300px);
    min-height: calc(100% - 300px);
}
.Hcm_nav_box{
	padding: 0!important;
}
.adrs{
	width:100%!important;
}
.Hcm_nav_box{
    padding-left:0!important;
    margin: 0!important;
}
.HCM_nav{
    width: 95%;
    height: 100%;
    display: inline-block;
    border: 1px solid #EEEEEE;
}
.HCM_nav p{
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    background: #E7E5E6;
    border: 1px solid #EEEEEE;
}
.HCM_nav ul{
    margin-left: 40px;
    margin-top: 10px;
    display: inline-block;
}
.HCM_nav ul li{
    color: #666666;
    line-height: 45px;
    list-style:disc;
     padding-right: 2px;
}
.HCM_nav ul li a{
    color: #666666;
    cursor: pointer;
}
.HCM_nav ul li:hover a{
    color: #D94673;
}
.HCM_nav ul li:hover{
    color: #D94673;
}
.HCM_nav ul .red_color,.HCM_nav ul .red_color a{
    color: #D94673;
}
.Hcm_content{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.Hcm_text_box{
    padding-left: 0!important;
    padding-bottom: 30!important;
    border: 1px solid #EEEEEE;
}
.Hcm_text_box p{
    width: 97%;
    margin: 0 auto;
    line-height: 45px;
    border-bottom: 1px dashed #eeeeee;
}
.Hcm_text_box p span{
    letter-spacing: 2px;
    line-height: 40px;
}
.Hcm_text_box p img{
    margin-top: -5px;
    margin-right: 10px;
}
.Hcm_list_box{
    width: 92%;
    padding-top: 30px;
    margin: 0 auto;
    display: none;
}
    width: 100%;
    position: absolute;
    left:0px;
    bottom: 0px;
    text-align: center;
}
.Hcm_list_box ul{
    margin-left: 36px;
}
.Hcm_list_box ul li{
    list-style:  disc;
    line-height: 35px;
}
.heartClassroom_pages ul li button{
    padding: 5px 10px 5px 10px;
    margin-left: 10px;
    text-align: center;
    border: 1px solid #EEEEEE;
}
@media screen and (max-width: 760px){
	.row_bottom{
		height:auto!important;
	}
	.row_bottom .col-xs-8{
		width:100%;
		height:auto!important;
	}
	.Hcm_text_box p{
		line-height:60px;
		width:98%;
	}
	.Hcm_list_box ul li{
		line-height:50px;
		list-style:none;
		position:relative;
	}
	.Hcm_list_box ul li:before{
		content:"";
		display:inline-block;
		width:10px;
		height:10px;
		background:#333;
		border-radius:50%;
		position:absolute;
		margin-top:19px;
		margin-left:-30px;
	}
	.Hcm_list_box li a{
		display:inline-block;
		width:450px;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}
	.heartClassroom_pages_box{
		bottom:-117px;
		text-align:left;
	}
	.heartClassroom_pages_box .col-xs-5{
		width:100%;
	}
	.heartClassroom_pages_box .col-xs-7{
		width:100%;
	}
	.heartClassroom_more{
		margin-bottom:60px;
	}
	.Hcm_text_box p img{
		width:20px;
		height:25px;
	}
	.heartClassroom_pages_box{
		position:static;
	}
}