@charset "utf-8";

/* 幻灯片 */
.swiper {
	width: 100%;
	height: 450px;
	background: #000;
	overflow: hidden;
}

.swiper .swiper-slide {
	width: 1100px;
	height: 450px;
	overflow: hidden;
}

.swiper .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-indent: -9999px;
	overflow: hidden;
}

.swiper .swiper-slide-prev {
	opacity: .8;
}

.swiper .swiper-slide-next {
	opacity: .8;
}

/* 滑动模块 */
#subject {
	position: relative;
	width: 1100px;
	height: 150px;
	background: skyblue;
	margin: 0px auto;
	overflow: hidden;
}

#subject > ul > li {
	position: absolute;
	float: left;
	list-style: none;
	width: 40%;
	height: 150px;
	transition: 0.5s;
}

#subject > ul > li a {
	display: block;
	width: 100%;
	height: 150px;
	overflow: hidden;
	text-indent: -9999px;
}

.item1 {
	background: url(../images/item01.jpg?v=2) left center no-repeat;
	background-size: auto 150px;
	left: 0;
	z-index: 1;
}
    /*hover:item1*/
#subject.state-1 .item2,
    .item2 {
	background: url(../images/item02.jpg) left center no-repeat;
	background-size: auto 150px;
	left: 40%;
	z-index: 2;
}
    /*hover:item2*/
#subject.state-4 .item2,
    #subject.state-3 .item2,
    #subject.state-2 .item2 {
	left: 20%;
}
    /*hover:item3*/
#subject.state-4 .item3,
    #subject.state-3 .item3 {
	left: 40%;
}
    /*hover:item4*/
#subject.state-4 .item4 {
	left: 60%;
}

#subject.state-1 .item3,
    .item3 {
	background: url(../images/item03.jpg) left center no-repeat;
	background-size: auto 150px;
	left: 60%;
	z-index: 3;
}

#subject.state-3 .item4,
    #subject.state-2 .item4,
    #subject.state-1 .item4,
    .item4 {
	background: url(../images/item04.jpg) left center no-repeat;
	background-size: auto 150px;
	left: 80%;
	z-index: 4;
}

/* 学院新闻 */
.news {
	width: 1100px;
	overflow: hidden;
	margin: 0px auto;
}

.news .photo-news {
	overflow: hidden;
}

.news .photo-news .news-hd,
.news .text-news .news-hd {
	height: 40px;
	margin-bottom: 20px;
	overflow: hidden;
}

.news .photo-news .news-hd h3 {
	background: url(../images/news_icon.svg) left center no-repeat;
	background-size: 32px;
	padding-left: 36px;
	line-height: 1;
	font-size: 28px;
	font-weight: 700;
	color: #333;
}

.news .text-news .news-hd h3 {
	background: url(../images/notice_icon.svg) left center no-repeat;
	background-size: 32px;
	padding-left: 36px;
	line-height: 1;
	font-size: 28px;
	font-weight: 700;
	color: #333;
}

.news .text-news .news-hd a {
	background: url(../images/more.svg) right center no-repeat;
	background-size: 16px;
	padding-right: 18px;
	line-height: 1;
	font-size: 16px;
	font-weight: normal;
	color: #666;
}

.news .text-news .news-hd a:hover {
	opacity: .7;
}

.news .photo-news .news-bd,
.news .text-news .news-bd {
	overflow: hidden;
}

.news .photo-news .news-bd {
	width: 330px;
	border: #eee 1px solid;
	overflow: hidden;
}

.news .photo-news .news-bd .photo-news-thumb {
	width: 330px;
	height: 220px;
	overflow: hidden;
}

.news .photo-news .news-bd .photo-news-thumb a {
	display: block;
}

.news .photo-news .news-bd .photo-news-main {
	overflow: hidden;
	padding: 0px 10px 0px 10px;
}

.news .photo-news .news-bd .photo-news-main h4 {
	line-height: 50px;
	font-size: 14px;
	font-weight: normal;
	font-family: 'Roboto-Medium';
	color: #aaa;
}

.news .photo-news .news-bd .photo-news-main h3 {
	line-height: 20px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}

.news .photo-news .news-bd .photo-news-main h3 a {
	color: #333;
}

.news .photo-news .news-bd .photo-news-main h3 a:hover {
	color: #c32820
}

.news .photo-news .news-bd .photo-news-main p {
	border-top: #eee 1px solid;
	line-height: 50px;
}

.news .photo-news .news-bd .photo-news-main p a {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}

.news .photo-news .news-bd .photo-news-main p a:hover {
	color: #c32820;
}

.news .photo-news .news-bd .photo-news-main p a:after {
	content: " ";
	display: inline-block;
	transform: rotate(45deg);
	height: 8px;
	width: 8px;
	border-width: 2px 2px 0 0;
	border-color: #C8C8CD;
	border-style: solid;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -5px;
	transition: all .3s;
}

.news .photo-news .news-bd .photo-news-main p a:hover:after {
	border-color: #c32820;
}

/*文字新闻*/
.news .text-news {
	width: 354px;
	overflow: hidden;
}

.news .text-news ul li {
	width: 354px;
	height: 40px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: #eee 1px dotted;
}

.news .text-news ul li:last-child {
	margin: 0px;
	padding: 0px;
	border-bottom: none;
}

.news .text-news ul li a {
	display: block;
}

.news .text-news ul li a h2 {
	display: block;
	height: 16px;
	line-height: 16px;
	margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .3s;
	font-weight: normal;
	font-size: 14px;
}

.news .text-news ul li a:hover h2 {
	color: #c32820
}

.news .text-news ul li a p {
	line-height: 20px;
	font-size: 12px;
	font-family: 'novecento';
	color: #666;
}

/*宣传片*/
.videobox {
	width: 100%;
	height: 480px;
	background: url(../images/pattern.png) center no-repeat #eee;
	background-size: 100%;
	overflow: hidden;
}

.videobox .videoinfo {
	width: 1100px;
	height: 380px;
	margin: 0px auto;
	overflow: hidden;
}

.videobox .videoinfo .videoarea {
	width: 720px;
	height: 380px;
	background: #000;
	box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.videobox .videoinfo .datainfo {
	width: 340px;
	height: 320px;
	padding: 60px 0px 0px 0px;
	overflow: hidden;
}

.videobox .videoinfo .datainfo ul {
	overflow: hidden;
}

.videobox .videoinfo .datainfo ul li {
	width: 170px;
	height: 80px;
	float: left;
	overflow: hidden;
	margin-bottom: 40px;
	border-bottom: #ddd 1px solid;
}

.videobox .videoinfo .datainfo ul li:nth-child(5),
.videobox .videoinfo .datainfo ul li:nth-child(6) {
	margin: 0px;
	border: none;
}

.videobox .videoinfo .datainfo ul li p {
	line-height: 32px;
	font-size: 14px;
	color: #333;
}

.videobox .videoinfo .datainfo ul li p b {
	font-weight: bold;
	padding-right: 3px;
	font-family: raleway;
	font-size: 30px;
}

.videobox .videoinfo .datainfo ul li h6 {
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

/*校园风光*/
.photo-title {
	width: 1100px;
	height: 60px;
	margin: 0px auto;
	padding: 20px 0 40px 0;
	overflow: hidden;
}

.photo-title h5 {
    line-height: 40px;
	font-size: 30px;
	font-weight: bold;
	color: #333;
}

.photo-title p {
    line-height: 20px;
	font-size: 14px;
	color: #666;
}

.swiper-container-photo {
	width: 1350px;
	height: 380px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}

.swiper-container-photo .swiper-slide {
	height: 380px;
	overflow: hidden;
}

.swiper-container-photo .swiper-slide  .school-thumb {
	height: 350px;
	margin-bottom: 10px;
	overflow: hidden;
}

.swiper-container-photo .swiper-slide  .school-thumb a {
	display: block;
}

.swiper-container-photo .swiper-slide  .school-thumb a img {
	display: block;
}

.swiper-container-photo .swiper-slide  .school-thumb-title {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
}

/*手机框架*/
.ele .mobile {
	box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	border-radius: 40px;
	position: relative;
	padding: 40px 0;
	width: 375px;
	height: calc(100% - 150px);
	margin-left: 187px;
}

.ele .mobile .header {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 40px;
	background: #f4f5f7;
}

.ele .mobile .header i {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 10px;
	border-radius: 10px;
	background: #ccc;
}

.ele .mobile .footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 40px;
	background: #f4f5f7;
}

.ele .mobile .footer i {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #ccc;
}

#contentFrame {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}

.ele .mobilecode {
	width: 120px;
	margin-left: 20px;
	height: 150px;
}

.ele .mobilecode img {
	width: 120px;
	height: 120px;
}

.ele .mobilecode p {
	text-align: center;
	line-height: 20px;
	padding-top: 10px;
	font-size: 12px;
	color: #666;
}

/*内页*/
.smallbanner {
	background: url(../images/banner01.jpg) center no-repeat;
	background-size: auto 192px;
	margin: 0px auto;
	height: 192px;
}

.smallbanner-a {
	background: url(../images/banner02.jpg) center no-repeat;
	background-size: auto 192px;
	margin: 0px auto;
	height: 192px;
}

.smallbanner-b {
	background: url(../images/banner03.jpg) center no-repeat;
	background-size: auto 192px;
	margin: 0px auto;
	height: 192px;
}

.smallbanner-c {
	background: url(/d/file/p/2020/06-07/banner04.jpg) center no-repeat;
	background-size: auto 192px;
	margin: 0px auto;
	height: 192px;
}

.layout {
	position: relative;
	width: 1100px;
	overflow: hidden;
	margin: 0px auto;
	margin-top: -50px;
}

/*栏目分类*/
.layout .pagetitle {
	width: 190px;
	position: relative;
	padding: 20px 0 0 20px;
	background: #fff;
	border-left: #ad0002 6px solid;
	border-top: #ad0002 50px solid;
	min-height: 500px;
}

.layout .pagetitle h1 {
	line-height: 40px;
	font-size: 32px;
	font-weight: bold;
	color: #333;
}

.layout .pagetitle p {
	line-height: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.layout .pagetitle ul {
	padding-top: 50px;
	overflow: hidden;
}

.layout .pagetitle ul li {
	line-height: 52px;
	text-align: left;
	border-bottom: #eee 1px solid;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
}

.layout .pagetitle ul li a {
	color: #555;
}

.layout .pagetitle ul li.active a {
	color: #ad0002;
	font-weight: bold;
}

.layout .pagetitle ul li a:hover {
	color: #ad0002;
}

.layout .content {
	width: 844px;
	overflow: hidden;
	padding-top: 50px;
}

.layout .content .loction,
.layout .newscontent .loction {
	height: 60px;
	line-height: 60px;
	margin-bottom: 0px;
	overflow: hidden;
	font-size: 13px;
	color: #666;
}

.layout .content .loction a,
.layout .newscontent .loction a {
	color: #666;
}

.layout .content .text-box {
	width: 844px;
	min-height: 450px;
	overflow: hidden;
}

.layout .content .text-box p {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 22px;
	color: #333;
}

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

.layout .content .text-box p:last-child {
	margin-bottom: 0px;
}

/*学院位置*/
.layout .content .mapinfo{
    overflow: hidden;
}

.layout .content .maptip{
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}

/*联系我们*/
.layout .content .text-box .us-left {
	width: 400px;
	float: left;
	overflow: hidden;
	border-right: #eee 1px solid;
}

.layout .content .text-box .us-right {
	width: 200px;
	float: left;
	overflow: hidden;
	margin-left: 30px;
}

.layout .content .text-box .us-left h6,
.layout .content .text-box .us-right h6{
    margin-bottom: 15px;
	line-height: 1;
	font-size: 20px;
	color: #333;
}

.layout .content .text-box .us-left ul {
	list-style: none;
	border-left: #eee 6px solid;
	padding-bottom: 6px;
	overflow: hidden;
	padding-left: 30px;
}

.layout .content .text-box .us-left li {
	list-style: none;
	line-height: 26px;
	font-size: 14px;
	color: #333;
}

.layout .content .text-box .us-right p img{
    display: block;
}

/*新闻列表*/ 
.layout .content .newslist {
	overflow: hidden;
}

.layout .content .newslist ul li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #f2f2f2 1px solid;
}

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

.layout .content .newslist ul li a {
	display: inline-block;
	margin-bottom: 8px;
	line-height: 22px;
	font-weight: bold;
	font-size: 18px;
}

.layout .content .newslist ul li p.introduction {
	margin-bottom: 22px;
	line-height: 18px;
	font-size: 13px;
	color: #777;
}

.layout .content .newslist ul li p.newstime {
	font-size: 13px;
	line-height: 1;
	font-family: 'novecento';
	color: #aaa;
}

/*一级栏目新闻列表*/ 
.layout .content .columnnews {
	width: 844px;
	overflow: hidden;
}

.layout .content .columnnews h3{
    margin-bottom: 20px;
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    color: #ad0002;
}

.layout .content .columnnews h3 a{
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #ad0002;
}

.layout .content .columnnews ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #f2f2f2 1px solid;
}

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

.layout .content .columnnews ul li a {
	display: inline-block;
	margin-bottom: 8px;
	line-height: 22px;
	font-weight: normal;
	font-size: 16px;
}

.layout .content .columnnews ul li p.newstime {
	font-size: 13px;
	line-height: 1;
	font-family: 'novecento';
	color: #aaa;
}

/*分页*/
.layout .content .newspage {
	overflow: hidden;
	font-size: 14px;
	color: #666;
}

.layout .content .newspage a{
    display: inline-block;
	line-height: 20px;
	padding: 10px 12px;
	background: #fff;
	border-radius: 3px;
	border: #eee 1px solid;
	text-align: center;
	color: #333;
}

.layout .content .newspage a:hover {
	color: #fff;
	background: #eb170c;
	border: #eb170c 1px solid;
}

.layout .content .newspage select{
   height: 40px; 
   border: #eee 1px solid;
   border-radius: 3px;
   margin-left: 5px;
   padding: 0px 2px;
}
/*
.layout .content .newspage b {
	display: block;
	height: 42px;
	float: left;
	margin-right: 8px;
	padding: 0px 18px;
	background: #eb170c;
	border: #eb170c 1px solid;
	border-radius: 3px;
	line-height: 42px;
	text-align: center;
	color: #fff;
}

.layout .content .newspage a.total {
	display: block;
	height: 44px;
	line-height: 44px;
	margin-right: 20px;
	float: left;
	color: #333;
}

.layout .content .newspage a.pagelink {
	display: block;
	height: 42px;
	line-height: 42px;
	margin-right: 8px;
	padding: 0px 18px;
	background: #fff;
	border-radius: 3px;
	border: #eee 1px solid;
	text-align: center;
	float: left;
	color: #333;
}

.layout .content .newspage a.pagelink:hover {
	color: #fff;
	background: #eb170c;
	border: #eb170c 1px solid;
}*/

/*新闻详情*/
.layout .newscontent {
	width: 800px;
	padding-top: 50px;
	overflow: hidden;
}

.layout .newscontent .news-detail-title {
	line-height: 40px;
	font-size: 30px;
	font-weight: bold;
	color: #333;
}

.layout .newscontent .news-detail-time {
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	font-family: 'Roboto-Medium';
	color: #666;
}

.layout .newscontent .news-detail-content {
	overflow: hidden;
}

.layout .newscontent .news-detail-content p {
	line-height: 24px;
	margin-bottom: 5px;
	font-size: 15px;
	color: #333;
}

.layout .newscontent .news-detail-content p:last-child {
	margin-bottom: 0px;
}

.layout .newscontent .news-detail-content a {
	color: #4e6ef2
}

.layout .newscontent .news-detail-content ul {
	border-left: #eee 6px solid;
	padding-bottom: 6px;
	overflow: hidden;
	padding-left: 30px;
}

.layout .newscontent .news-detail-content ul li {
	line-height: 24px;
	font-size: 14px;
	color: #333;
}

.layout .newscontent .news-detail-content strong.big {
	font-size: 20px;
}

.layout .newscontent .news-detail-content strong.medium {
	font-size: 16px;
}

.layout .newscontent .news-detail-content img {
	max-width: 100%!important;
	height: auto!important;
}

.layout .newscontent .news-detail-content img.nomar {
	margin: 0px!important;
}

/*新闻排行*/
.layout .topnews {
	width: 250px;
	margin-top: 110px;
	padding-left: 20px;
	border-left: #eee 1px solid;
	overflow: hidden;
}

.layout .topnews-hd {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.layout .topnews-bd {
	overflow: hidden;
}

.layout .topnews-bd ul li {
	width: 250px;
	height: 46px;
	line-height: 46px;
	border-bottom: #f2f2f2 1px solid;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
}

.layout .topnews-bd ul li:last-child {
	border: none;
}

/*师资介绍*/
.layout .content .teacher {
	overflow: hidden;
}

.layout .content .teacher p {
	line-height: 22px;
	font-size: 14px;
	color: #333;
}

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

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

.layout .content .teacher ul li .avatar {
	width: 100px;
	height: 100px;
	margin-right: 20px;
	border-radius: 100px;
	overflow: hidden;
}

.layout .content .teacher ul li .avatar img {
	display: block;
	width: 100px;
	height: 100px;
}

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

.layout .content .teacher ul li .introduce h5 {
    line-height: 1;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.layout .content .teacher ul li .introduce h6 {
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
	color: #333
}

.layout .content .teacher ul li .introduce p {
	line-height: 20px;
	padding-top: 10px;
	font-size: 13px;
	color: #333;
}

/*瀑布流*/
.layout .wrapper {
	overflow: hidden;
}

.layout .wrapper ul.wall {
	display: block;
	overflow: hidden;
}

.layout .wrapper ul.wall .wall-column {
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.layout .wrapper ul.wall .wall-column:nth-child(1) {
	padding-right: 4%;
}

.layout .wrapper ul.wall .wall-column .article {
	margin: 0 0 10px 0;
	padding: 0px;
	overflow: hidden;
}

.layout .wrapper ul.wall .wall-column .article a {
	display: block;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
}

.layout .wrapper ul.wall .wall-column .article a:hover {
	transform: scale(.99);
}

.layout .wrapper ul.wall .wall-column .article a img {
	display: block;
	width: 100%;
}

.layout .wrapper ul.wall .wall-column .article h4 {
	line-height: 30px;
	font-weight: normal;
	font-size: 15px;
	color: #333;
}

/*组织架构*/
.layout .content .chat-box {
	width: 840px;
	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: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
	color: black;
	margin: 0px 5px;
	font-size: 12px;
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	transition: all linear .1s;
	background: #92D4A8;
	height: 40px;
	line-height: 16px;
}

.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: 12px;
	color: #333;
	height: 40px;
	line-height: 16px;
	margin: 0px;
	box-sizing: border-box;
	border: 2px solid #dddfe4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.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: 114px;
	}

	.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;
	}
}

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

.tableinfo-tip {
	line-height: 30px;
	font-size: 12px;
	color: #666;
}

/*白色表格*/
.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: 22px;
	padding: 15px 10px;
	text-align: left;
	font-size: 14px;
	color: #4f4f4f;
}

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

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

.table-white tbody tr td {
	line-height: 22px;
	padding: 15px 10px;
	text-align: left;
	font-size: 14px;
	color: #4f4f4f;
}

/*黑色表格*/
.table-black {
	display: table;
	width: 100%;
	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: 24px;
	padding: 15px 10px;
	text-align: left;
	font-size: 16px;
	color: #fff;
}

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

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

.table-black tbody tr td {
	line-height: 22px;
	padding: 15px 10px;
	text-align: left;
	font-size: 14px;
	color: #fff;
}
