﻿/* reset */
* {
	box-sizing: border-box;
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
	margin: 0;
	padding: 0;
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
p,
blockquote,
figure,
header,
footer,
nav,
article,
section,
aside,
address,
figcaption {
	*zoom: 1
}

li {
	list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

iframe,
frame,
fieldset,
img {
	border: 0 none
}

img {
	vertical-align: top
}


input[type=button],
input[type=submit],
input[type=reset] {
	cursor: pointer,
}
input{border: 0 none;}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
	margin: 0;
}

button {
	cursor: pointer
}

input,
textarea,
button {
	-webkit-border-radius: 0;
	-webkit-appearance: none
}

input[type=radio] {
	-webkit-border-radius: 100%;
	-webkit-appearance: radio
}

input[type=checkbox] {
	-webkit-appearance: checkbox
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box
}

textarea {
	overflow: auto;
	resize: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,
th {
	text-align: left
}

th {
	font-weight: normal
}

em,
cite,
address,
i {
	font-style: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

body,
input,
select,
button,
textarea {
	color: #333;
	font-size: 16px;
	font-family: "Open Sans", "arial", sans-serif;
}

body {
	line-height: 1.5;
	overflow-x: hidden;
}

a:link,
a:visited,
a:active,
a {
	text-decoration: none;
	cursor: pointer;
}

a {
	blr: expression(this.onFocus=this.blur());
	color: #333;
}

/* 链接 a 在获得焦点的同时失去焦点*/
a * {
	*cursor: pointer
}

:focus {
	outline: none
}

a:hover {
	color: #a40000;
}

.tab-b {
	display: none;
}

.txt_color_000 {
	color: #000;
}

.txt_color_333 {
	color: #333;
}
.txt_color_666 {
	color: #666;
}

.txt_color_999 {
	color: #aaa;
}

.txt_color_aaa {
	color: #999;
}

/* clear 都不用再加清除样式 */
.clearfix:before,
.cf:before,
	{
	content: '';
	display: table
}

.clearfix:after,
.cf:after {
	content: '';
	display: table;
	clear: both
}

.clearfix,
.cf,
	{
	*zoom: 1
}

.fl,
.lf {
	float: left;
}

.fr,
.rt {
	float: right;
}

.none {
	display: none;
}

body {
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden;
}

.t-center {
	text-align: center;
}

.t-left {
	text-align: left;
}

.t-right {
	text-align: right;
}

.ellipsis {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 1;
	max-height: 1.5em;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 2;
	max-height: 3.2em;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 3;
	max-height: 5em;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 4;
	max-height: 6.4em;
	-webkit-box-orient: vertical;
}
.ellipsis-5 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 5;
	max-height:8em ;
	-webkit-box-orient: vertical;
}

.pt10 {
	padding-top: 14px;
}
.pt20 {
	padding-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}

/*font-size*/
.fnt-12 {
	font-size: 12px;
}

.fnt-14 {
	font-size: 14px;
}

.fnt-16 {
	font-size: 16px;
}

.fnt-18 {
	font-size: 18px;
}
.fnt-20 {
	font-size: 20px;
}

.fnt-24 {
	font-size: 24px;
}
.fnt-28{
	font-size: 28px
}
.fnt-34{
	font-size: 34px
}




@media only screen and (max-width:768px) {
	.fnt-16 {
		font-size: 15px;
	}

	.fnt-18 {
		font-size: 16px;
	}
	.fnt-20{
		font-size: 18px
	}
	.fnt-24 {
		font-size: 20px;
	}
	.fnt-28{
		font-size: 24px
	}
	.fnt-34{
		font-size: 30px
	}
}

@media only screen and (max-width:480px) {

	.fnt-16 {
		font-size: 14px;
	}
	.fnt-20{
		font-size: 18px
	}
	.fnt-24 {
		font-size: 18px;
	}
	.fnt-28{
		font-size: 20px
	}
	.fnt-34{
		font-size:26px
	}
}

@media only screen and (max-width:400px) {




}


/* listItem2 */
.listItem2 {
	display: flex;
	border-bottom: 1px solid #DBCEBA;
	font-size: 16px;
	padding: 12px 0;
}

.listItem2 dt {
	width: 60px;
	text-align: center;
	margin-right: 12px;
	background-color: #fff;
	color: #666666;
}
.listItem2 dt p{
	line-height: 36px;
	background-color:#A40000;
	color: #fff;
}
.listItem2 dt span {
	color: #333;
}

.listItem2 dd {
	flex: 1;
	display: flex;
	align-items: center;
	height: 63px;
}

.container {
	width: 1300px;
	margin: 0 auto;
}

.section .container {
	position: relative;
}

.ptbox {
	position: relative;
}

.ptbox .inner {
	overflow: hidden;
	padding-bottom: 67%;
	position: relative;
}

.ptbox .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ptbox .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s ease-out 0s;
}
.ptbox .pic:hover .img{transform:scale(1.1);}
.ptbox .img a {
	display: block;
	height: 100%;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 22;
	padding: 32px 0 18px;
	background: linear-gradient(90deg,#AE2017,#B4231B,#BE251D,#E12B24);
}
.header>.container{opacity:0;transform:translateY(-100%);transition: all 0.7s ease-out 0s; width: 95%;}
.header>.container.showdiv{opacity:1;transform:none;}
.header::before{
	position: absolute;
	content: '';
	display: block; 
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 14px;
	background: linear-gradient(90deg,#EB2E27,#EB2D25,#D82E25,#AB281C,#9F2116,#B4231B);
}
.header.fixed{
	/*box-shadow: 0 1px 3px #aaa;*/
}
.header .logo>a{
	display: flex;
	align-items: center;
	color: #fff;
}
.header .logo>a img{
	padding-right: 8px;
}

.headerR {
	width: 636px;
	margin-top: 20px;
}

/* 导航栏样式 */
.nav-list .nav-item {
	float: left;
	height: 34px;
	width: 124px;
	position: relative;
}
.nav-list .nav-item em{
	position: absolute;
	right: 2px;
	top:50%;
	margin-top: -3px;
	width: 11px;
	height: 6px;
	background: url(../image/arrow5.png) no-repeat;
}
.nav-list .nav-item:hover {
	/* background-color: #DE3A42; */
}

.nav-list .nav-item:hover>a {
	text-decoration: none;
}

.nav-list .nav-item a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 22px;
	padding: 0 10px;
	line-height: 34px;
}

.submenu {
	position: absolute;
	display: none;
	background: #fff;
	border-top: 3px solid #C32D30;
	z-index: 999;
	width: auto;
	min-width: 100%;
	padding: 10px 0;
	
}
.header.fixed .submenu{
	box-shadow: 0 2px 2px #ddd;
}
.nav-list .nav-item .submenu li a {
	padding: 0px 10px !important;
	line-height: 34px;
	text-align: center;
	white-space: nowrap;
	font-size: 15px !important;
	color: #333;
}

.nav-list .nav-item .submenu li a:hover {
	color: #C32D30;
}

/* 移动端 */
.mheader {
	display: none;
	padding: 20px 10px;
}

.mheader .logo img {
	width: 90%;
}

.mheader .home {
	float: right;
	padding: 28px 50px 0 0;
	color: #fff;
	font-size: 15px;
}

.header .search {
	margin-top: 16px;
	width: 42px;
	height: 42px;
	background:#99211C url(../image/searchico.png) no-repeat center;
	cursor: pointer;
	border-radius: 50%;
}
.header.fixed .search{
	/* background: url(../images/searchico2.png) no-repeat center; */
}

/* 内页header */
.subheaderbg {
	background: #7a1a1c;
}

.subheader {
	border-bottom: 1px solid #5e1415;
	padding: 25px 0;
}

.subnav {
	border-top: 1px solid #951f23;
}

.subnav .nav-list {
	width: 1378px;
	background-color: transparent;
}


.footer {
	background: url(../image/footerbg.jpg) no-repeat;

}

.footer .container {
	padding: 40px 0;
	color:rgba(255,255,255,.5);
	line-height: 1.8;
	font-size: 14px
}

.footer .container a {
	color:rgba(255,255,255,.5);
}



/*返回顶部*/

.to-top {
	z-index: 9999;
	width: 40px;
	height: 40px;
	display: flex;

	position: fixed;
	bottom: -100px;
	right: 15px;
	margin-left: -15px;
	z-index: 200;
	cursor: pointer;
	overflow: hidden;
	background: #fff url(../image/ico_arrow21.png) no-repeat center;
	border: solid 1px #BA241C;
	color: #ffffff;
}

.to-top img {
	width: 30px;
}

.to-top span {
	line-height: 36px;
}

/*返回顶部end*/

.weibobox{
	position: fixed;
	width: 116px;
	height: 272px;
	top:50%;
	right: calc((100% - 1300px)/2 - 140px);
	margin-top:-141px;
	background-color: #fff;
	box-shadow: 0 0 5px #aaa;
	text-align: center;
	font-size: 14px;
	color: #333;
	z-index: 1;
}
.weibobox>a{
	padding: 10px 8px;
	display: block;
	border-bottom: 1px solid #E5E5E5;
}
.weibobox .wx{
	padding: 10px 8px;
}
/*pages*/
.pages {
	clear: both;
	width: 100%;
	height: 40px;
	margin: 30px 0 20px;
}

.pagebox {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 20px 0;
	text-align: center;
	clear: both;
	font-size: 16px;
}

.pagebox span a,
.pagebox_pre_nolink {
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 16px;
	color: #666;
	cursor: default;
	text-align: center;
}

.pagebox span.pagebox_num_nonce {
	background-color: #035293;
	border: 1px solid #035293;
	color: #fff;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	padding: 5px 10px;
	box-sizing: border-box;
}

.pagebox span.pagebox_num:hover a {
	background-color: #035293;
	border: 1px solid #035293;
	color: #fff;
	cursor: pointer;
}

.pagebox span.pagebox_next:hover a,
.pagebox span.pagebox_pre:hover a {
	background-color: #035293;
	border: 1px solid #035293;
	color: #fff;
	cursor: pointer;
}

.pagebox_jump {
	display: none;
}

.minh300 {
	min-height: 300px;
}
.linkbg{
	padding: 25px 0;
	background-color: #E2E4EE;
	border-top: 6px solid #7083AA;
}
.linkbg .tit{
	color: #BA241C;
	padding: 10px 0;
}
.linkbg .link{
	width:calc(100% - 200px);
}
.linkbg ul li{
	float: left;
	width: 25%;
	padding:4px 20px 4px 0;
	font-size: 14px;
}
.linkbg .ewm{
	width: 180px;
	margin-top: 50px;
}
.layer {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index:300;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out 0s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.layer.showdiv {
	opacity: 1;
	visibility: visible;
}

.layer .close {
	
	position: absolute;
	right: 50px;
	top: 50px;
	width: 80px;
	height: 80px;
	background: url(../image/close2.png) no-repeat;
	cursor: pointer;
}

.layer .search_box {
	height: 45px;
	line-height: 45px;
	width: 550px;
	display: -ms-flexbox;
	display: flex;
	transform: translateY(-50px);
	opacity: 0;
	margin-top: -100px;
}

.layer.showdiv .search_box {
	transform: none;
	transition: all 0.5s ease-out 0s;
	opacity: 1;
}
.layer .search_box .kw {
	background: #fff;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5) inset;
	-ms-flex: 1;
	flex: 1;
	padding: 0 12px;
	font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	
}

.layer .search_box .ok {
	background: #94070a;
	color: #fff;
	width: 120px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}
.pb_sys_style1 .p_no_d{
	border: 1px solid #B5231B!important;
	color: #fff;
	background-color: #B5231B!important;;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{
	height: 28px!important;
	line-height: 14px!important;
}
.ietip {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	z-index: 999;
	display: block;
}

.ietip h1 {
	font-size: 40px;
	line-height: 80px;
	font-weight: 100;
	margin-bottom: 10px;
}

.ietip h2 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 100;
	margin: 10px 0;
}

.ietip em {
	color: red
}

.ietip p {
	margin-bottom: 10px;
	color: #666666
}

.ietip hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #dadada
}

.ietip span {
	display: block;
	font-size: 12px;
	line-height: 12px;
}

.ietip .clean {
	clear: both;
}

.ietip .browser {
	padding: 10px;
}

.ietip .browser li {
	width: auto;
	padding: 0 80px;
	margin-top: 30px;
	height: 34px;
	line-height: 22px;
	float: left;
	list-style: none;
	background: url(https://leader.hunnu.edu.cn/images/3a276989789e42fa82dd1dbbf20c8030.gif) no-repeat;
	padding-left: 40px
}

.ietip .browser .browser-firefox {
	background-position: 0 -34px
}

.ietip .browser .browser-ie {
	background-position: 0 -68px;
	margin-left: 0px
}

.ietip browser .browser-360 {
	background-position: 0 -170px;
	margin-left: -27px
}

.ietip .browser-360-js {
	padding: 0 80px;
	margin-top: 30px;
	width: 557px;
	height: 162px;
	padding: 10px 10px;
	background: url(https://leader.hunnu.edu.cn/images/394c7c15d677496e8ccbe83d7097dff2.gif)no-repeat;
	padding-left: 40px;
}