@charset "UTF-8";

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea,
button {
	-webkit-appearance: none;
}

input:focus {
	outline: none;
}

input::-moz-focus-inner {
	border: 0;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	color: #000;
	font-size: 18px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	background: #f8f8f8;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
	outline: none;
}

a {
	-webkit-tap-heighlight-color: transparent;
}

a:link,
a:hover,
a:active,
a:visited {
	text-decoration: none;
}

.container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	display: block;
	position: relative;
}

.container img {
	max-width: 100%;
}

.container_m {
	background: #f8fafc;
}
.zizilink{
    width:320px;
    height:32px;
    background:blue;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
}

/* 内页 */
.page_main {
	margin:0 auto;
	width: 16rem;
	margin-top:1.2rem;
	overflow:hidden;
	clear: both;
}
.page_pleft{
	float: left;
	width: 3.3rem;
	overflow: hidden;
}
.page_pright,.page_newslist,.page_newsmain,.page_edulist{
	float: right;
	width: 12rem;
	padding: .8rem .6rem;
	color: #555;
	text-align: left;
	line-height: 180%;
	background: #fff;
	overflow: hidden;
}
.page_pleft h2{
	width: 100%;
	text-align: left;
	font-size: .38rem;
	line-height:200%;
	color: #212121;
	font-family: HarmonyOS Sans SC-Regular;
	font-weight: normal;
	position: relative;
}
.page_pleft h2::after{
	position: absolute;
	content: "";
	width: .8rem;
	height: .08rem;
	background: #1733A4;
	left: 0;
	bottom:0;
	margin-top: 10px;
}
.page_pleft ul{
	margin-top: .7rem;
}
.page_pleft ul li{
	float: left;
	margin-top: 1px;
	width: 3.2rem;
	height: .8rem;
	background: #fff;
	text-align: left;
	position: relative;
	line-height: .8rem;
	font-size: .22rem;
	color: #333333;
	padding-left: .3rem;
}
.page_pleft ul li.en{
	font-size: .16rem;
}
.page_pleft ul li a,.page_pleft ul .dh2 a{
	color: #333333;
}
.page_pleft ul li::before{
	content:"";
	display: inline-block;
	width: .08rem;
	height: .08rem;
	border-top: 1px solid #656565;
	border-right: 1px solid #656565;
	transform: rotate(45deg);
	-webkit-transform:rotate(45deg);
	position: absolute;
	left: .1rem;
	top: .35rem;
}
.page_pleft ul .dh2{
	float: left;
	margin-top: 1px;
	width: 3.2rem;
	height: .6rem;
	background: #fff;
	text-align: left;
	position: relative;
	line-height: .6rem;
	font-size: .22rem;
	color: #333333;
	padding-left: .6rem;
}
.page_pleft ul .dh2::before{
	content:"";
	display: inline-block;
	width: .08rem;
	height: .08rem;
	border-top: 1px solid #656565;
	border-right: 1px solid #656565;
	transform: rotate(45deg);
	-webkit-transform:rotate(45deg);
	position: absolute;
	left: .4rem;
	top: .28rem;
}
.page_pleft ul li.this,.page_pleft ul li:hover{
	background: #1733A4;
	color: #fff;
	font-weight: bold;
}
.page_pleft ul li.this a,.page_pleft ul li:hover a{
	color: #fff;
}
.page_pleft ul li.this::after,.page_pleft ul li:hover::after{
	content:"";
	border-top: solid .08rem #00800000;
	border-left:solid .1rem #1733A4;
	border-right:solid .05rem #00800000;
	border-bottom: solid .08rem #00800000;
	position: absolute;
	right: -.12rem;
	top: .35rem;
}
.page_pleft ul .dh2.dh2this::before,.page_pleft ul .dh2:hover::before{
	border-top: 1px solid #1733A4;
	border-right: 1px solid #1733A4;
}
.page_pleft ul .dh2.dh2this a,.page_pleft ul .dh2:hover a{
	color:#1733A4;
}
/* 新闻列表页 */
.page_newslist {
	padding:0;
}
.page_newslist ul{
	width: 100%;
}
.page_newslist ul li{
	padding:.6rem .4rem;
	width:100%;
	border-bottom: 1px #dedede solid;
	overflow: hidden;
	clear: both;
}
.page_newslist ul li .nleft{
	float: left;
	width: 6.9rem;
	overflow: hidden;
}
.page_newslist ul li .nleft h3{
	float: left;
	width: 100%;
	text-align: left;
	font-size: .28rem;
	font-weight: 600;
}
.page_newslist ul li .nleft h3 a{
	color: #333;
}
.page_newslist ul li .nleft .text{
	float: left;
	margin-top: .2rem;
	width: 100%;
	text-align: left;
	color: #666;
	font-size: .18rem;
	line-height: 150%;
}
.page_newslist ul li .nleft .time{
	float: left;
	margin-left: 0;
	margin-top: .2rem;
	width: 40%;
	margin-bottom: 0;
	font-size: .14rem;
	line-height: .28rem;
	color: #888;
}
.page_newslist ul li .nleft .nmore{
	float: right;
	margin-top: .2rem;
	margin-right: 0;
	width: .66rem;
	height: .28rem;
	text-align: center;
	font-size: .14rem;
	line-height: .26rem;
	border: 1px #bebebe solid;
	color: #888;
}
.page_newslist ul li .nleft .nmore a{
	color: #888;
}
.page_newslist ul li img{
	float: right;
	width: 3.65rem;
	height: 2.2rem;
}
/* 新闻内容页 */
.page_newsmain h1{
	width: 100%;
	text-align: left;
	font-size: .36rem;
	line-height: 200%;
	font-weight: normal;
}
.page_newsmain .edit{
	width: 100%;
	margin-top: .1rem;
	text-align: left;
	font-size: .18rem;
	line-height: 150%;
	color: #666;
	clear: both;
}
.page_newsmain .content{
	width: 100%;
	margin-top: .4rem;
	padding-top: .6rem;
	text-align: left;
	font-size: .2rem;
	line-height: 180%;
	color: #666;
	border-top: 1px #d8d8d8 solid;
	clear: both;
}
.page_newsmain .content p{
	margin-bottom: .3rem;
}
/* 高校列表页 */
.page_edulist {
	padding:0;
}
.page_edulist ul{
	width: 100%;
}
.page_edulist ul li{
	padding:.6rem .6rem;
	width:100%;
	border-bottom: 1px #dedede solid;
	overflow: hidden;
	clear: both;
}
.page_edulist ul li img{
	width: 3.45rem;
	height: 2.72rem;
}
.page_edulist ul li .ebox{
	width: 6.8rem;
	overflow: hidden;
}
.page_edulist ul li .ebox .timg{
	float: left;
	width: .64rem;
	height: auto;
}
.page_edulist ul li .ebox h3{
	float: left;
	margin-left: .2rem;
	width: 3rem;
	text-align: left;
	font-size: .24rem;
	line-height: .6rem;
	font-weight: normal;
}
.page_edulist ul li .ebox h3 a{
	color: #333;
}
.page_edulist ul li .ebox .dep{
	float: right;
	width: 1.6rem;
	font-size: .14rem;
	color: #1733A4;
	line-height: .6rem;
	text-align: right;
}
.page_edulist ul li .ebox .text{
	float: left;
	width: 100%;
	margin-top: .2rem;
	font-size: .18rem;
	text-align: left;
	line-height: 150%;
	color: #666;
}
/* contact */
.contact{
	margin:0 auto;
	width: 14.68rem;
	margin-top: .8rem;
	margin-bottom: .6rem;
	padding:.6rem;
	height: auto;
	background: #FFFFFF;
	border-radius: 24px 24px 24px 24px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	clear: both;
}
.contact img{
	float: left;
	width: 6rem;
	height: 4.2rem;
}
.contact .cbox{
	float: right;
	width: 6.8rem;
	text-align: left;
	overflow: hidden;
}
.contact .cbox h3{
	width: 100%;
	margin-top: .56rem;
	color: #1733A4;
	text-align: left;
	font-size: .32rem;
}
.contact .cbox .text{
	width: 100%;
	color: #333;
	margin-top: .2rem;
	font-size: .2rem;
	clear: both;
}
.contact .cbox .content{
	width: 100%;
	color: #666;
	margin-top: .4rem;
	font-size: .18rem;
	line-height: 180%;
	clear: both;
	
}


@media (max-width: 768px) {
	.container_m {
		width: 100%;
		display: block;
	}

	.container_m img {
		display: block;
		max-width: 100%;
	}



}

/* 页脚 */
.footer {
	width: 100%;
	background: #25282B;
	padding-top: .2rem;
	padding-bottom: .2rem;
	overflow: hidden;
	text-align: center;
	line-height: 200%;
	font-size: .2rem;
	color: #f8f8f8;
	clear: both;
}


/* 分页 */
.page-index a,.page-pre a,.page-numbar a,.page-next a,.page-last a{
	color: #000;
	padding:0 .1rem;
}
@media (max-width: 1200px) {
	.contact .cbox h3{
		margin-top: .4rem;
		font-size: .4rem;
	}
	.contact .cbox .text{
		font-size: .32rem;
	}
	.contact .cbox .content{
		margin-top: .3rem;
		font-size: .24rem;
	}
}

@media (max-width: 840px) {
	.contact .cbox h3{
		font-size: .4rem;
	}
	.contact .cbox .text{
		font-size: .32rem;
	}
	.contact .cbox .content{
		font-size: .26rem;
	}
}


@media (max-width: 768px) {
	.page_main{
		width: 17.16rem;
	}
	.page_pleft{
		width: 100%;
	}
	.page_pleft h2{
		font-size: .6rem;
	}
	.page_pleft ul li{
		width: 25%;
		font-size: .36rem;
	}
	.page_pright, .page_newslist, .page_newsmain, .page_edulist{
		float: left;
		width: 100%;
		margin-top: .6rem;
		font-size: .6rem;
	}
	.page_newslist ul li .nleft{
		width: 12rem;
	}
	.page_newslist ul li .nleft h3{
		font-size: .4rem;
		line-height: .4rem;
	}
	.page_newslist ul li .nleft .text{
		font-size: .3rem;
	}
	.page_newslist ul li .nleft .time,.page_newslist ul li .nleft .nmore{
		font-size: .28rem;
	}
	.page_newslist ul li img{
		width: 4rem;
		height: auto;
	}
	.page_newsmain h1{
		font-size: .72rem;
	}
	.page_newsmain .edit{
		font-size: .4rem;
	}
	.page_newsmain .content{
		font-size: .6rem;
	}
	.page_edulist ul li img{
		width: 4rem;
		height: auto;
	}
	.page_edulist ul li .ebox{
		width: 11.5rem;
	}
	.page_edulist ul li .ebox h3{
		width: 7.6rem;
		font-size: .48rem;
		overflow: hidden;
	}
	.page_edulist ul li .ebox .dep{
		width: 3rem;
		font-size: .28rem;
	}
	.page_edulist ul li .ebox .text{
		font-size: .32rem;
	}
}
@media (max-width: 680px) {
	.contact{
		width: 16rem;
	}
	.contact .cbox{
		width: 8.4rem;
	}
	.contact .cbox h3{
		margin-top: 0;
		font-size: .48rem;
	}
	.contact .cbox .text{
		font-size: .36rem;
	}
	.contact .cbox .content{
		margin-top: .2rem;
		font-size: .32rem;
		line-height: 150%;
	}
}
@media (max-width: 480px) {
	.contact{
		width: 17.16rem;
	}
	.contact img{
		width: 100%;
		height: auto;
	}
	.contact .cbox{
		width: 100%;
		margin-top: .6rem;
	}
	
	.contact .cbox h3{
		margin-top: 0;
		font-size: .6rem;
	}
	.contact .cbox .text{
		font-size: .56rem;
	}
	.contact .cbox .content{
		margin-top: .2rem;
		font-size: .48rem;
		line-height: 150%;
	}
}