@import"cklc.css";
@import"head.css";
@import"foot.css";
@import"ckjz.css";
@import"zxbm.css";
@import"article.css";
@import"majdt.css";
@import"schdt.css";
@import"insideright.css";
body{
	zoom: 0.9;
	-moz-transform: scale(0.9);
}
/*在设备宽度小于1900的时候对网页进行缩放*/
@media only screen and (max-device-width:1900px) {
	body{
		zoom: 0.8;
		-moz-transform: scale(0.8);
	}
}

.base_center{
	width: 1280px;
	margin: 0 auto;
}

/*通用消息面板*/
.pan{
	width: 420px;
	box-sizing: border-box;
}
.pan_title{
	display: flex;
	justify-content: space-between;
	padding: 5px 10px;
	background: #E54137;
	/*background-image: url("../img/common/wl.png");*/
	color: white;
}
.pan_title a{
	color: white;
}
.pan_title_left{
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}
.pan_title_right{
	font-size: 13px;
	line-height: 40px;
}
.pan_list{
	box-sizing: border-box;
}
.pan_list ul{
	list-style-type: disc;
	padding-top: 10px;
}
.pan_list li{
	list-style-type: none;
	line-height: 40px;
	padding: 1px 5px;
	border-bottom: 1px solid #eee;
}.pan_list li::after{
	content: "";
	display: block;
	clear: both;
}
.pan_list a{
	display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 90px;
    color: #333;
    font-size: 15px;
}
.pan_list a:hover{
	color: #F72F3E;
}
.pan_list em{
	font-size: 15px;
	display: block;
	float: right;
	color: #888;
}
/*通用消息面板*/

/*首页报名入口*/
.bmrk_a:hover{
	text-decoration: none;
}
.bmrk{
	display: block;
	position: relative;
	transition: 0.6s;
	width: 1280px;
	margin: 5px auto;
	height: 80px;
	line-height: 80px;
	background: linear-gradient(to right,#ff416c, #ff4b2b);
	font-size: 32px;
	color: white;
	text-align: center;
}
.bmrk:hover{
	color: white;
	box-shadow: 0px 0px 10px #ff416c;
}
/*内页报名入口*/
.smbmrk_a:hover{
	text-decoration: none;
}
.smbmrk{
	transition: 0.6s;
	border-radius: 5px;
	margin-bottom: 5px;
	width: 354px;
	padding: 30px 0;
	font-size: 40px;
	color: white;
	text-align: center;
	background: linear-gradient(to bottom right ,#ff416c, #ff4b2b);
}
.smbmrk:hover{
	box-shadow: 0px 0px 10px #ff416c;
}

/************************首页第一层*****************************/
.main_f1{
	margin-top: 5px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.slide_text{
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	background: #eee;
	opacity: 0.7;
	padding: 3px 0;
}


.last_ns{
	width: 780px;
	display: flex;
	justify-content: space-between;
}
.last_ns_l{
	width: 363px;
	height: 225px;
}
.last_ns_r{
	width: 400px;
}
.last_ns_title{
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #eee;
}
.last_ns_title_left{
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
}
.last_ns_title_left::before{
	content: "";
	display: inline-block;
    width: 10px;
    height: 25px;
    background-color: #f52f3e;
    vertical-align: middle;
    margin-right: 18px;
}
.last_ns_title_right{
	font-size: 16px;
	line-height: 60px;
}
.last_ns_list{
	box-sizing: border-box;
}
.last_ns_list ul{
	list-style-type: disc;
	padding-top: 10px;
}
.last_ns_list li{
	list-style-type: none;
	line-height: 40px;
	font-size: 16px;
}.last_ns_list li::after{
	content: "";
	display: block;
	clear: both;
}
.last_ns_list a{
	display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 90px;
    color: #333;
    font-size: 16px;
}
.last_ns_list a:hover{
	color: #F72F3E;
}
.last_ns_list em{
	font-size: 16px;
	display: block;
	float: right;
	color: #888;
}
.last_ns_l_query{
	margin-top: 5px;
	height: 80px;
}
.last_ns_l_query a{
	transition: 0.5s;
	display: block;
	width: 363px;
	height: 75px;
	background: url("../../img/common/bmbg.png");
	text-align: center;
	color: white;
	font-size: 26px;
	line-height: 75px;
}
.last_ns_l_query a:hover{
	text-decoration: none;
	color: white;
	box-shadow: 0px 0px 10px #4637EF;
}
.apis{
	width: 480px;
}
.countdown_bg{
	background:url("../../img/common/countdownbg.jpg") no-repeat;
	background-size: 100% 100%;

}
.countdown{
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #50616d;
}
.countdown_tim{
	/*background: #eee;*/
	/*border: 1px solid #E54137;*/
	color: #e54137;
	font-size: 34px;
	padding: 5px 10px;
	border-radius: 6px;
	font-weight: bold;
	background: #fff;
}
.apis_con_b{
	margin-top: 5px;
}
.apis_con_b::after{
	content: "";
	display: block;
	clear: both;
}
.apis_con{
	float: left;
	width: 310px;
	display: flex;
	flex-wrap: wrap;
}
.anapi{
	margin:1px;
	border: 1px solid #eee;
	width: 100px;
	height: 100px;
}
.anapi a:hover{
	text-decoration: none;
	color: #E54137;
}
.anpai_logo{
	height: 70px;
	text-align: center;
}
.anapi_tit{
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.qrcode_b{
	border: 1px solid #eee;
	float: right;
	width: 170px;
}
.qrcode{
	height: 150px;
	text-align: center;
}
.qrcode_text{
	font-size: 14px;
	line-height: 25px;
	height: 25px;
	text-align: center;
	overflow: hidden;
}

.main_gain{
	position: relative;
	margin-top: 1px;
	transition: 0.6s;
	box-shadow: 0px 0px 2px #ccc;
}
.main_gain:hover{
	box-shadow: 0px 0px 8px #ccc;
}
.main_gain_tab{
	position: absolute;
	background: #7fdfd4;
	text-align: center;
	width: 55%;
	top: 13px;
	right: 2%;
	padding: 10px 0;
	font-size: 16px;
	color: white;
	border-radius: 5px;
}
.main_gain_tab input{
	color: #333;
	height: 30px;
	outline: none;
	border: 0;
	border-radius: 5px;
	text-indent: 5px;	
}
.main_gain_sub{
	background: #E54137;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
}






/************************首页第二层**************************/
.main_f2{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/************************首页第三层**********************/
.main_f3{
	margin-top: 20px;
}
/*标题*/
.lis_tit{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
}
.lis_tit_left{
	padding: 0 10px;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	border-bottom: 3px solid #E54137;
}
.lis_tit_right{
	padding: 0 10px;
	font-size:18px ;
	line-height: 50px;
}
/*标题*/
.sch_lis_main{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	padding: 10px;
}
.sch_lis_main a:hover{
	text-decoration: none;
}
.sch_lis_main_a{
	transition: all 0.6s;
	box-shadow: 1px 1px 5px #eee;
	margin: 5px;
	padding-bottom: 5px;
	color: #333;
	border-radius: 6px;
}
.sch_lis_main_a a:hover{
	text-decoration: none;
}
.sch_lis_main_a:hover{
	box-shadow: 1px 1px 20px #999;
}
.sch_lis_main_a_img{
	width:300px;
	height: 200px;
}
.sch_lis_main_a_name{
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}
.sch_lis_main_a_major{
	padding: 0 10px;
	font-size: 14px;
}
.sch_lis_main_a_grade{
	padding: 0 10px;
	font-size: 14px;
}
.sch_lis_main_a_button{
	
	width: 150px;
	height: 40px;
	text-align: center;
	color: white;
	line-height: 40px;
	border-radius:20px;
	margin: 10px auto;
	cursor: pointer;
	position: relative;
	background: linear-gradient(to right,#ff416c, #ff4b2b);
}
.sch_lis_main_a_button:hover{
	background: linear-gradient(to right,#ff4b2b,#ff416c);
}
/***********首页第四层*****************/
.major_lis_main{
	padding: 20px;
}
.major_lis_type{
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	border-left: 0px solid #E54137;
	text-align: center;
	margin-top: 20px;
}
.major_lis_type::before{
	content: " ";
	display: inline-block;
	height: 3px;
	width: 40%;
	background: red;
	vertical-align: middle;
	margin-right: 10px;
	background: linear-gradient(to right, #12c2e9, #c471ed,#12c2e9,#c471ed);
}
.major_lis_type::after{
	content: " ";
	display: inline-block;
	height: 3px;
	width: 40%;
	vertical-align: middle;
	background: red;
	margin-left: 10px;
	background: linear-gradient(to left, #12c2e9, #c471ed,#12c2e9,#c471ed);
}
.major_lis_type_con{

}
.major_lis_b{
	margin: 0 auto;
	width: 1160px;
}
.major_lis_b::after{
	content: "";
	display: block;
	clear: both;
}
.major_lis_a{
	position: relative;
	float: left;
	width: 280px;
	height: 150px;
	margin: 5px;
	transition: 0.2s;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	border-radius: 6px;
	box-shadow: 1px 1px 5px #ccc;
}
.major_lis_a:hover{
	box-shadow: 1px 1px 15px #aaa;
}
.major_lis_name{
	display: block;
	position: absolute;
	top: 50px;
	width: 280px;
	text-align: center;
	line-height: 50px;
	color: white;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 22px;
	font-weight: bold;
}
/*******************首页第四层*************/
/*******************首页第五层*************/
.main_f5{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/*******************首页第五层*************/

/*********************内页新闻列表通用***********************/
.inside_main{

}
.inside_main::after{
	content: "";
	display: block;
	clear: both;
}
.inside_main_left{
	float: left;
	width: 850px;
	/*height: 500px;*/
}
.inside_main_right{
	float: right;
	width: 400px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.inside_pan{
	margin-bottom: 10px;
}
.inside_main_art{
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}
.inside_main_art_tit{
	padding: 10px 10px;
	font-size: 20px;
}
.inside_main_art_tit a{
	display: block;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.inside_main_art_tit a:hover{
	color: #E54137;
}
.inside_main_art_tim{
	padding: 5px 10px;
	font-size: 18px;
	color: #999;
	text-align: left;
}
.article_main{
	padding: 20px;
}
/*********************内页新闻列表通用***********************/
.msg_base{
	margin-top: 20px;
}
.msg_base p{
	margin: 5px 0;
	padding: 5px;
	font-size: 20px;
	border-bottom: 0px solid #eee;
}
.msg_base p a{
	color: blue;
}
.msg_base table{
	font-size: 20px;
	text-align: center;
	width: 700px;
	margin: 10px auto;
	border: 1px solid #E54137;
}
.msg_base table th{
	text-align: center;
	padding: 10px;
	border: 1px solid #E54137;
}
.msg_base table td{
	padding: 10px;
	border: 1px solid #E54137;
}
.msg_base p::before{
	content: "◇";
	display: inline-block;
	padding: 0 5px;
	color: #E54137;
}
