@charset "utf-8";
/*常用列表样式*/
body {
}
.index-container {
	min-height: 200px;
}
.frame-page {
	min-height: 200px;
}
/* 左侧导航 */
.frame-page .main-left {
	width: 280px;
	position: relative;
	float: left;
}
.frame-page.noLeft .main-left {
	display: none;
}
.frame-page .main-left .main-title {
	color: #FFF;
	font-size: 2.4em;
	text-align: left;
	background: #006934;
	line-height: 80px;
	text-align: center;
}
.frame-page .menu-list {
	margin-bottom: 30px;
}
.frame-page .menu-list>li {
	display: block;
	width: 100%;
	cursor: pointer;
}
.frame-page .menu-list>li>a {
	font-size: 1.8em;
	color: #333;
	display: block;
	text-align: left;
	text-indent: 100px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #E3E3E3;
	margin: 0px auto;
	background: #FFF;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.frame-page .menu-list>li>a:hover, .frame-page .menu-list>li.selected>a {
	background: #F8F8F8;
	color: #006934;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.frame-page .menu-list>li>.level2 {
	background: #f7eff0;
	overflow-y: hidden;
	max-height: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.frame-page .menu-list>li>.level2 li a {
	display: block;
	border-bottom: 1px solid #EBD9BF;
	height: 46px;
	line-height: 46px;
	font-size: 1.4em;
	text-align: left;
	text-indent: 10px;
}
.frame-page .menu-list>li>.level2 li:hover a, .frame-page .menu-list>li>.level2 li.active a {
	color: #b6627a;
}
.frame-page .menu-list>li:hover>.level2, .frame-page .menu-list>li.selected>.level2 {
	max-height: 460px;
}
/* 右侧内容区 */
.frame-page .main-right {
	width: calc(100% - 310px);
	width: 870px \9;
	float: right;
	position: relative;
	min-height: 400px;
}
.frame-page .main-right:after {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #FFF;
}
.frame-page.noLeft .main-right {
	width: 100%;
	float: none;
	margin-left: 0;
	border-left: none;
	padding-left: 0;
}
.frame-page.noLeft .main-right:after {
	content: '';
	display: none;
}
/* 面包屑导航 */
.location-main {
	height: 70px;
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 20px;
	position: relative;
	text-align: left;
}
.location-path a {
	display: inline-block;
	font-size: 2em;
	font-family: "Microsoft YaHei";
	color: #333333;
	line-height: 70px;
}
.location-path a:first-child {
	background: url(../images/index/ico_location.png) left 27px no-repeat;
	padding-left: 18px
}
.location-path a:last-child {
	color: #016934;
}
.location-path em {
	display: inline-block;
	font-size: 1.6em;
	font-family: "Microsoft YaHei";
	color: #333333;
	line-height: 70px;
	padding: 0 0px;
}
.location-path em:last-child {
	display: none;
}
/*默认*/
/*分页按钮*/
.page {
	line-height: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.page a, .page span {
	font-family: "Arial";
	font-size: 1.4em;
	color: #999999;
	padding: 8px 13px;
	background: #EEEEEE;
	border-radius: 2px;
	margin: 0 3px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.page .current {
	background: #016934;
	color: #fff;
}
.page a:hover {
	background: #016934;
	color: #fff;
}
.page a.total {
	cursor: not-allowed;
}

.notice-list a {
	display: block;
	border-bottom: 1px dashed #C1C3CB;
	line-height: 60px;
	position: relative;
}
.notice-list a h3 {
	font-size: 1.6em;
	font-family: "Microsoft YaHei";
	color: #444444;
	text-indent: 25px;
	background: url("../images/index/ico_newslist_un.png") no-repeat 1px center;
	padding-right: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.notice-list a span {
	width: 90px;
	height: 24px;
	line-height: 24px;
	font-size: 1.4em;
	text-align: center;
	color: #666666;
	font-family: 'Arial';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 20px;
	background: #DDDDDD;
}
.notice-list a:hover, .notice-list a:hover h3, .notice-list a:hover span {
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear
}
.notice-list a:hover {
	border-bottom: 1px solid #006934;
}
.notice-list a:hover h3 {
	color: #006934;
	background: url("../images/index/ico_newslist_on.png") no-repeat 1px center;
}
.notice-list a:hover span {
	background: #006934;
	color: #FFF;
}
/*图片列表*/
.list-img {
}
.list-img li {
	margin-top: 10px;
	padding: 10px 0;
	display: table;
	background: #FFF;
	position: relative;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.list-img li:first-child {
	margin-top: 0;
}
.list-img li:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #E6E6E6;
}
.list-img li a {
	display: table-cell;
	overflow: hidden;
}
.list-img li a img {
	width: 214px;
	height: 136px;
	margin: 0;
}
.list-img li .txt {
	width: 1200px;
	padding-left: 15px;
	vertical-align: top;
	position: relative;
}
.list-img .txt h3 {
	color: #000;
	font-size: 1.6em;
	font-family: '微软雅黑';
	line-height: 25px;
	height: 25px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.list-img li .txt:hover h3 {
	color: #006934;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.list-img .txt p {
	text-indent: 0;
	font-size: 1.4em;
	font-family: '微软雅黑';
	color: #999999;
	line-height: 180%;
	margin: 8px 0 8px;
}
.list-img .txt span {
	display: inline-block;
	text-align: left;
	font-family: '微软雅黑';
	font-size: 1.4em;
	color: #999999;
}
.list-img .txt span.from {
}
.list-img li:hover:after {
	left: 0;
	width: 100%;
	background: #006934;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
/*图片列表*/
.list-photo li {
	float: left;
	width: 30.3333%;
	margin: 0 1.5% 30px 1.5%;
	position: relative;
	border-bottom: 2px solid #CCCCCC;
}
.list-photo li a {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 44px;
}
.list-photo li img {
	width: 100%;
	display: block;
	min-width: 100%;
	height: 155px;
}
.list-photo li span {
	bottom: 0;
	display: block;
	position: absolute;
	line-height: 44px;
	font-size: 1.4em;
	color: #000;
	text-align: left;
	overflow: hidden;
}
.list-photo li span.news-title {
	width: calc(100% - 50px);
	width: 213px \9;
	left: 0;
	font-family: '微软雅黑';
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.list-photo li span.news-view {
	width: 50px;
	right: 0;
	font-family: Arial;
	text-indent: 26px;
	background: url("../images/index/ico_view.png") no-repeat 0px center;
}
.list-photo li:hover {
	border-bottom: 2px solid #016934;
}
.list-photo li:hover span {
	color: #016934;
}
.list-photo li:hover span.news-view {
	background: url("../images/index/ico_view_on.png") no-repeat 0px center;
}
/*师资队伍*/
.teacher-list {
	padding-top: 10px;
}
.teacher-list a {
	display: block;
	width: 28.3333%;
	margin-right: 7.4%;
	margin-bottom: 30px;
	border-bottom: 1px dashed #c0c0c0;
	padding-bottom: 20px;
	position: relative;
	float: left;
}
.teacher-list a:nth-of-type(3n) {
	margin-right: 0;
}
.teacher-list a img {
	width: 100%;
	height: 300px;
}
.teacher-list h5 {
	font-family: '微软雅黑';
	font-size: 1.6em;
	color: #333333;
	text-align: left;
	padding: 5px 0;
}
.teacher-list h5 span {
	float: right;
	display: inline-block;
	color: #fff;
	background-color: #4b8eea;
	line-height: 22px;
	padding: 0 5px;
	border-radius: 3px;
}
.teacher-list a:hover h5 span {
	background-color: #e58100;
}
.teacher-list p {
	font-family: '宋体';
	font-size: 1.4em;
	color: #333333;
	line-height: 22px;
	margin-top: 5px;
}
.teacher-list .more {
	position: absolute;
	background-image: url('../images/common/ico_more3.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	bottom: -10px;
	right: 0;
	font-family: '微软雅黑';
	font-size: 1.4em;
	color: #333;
	padding-right: 25px;
	background-color: #fff;
	padding-left: 5px;
}
.teacher-list a:hover .more {
	background-image: url('../images/common/ico_more.png');
}


/* 响应式 */
/* 1024-1199 */
@media only screen and (max-width: 1199px) {
.frame-page {
	min-height: 400px;
}
/*新闻列表*/
.list-img .txt h3 {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.list-img .txt p {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list-photo li img {
	height: 170px;
}
/*师资队伍*/
.teacher-list a {
	width: 28.3333%;
	margin-right: 7.4%;
}
.teacher-list a img {
	width: 100%;
	height: 250px;
}
.teacher-list p {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
}
/*768 - 1023*/
@media only screen and (max-width: 1023px) {
.frame-page {
	min-height: 600px;
}
/*左侧目录树*/
.frame-page .main-left {
	display: none;
	float: none;
}
/*右侧内容*/
.frame-page .main-right {
	width: 100%;
	float: none;
	padding: 0;
	margin: 0px auto;
	border-left: none;
}
.location-main {
	margin-bottom: 10px;
}
.frame-page .main-right:after {
	display: none;
}
/*学校荣誉*/
.list-photo li img {
	height: 190px;
}
/*师资队伍*/
.teacher-list p {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
}

/*640 - 767*/
@media only screen and (max-width: 767px) {
.frame-page {
	min-height: 300px;
}
/*校园新闻*/
.list-img .txt span.from {
	display: none;
}
/*学校荣誉*/
.list-photo li img {
	height: 170px;
}
/*师资队伍*/
.teacher-list a img {
	height: 210px;
}
}


/*480 - 639*/
@media only screen and (max-width: 639px) {
.location-main a:first-of-type, .location-main a:last-of-type, .location-main em:first-of-type {
	display: inline-block;
}
.page .page-info{
	display: none;
}
.page a, .page span {
	padding: 6px 10px;
}
/*校园新闻*/
.list-img li a img {
	width: 136px;
	height: 95px;
}
.list-img .txt h3 {
	height: auto;
	max-height: 80px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 30px;
}
.list-img .txt p {
	display: none;
}
/*学校荣誉*/
.list-photo li {
	float: none;
	width: 100%;
	height: auto;
	margin: 25px 0;
}
.list-photo li img {
	width: 100%;
	height: auto;
}
/*师资队伍*/
.teacher-list a, .teacher-list a:nth-of-type(3n) {
	width: 48%;
	margin-right: 4%;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.teacher-list a:nth-of-type(2n) {
	margin-right: 0;
}
.teacher-list a img {
	height: 220px;
}
.teacher-list .more {
	display: none;
}
}


/*360 - 479*/

@media only screen and (max-width: 479px) {
.leader-list .txt p {
	-webkit-line-clamp: 3;
	margin: 0 auto;
}
/*师资队伍*/
.teacher-list a img {
	height: 190px;
}
}

/*320 - 359*/
@media only screen and (max-width: 359px) {
/*校园新闻*/
.list-img li a img {
	width: 110px;
	height: 62px;
}
.list-img li .txt {
	padding-left: 10px;
}
.list-img .txt h3 {
	font-size: 1.6em;
	line-height: 22px;
	margin-bottom: 0;
}
.list-photo li img {
	height: auto;
}
/*师资队伍*/
.teacher-list a, .teacher-list a:nth-of-type(3n), .teacher-list a:nth-of-type(2n) {
	width: 100%;
	margin-right: 0 !important;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.teacher-list a img {
	height: auto;
}
}
