﻿/*手机端导航*/
.mobile {
	width: 100%;
	position: absolute;
	display: none;
	top: 0px;
	right: 0;
	z-index: 99991
}

.mobile_title {
	width: 100%;
	float: left;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.mobile_title a {
	float: left;
	margin-left: 10px;
	color: #fff;
	line-height: 31px;
	height: 31px;
}

.mobile-inner-header {
	width: auto;
	height: 42px;
	position: absolute;
	top: 20px;
	right: 5px;    z-index: 1111;
}

.mobile-inner-header-icon {
	color: #ffffff;
	height: 40px;
	font-size: 25px;
	text-align: center;
	float: right;
	width: 40px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
	opacity: 0.8;
	cursor: pointer;
}

.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 3);
	width: 25px;
	height: 2px;
	background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-inner-header-icon {
	color: #fff;
	height: 31px;
	float: right;
	width: 32px;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	background: #fff;
	z-index: 9999;
}

.mobile-inner-header-icon-out span {
	width: 24px;
	height: 2px;
	background-color: #444;
	display: block;
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

.mobile-inner-header-icon-click {
	background: none;
	margin-top: 10px;
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickthird;
}

@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(45deg);
	}
}

@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes clickthird {
	0% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}

	100% {
		transform: translateY(-4px) rotate(0deg);
	}
}

@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
	}

	100% {
		transform: translateY(4px) rotate(0deg);
	}
}

@keyframes outthird {
	0% {
		transform: translateY(0) rotate(90deg);
	}

	100% {
		transform: translateY(12px) rotate(0deg);
	}
}

.mobile-inner-nav {
	height: 100vh;
	background-color: rgba(28, 28, 28, 0.9);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0px;
	padding-top: 50px;
	padding-bottom: 25px;
	display: none;
	z-index: 999;
}

.mobile-inner-nav a {
	display: inline-block;
	line-height: 45px;
	text-decoration: none;
	width: 100%;
	font-size: 1.1rem;
	text-align: center;
	border-bottom: solid 1px #444;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-inner-nav li {
	position: relative;
	padding: 0 20px;
}

.mobile-inner-nav li a {
	text-indent: 0;
}

.mobile-inner-nav li strong {
	color: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 1.6em;
	font-weight: normal;
	cursor: pointer;
	width: 40px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-inner-nav a {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
	color: #fff;
}

@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}


.mobile_subNav {
	display: none;
	padding-left: 10px;
}

.mobile-inner-nav dd a {
	height: 35px;
	line-height: 35px;
	border-bottom: dotted 1px rgb(105, 106, 106);
	font-size: 1rem;
	color: #c4c4c4;
}

.mobile_search {
	clear: both;
	position: relative;
	height: 36px;
	margin: 10px 30px 0;
	border: 1px solid #747474;
	border-radius: 30px;
	overflow: hidden;
}

.mobile_search input[type='text'] {
	width: 79%;
	color: #d9d9d9;
	margin-left: 15px;
	border: none;
	height: 34px;
	background: none;
}

.mobile_search .notxt1 {
	width: 45px;
	height: 36px;
	color: #fff;
	right: 0;
	position: absolute;
	top: 0;
	left: auto;
	background: url(https://leader.hunnu.edu.cn/images/search.png) no-repeat center !important;
	border: none;
}



@keyframes rotate {
	from {
		transform: rotateX(90deg) translateY(0%);
		top: 43px;
	}

	to {
		transform: rotateX(0deg) translateY(0%);
		top: 43px;
	}
}
@media screen and (max-width:1600px) {
	.weibobox{
			right:8px;
	}
	.main2 .mainBd .items:nth-child(1).ptbox .inner{
		padding-bottom: 47%;
	}
}
@media screen and (max-width:1400px) {
	.container {
		width: 1200px;
	}
	.weibobox{
			right:8px;
	}
}
@media screen and (max-width:1024px) {
	.container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.headerR{
		width: 500px;
	}
	.nav-list .nav-item:nth-child(1){
		width: 84px;
	}
	.nav-list .nav-item{
		width: 104px;
	}
	.nav-list .nav-item a{
		font-size: 16px;
	}
	.header .logo img{
		width: 440px;
	}
	.banner{
		padding-top: 105px;
	}
	.index-search{
		width: 80%;
		padding: 20px 40px 0;
		margin-top: -83px;
	}
}
@media screen and (max-width:768px) {
	body {
		font-size: 15px
	}

	.banner{
		padding-top: 0px;
	}
	.index-search{
		height: 60px;
		padding: 15px 30px 0;
		margin-top: -60px;
	}
	.index-search .form{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		padding: 0 15px;
	}
	.index-search .form .submit{
		background-size: 20px auto;
	}
	.pt10 {
		padding-top: 10px;
	}
	.pt20 {
		padding-top: 10px;
	}

	.mt30 {
		margin-top: 15px;
	}

	.mt50 {
		margin-top: 20px;
	}

	.header {
		display: none;
	}

	.mheader,
	.mobile {
		display: block;
		background-color: #BA241C;
	}

	.mheader .logo img {
		width: 60%;
		margin-left: 10px;
	}

	.mobile-inner-header {
		top: 34px;
		right: 20px;
	}

	.banner .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	.main1_1,.main1_2{
		width: 100%;
	}
	.main1_L .items .tit, .main3 .mainBd .items .tit{
		height: 52px;
	}
	.main1_L .items, .main3 .mainBd .items{
		border-top: 3px solid #A40000;
		margin-bottom: 15px;
	}
	
	.main1 .mainHd{
		margin: 15px 0  10px;
	}
	.main1_L, .main1_pic{
		    width: calc(50% - 10px);
	}
	.main1_2{
		margin-top: -20px;
	}
	.main1_2 .mainBd{
		clear: both;
		overflow: hidden;
		height: auto;
		margin-bottom: 15px;
		min-height: 100px;
	}
	.main1_2 .listItem2{
		width: calc(50% - 10px);
		float: left;
	}
	.main1_2 .listItem2:nth-child(2n){
		float: right;
	}
	.main1_2 .listItem2:nth-child(5){
		display: none;
	}
	.main2 .mainHd, .main3 .mainHd{
		padding: 25px 0 15px;
	}
	.main2 .mainBd .items:nth-child(1){
		width: 49%;
	}
	.main2 .mainBd .items{
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 15px;
	}
	.main2 .mainBd .items:nth-child(1).ptbox .inner{
		padding-bottom: 56%;
	}
	.main3 .mainBd .items, .main3 .mainBd2 .items{
		width: 32%;
	}
	.main3 .mainBd .items:nth-child(2), .main3 .mainBd2 .items:nth-child(2){
		margin: 0 2%;
	}
	.link .mainBd ul{
		padding-bottom: 10px;
		flex-wrap: wrap;
	}
	.link .mainBd ul li{
		flex:none;
		width: 32%;
		margin-right: 0;
		margin-bottom:15px;
	}
	.link .mainBd ul li:last-child{
		margin-bottom:15px;
	}
	.link ul li img{transform: scale(0.9);}
	.footer{
		padding-left: 25px;
		padding-right: 25px;
	}
	.side {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.side>p {
		font-size: 20px;
	}

	.side p span {
		display: block;
		float: right;
	}

	.side ul {
		display: none;
	}

	.side img {
		display: none;
	}

	.column {
		margin-left: 0;
	}

	.column>h2 {
		font-size: 22px;
	}

	.common-list li {
		padding: 10px;
	}

	.common-list li .date {
		padding-right: 15px;
	}

	.common-list li .date h3 {
		line-height: 30px;
		font-size: 20px;
	}

	.common-list li>p {
		margin-left: 90px;
		font-size: 18px;
		background-size: 15px auto;
	}

	.detail>h3 {
		line-height: 30px;
		font-size: 20px;
	}

	.detail>h4 {
		font-size: 12px;
	}

	.detail>h4 span {
		margin: 0 5px;
	}

	.content {
		margin-top: 20px !important;
		font-size: 16px !important;
	}

	.org {
		margin: 0 0 20px;
	}

	.org:last-of-type {
		padding-bottom: 100px;
	}

	.org li {
		width: 100%;
		padding: 20px 0 5px;
	}

	.org li div {
		width: 100% !important;
		padding: 20px 30px;
	}

	.side {
		float: none;
		width: 100%;
		margin: 15px 0;
	}

	.side p {
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		position: relative;
	}

	.side p span {
		display: block;
		position: absolute;
		top: 10px;
		right: 20px;
		line-height: normal;
		font-size: 24px;
		font-weight: bolder;
	}

	.side>ul {
		display: none;
	}

	.side li a {
		font-size: 16px;
	}

	.column {
		margin-left: 0;
		width: 100%;
	}

	.bread h1 {
		display: none;
	}

	.bread {
		height: 40px;
		line-height: 40px;
		overflow: hidden;
	}

	.bread .rt {
		float: left;
	}

	.common-list li {
		padding: 0;
		font-size: 16px;
		overflow: hidden;
	}

	.common-list li p {
		margin-right: 100px;
		margin-left: 0;

	}

	.caption h3 {
		font-size: 20px;
	}

	.caption p span:first-child,
	.caption p span:last-child {
		display: none;
	}

	.content img {
		max-width: 80%;
		height: auto;
	}

	.detail>p {
		font-size: 14px;
	}

	.teacher li {
		width: 25%;
		padding-left: 0;
	}

	.leader ul {
		margin: 0;
	}

	.leader li {
		float: none;
		width: auto;
		margin: 0 0 20px 0;
	}

	.leader li .info {
		padding: 20px 15px;
	}

	.leader li .info h2 {
		font-size: 20px;
	}

	.leader li .info h2 span {
		font-size: 14px;
	}
}


@media screen and (max-width:600px) {
	

	.mheader {
		padding: 15px;
		color: #fff;
	}
	.mheader a{
		display: flex;
		align-items: center;
		color: #fff;
		font-size: 20px;
	}
	.banner .swiper-pagination{
		bottom: 10px;
	}
	.mheader .logo img {
		width: 100px;
		margin-right: 10px;
	}

	.mobile-inner-header {
		top: 20px;
		right: 20px;
		transform: scale(0.9);
	}
	.index-search{
		display: none;
	}
	.main1_1 .mainBd{
		flex-wrap: wrap;
	}
	.main1_L .items .desc,.main1_L .items .tit, .main3 .mainBd .items .tit{
		height: auto;
	}
	.main1_L, .main1_pic{
		    width:100%;
	}
	.main1_pic .ptbox{
		margin-bottom: 15px;
	}
	.main1_2 .listItem2{
		float: none;
		width: 100%;
	}
	.main2 .mainBd .items{
		width: calc(50% - 10px);
	}
	.main2 .mainBd .items:nth-child(1){
		width: 100%;
	}
	.main2 .mainBd .items:nth-child(5),.main2 .mainBd .items:nth-child(7){
		margin-right: 0;
	}
	.main3 .mainBd, .main3 .mainBd2{
		flex-wrap: wrap;
	}
	
	.main3 .mainBd .items:nth-child(2), .main3 .mainBd2 .items:nth-child(2){
		margin: 0;
	}
	.main3 .mainBd .items, .main3 .mainBd2 .items{
		width: 100%;margin-bottom: 15px!important;
		
	}
	.main3 .mainBd .items .desc{
		height: auto;margin-bottom: 0;
	}
	.common-list li>p{
		font-size: 16px;
	}
}

@media screen and (max-width:480px) {
	.mobile-inner-header{
		    transform: scale(0.7);
			right: 15px;
			top:15px
	}
	.main1 .mainHd em{
		font-size: 12px;
		padding-left: 2px;
	}
	.list-img li a,
	.list-img li a img {
		height: 120px;
	}

	.mheader .logo img {
		width: 20%;
		margin-left: 0;
	}
	.mheader .logo a{
		font-size: 17px;
	}
	.main1_pic .ptbox p{
		height: 40px;
		line-height: 40px;
	}
	.link .mainBd ul li a img{
	    transform: scale(0.8);
		margin-right: 5px;
	}
	.common-list li{
		font-size: 14px
	}
	.common-list li>p{
		font-size: 15px;
	}
	.side p{
		font-size: 18px;
		padding-left: 30px;
	}
	.side li a{
		height: 40px;
		line-height: 40px;
		padding-left: 30px;
	}
	.side>ul>li span{
		top:10px
	}
	.bread{
		font-size: 14px
	}
	.common-list2 .date{
		min-height: auto;
		padding-bottom: 20px;
	}
	.common-list2 .txt h5{
		font-size: 18px;
	}
	.common-list2 .txt p{
		font-size: 14px;
	}
	.main1Hd>p{
		display: none;
	}
}

@media screen and (max-width:400px) {
	.mheader .logo img {
		width: 22%;
	}

	.mobile-inner-header {
		top: 10px;
		right: 10px;
	}

	.link .mainBd ul li{
		width: calc(50% - 7px);
	}
}