﻿#__bs_notify__ {
	display: none !important
}

.wid {
	width: 1200px;
	margin: 0 auto
}

.widd {
	width: 1580px;
	margin: 0 auto;
        height:520px;
       
}

.header {
	background: #976747;
	padding-top: 30px;
}

.header h1 {
	float: left;
	width: 137px;
	height: 44px;
	overflow: hidden;
}

.header h1 a {
	width: 100%;
	height: 100%;
	display: block;
}

.header h1 a img {
	width: 100%;
	min-height: 100%
}

.header .sech {
	float: right;
	width: 180px;
	height: 22px;
	border: 1px solid #fff;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	margin-top: 10px;
}

.header .sech form {
	width: 100%;
	height: 100%;
}

.header .sech form input {
	height: 100%;
	border: none;
	background: none
}

.header .sech form input[type="text"] {
	width: 85%;
	float: left;
	font-size: 12px;
	color: #fff;
	text-indent: 15px;
}

.header .sech form input[type="text"]::-webkit-input-placeholder {
	color: #fff
}

.header .sech form input[type="text"]:-moz-placeholder {
	color: #fff
}

.header .sech form input[type="text"]:-ms-input-placeholder {
	color: #fff
}

.header .sech form input[type="submit"] {
	float: right;
	width: 15%;
	background: url("../img/2887305c5bd76bf1aa3830f5e2f79183_13x13.png") center center no-repeat;
	cursor: pointer
}

.header h2 {
	font-size: 26px;
	position:absolute;
	top:25px;left:27%;;
	color: #fff;
	font-weight: normal;
	margin-top: 15px;
}

.header .nav {
	 
	margin-top: 25px;
}

.header .nav ul li {
	position: relative;
	 
}

.header .nav ul li:hover .drop-down {
	display: block
}

.header .nav ul li .drop-down {
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 0;
	width: 100%;
	background: #976747;
	display: none;
}

.header .nav ul li .drop-down a {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.header .nav ul li .drop-down a:hover {
	background: #77533a
}

.header .nav ul li .drop-down .box {
	position: relative;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
}

.header .nav ul li .drop-down .box:hover .drop-box {
	display: block
}

.header .nav ul li .drop-down .box span {
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: block;
	cursor: pointer;
	background: url("../img/370136f6d345c525d765008c58f37ec5_7x9.png") 95% center no-repeat;
}

.header .nav ul li .drop-down .box span:hover {
	background: url("../img/370136f6d345c525d765008c58f37ec5_7x9.png") #77533a 95% center no-repeat
}

.header .nav ul li .drop-down .box .drop-box {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	background: #976747;
	display: none
}

.header .nav ul li:hover>a {
	background: #77533a
}

.header .nav ul li.acti>a {
	background: #77533a
}

.header .nav ul li>a {
	padding: 20px 34px;
	display: block;
	font-size: 16px;
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.banner {
	position: relative;
	
	overflow: hidden;
}

.banner ul li {
	position: absolute;
	width: 100%;
	height: 525px;
	overflow: hidden;
}

.banner ul li a {
	width: 100%;
	height: 100%;
	display: block;
}

.banner ul li a img {
	width: 100%;
	min-height: 100%
}

.banner .cirl {
	position: absolute;
	z-index: 2;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.banner .cirl span {
	width: 10px;
	height: 10px;
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	margin: 0 7px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	cursor: pointer;
}

.banner .cirl span.acti {
	background: #fdd835
}

.public-title {
	width: 100%;
	display: table;
	padding: 25px 0;
}

.public-title img {
	margin: 1px 16px 0 6px;
	float: left
}

.public-title strong {
	float: left;
	font-size: 22px;
	color: #976747;
	font-family: "microsoft yahei";
	font-weight: normal
}

.public-title a {
	float: right;
	font-size: 13px;
	color: #525252;
	line-height: 22px;
}

.public-title a:hover {
	text-decoration: underline
}

.news {
	overflow: hidden;
}

.news .left {
	float: left;
	width: 574px;
}

.news .left .pic {
	width: 100%;
	height: 341px;
	overflow: hidden;
	margin-bottom: 10px;
}

.news .left .pic a {
	width: 100%;
	height: 100%;
	display: block;
}

.news .left .pic a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .85
}

.news .left .pic a img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.news .left p {
	font-size: 14px;
	line-height: 1.9;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.news .left p a:hover {
	text-decoration: underline
}


.news .left-box {
    float: left;
    width: 574px;
}


.public-list.pl2 {
	width: 575px
}

.public-list ul li {
	width: 100%;
	border-bottom: 1px dotted #999;;
	line-height:2.2;
	margin-bottom: 15px;
	padding-left:1.2em;
	background: url(http://www.hnu.edu.cn/images/list-image/list-icon.png) no-repeat 5px center;
	
}

.public-list ul li a {
	float: left;
	width: 85%;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 16px;
}

.public-list ul li a:hover {
	text-decoration: underline;
	-webkit-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px);
	color: #976747
}

.public-list ul li span {
	/* float: right; */
	position:absolute;
	color: #976747;
	font-size:16px;
}

.big-tip {
	background: #f7f5f4;
	padding: 15px 0
}

.talent {
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 30px;
}

.talent ul {
	margin-left: -.333%;
}

.talent ul li {
	position: relative;
	width: 33%;
	height: 210px;
	overflow: hidden;
	margin-left: .333%;
}

.talent ul li a {
	width: 100%;
	height: 100%;
	display: block;
}

.talent ul li a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .85
}

.talent ul li a img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.talent ul li a span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 34px;
	line-height: 34px;
	background: #976747;
	padding-left: 10px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px
}

.link {
	overflow: hidden;
	margin-bottom: 30px;
}

.link ul {
	height: 25px;
}

.link ul li {
	background: url("../img/a3e43b2b587a6ccf3916a5ca6fdf175e_9x13.png") left center no-repeat;
	padding-left: 20px;
	font-size: 14px;
	margin-right: 30px;
}

.link ul li a {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.link ul li a:hover {
	text-decoration: underline;
	color: #976747;
	font-size: 18px;
	font-weight: bold
}

.footer {
	background: #976747;
	padding: 30px 0;
}

.footer h3 {
	width: 294px;
	height: 45px;
	float: left;
	margin-top: 15px;
}

.footer h3 img {
	width: 100%
}

.footer .right {
	float: right;
}

.footer .right p {
	font-size: 13px;
	color: #fff;
	line-height: 1.6;
	text-align: right
}

.fixed-box {
	position: fixed;
	top: 200px;
	z-index: 10;
	width: 109px;
	height: 257px;
	overflow: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.fixed-box:hover {
	top: 195px
}

.fixed-box a {
	width: 100%;
	height: 100%;
	display: block;
}

.fixed-box a img {
	width: 100%;
	min-height: 100%
}

.fixed-box.f1 {
	left: 45px
}

.fixed-box.f2 {
	right: 45px
}

.top-box {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 10px;
}

.top-box .banner {
	width: 1049px;
	height: 288px;
	float: right
}

.top-box .banner ul li {
	height: 288px
}

.top-box .left-list {
	float: left;
	width: 107px;
	float: left;
}

.top-box .left-list ul li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #976747;
	text-align: center;
	margin-bottom: 7px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.top-box .left-list ul li:hover {
	opacity: .85
}

.top-box .left-list ul li a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 16px;
	color: #fff
}

.news-list {
	float: right;
	width: 560px;
}

.news-list ul li {
	width: 100%;
	margin-bottom: 11px;
}

.news-list ul li strong {
	display: block;
	line-height: 1.6;
	border-bottom: 1px dashed #b4b4b4;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: 8px;
	font-weight: normal;
}

.news-list ul li strong a {
	font-size: 18px;
	color: #976747;
}

.news-list ul li strong a:hover {
	color: #000
}

.news-list ul li p {
	font-size: 12px;
	color: #757575;
	text-align: justify;
	line-height: 1.7
}

.highlights {
	overflow: hidden;
	margin-bottom: 20px;
}

.highlights ul {
	margin-left: -1%;
}

.highlights ul li {
	position: relative;
	width: 24%;
	height: 222px;
	overflow: hidden;
	background: #bdbdbd;
	margin-left: 1%;
}

.highlights ul li a {
	width: 100%;
	height: 100%;
	display: block;
}

.highlights ul li a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .85
}

.highlights ul li a img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.highlights ul li a span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #fff;
	background: rgba(0,0,0,0.5);
	padding-left: 20px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	text-shadow: 0 2px 5px rgba(0,0,0,0.9);
}

.highlights ul li a span:hover {
	text-decoration: underline
}

.platform {
	margin-bottom: 30px;
}

.platform .box {
	position: relative;
	height: 110px;
}

.platform .box ul {
	margin-left: -20px;
	height: 110px;
}

.platform .box ul li {
	height: 100px;
	margin-left: 20px;
	text-align: center;
	width: 181px;
}

.platform .box ul li a {
	width: 100%;
	height: 100%;
	display: block
}

.ban {
	width: 100%;
	height: 296px;
	overflow: hidden;
	margin-bottom: 20px
}

.sidebar {
	width: 210px;
	float: left;
}

.sidebar h4 {
	font-size: 22px;
	color: #976747;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 25px;
	border-bottom: 1px solid #b5b5b5;
	font-weight: normal
}

.sidebar ul li {
	width: 100%;
	background:#fbfbfb;
	line-height: 50px;
	border:1px solid #ddd;
	margin:5px 0;
}

.sidebar ul li:hover a {
	background: #976747;
	color: #fff
}

.sidebar ul li.acti a {
	background: #976747;
	color: #fff
}

.sidebar ul li a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 16px;
	color: #976747;
	text-indent: 12px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.right-box {
	float: right;
	width: 970px;
	padding-bottom: 70px
}

.path {
	text-align: right;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.path a:hover {
	text-decoration: underline
}

.path i {
	margin: 0 6px;
	display: inline-block
}

.article h5 {
	text-align: center;
	font-size: 30px;
	letter-spacing: 3px;
	line-height: 1.4;
	margin-bottom: 10px
}

.article .ti {
	text-align: center;
	font-size: 14px;
	color: #757575;
	line-height: 1.4;
	margin-bottom: 25px
}

.article p {
	font-size: 17px;
	line-height: 1.9;
	margin-bottom: 40px
}

.english {
	margin-top: 100px;
}

.english p {
	text-indent: 30px;
}

.english p.p1 {
	text-indent: 0
}

.english p.p2 {
	text-align: center;
	text-indent: 0;
	margin-top: 60px;
	margin-bottom: 0
}

.activity-list {
	width: 100%;
	overflow: hidden;
}

.activity-list ul li {
	width: 100%;
	border-bottom: 1px solid #dedede;
	line-height: 2.6;
	margin-bottom: 10px;
	font-size: 16px;
	
}

.activity-list ul li a {
	float: left;
	width: 75%;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.activity-list ul li a:hover {
	text-decoration: underline;
	-webkit-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px);
	color: #976747
}

.activity-list ul li span {
	float: right;
	color: #686868;
}

.activity-list ul li span.s2 {
	color: #976747;
	margin-right: 30px
}

.page {
	font-size: 14px;
	color: #606060;
	line-height: 25px;
	margin-top: 20px;
	text-align: right
}

.page a {
	color: #606060;
	margin: 0 3px
}

.page input {
	width: 35px;
	height: 25px;
	border: 1px solid #a1a1a0;
	text-align: center;
	font-size: 14px;
	line-height: 25px
}

.page a:hover {
	text-decoration: underline;
	color: #686868
}

.page select {
	height: 20px;
	width: 50px;
	font-size: 14px;
	margin: 0 20px 0 5px
}

.gk-box {
	float: left;
	width: 710px;
}

.gk-box p {
	font-size: 14px;
	text-align: justify;
	line-height: 2.1;
	text-indent: 60px
}

.jz-info {
	float: right;
	width: 425px;
}

.jz-info ul li {
	width: 100%;
	line-height: 1.7;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.jz-info ul li:first-child {
	border-bottom: 1px solid #dedede
}

.jz-info ul li span {
	float: left;
	font-size: 14px;
	width: 22%;
	padding-right: 10px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.jz-info ul li span.s2 {
	width: 56%
}

.jz-info ul li span.s3 {
	text-align: right
}

.style-box {
	overflow: hidden;
	margin-bottom: 20px;
}

.style-box ul li {
	width: 50%;
	height: 237px;
	overflow: hidden;
}

.style-box ul li .text {
	position: relative;
	width: 50%;
	height: 237px;
	float: left;
	background: #f5f5f5;
	padding: 30px 30px 0;
}

.style-box ul li .text:after {
	content: "";
	position: absolute;
	right: -20px;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 20px solid #f5f5f5;
	border-bottom: 20px solid transparent;
	margin-top: -20px
}

.style-box ul li .text strong {
	font-size: 14px;
	color: #976747;
	font-weight: normal;
	display: block;
	border-bottom: 2px solid #976747;
	margin-bottom: 10px;
	padding-bottom: 5px
}

.style-box ul li .text b {
	font-size: 18px;
	line-height: 1.4;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	word-wrap: break-word
}

.style-box ul li .text p {
	font-size: 12px;
	color: #757575;
	text-align: justify;
	line-height: 2;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	word-wrap: break-word
}

.style-box ul li .pic {
	width: 50%;
	height: 237px;
	overflow: hidden;
	background: #bdbdbd;
}

.style-box ul li .pic a {
	width: 100%;
	height: 100%;
	display: block;
}

.style-box ul li .pic a img {
	width: 100%;
	min-height: 100%
}
.pic img { width:575px; height:350px;}

.news .left-box ul li p {
    font-size: 16px;
    line-height: 2;
    margin-top:20px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align:center;
}


.news .left-box ul li{

	position: absolute;
	height: 450px;
	overflow: hidden;
}



.news .left-box .ncirl {
	position: relative;
	z-index: 2;
	margin-top:310px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background:rgba(0,0,0,0.5);
	line-height:40px;
	text-align:right;
}

.news .left-box .ncirl span {
	width: 10px;
	height: 10px;
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	margin: 0 7px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	cursor: pointer;
}

.news .left-box .ncirl span.acti {
	background: #f76300
}


.home-weixin{ position:fixed; right:0; bottom:0px; text-align:center; margin:10px; z-index:1; }
.home-weixin img{ width: 120px; height:120px;  border:10px solid #fff; }
.home-weixin .wximg { padding:10px 0;  }
.home-weixin span { background:#cacaca; display:block; width:120px; padding:5px; color:#755139 }

/*# sourceMappingURL=style.css.map */