﻿*,
html,
body {
	padding: 0px;
	margin: 0px;
	font-family: "微软雅黑";
}

ul li {
	list-style: none;
}

ol li {
	list-style: none;
}

a {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

li {
	list-style: none;
}


/*头部开始*/

 
.img {
	width: 1280px;
	height: 200px;
	margin: 0px auto;
}

.img img {
	border: 0;
	width: 1280px;
	height: 200px;
}


/*img结束*/


/*内容开始*/

.content {
	width: 1280px;
	min-height: 450px;
	box-sizing: content-box;
	/*background: red;*/
	margin: 0 auto;
	/*position: relative;*/
	overflow: hidden;
}

.aside {
	width: 240px;
	height: auto;
	box-sizing: content-box
	/*background: yellow;*/
	float: left;
	position: absolute;
	/*top: 0;*/
}


/*侧边栏开始*/

.asideMenu {
	position: absolute;
	float: right;
	width: 230px;
	height: 308px;
	top: -56px;
	right: 0;
	box-sizing: border-box;
}

.asideMenu .title {
	letter-spacing: 2px;
	/*字体间距*/
	font-weight: bold;
	width: 230px;
	height: 56px;
	font-size: 20px;
	line-height: 56px;
	font-family: "微软雅黑", "黑体";
	background: rgba(0, 119, 184, 0.8);
	;
	padding-left: 25px;
	box-sizing: border-box;
	color: #ffffff;
	/*margin-bottom: 0;*/
}

.asideMenu .main {
	width: 230px;
	height: 308px;
	margin-bottom: 20px;
}

.asideMenu .main ul {
	width: 230px;
	height: 308px;
	background: whitesmoke;
	box-sizing: border-box;
}

.asideMenu .main ul li {
	width: 230px;
	height: 44px;
	list-style: none;
	border-bottom: 1px solid gainsboro;
	padding-left: 25px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.asideMenu .main ul li a {
	font-family: "微软雅黑", "黑体";
	font-size: 16px;
	text-decoration: none;
	width: 230px;
	height: 44px;
	line-height: 44px;
	color: black;
}

.asideMenu .main ul li a i {
	/*float: right;*/
	/*margin-right: 30px;*/
	font-size: 18px;
	color: lightgray;
	right: 30px;
	top: 0px;
	position: absolute;
}

.asideMenu .main ul li:hover {
	background: #f0f0f0;
}

.asideMenu .main ul li:hover a i {
	color: #0c78b9;
	animation: up 500ms;
	animation-iteration-count: 1;
	/* Safari and Chrome */
	-webkit-animation: up 500ms;
	-webkit-animation-iteration-count: 1;
}

@keyframes up {
	from {
		top: -40px;
	}
	to {
		top: 0px;
		color: #0c78b9;
	}
}

@-moz-keyframes up {
	from {
		top: -40px;
	}
	to {
		top: 0px;
		color: #0c78b9;
	}
}

@-webkit-keyframes up {
	from {
		top: -40px;
	}
	to {
		top: 0px;
		color: #0c78b9;
	}
}

.asideMenu .friend {
	/*padding-top: 20px;*/
	width: 230px;
	height: 308px;
	box-sizing: border-box;
	background: whitesmoke;
}

.asideMenu .friend h3 {
	padding-top: 20px;
	padding-left: 25px;
	width: 230px;
	margin-bottom: 20px;
	color: #004399;
	border-top: 2px solid #004399;
	box-sizing: border-box;
}

.asideMenu .friend ul {
	padding-left: 25px;
}

.asideMenu .friend ul li {
	list-style: none;
	float: left;
	height: 44px;
	width: 90px;
}

.asideMenu .friend ul li a {
	font-family: "微软雅黑", "黑体";
	font-size: 14px;
	text-decoration: none;
	width: 230px;
	height: 44px;
	line-height: 44px;
	color: black;
}


/*侧边栏结束*/


/*主要内容开始*/

.mainContent {
	width: 1040px;
	/*height: 800px;*/
	/*background: pink;*/
	float: right;
	box-sizing: border-box;
	padding-left: 20px;
}


/*标题开始*/

.mainTitle {
	height: 42px;
	width: 1020px;
	/*background: red;*/
	border-bottom: 2px solid gainsboro;
}

.mainTitle h3 {
	font-weight: bold;
	width: 100px;
	height: 30;
	/*display: inline;*/
	font-size: 25px;
	line-height: 42px;
	font-family: "Microsoft YaHei";
	float: left;
	color: #0099cc;
	/*background: gray;*/
}

.mainTitle .path {
	opacity: .5;
	/*background: yellowgreen;*/
	float: right;
	line-height: 42px;
	font-size: 12px;
	font-family: "微软雅黑", "黑体";
}

.mainTitle .path a {
	text-decoration: none;
	line-height: 42px;
	font-size: 12px;
	font-family: "微软雅黑", "黑体";
	color: black;
}


/*标题结束*/

.mainLeader {
	margin-top: 50px;
	width: 1020px;
	height: auto;
	/*height: 1900px;*/
	box-sizing: border-box;
	padding: 0 40px;
	/*background: yellow;*/
	height: auto !important;
}

.mainLeader li {
	width: 940px;
	height: 160px;
	margin-bottom: 50px;
	/*background: red;*/
}

.mainLeader img {
	float: left;
	height: 160px;
	width: 270px;
}

.mainLeader .con {
	margin-left: 30px;
	width: 640px;
	height: 270px;
	/*background: red;*/
	float: left;
}

.mainLeader .con h3 {
	font-family: "微软雅黑";
	font-size: 18px;
	color: #00438C;
	line-height: 30px;
}

.mainLeader .con .eName {
	color: black;
}

.mainLeader .con p {
	text-align: justify;
	text-justify: distribute;
	padding: 6px 0 20px 0;
	line-height: 20px;
	opacity: 0.8;
}


/*内容结束*/


/*版权开始*/

.foot {
	width: 100%;
	height: 212px;
	background: url(http://wd.hcnu.edu.cn/imges/footer.jpg) center;
	text-align: center;
	width: 100%;
	min-width: 1000px;
	z-index: -10;
	zoom: 1;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}

.copyright {
	box-sizing: border-box;
	padding-top: 31px;
	width: 1280px;
	height: 212px;
	/*background: red;*/
	margin: 0 auto;
}

.centR {
	width: 426px;
	height: 150px;
	float: left;
	/*background: gold;*/ 
	padding-left: 20px;
	box-sizing: border-box;
}

.centC {
	width: 426px;
	height: 150px;
	float: left;
	/*background: gray;*/
	padding-left: 20px;
	box-sizing: border-box;
	border-right: 1px solid rgba(210, 216, 208, 0.5);
}

.foot h3 {
	text-align: justify;
	text-justify: distribute;
	/*background: red;*/
	margin-bottom: 10px;
	color: white;
}

.centC .link ul li {
	line-height: 28px;
	list-style: none;
	float: left;
	width: 133px;
}

.centC .link ul li a {
	text-decoration: none;
	color: white;
}

.centL {
	padding-left: 20px;
	box-sizing: border-box;
	width: 426px;
	height: 150px;
	float: left;
	/*background: yellow;*/
}

.centL .icon {
	height: 100px;
}

.centL .icon img {
	margin-left: 10px;
	width: 100px;
	height: 100px;
}

.foot p {
	text-align: justify;
	text-justify: distribute;
	line-height: 32px;
	color: white;
}


/*分页样式*/

.mainLeader>ul {
	width: 100%;
	margin-bottom: 20px;
}

.mainLeader>ul>li {
	width: 100%;
	height: 45px;
	margin-bottom: 0px;
	border-bottom: 1px solid #eee;
}

.mainLeader>ul>li>b {
	display: block;
	width: 8px;
	height: 8px;
	background: #E2E2E2;
	margin-right: 10px;
	margin-top: 20px;
	float: left;
}

.mainLeader>ul>li>a {
	color: #666464;
	display: block;
	line-height: 45px;
	float: left;
}

.mainLeader>ul>li>a:hover {
	color: #0099cc;
}

.mainLeader>ul>li>span {
	color: #666464;
	display: block;
	float: right;
	line-height: 45px;
}

.mainLeader>ol {
	width: 200px;
	height: 30px;
	margin: 20px auto 50px;
}

.mainLeader>ol>li {
	width: 60px;
	height: 30px;
	margin-bottom: 0px;
	float: left;
	margin-top: 20px;
	text-align: center;
}

.mainLeader>ol>li>a {
	border: 1px solid #E2E2E2;
	padding: 2px;
}

.mainLeader>ol>li>span {
	display: block;
	width: 20px;
	height: 20px;
	background: #0077B8;
	margin-left: 20px;
	color: #fff;
}