@charset "utf-8";

/* 公告 */
.notice {
	height: 3.4rem;
	line-height: 3.4rem;
	padding: 0px .5rem;
	background: #c32820;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1rem;
}

.notice a {
	color: #fff;
}

.swiper-container {
	width: 100%;
}

.swiper-container .swiper-slide {
	position: relative;
}

.swiper-container .swiper-slide img {
    display: block;
	width: 100%;
}

.swiper-container-menu {
	position: relative;
	margin-left: auto;
	padding-bottom: .5rem;
	margin-right: auto;
	overflow: hidden;
}

.swiper-container-menu .swiper-slide {
	overflow: hidden;
}

.swiper-container-menu .swiper-slide ul {
	overflow:hidden;
}

.swiper-container-menu .swiper-slide ul li {
	width: 25%;
	height:5.8rem;
	float: left;
	overflow: hidden;
}

.swiper-container-menu .swiper-slide ul li .menuicon {
	width:3.4rem;
	height:3.4rem;
	margin:0px auto;
	overflow: hidden;
}

.swiper-container-menu .swiper-slide ul li .menuicon img {
	display:block;
	width:3.4rem;
	height:3.4rem;
}

.swiper-container-menu .swiper-slide ul li .menutext {
    height: 2.4rem;
	line-height: 2.4rem;
	text-align: center;
	font-size: 1rem;
	color: #333;
}

.mode-hd {
	overflow: hidden;
}

.mode-hd h4 {
	line-height: 1.4;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
}

.mode-hd p {
	line-height: 1.2;
	text-align: center;
	font-size: 1rem;
	color: #666;
}

.video {
	margin: 0px 1.5rem;
	position: relative;
	overflow: hidden;
}

.video video {
	width: 100%;
}

.text-news {
	margin: 0px 1.5rem;
	overflow:hidden;
}

.text-news ul li {
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: #eee 1px solid;
	overflow: hidden;
}

.text-news a {
	overflow: hidden;
	position: relative;
}

.text-news a .text-news-thumb {
    width: 7rem;
	overflow: hidden;
	margin-right: 10px;
}

.text-news a .text-news-thumb img {
	display:block;
	width: 7rem;
	height: auto;
}

.text-news a .text-news-main {
	overflow: hidden;
}

.text-news a .text-news-main h3 {
	line-height: 1.3;
	margin-bottom: .5rem;
	font-size: 1.1rem;
	font-weight: normal;
	color: #333;
}

.text-news a .text-news-main p {
	line-height: 1;
	font-size: 1rem;
	color: #777;
}

.morenews {
	margin: 0px 1.5rem;
	overflow: hidden;
}

.morenews a {
	display: block;
	line-height: 1;
	padding: 1rem 0px;
	border: #c32820 2px solid;
	background: #fff;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #c32820;
}

.morenews a:hover {
	background: #c32820;
	color: #fff;
}

/*内页*/
.loction {
	height: 4rem;
	line-height: 4rem;
	margin: 0px 1.5rem 1rem 1.5rem;
	padding-top: 3.4rem;
	border-bottom: #f2f2f2 1px solid;
	font-size: 1rem;
	color: #999;
}

.loction a{
    color: #999;
}

.content-box {
    min-height: 400px;
	margin: 0px 1.5rem;
	overflow: hidden;
}

.content-box.about p {
	line-height: 1.4;
	margin-bottom: .8rem;
	font-size: 1.1rem;
	color: #333;
}

.content-box.about img {
	width: 100%!important;
	height: auto!important;
}

/* 联系我们 */
.content-box.about .us-left{
	overflow: hidden;
	margin-bottom: 1rem
}

.content-box.about .us-left h6,
.content-box.about .us-right h6{
    margin-bottom: 1rem;
	line-height: 1;
	font-size: 1.2rem;
	color: #333;
}

.content-box.about .us-left ul li {
	font-size: 1.1rem;
	line-height: 1.4;
	color: #333;
}

.content-box.about .us-left p img{
    display: block;
}

/*专业列表*/
.content-box.professional ul li {
	position: relative;
	margin-bottom: 1rem;
	border: #eee 1px solid;
	border-radius:6px;
	overflow: hidden;
}

.content-box.professional ul li .profess-thumb {
	padding: 1rem 1rem 0rem 1rem;
	overflow: hidden;
}

.content-box.professional ul li .profess-thumb img {
	display: block;
	width: 100%;
}

.content-box.professional ul li .profess-main {
	padding: 0rem 1rem 1rem 1rem;
	overflow: hidden;
}

.content-box.professional ul li .profess-main h5 {
	line-height: 2.4;
	text-align: center;
	font-size: 1.2rem;
	color: #333;
}

.content-box.professional ul li .profess-main a {
	display: block;
	width: 20rem;
	height: 3rem;
	margin: 0px auto;
	border: #c32820 1px solid;
	border-radius: 1.5rem;
	line-height: 3rem;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	color: #c32820;
}

/*校园文化*/
.content-box.photolist ul li {
	margin-bottom: 1rem;
	overflow: hidden;
}

.content-box.photolist ul li img {
	display: block;
	width: 100%;
}

.content-box.photolist ul li p {
    line-height: 2;
	text-align: center;
	font-size: 1.1rem;
	color: #333;
}

/*新闻列表*/
.content-box.newslist ul li {
	overflow: hidden;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: #eee 1px solid;
}

.content-box.newslist ul li:last-child{
    margin: 0px;
    padding: 0px;
    border: none;
}

.content-box.newslist ul li a {
	overflow: hidden;
}

.content-box.newslist ul li a .news-thumb {
	width: 7rem;
	overflow: hidden;
	margin-right: .8rem;
}

.content-box.newslist ul li a .news-thumb img {
	display:block;
	width: 7rem;
	height: auto;
}

.content-box.newslist ul li a .news-main {
	overflow: hidden;
}

.content-box.newslist ul li a .news-main h3 {
	line-height: 1.2;
	margin-bottom: .5rem;
	font-size: 1.1rem;
	font-weight: normal;
	color: #333;
}

.content-box.newslist ul li a .news-main p {
	line-height: 1rem;
	font-size: 1rem;
	color: #888;
}

/*新闻详情*/
.bigtitle {
	margin: 0px;
	padding: 1rem 1.5rem 0px 1.5rem;
	line-height: 1.4;
	font-weight: bold;
	font-size: 1.8rem;
	color: #333;
}

.newstime {
	height: 3rem;
	line-height: 3rem;
	padding: 0rem 1.5rem;
	font-size: 1rem;
	color: #888;
}

.newscontent {
	padding: 0px 1.5rem;
	overflow-y:hidden;
}

.newscontent p{
    margin-bottom: .5rem;
	line-height: 1.4;
	font-size: 1.2rem;
	color: #333;
}

.newscontent p:last-child {
	margin-bottom: 0px;
}

.newscontent .big{
	font-size: 1.4rem;
}

.newscontent img {
	display:block;
	width: 100%!important;
	height: auto!important;
}

.newscontent img.nomar {
	width: 1rem!important;
	height: 1rem!important;
}

.newscontent hr {
	border: none;
	height: 1px;
	background: #ddd;
}

.newscontent ul {
	padding: 0 0px 1rem 20px;
	border-left: #eee 4px solid;
}

.newscontent ul li {
	margin-bottom: .5rem;
	line-height: 1.4;
	font-size: 1.2rem;
	color: #555;
}

.newscontent ul li:last-child {
	margin-bottom: 0rem;
}

.newscontent a {
	color: #4e6ef2
}

/*表格*/
.tablebox{
	overflow-y:hidden;
}

/*白色表格*/
.table-white {
    display: table;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}

.table-white *{
    word-break: keep-all;
    word-wrap:break-word;
    box-sizing: border-box;
}

.table-white thead {
	background: #f5f5f5;
}

.table-white thead tr{
	border-bottom: #f1f1f1 1px solid;
}

.table-white thead tr th{
    line-height: 1;
    padding: 1.4rem .6rem;
    text-align: left;
    font-size: 1rem;
    color: #4f4f4f;
}

.table-white tbody{
    background: #fff;
}

.table-white tbody tr{
	border-bottom: 1px solid #eee;
}

.table-white tbody tr td { 
   line-height: 1;
   padding: 1.4rem .6rem;
   text-align: left;
   font-size: 1rem;
   color: #4f4f4f;
}

/*黑色表格*/
.table-black {
    display: table;
    width: 800px;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}

.table-black *{
    word-break: keep-all;
    word-wrap:break-word;
    box-sizing: border-box;
}

.table-black thead {
	background: #333;
}

.table-black thead tr{
	border-bottom: #555555 1px solid;
}

.table-black thead tr th{
    line-height: 1;
    padding: 1.4rem .6rem;
    text-align: left;
    font-size: 1rem;
    color: #fff;
}

.table-black tbody{
    background: #444;
}

.table-black tbody tr{
	border-bottom: 1px solid #555555;
}

.table-black tbody tr td { 
   line-height: 1rem;
   padding: 1.4rem .6rem;
   text-align: left;
   font-size: 1rem;
   color: #fff;
}

.tableinfo-tip{
	line-height:2rem;
	font-size:1rem;
	color:#666;
}

/*师资介绍*/
.content-box.teacher p {
	line-height: 1.4;
	font-size: 1.1rem;
	color: #333;
}

.content-box.teacher ul li {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: #eee 1px solid;
	overflow: hidden;
}

.content-box.teacher ul li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.content-box.teacher ul li .avatar {
	width: 12rem;
	height: 12rem;
	border-radius: 7rem;
	overflow: hidden;
	margin: 0px auto;
	margin-bottom: 1rem;
}

.content-box.teacher ul li .avatar img {
    display:block;
	width: 12rem;
	height: 12rem;
}

.content-box.teacher ul li .introduce {
	overflow: hidden;
}

.content-box.teacher ul li .introduce h5 {
	line-height: 2;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	color: #c32820;
}

.content-box.teacher ul li .introduce h6 {
    margin-bottom: 1rem;
	line-height: 1.2;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
}

/*组织架构*/
.chat-box {
	padding: 0px 1.5rem;
	overflow: hidden;
}

.org-chart {
	margin: 0px;
	display: block;
	clear: both;
	margin-bottom: 30px;
	position: relative;
}

.org-chart ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.org-chart ul li {
	position: relative;
}

.org-chart ul li span {
	display: block;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
	color: black;
	margin: 0px 5px;
	font-size: 1rem;
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	transition: all linear .1s;
	background: #92D4A8;
	height: 40px;
	line-height: 40px;
}

.org-chart .lvl-b {
	border-radius: 21px;
	background: #727781;
	color: #fff;
	border: 2px solid #727781;
}

.org-chart .board {
	width: 70%;
	margin: 0 auto;
	display: block;
	position: relative;
}

.org-chart .board:before {
	content: "";
	display: block;
	position: absolute;
	height: 70px;
	width: 2px;
	background: #dddfe4;
	left: 50%;
	margin-left: -1px;
	top: 0px;
}

.org-chart ul.columnOne {
	height: 70px;
	position: relative;
	width: 100%;
	display: block;
	clear: both;
}

.org-chart ul.columnOne li {
	width: 30%;
	list-style: none;
	margin: 0px auto;
}

.org-chart ul.columnTwo {
	position: relative;
	width: 100%;
	display: block;
	height: 90px;
	clear: both;
}

.org-chart ul.columnTwo li:first-child {
	width: 30%;
	float: left;
}

.org-chart ul.columnTwo li {
	width: 30%;
	float: right;
}

.org-chart ul.columnTwo:before {
	content: "";
	display: block;
	position: relative;
	width: 80%;
	height: 10px;
	border-top: 2px solid orange;
	margin: 0 auto;
	top: 40px;
}

.org-chart ul.columnThree {
	position: relative;
	width: 100%;
	display: block;
	clear: both;
}

.org-chart ul.columnThree li:first-child {
	width: 30%;
	float: left;
	margin-left: 0;
}

.org-chart ul.columnThree li {
	width: 30%;
	margin-left: 5%;
	float: left;
}

.org-chart ul.columnThree li:last-child {
	width: 30%;
	float: right;
	margin-left: 0;
}

.org-chart ul.columnThree:before {
	content: "";
	display: block;
	position: relative;
	width: 80%;
	height: 10px;
	border-top: 2px solid orange;
	margin: 0 auto;
	top: 40px;
}

.org-chart .departments {
	width: 100%;
	display: block;
	padding-top: 20px;
	clear: both;
	position: relative;
	padding-bottom: 30px;
	overflow: hidden;
	display: inline-flex;
}

.org-chart .departments:before {
	content: "";
	display: block;
	width: 86%;
	position: absolute;
	left: 7%;
	height: 22px;
	border-top: 2px solid #dddfe4;
	border-left: 2px solid #dddfe4;
	border-right: 2px solid #dddfe4;
	margin: 0 auto;
	top: 0px;
}

.org-chart .department {
	flex: 1;
	float: left;
}

.org-chart .department:after {
	content: "";
	position: absolute;
	display: block;
	width: 2px;
	background: #dddfe4;
	height: 22px;
	margin-left: -1px;
	left: 50%;
	top: -22px;
}

.org-chart .department:first-child:after {
	display: none;
}

.org-chart .department:last-child:after {
	display: none;
}

.org-chart .department.central {
	background: #F5EEC9;
}

.org-chart .department.central:after {
	display: none;
}

.org-chart .department li {
	height: 55px;
}

.org-chart .department li span {
	background: #fff;
	top: 20px;
	position: absolute;
	z-index: 1;
	border-radius: 21px;
	width: 100%;
	height: auto;
	vertical-align: middle;
	right: 0px;
	line-height: 14px;
	padding: 0px;
	font-size: 1rem;
	color: #333;
	height: 40px;
	line-height: 36px;
	margin: 0px;
	box-sizing: border-box;
	border: 2px solid #dddfe4;
}

.org-chart .department .sections {
	margin-top: 0px;
	padding: 0px 5px;
}

/* MEDIA QUERIES */

@media all and (max-width: 767px) {
	.org-chart ul.columnOne li span {
		margin: 0px;
	}

	.org-chart .department li span {
		width: 90%;
	}

	.org-chart .board {
		margin: 0px;
		width: 100%;
	}

	.org-chart .departments:before {
		border: none;
		height: 0px;
	}

	.org-chart .department .sections {
		padding: 0px;
	}

	.org-chart .department {
		float: none;
		width: 100%;
		margin-left: 0;
		padding-bottom: 30px;
	}

	.org-chart .department:last-child {
		padding: 0px;
	}

	.org-chart .department:before {
		content: "";
		display: block;
		position: absolute;
		width: 15px;
		height: 100%;
		border-left: 2px solid #727781;
		z-index: 1;
		top: 22px;
		left: 0px;
	}

	.org-chart .department:last-child:before {
		display: block;
		height: 2px;
	}

	.org-chart .department.last:before {
		display: block;
		height: 119px;
	}

	.org-chart .department.last .sections li:last-child::after {
		width: 32px;
		height: 2px;
		background: #727781;
		position: absolute;
		left: 2px;
		top: 40px;
		content: '';
	}

	.org-chart .departments {
		display: block;
		padding-top: 0px;
	}

	.org-chart ul li span {
		position: relative;
		margin: 0px 0 0 20px;
		border: none;
	}

	.org-chart .department:after {
		width: 20px;
		height: 2px;
		background: #727781;
		position: absolute;
		left: 2px;
		top: 22px;
		content: '';
	}

	.org-chart .department:first-child::after {
		display: block;
	}

	.org-chart .department:last-child::after {
		display: block;
	}
}

/*地图*/
.mapinfo{
	height:30rem;
	margin:0px 1.5rem 1.5rem 1.5rem;
	overflow:hidden;
}

.maptip{
    height: 2rem;
    line-height: 2rem;
    margin: 0px 1.5rem;
    font-size: 1.1rem;
    color: #333;
}