@charset "utf-8";
body{
	background-color: #e7edea;
}
.inner {
	max-width: 1500px;
	margin: 0px auto;
}
#vsb_content_2 .vsbcontent_img{text-indent:0px !important;}
.header {
	/* position: fixed; */
	/* top: 0; */
	/* z-index: 999; */
	width: 100%;
	/* height: 145px; */
	background: -webkit-linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	background: -moz-linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	background: -o-linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	background: -ms-linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	background: linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	opacity: 1;
}

.header .inner {
	padding: 30px 0;
}
.logo_right{position:relative;width: 34%;margin-top: 32px;}
.logo_link{margin-right: 6%;}
.logo_link a{
	color: #fff;
	font-size: 17px;
	padding: 0 15px;
	border-right:1px solid #fff;
	line-height: 18px;
	display: inline-block;
}
.logo_link a:last-child{border-right:none;}
.logo_link a i{
	padding:0 5px;
	font-size:20px;
	font-weight:lighter;
}
.search {
	position: absolute;
	right: 0;
	top: -3px;
	height: 32px;
}

.search .sub {
	width: 22px;
	height: 22px;
	/* 	border-radius: 50%; */
	/* margin-top: 5px; */
	opacity: 1;
	/* border: 1px solid #9fa0a0; */
	background: url(../img/ser.svg) no-repeat center;
}

.search input {
	border: none;
	outline: none;
	background: none;
}

.search .inp {
	line-height: 32px;
	float: left;
	height: 32px;
	text-indent: 10px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	width: 0;
	background-color: #fff;
}

.search .inp::-webkit-input-placeholder {
	font-size: 14px;

}


.search .inp.on{
width: 195px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
/*导航*/

.nav_wrap {
	width: 100%;
	/* margin-top: 12px; */
	position: relative;
	box-shadow: 0 3px 5px #c0ddcd;
	z-index: 9;
	background: #fff;
}

.nav {
	width: 97%;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 9;
}

.nav li {
	float: left;
	width: 10%;
	position: relative;
	height: 50px;
	/* margin: 0 16px; */
	position: relative;
}



.nav li>a {
	font-size: 18px;
	/* color: #fff; */
	text-align: center;
	display: block;
}

.nav .v1 {
	font-size: 24px;
	text-align: center;
	color: #fff;
	position: relative
}

.nav .v1:hover .down {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
}

/* .nav li dl::before {
	content: "";
	background-color: #f09621;
	position: absolute;
	top: 0px;
	width: 0px;
	height: 0px;
	left: 50%;
	-webkit-transition:all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav>li.on dl::before {
	width: 100%;
	height: 3px;
	left: 0px;
} */


.nav .down {
	opacity: 0;
	position: absolute;
	width: 100%;
	min-width: 160px;
	z-index: 99;
	top: 100%;
	background: -webkit-linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	background: -moz-linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	background: -o-linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	background: -ms-linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	background: linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	overflow: hidden;
	left: 50%;
	opacity: 0;
	visibility: hidden;

	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.nav>li:hover .down {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
}

.nav .down dl {
	position: relative;

}

.nav .down dd {
	margin-bottom: 0px;
	text-align: center;
	padding: 0px 15px;
	box-sizing: border-box;
}

.nav .down dd:hover {
	background: #0e754e;
}

.nav .down dd:hover a {}

.nav .down dd a {
	color: #ffffff;
	font-size: 16px;
}

/* 手机 */
.mobNavbtn{width:100%;}
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.flex-left {
	display: flex;
	flex-wrap: wrap
}

.flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.flex-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end
}

.flex-v-center {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.flex-v {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.flex-v-bottom {
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: left
}

.menu-btn {
	overflow: hidden;
	margin-left: 35px;
	width: 30px;
	height: 30px;
	background: 0 0;
	text-indent: -5260px;
	opacity: 1;
	position: relative;
	z-index: 999
}

.menu-btn .line-1,
.menu-btn .line-2,
.menu-btn .line-3 {
	position: absolute;
	top: 50%;
	display: block;
	right: 0;
	width: 30px;
	height: 2px;
	background: #fff;
	transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
	transition-property: transform, width, margin, background-color
}

.menu-btn .line-1 {
	margin-top: -9px;
	width: 26px
}

.menu-btn .line-3 {
	margin-top: 9px;
	width: 26px
}

.drawerMenu-open .menu-btn .line-1 {
	visibility: hidden
}

.drawerMenu-open .menu-btn .line-2 {
	margin-top: 0 !important;
	width: 28px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.drawerMenu-open .menu-btn .line-3 {
	margin-top: 0 !important;
	width: 28px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.searchbtn {
	width: 30px;
	text-align: center;
	line-height: 40px
}

.searchbtn i {
	color: #c80d17;
	font-size: 18px
}

.mobNav {
	position: fixed;
	top: 73px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 98;
	padding: 20px 6% 20px;
	display: none
}

.mobNav ul {
	max-height: 70vh;
	overflow: auto
}

.mobNav ul::-webkit-scrollbar {
	display: none
}

.mobNav ul li {
	padding: 15px 0;
	border-bottom: 1px solid #ddd
}

.mobNav ul li .navp a {
	font-size: 16px;
	color: #158d48;
	font-weight: 700;
	background-size: auto 100%
}

.mobNav ul li .navp i {
	display: block;
	width: 16px;
	font-size: 30px;
	/* font-weight: lighter; */
	transition: .3s;
	color: #158d48;
	transform-origin: center;
	margin-right: 5px;
	height: 16px;
	background-size: 16px 16px
}

.mobNav ul li.on .navp1 i {
	transform: rotate(-45deg)
}
.mobNav ul li .subNavm.on .navp2 i{
	transform: rotate(-45deg)
}
.mobNav ul li .subNavm {
	margin-top: 10px;
	padding-left: 10px;
	display: none
}

.mobNav ul li .subNavm a {
	display: block;
	line-height: 36px;
	font-size: 16px
}

.mobNav .toplink {
	margin-bottom: 10px;
}

.mobNav .toplink:after {
	clear: both;
	content: ' ';
	display: block
}

.mobNav .toplink a i {
	font-size: 24px
}

.mobNav .toplink a {
	height: 36px;
	float: left;
	display: block;
	line-height: 36px;
	font-size: 13px;
	text-align: center;
	width: 23%;
	transition: .3s;
	color: #333;
	margin: 0 3px;
	border-bottom: 1px solid #ddd;
}

.mobNav .toplink a span {
	width: 100px;
	height: 100px;
	background: #fff;
	top: 100%;
	left: -15px;
	position: absolute;
	z-index: 10;
	padding: 3px;
	display: none
}

.mobNav .toplink a:hover span {
	display: block
}

.headerm {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	background: -webkit-linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	background: -moz-linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	background: -o-linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	background: -ms-linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	background: linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	/* height: 60px; */
	padding-right: 4%;
	padding-left: 4%
}

.headerm .logo img {
	/* height: 36px; */
	margin-top: 10px;
}
.sermob{position:fixed;width:100%;padding:10px;box-sizing: border-box;top: 89px;right:0;z-index:66;background:#fff;display:none}
.sermob .inp{width: calc(100% - 100px);height:40px;line-height:40px;padding:0 40px 0 10px;font-size:14px;color:#444;background:0 0;border:1px solid #eee}
.sermob .sub{display:block;cursor:pointer;position:absolute;right: 59px;top: 10px;height:40px;width:40px;border:none;/* border-radius:50%; */overflow:hidden;font-size:14px;color:#8f0e16;background: url(../img/ser.svg) center no-repeat #158d48;background-size:20px 20px}
.sermob .close{position:absolute;right: 15px;top: 7px;font-size: 36px;width:20px;height:40px;-webkit-transition:.5s;transition:.5s;/* font-size:20px; */color:#888;cursor:pointer;line-height:42px}



/* banner */
.banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.liturest2 {
	position: relative;
}

.banner .pic a {
	position: relative;
	display: block;
	height: 60vh;
	overflow: hidden;
	width: 100%;
}

.banner .item {
	position: relative;
	/* height: 100vh; */
	overflow: hidden;
}

.banner .pic img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	object-fit: cover;
}

.banner .slick-arrow {
	color: transparent;
	position: absolute;
	width: 1.2rem;
	top: 40%;
	background: url(../img/defaultleft.png) no-repeat left center;
	background-size: cover;
	height: 1.2rem;
	z-index: 2;
}

.banner .slick-next {
	right: 3%;
	background: url(../img/defaultright.png) no-repeat left center;
	background-size: cover;
}

.banner .slick-prev {
	left: 3%;
}

.banner .pic,
.banner .slick-list {
	width: 100%;
}

.banner .slick-dots {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	bottom: 40px;
	z-index: 2;
}

.banner .slick-dots li {
	display: inline-block;
	margin: 0px 7px;
}

.banner .slick-dots li button {
	color: transparent;
	width: 12px;
	height: 12px;
	background: #C0C0C1;
	border-radius: 5px;
}

.banner .slick-dots .slick-active button {
	width:50px;
	background: #11a04e;
}

/* .banner .bannertitle {
	position: absolute;
	width: 100%;
	min-height: 1.3rem;
	z-index: 9;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8000) 100%);
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8000) 100%);
	background: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8000) 100%);
	background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8000) 100%);
	background: -ms-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8000) 100%);
	bottom: 0rem;
	left: 50%;
	text-align: center;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.banner .bannertitle a {
	text-align: center;
	
	width: 14.4rem;
	font-family: 'EB Garamond';
	display: block;
	margin: auto;
	line-height: 0.55rem;
	font-size: 0.48rem;
	text-align: center;
	color: #ffffff;
} */


/* 新闻 */
.news{
	background-color: #e2f1e9;
	padding: 35px 0;
}
.news_title{
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}
.news_title h2{
	font-size: 36px;
	font-weight: bold;
	position: relative;
	line-height: 1.5;
	padding-bottom: 10px;
	z-index: 2;
}
.news_title h2 i{
	position: absolute;
	display: block;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	width: 40px;
	height: 5px;
	background-color: #11a04e;
}
.news_title p{
	font-family: 'EB Garamond';
	font-size: 70px;
	color: #d5e4d9;
	opacity: 0.8;
	line-height: 1.5;
	position: absolute;
	text-transform: uppercase;
	top: -25px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}
.news_left{
	width: 28%;
	margin-top: 40px;
}
.news_img img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.news_img{
	width: 100%;
	height: 280px;
	overflow: hidden;
}
.newsimg_title{
	background-color: #158d48;
	padding: 28px 20px;
	padding-bottom: 34px;
	box-sizing: border-box;
}
.newsimg_title a{
	color: #ffffff;
}
.newsimg_title h2{
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 13px;
}
.newsimg_title div{
	font-size: 14px;
	line-height: 23px;
	opacity: 0.7;
}
.news_left:hover .news_img img{
	transform: scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.news_center{
	width: 40%;
	position: relative;
}
.news_center .sliderbutton{
	position: absolute;
	/* width: 36px;
	height: 37px; */
	top: 40%;
	z-index: 9;
	color: #fff;
	/* font-size: 30px; */
}
.news_center .sliderbutton i{font-size:36px;font-weight:lighter;}
.news_center .prev{
	left: 0;
	transform: rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	top: 38%;
}
.news_center .next{
	right: 0;
}
.itemnews_img,.itemnews_img a{
	width: 100%;
	height: 360px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.news_center .slick-dots{display: none !important;}
.item_news{
	position: relative;
}
.itemnews_title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background: rgba(0, 0, 0, 0.59);
}
.itemnews_title a{display: block;color: #ffffff;}
.news_date{
	width: 90px;
	height: 90px;
	color: #ffffff;
	text-align: center;
	background-color: #d7a214;
	box-sizing: border-box;
}
.news_date p{
	font-size: 32px;
	padding-top: 20px;
	padding-bottom: 9px;
}
.news_date div{
	font-size: 16px;
}
.date_right{
	width: 81%;
	box-sizing: border-box;
	padding-right: 15px;
}
.date_right h2{
	font-size: 20px;
	margin-top: 12px;
	margin-bottom:5px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.date_right .news_zhai{
	color: #eaeaea;
	font-size: 14px;
	line-height: 21px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	/** 对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical;
	/** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 2;
	/** 显示的行数 **/
	/* text-indent: 0.28rem; */
	overflow: hidden;
}
.news_list {
	padding: 10px 20px 27px 20px;
	box-sizing: border-box;
	background-color: #ffffff;
	overflow: hidden;
}
.news_list ul li{
	margin-top: 16px;
	font-size: 16px;
	overflow: hidden;
}
.news_list ul li a{
	float: left;
	width: 78%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding-left: 15px;
	background: url(../img/dot.png) no-repeat left center;
}
.news_list .date{float:right;color: #888888;}
.more{
	display: block;
	margin: 30px auto;
	width: 200px;
	height: 50px;
	text-align: center;
	border: 1px solid #afd4c0;
	line-height: 50px;
	font-size: 18px;
	color: #666666;
}
.more img{vertical-align: middle;padding-left: 8px;}
.news_list ul li:hover a,.more:hover{color: #158d48;}


/* 通知 */
.main2{
	background-color:#e2f1e9 ;
position:relative;

	/* padding: 35px 0; */
}
.main2 .more{position:absolute;left:50%;transform:translate(-50%,0);
bottom:-6rem;}
.main2 .tab-hd{

}
.main2 .tab-hd .news_title{
	float: left;
	padding: 0 25px;
}
.main2 .tab-hd .news_title.active h2{
	color: #0e754e;
}
.main2 .tab-hd .news_title p{
	width: 390px;
	display: none;
}
.main2 .tab-hd .news_title.active p{display: block;}
.main2 .tab-bd .notice_list{
	display: none;
	position: relative;
	z-index: 2;
	background: url(../img/noticebg.png) no-repeat left top;
	background-size: contain;
}

.main2 .tab-bd .notice_list.active{display: block;}
.notice_list ul li{
	width:33.3%;
	min-height: 309px;
	
}
.notice_list ul li a{
	display: block;
	color: #ffffff;
	padding: 50px 20px 45px 20px;
	box-sizing: border-box;
}
.notice_list .notice_date{
	font-size: 16px;
	line-height: 30px;
}
.notice_list .notice_date i{
	font-size: 28px;
	float: left;
}
.notice_list ul li h2{
	font-size: 20px;
	line-height: 40px;
	margin: 10px 0;
	font-weight: normal;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.notice_list .notice_zhai{
	font-size: 16px;
	line-height: 27px;
}


/* 学工 */
/* 大图荣誉 */
/* .main_inner {
	height: 970px;
	
	position: relative;
	background: #1953d0;
	z-index: 0;
} */
.main3{
	position: relative;
	
	
}
.main3bg{
	/* background-color:#cbe3d6 ; */
	margin-top: -130px;
	position: absolute;
	z-index:1;
}
.main_inner{
	background: url(../img/xgdtbg2.png) no-repeat center 44px;
	background-color: #f6f9f7;
	height: 944px;
}
.hpic {
	width: 50%;
	height: 100%;
	position: relative;
	/* left: 0; */
	/* top: 0px; */
	z-index: 0;
}
.hpic .pic,.hpic .img{
	height: 864px;
	overflow: hidden;
	width: 100%;
}
.hpic img {
	width: auto;
	height: 100%;
	max-width: none !important;
	
}
.hpic_nr{
	width: 600px;
	height: 393px;
	border-top: 7px solid #e2a81d;
	background: #ffffff;
	position: absolute;
	left: 48%;
	top: 37%;
}
.hpic_nr .news_title{text-align: left;}
.hpic_nr .news_title p{
	left: 0;
	transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
}
.hpic_nr>div{
	margin: 30px 20px 30px 30px;
}
.hpic_nr>div>h1{
	font-size: 18px;
	font-weight: bold;
	color: #1953d0;
}
.hpic_nr>div>h2>a{
	display: block;
	font-weight: bold;
	font-size: 20px;
	color: #095a2f;
	margin: 25px 0px 20px 0px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hpic_nr>div>a{
	width: 200px;
	height: 50px;
	display: block;
	color: #FFFFFF;
	background-color: #0c764b;
	line-height: 50px;
	text-align: center;
	margin-top: 40px;
	margin-left: 0;
}
.hpic_nr .more img{height:auto;}
.hpic_nr .more:hover{color:#fff;}
.hpic_zhai{
	line-height: 27px;
	font-size: 16px;
	color: #666666;
}
.main3bg2{
	position: absolute;
	left: 0;
	bottom: 2px;
	z-index: 2;
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-moz-transform:rotateX(180deg);
	-ms-transform:rotateX(180deg);
	-o-transform: rotateX(180deg);
}



/* 荣誉风采 */
.rong{
	width: 40%;
	height: 100%;
	/* background: url(../img/dibg4.png) no-repeat center center; */
}
.rong_list{
	width: 80%;
	margin-top: 30%;
}
.rong_list ul li{
	width: 100%;
	margin-bottom: 40px;
}

.rong_list ul li p{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	text-align: center;
	margin: 0px 15px;
	width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rong_img{
	width: 270px;
	height: 160px;
	overflow: hidden;
}
.rong_img span{
	width: 100%;
	height: 100%;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .3s;
}
.rong_title{
	width: 52%;
	color: #fff;
}
.rong_title h2{
	font-size:20px;
	line-height:30px;
text-overflow: ellipsis;      display: -webkit-box;      -webkit-line-clamp: 2;      -webkit-box-orient: vertical;      display: -moz-box;      -moz-line-clamp: 2;      -moz-box-orient: vertical;      overflow-wrap: break-word;      word-break: break-all;      white-space: normal;      overflow: hidden;
}
.rong_title div{
	font-size:16px;
	margin-top:10px;
}
.rong_img img{
	width: 100%;
	height: 100%;
	transition: .3s;
}
.rong_list ul li:hover .rong_img span{
	transform: scale(1.1,1.1);
	transition: .3s;
}


/* 研究生 */
.main4{
	background-color: #f6f9f7;
}

.gong_list ul li{
	float:left;
	width:48%;
	height: 220px;
	margin-top:45px;
	background: #0a816c;
	box-shadow:3px 3px 5px #f2f2f5,-3px -3px 5px #f2f2f5;
}
.gong_list .fr{float:right;}
.gong_img{
	width: 43%;
	height:100%;
	overflow:
	hidden;
}
.gong_list ul li:hover img{transform:scale(1.1,1.1);transition:1s;}
.gong_img img,.gong_img  a{width:100%;min-height: 100%;transition:1s;}
.gong_right{
	width: 57%;
	padding: 25px 20px;
	height: 220px;
	overflow: hidden;
	box-sizing:
	border-box;
}
.gong_right p{
	font-size:14px;
	color: #fff;
	margin-top: 20px;
}
.gong_right p i{font-size:25px;float:left;padding-right:5px;}
.gong_right h2{
	font-size: 20px;
	width:100%;
	line-height:25px;
	font-weight: bold;
	color: #fff;
	overflow:
	hidden;
	text-overflow:
	ellipsis;
	white-space: nowrap;
	margin: 5px 0px;
	margin-bottom: 20px;
}
.gong_right div{
	font-size: 14px;
	color: #fff;
	line-height: 23px;
	opacity: 0.6;
	max-height: 66px;
	overflow: hidden;
}


/* 教师 */
.major{
	margin-top:65px;
}
.major-list {
	position: relative;
	margin-top: 40px;
}



.major-list .item {
	margin: 0 15px;
	background: url(../img/teachbg.png) no-repeat right bottom;
	background-color: #188b4f;
	height: 360px;
	
}
.major-list  .item_top{
	padding: 25px;box-sizing: border-box;
	
	text-align: center;
	height:300px;
}


.major-list .item a {
	display: block;
}

.major-list .item h2 {
	color: #ffffff;
	font-size: 20px;
	/* height: 0.47rem; */
	overflow: hidden;
	/* line-height: 0.22rem; */
	/* margin: 0.1rem 0 0.2rem 0; */
	margin-top: 20px;
	text-align: center;
}
.major-list .item p{
	color:#fff;
	margin:15px 0;
	font-size:18px;
}
.major-img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
background-position: center;background-repeat: no-repeat;background-size:76%;background-color: #fff;}

.major-img img {
	width: 100%;
}
.major-list .slick-dots{
	margin:0px auto ;
	margin-top: 35px;
	text-align: center;
}
.major-list .slick-dots li{display: inline-block;margin: 0 8px;}
.major-list .slick-dots li button{
	color: transparent;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color:#24886f ;
}
.major-list .slick-dots .slick-active button{
	background:#c1ac73;
}
.major-zhai {
	width: 2.56rem;
	margin-right: 0.1rem;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.24rem;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	/** 对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical;
	/** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 4;
	/** 显示的行数 **/
	/* text-indent: 0.28rem; */
	overflow: hidden;
	/** 隐藏超出的内容 **/
}
.teach_more{
	background:#c1ac73;
	height:60px;
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:60px;
}
.teach_more i{font-size:22px;padding-left:8px;float:left;}
.teach_more span{float:left;}
.major .more{margin-top: 20px;}

.quick_link{
	margin-top: 45px;
	padding-bottom: 50px;
}
.quick_link ul li{
	text-align:
	center;
	width: 194px;
	height: 233px;
}
.quick_link ul li img{margin-top:65px;transition: .3s;}
.quick_link ul li p{
	font-size:16px;
	line-height:30px;
	color:#fff;
	margin-top:15px;
}
.quick_link .oli1{
	background:url(../img/iconbg1.png) no-repeat left center;
	
}
.quick_link .oli2{
	background:url(../img/iconbg2.png) no-repeat left center;
	
}
.quick_link .oli3{
	background:url(../img/iconbg3.png) no-repeat left center;
	
}
.quick_link .oli4{
	background:url(../img/iconbg4.png) no-repeat left center;
	
}
.quick_link .oli5{
	background:url(../img/iconbg5.png) no-repeat left center;
	
}
.quick_link .oli6{
	background:url(../img/iconbg6.png) no-repeat left center;
	
}
.quick_link ul li:hover img{
	transform: rotateY(180deg);
	transition: .3s;
}





.footer {
	background: -webkit-linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	background: -moz-linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	background: -o-linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	background: -ms-linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	background: linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	color: #fff;
	font-size: 16px;
	padding: 20px 0;
	line-height: 30px;
}
.dilogo{
	margin-bottom: 25px;
}
.code-list{
margin:auto;
	margin-top:20px;
	margin-bottom: 25px;
width:78%;
}
.code-wrap{
	position: relative;
}
.code-wrap:hover .code{display: block;}
.code{
	width: 120px;
	height: 120px;
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	bottom: 35px;
}
.code img{
	width: 100%;
	height: 100%;
}














/* 内页 */
.neiimg {
	position: relative;
}

.neiimg>img {
	width: 100%;
}


.nav_left {
	margin-top: 30px;
	width: 17%;
	max-width: 250px;
	position: relative;
	/* background: #F3F3F3; */
}

.nav_left>img {
	position: absolute;
	z-index: 0;
	left: -10px;
	top: 0px;
}

.nav_left>h2 {
	font-size: 22px;
	text-align: center;
	height: 80px;
	line-height: 82px;
	/* padding: 16px 0; */
	color: #fff;
	font-weight: normal;
	background: url(../img/lanbg.png) no-repeat left top;
	position: relative;
}

.nav_left>ul>li {
	background-color: #fff;
	/* text-align: center; */
	border-bottom: 1px solid #eaf0ed;
	/* margin: 0 15px; */
	box-sizing: border-box;
}

.nav_left>ul>li>a {
	font-size: 17px;
	display: block;
	/* padding-left: 20px; */
	margin-left: -8px;
	text-indent: 25%;
	height: 58px;
	line-height: 58px;
	box-sizing: border-box;
	color: #333;
	border-left:8px solid #158d48;
	position: relative;
}


.nav_left>ul>li:hover {
	background: #e6f4ec;
}

.nav_left dl {
	background-color: #f6f6f6;
	display: block;
	border-left:8px solid #158d48;
	margin-left:-8px;
	padding:8px 0;
}
.nav_left dl dd {
	
}
.nav_left dl dd a {
	font-size: 15px;
	color: #666666;
	display: block;
	line-height: 28px;
	padding-left:28%;
}

.nav_left dl dd:hover a {
	color: #158d48;
	text-decoration: underline;
}
.nav_left dl dd.act a{
	color: #158d48;
	text-decoration: underline;
}
.nav_left ul{padding-bottom: 55px;background: #fff;margin-left: 8px;}
.nav_left ul li.act>a {
	background: #e6f4ec;
	
}
.nav_left dl{display: none;}
.nav_left ul .act dl{display: block;}
.nav_left ul .hov>a{
	/* background: url(../img/jia.png) no-repeat 92% center;  */
}
.nav_left ul li img{
	position: absolute;
	right: 15px;
	top: 20px;
}
.nav_left ul .act img{
	transform: rotate(-45deg);
}
.nav_left ul .act>a {
/* 	color: #fff; */
	/* background: url(../img/sandot2.png) no-repeat 92% center; */
}







/*右侧*/
.nav_right {
	width: 79.5%;
	/* max-width: 1100px; */
	margin-top: 30px;
	margin-bottom: 50px;
	overflow: hidden;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.right_inner {
	/* margin: 20px 30px; */
}

.right_top {
	border-bottom: 1px solid #d5d8db;
	padding-bottom: 6px;
}

.right_top>h3 {
	font-size: 26px;
	color: #333;
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	/* border-bottom: 3px solid #210D62; */
}

.right_top>p,
.right_top>p a {
	font-size: 14px;
	color: #888888;
	margin-top: 16px;
}

.right_top>p {
	margin-right: 15px;
	padding-left: 25px;
	background: url(../img/di.png) no-repeat left center;
}



/* 列表 */
.list>ul {
	/* margin-top: 20px; */
}

.list>ul li {
	height: 50px;
	line-height: 63px;
	overflow: hidden;
	border-bottom: 1px dashed #cdcdcd;
}

.list>ul li a {
	float: left;
	display: block;
	width: 75%;
	height: 50px;
	line-height: 50px;
	color: #1A1A1A;
	overflow: hidden;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}

.list>ul li a i {
	padding: 0px 15px;
}

.list .date1 {
	color: #666666;
	float: right;

	}



.list {

	margin-bottom: 60px;
}



/* pic */
.pic_list {
	margin-top: 25px;
	margin-bottom: 60px;
	overflow: hidden;
}

.pic_list ul li {
	float: left;
	width: 33.3%;
	position: relative;
	margin-bottom: 30px;
}



.pic_list ul li a {
	display: block;
	margin: 0px 4%;
}
.pic_list ul li h2 span{height:68px;display:block;}
.pic_list ul li h2,.jiao_wrap ul li h2{
	background: #158d48;
	padding: 10px 18px 0px;
	color: #fff;
	/* text-align: center; */
	font-size: 18px;
	line-height: 1.5;
	box-sizing: border-box;
	position: relative;
	width: 86%;
	z-index: 2;
	margin: auto;
	height: 70px;
	margin-top: -40px;
	text-align: justify;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	/* bottom: 0; */
	/* left: 0; */
	font-weight: normal;
}




.img_wrap,.teach_img {
	position: relative;
	height: 0;
	padding-top: 68%;
	overflow: hidden;
}

.img_wrap img,.teach_img img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.pic_list ul li:hover .img_wrap img{
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	transform:scale(1.1,1.1);
}



/*内容*/
.content{margin-top:30px;}
.content_title>h1,
.dp>h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;margin-top: 10px;
	margin-bottom: 25px;
}

.content_title>p {
	text-align: center;
	color: #666666;
	padding-bottom: 20px;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 25px;
}

.cont {
	margin-top: 30px;
}


.cont p {
	
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
}
.cont video,.cont img{max-width:100% !important;height:auto;}
.cont table,.cont table p{
	max-width:100% !important;
	text-indent:0;
}
.fen {
	background: #eeeeee;
	height: 45px;
	margin: 20px 0px;
	overflow: hidden;
}

.fen .popup_renren {
	background-position: 1px -208px;
}

.fen .popup_tqq {
	background-position: 1px -260px;
}

.ye {
	margin-top: 40px
}

.ye p {
	color: #747474;
	margin: 15px 0px;
	font-size: 16px;
}

.ye p a {
	color: #747474;
	font-size: 16px;
}

.ye p a:hover {
	color: #164806;
}

.fen .bdsharebuttonbox {
	width: 185px;
	margin: 5px auto;
}

.content {
	padding-bottom: 50px;
	/* margin: 0px 5%; */
}

.dp {
	margin-bottom: 80px;
}


/*列表*/
.xb-list{
    margin-top: 0.4rem;
}
.xb-list ul li{
    position: relative;
    /* margin-bottom: 25px; */
    border-bottom: 1px dashed #dfdfdf;
}

.xb-list .xblist-date{
    width: 63px;
    border-top: 2px solid #158d48;
    color: #158d48;
}
.xb-list .xblist-date p{
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 8px;
    text-align: right;
}
.xb-list .xblist-date h2{font-size: 24px;text-align: right;}
.xblist-oli{
    padding: 25px 0;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.xblist-pic {
    width: 180px;
    height: 120px;
    overflow: hidden;
}
.xblist-pic a,.xblist-pic span{
    display: block;
    width: 100%;
    height: 100%;
}
.xblist-pic span{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.xb-list ul li:hover .xblist-pic span{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.xblist-title{
    width: 70%;
}
.xb-list .xblist-title2{width:85%;}
.xblist-title a{display: block;}
.xblist-title h2{
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 10px;
}
.xblist-title div{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* margin-bottom: 7px; */
}


.xb-list ul li:hover .xblist-title h2{    color: #158d48;}

.teach_list ul li{
	width: 48%;
	background: url(../img/teachbg2.png) no-repeat left top;
	background-size: cover;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 35px;
}
.teach_list ul li a{/* display: block; */}
.teach_img{width: 39%;padding-top: 51%;}
.teach_right{width: 53%;}
.teach_right h2{font-size:22px;line-height:1.5;color:#333;margin-top:25px;padding-bottom:10px;border-bottom:1px solid #dfdfdf;position: relative;}
.teach_right h2::after{
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	background-color: #158d48;
	bottom: 0;
	left: 0;
}
.teach_right div{
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
}
.jiao_list{margin-top:30px;}
.jiao_list ul li{
	width: 20%;
	float: left;
	margin-bottom:25px;
}
.jiao_list ul{overflow: hidden;}
.jiao_list ul li a{
	display:block;
	margin:0 6%;
}
.jiao_list .img_wrap{
	padding-bottom: 59%;
	border:1px solid #f2f2f2;
	border-bottom:
	none;
}
.jiao_list ul li h2{
	height:45px;
	background-color: #158d48;
	color:#fff;
	text-align:center;
	line-height:45px;
	font-size:17px;
	border:1px solid #f2f2f2;
	border-top:none;
}