/**
 * @Author:    ggd  
 * @Date:      2021-01-05
 * @describe:  海外职教修改
 */
.g_out{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 55px;
}
.g_tit{
	line-height: 40px;
	font-size: 20px;
	color: #333;
	border-bottom: 1px solid #dadadb;
	position: relative;
}
.g_tit>a{
	float: right;
}
.g_tit_bg{
	background: url(../images/g_out.png) no-repeat left 190px center;
}
.g_tit>span{
	color: #ba0001;
}
.g_tit:before{
	content: "";
	display: inline-block;
	height: 2px;
	width: 84px;
	background: #ba0001;
	position: absolute;
	bottom: -1px;
	left:0px;
}
.marT42{
	margin-top: 42px;
}
.g_out>a{
	display: inline-block;
	width: 120px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-right: 15px;
	border-radius:4px;
	background: #ba0001;
	font-size: 16px;
	font-weight: bold;
	float: left;
	color: #fff;
	margin-top: 28px;
}
.g_out>a:last-child{
	margin-right: 0px;
}
.g_out>a:hover{
	background: #fff;
	color: #ba0001;
	box-shadow: 0px 0px 10px 0px #ddd;
}

.ztc{
	width: 100%;
	height: 819px;
	background: url(../images/g_ztc_bg.jpg) no-repeat center center;
}
.ztc_box{
	width: 1200px;
	margin:0 auto;
	position: relative;
}
.ztc_tit{
	line-height: 68px;
	font-size: 20px;
	color: #fff;
}
/* .ztc_con .active:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #3e66d8;
  position: absolute;
  bottom: -15px;
  left: 63px;
} */
.ztc_con_top>ul>li{
	font-size: 18px;
	font-weight: 500;
	color: #333!important;
}
.ztc_con_top .el-menu--horizontal .el-menu-item.is-active{
	color: #3d66d9!important;
	font-weight: bold;
	border-bottom: 3px solid #409EFF;
}

.ztc_con_top .el-menu.el-menu--horizontal{
	border-bottom: 0;
}
.ztc_con_top .el-menu--horizontal>.el-menu-item{
	line-height: 43px;
}

.ztc_con .active{
	background: #fff;
	color: #3e66d8;
}
.ztc_con .el-menu>li>ul>li>div>span{
	font-size: 16px!important;
}
.ztc_sea{
	position: absolute;
	width: 376px;
	height: 32px;
	right: 0px;
	top: 75px;
}
.ztc_inp{
	width: 376px;
	height: 32px;
	border-radius:2px;
	border:0;
	background: #fff;
	line-height: 32px;
	padding: 0 90px 0 15px;
	box-sizing: border-box;
}
.ztc_btn{
	position: absolute;
	right:3px;
	top:2px;
	width: 75px;
	height: 28px;
	border:0;
	border-radius:2px;
	box-sizing: border-box;
	padding-left: 20px;
	background: #3e66d8 url(../images/g_sea.png) no-repeat left 8px top 4px;
	color: #fff;
	font-size: 16px;
}
.ztc_li{
	display: none;
	width: 1200px;
	height: 670px;
	background: #fff;
	border-top: 5px solid #4D73E0;
}
.ztc_li_l{
	width: 275px;
	height: 100%;
	border-right: 1px solid #cfdfff;
	box-sizing: border-box;
}
.ztc_li_l .layui-tree{
	margin: 20px 0;
}
.ztc_li_l .layui-tree-entry{
	height: 40px;
	line-height: 40px;
}
.ztc_li_l .layui-tree-iconArrow:after{
	border-color: transparent transparent transparent #357dff;
}
.ztc_li_l .layui-tree-spread{
	background: #dee9ff;
}
.ztc_li_l .layui-tree-entry:hover {
    background-color: #dee9ff;
}
.ztc_li_l .layui-tree-txt:hover{
	color:#3e66d8;
}
.ztc_li_r{
	width: 925px;
	height: 100%;
	box-sizing: border-box;
	padding: 30px 40px 100px 40px;
	position: relative;
}
.ztc_li_r>a{
	display: block;
	line-height: 42px;
	height: 42px;
	font-size: 14px;
}
.ztc_li_r>a>span{
	display: inline-block;
	padding:0 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ztc_li_r>a>span:nth-child(1){
	width: 600px;
}
.ztc_li_r>a>span:nth-child(2){
	width: 170px;
	text-align: center;
}

.ztc_li_r>a>span:nth-child(3){
	width: 65px;
	text-align: center;
}

.ztc_li_r>a:hover{
	color: #ba0001;
}
.g_page{
	width: 925px;
	padding: 0 10px;
	text-align: center;
	position: absolute;
	bottom: 30px;
	right:0px;
	box-sizing: border-box;
}
.g_page .layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #ba0001;
}
.g_page .layui-laypage a:hover {
    color: #ba0001;
}
/************************/
.jx{
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
	position: relative;
}
.screen_box{
	position: absolute;
	right: 0px;
	top: 48px;
}
.screen_box>span{
	display: inline-block;
	width: 55px;
	height: 25px;
	border-radius: 2px;
	background: #ba0001;
	text-align: center;
	line-height: 25px;
	color: #fff;
}

.screen_box>select{
	width: 145px;
    height: 25px;
    border-color: #ba0001;
    border-radius: 3px;
    padding-left: 20px;
    box-sizing: border-box;
}
.jx_con{
	padding-top: 42px;
}
.jx_con>a{
	display: inline-block;
	width: 220px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	margin-right: 106.6px;
	margin-bottom: 32px;
	background: #eeeeee;
	border-radius: 2px;
	float: left;
}
.jx_con>a:nth-child(4n){
	margin-right: 0px;
}
.jx_con>a:hover{
	background: #ba0001;
	color: #fff;
}

.hw_link{
	width: 1200px;
	margin: 50px auto;
	height: 54px;
	background: #ba0001;
}

.hw_link>p{
	float: left;
	line-height: 54px;
	width: 245px;
	font-size: 16px;
	box-sizing: border-box;
	padding-left: 54px;
	background: url(../images/hw_link.png) no-repeat left 32px center;
	color: #fff;
}
.hw_link>span{
	display: inline-block;
	float: left;
	color:#fff;
	line-height: 24px;
	margin-top: 15px;
}
.sel_hw{
	float: left;
	margin-top: 15px;

}
.sel_hw>select{
	width: 215px;
	height: 24px;
	border-radius: 2px;
	line-height: 24px;
	border:0;
	margin: 0 10px;
}
.w370>select{
	width: 370px!important;
}
.w1200{
	width: 1200px!important;
	margin: 0 auto;
}



/*************************检索结果页**********************************/
.sea_con{
	width: 1200px;
	margin: 0 auto;
}
.sea_top{
	font-size: 16px;
	height: 32px;
	margin-top: 30px;
	border-bottom: 1px solid #eee;
}
.sea_top>span{
	display: inline-block;
	line-height: 32px;
}
.sea_top>span i{
	color: #ba0001;
}
.sea_select{
	margin: 25px 0;
}
.sea_select>span{
	float: left;
	display: inline-block;
	line-height: 24px;
	color: #333;
}
.sea_select>select{
	float: left;
	height: 24px;
	width: 215px;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	margin-right:20px;

}
.sea_list_tit{
	margin-top:50px;
	margin-bottom: 15px;
	height: 38px;
}
.sea_list_tit>span{
	display: inline-block;
	box-sizing: border-box;
	padding: 0 10px;
	height: 38px;
	line-height: 38px;
	background: #eeeeee;
	float: left;
	color: #ba0001;
}
.sea_list_con{
	margin-bottom: 50px;
}
.sea_list_con>a{
	height: 38px;
	display: inline-block;
	margin: 5px 0;
}
.sea_list_con>a>span{
	display: inline-block;
	box-sizing: border-box;
	padding: 0 10px;
	height: 38px;
	line-height: 38px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.sea_list_con>a:hover span{
	background: #eee;
	color: #ba0001;
}
.sea_list_tit>span:nth-child(1), .sea_list_con>a>span:nth-child(1){
	width: 650px;
	padding-right: 50px;
}
.sea_list_tit>span:nth-child(2), .sea_list_con>a>span:nth-child(2){
	width: 150px;
}
.sea_list_tit>span:nth-child(3), .sea_list_con>a>span:nth-child(3){
	width: 100px;
}
.sea_list_tit>span:nth-child(4), .sea_list_con>a>span:nth-child(4){
	width: 300px;
}











