/* 通用 */
a:hover{text-decoration:none;}
.hcx_top{margin-top:20px;}
.hcx_height{height:20px;}
.hcx_trans_img{overflow:hidden;}
.hcx_padding{padding:0 20px 0 20px}
.hcx_cut{overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.hcx_header_p1,.hcx_header_p2{width:100%;margin:0;padding:0;font-size:12px;font-weight: 500;}
.hcx_header_p2{margin:-8px 0;font-weight: 500;}
.top-search{display:block;}
.hcx_index h5{padding-top:6px;color:#849097;font-weight: 500;}
.hcx_index h5:hover{color:rgba(255,255,255,0.7)}
.hcx_search{border-radius:4px !important;border:1px solid #849097;}
.hcx_search_div .hcx_search:focus{color:rgba(255,255,255,0.7);border:1px solid rgba(255,255,255,0.7);}
.hcx_translate_img{overflow:hidden;}
.hcx_translate_img img{transition:all 0.6s;}
.hcx_fff{color:#fff;text-align:center;}
.hcx_new_padding{padding-left:0;}
.hcx_new_padding1{padding-right:0;}
.hcx_thumbnail{padding:4px;margin-bottom: 20px;line-height: 1.42857143;background-color: #fff;border: 1px solid #ddd;border-radius: 4px;-webkit-transition: border .2s ease-in-out;-o-transition: border .2s ease-in-out;transition: border .2s ease-in-out;}
.hcx_top10{margin-top:10px;}
.hcx_top30{margin-top:30px}
.hcx_top40{margin-top:40px;}
.hcx_pa_top10{padding-top:10px;}
.hcx_pa_bottom10{padding-bottom:10px;}

/* 头部 */
@media only screen and (min-width:0px){
    .hcx_nav_a{color:#444 !important;}
    #navbar-menu{background:#fcfcfc;}
    .dropdown-menu li a:hover{
		background:#eee !important;
		font-weight: 600;
	}
}
@media only screen and (min-width:992px){
	.hcx_nav_a{color:#fff !important;}
	#navbar-menu{background:none;}
	.dropdown-menu li a:hover{
		background:url(../../bgimg/top_nav_active.png)no-repeat 1em center #eee !important;
		font-weight: 600;
	}
}
.dropdown-menu{left:0 !important;}

/* 课程介绍白色底层 */
/*.hcx_banner_p_bg{background:rgba(255,255,255,.3);height:48px;position: absolute;top: 12px;left:0;width:300px;}*/
/* 当前位置 */
.hcx_weizhi{margin-bottom:20px;}
.hcx_weizhi span{color:#8e8c8c;font-size:13px;}
.hcx_weizhi .this_weizhi{color:#5674b3}