@charset "utf-8";

/*常用列表样式*/
body {}

.index-container {
	min-height: 200px;
	background: #FFF9F0 url(../images/jyjg/frame_bottom.png) no-repeat center bottom;
}

.frame-page {
	min-height: 200px;
}

/* 左侧导航 */
.frame-page .main-left {
	width: 260px;
	position: relative;
	float: left;
}

.frame-page.noLeft .main-left {
	display: none;
}

.frame-page .main-left .main-title {
	color: #FFF;
	font-size: 28px;
	text-align: center;
	height: 80px;
	line-height: 60px;
	position: relative;
	background-color: #72352D;
}

.frame-page .main-left .main-title::after {
	content: "";
	width: 30px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 20px;
}

.frame-page .menu-list {
	margin-bottom: 30px;
	background: #fff;
	width: 240px;
	padding: 10px;
}

.frame-page .menu-list>li {
	display: block;
	width: 100%;
	cursor: pointer;
}

.frame-page .menu-list>li>a {
	font-size: 1.8em;
	color: #666666;
	display: block;
	text-align: left;
	text-indent: 32px;
	height: 50px;
	line-height: 50px;
	margin: 10px auto 0px auto;
	background: #FFF url(../images/jyjg/tree1_un.png) 15px center no-repeat;
	-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:first-child>a {
	margin-top: 0;
}

.frame-page .menu-list>li>a:hover,
.frame-page .menu-list>li.selected>a {
	color: #FFF;
	background: #B97D4D url(../images/jyjg/tree1_on.png) 15px center no-repeat;
	-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 {
	width: 220px;
	margin: 0 auto;
	overflow-y: hidden;
	max-height: 0;
	background: #FFF;
	-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 #F5F5F5;
	height: 40px;
	line-height: 40px;
	font-size: 1.6em;
	text-align: left;
	text-indent: 20px;
	background: url(../images/frame/tree2_un.png) 5px center no-repeat;
	color: #888888;
}

.frame-page .menu-list>li>.level2 li:hover a,
.frame-page .menu-list>li>.level2 li.active a {
	border-bottom: 1px solid #C30E23;
	color: #C30E23;
	background: url(../images/frame/tree2_on.png) 5px center no-repeat;
}

.frame-page .menu-list>li:hover>.level2,
.frame-page .menu-list>li.selected>.level2 {
	max-height: 800px;
}

/* 右侧内容区 */
.frame-page .main-right {
	width: calc(100% - 280px);
	width: 870px \9;
	float: right;
	position: relative;
	min-height: 400px;
	background-color: #fff;
	margin-bottom: 30px;
}

.frame-page.noLeft .main-right {
	width: 100%;
	float: none;
	margin-left: 0;
	border-left: none;
	padding-left: 0;
}

/* 面包屑导航 */
.location-main {
	height: 50px;
	border-bottom: 1px solid #C6C7CC;
	margin-bottom: 20px;
	position: relative;
	text-align: left;
}

.location-path a {
	display: inline-block;
	font-size: 1.6em;
	font-family: "Microsoft YaHei";
	color: #333333;
	line-height: 50px;
	padding: 0 4px;
}

.location-path a:first-child {
	background: url(../images/jyjg/location.png) 0 center no-repeat;
	color: #72352D;
	padding-left: 25px
}

.location-path a:last-child {
	color: #72352D;
}

.location-path em {
	display: inline-block;
	font-size: 1.6em;
	font-family: "Microsoft YaHei";
	color: #626262;
	line-height: 50px;
	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: #666666;
	padding: 8px 11px;
	background: #FFF;
	border: 1px solid #DDDDDD;
	margin: 0 5px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.page .current {
	background: #72352D;
	color: #fff;
	border: 1px solid #72352D;
}

.page a:hover {
	background: #72352D;
	color: #fff;
	border: 1px solid #72352D;
}

.page a.total {
	cursor: not-allowed;
}

.notice-list a {
	display: block;
	line-height: 60px;
	position: relative;
	border-bottom: 1px dashed #D6E0E4;
}

.notice-list a h3 {
	font-size: 1.8em;
	font-family: "Microsoft YaHei";
	color: #333333;
	text-indent: 36px;
	background: url(../images/jyjg/tree1_un.png) no-repeat 15px center;
	padding-right: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notice-list a span {
	width: 90px;
	height: 60px;
	line-height: 60px;
	font-size: 1.6em;
	text-align: center;
	color: #707070;
	font-family: 'Arial';
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 0px;
}

.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-color: #72352D;
}

.notice-list a:hover h3 {
	color: #72352D;
	background: url(../images/jyjg/tree1_un.png) no-repeat 15px center;
}

.notice-list a:hover span {
	color: #72352D;
}

/* 时间列表 */
.date-list{padding: 10px;}
.date-list li{width: 48%;margin:1%;float: left;}
.date-list a{display: block;height: 100px;background-color: #F8F4EC;padding: 15px 25px 0;border-radius: 7px;transition: all .3s ease;}
.date-list h3{font-size: 1.8em;color: #333333;height: 60px;line-height: 1.5;	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;transition: all .3s ease;}
.date-list span{padding-left: 23px; background: url(../images/jyjg/time.png) no-repeat left center;display: inline-block;font-size: 1.6em;color: #666666;transition: all .3s ease;}
.date-list a:hover{background-color: #B97D4D;box-shadow: 0 0 5px 1px #C9BDA6;}
.date-list a:hover h3{color: #fff;}
.date-list a:hover span{color: #fff;}
/*图片列表*/
.list-img {
	padding: 0 20px;
}

.list-img li {
	margin-top: 10px;
	padding: 15px 0;
	display: table;
	background: #FFF;
	border-bottom: 1px dashed #E6E6E6;
	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: 5px;
}

.list-img li a {
	display: table-cell;
	overflow: hidden;
}

.list-img li a img {
	width: 180px;
	height: 100px;
	margin: 0;
	display: inline-block;
	border-radius: 5px;
}

.list-img li .txt {
	width: 1200px;
	padding-left: 15px;
	vertical-align: top;
	position: relative;
}

.list-img .txt h3 {
	color: #333333;
	font-size: 1.8em;
	font-family: '微软雅黑';
	line-height: 25px;
	height: 25px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.list-img li:hover .txt h3 {
	color: #72352D;
	-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: #808080;
	line-height: 180%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 2px 0 4px;
}

.list-img .txt span {
	display: inline-block;
	text-align: left;
	font-family: '微软雅黑';
	font-size: 1.4em;
	color: #999999;
}

.list-img .txt span.from {}



/*图片列表*/
.list-photo li {
	float: left;
	width: 30.3333%;
	margin: 0 1.5% 30px 1.5%;
	position: relative;
}

.list-photo li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.list-photo li img {
	width: 100%;
	display: block;
	min-width: 100%;
	height: 160px;
}

.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 {
	display: block;
	width: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -18px;
	color: #FFF;
	height: 0;
	line-height: 0;
	font-size: 1.6em;
	text-align: center;
	text-indent: 2px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #FFF;
}

.list-photo li span.news-view {
	display: none;
	width: 50px;
	right: 0;
	font-family: Arial;
	text-indent: 26px;
}

.list-photo li:hover {}

.list-photo li:hover .img-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/common/bg_mask.png) repeat;
	z-index: 10;
	opacity: 0.8;
}

.list-photo li:hover span.news-title {
	left: 15%;
	width: 70%;
	height: 36px;
	line-height: 36px;
	-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;
	z-index: 20;
}

.list-photo li:hover span.news-view {
	display: none;
}

/*师资队伍*/
.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;
	}
	.date-list h3{
		font-size: 1.6em;
	}
	.date-list span{
		font-size: 1.4em;
	}
	/*新闻列表*/
	.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;
		background-color: #fff;
		border-left: none;
	}

	.location-main {
		margin-bottom: 10px;
	}

	.frame-page .main-right:after {
		display: none;
	}

	.list-img li .txt {
		padding-top: 0;
	}

	.list-img li .txt .gocontent {
		margin-top: 0px;
	}

	.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;
	}
	.date-list li{
		width: 100%;
		float: none;
		margin: 0 0 15px;
	}
}


/*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{
		border-radius: 0;
	}
	.list-img li a img {
		width: 136px;
		height: 95px;
	}

	.list-img .txt h3 {
		height: auto;
		max-height: 60px;
		font-size: 1.6em;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.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;
	}
}


/* 内容页 */
/*常用内容样式*/


.news-content {
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

.news-content>h2 {
	text-align: center;
	font-size: 2.0em;
	font-family: '微软雅黑';
	color: #333333;
	margin: 0 0 20px;
	font-weight: normal;
}

.news-content>h3.subtitle {
	font-family: '微软雅黑';
	font-size: 1.8em;
	text-align: center;
	color: #333;
	font-weight: normal;
}

.news-content>h4 {
	text-align: center;
	font-size: 1.4em;
	color: #333333;
	background-color: #F9F9F9;
	margin: 10px 0 20px;
	padding: 15px 0 15px 0;
}

.news-content-txt {
	width: 100%;
	font-size: 1.6em !important;
	color: #333;
	margin: 0 auto;
	line-height: 200%;
	font-family: '微软雅黑';
}

.news-content-txt p {
	text-indent: 2em;
	width: 100%;
	font-size: 1em !important;
	color: #333;
	margin: 5px auto;
	line-height: 200% !important;
	font-family: '微软雅黑' !important;
}

.news-content-txt p[style="text-align:center;"] {
	text-indent: 0;
}

.news-content-txt p span {
	font-family: '微软雅黑' !important;
}

.news-content-txt td {
	padding: 2px;
}

.news-content-txt td p {
	text-indent: 0;
}

.news-content-txt p iframe.ke-insertpdf {
	width: 93% !important;
	margin: 0 auto !important;
}

.news-content-txt img {
	margin: 10px auto;
	display: block;
	max-width: 96%;

}

.news-content-txt p span img {
	margin: 0 auto;
	display: inline-block;
	max-width: 100%;

}

.news-content a.ke-insertfile {
	color: #114fa4;
}

.frame-page.flink .news-content-txt a {
	display: block;
	float: left;
	width: 209px;
	height: 42px;
	border: 1px solid #CCCCCC;
	color: #333333;
	line-height: 42px;
	text-align: center;
	font-family: 1.6em;
	margin: 20px 10px 0 10px;
	text-indent: 0;
}

.frame-page.flink .news-content-txt a:hover {
	border: 1px solid #9A0000;
	color: #9A0000;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.frame-page.flink .news-content-txt span {
	display: none;
}

/*上下篇*/
.pagination-list {
	border-top: 1px solid #ccc;
	margin-top: 20px;
}

.pagination-list a {
	width: 48%;
	float: left;
	font-size: 1.6em;
	color: #333;
	display: block;
	margin: 20px 0;
	font-family: '微软雅黑';
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.pagination-list a:last-child {
	float: right;
	text-align: right;
}

.pagination-list a:hover {
	color: #72352D;
}




/*1024 - 1199*/

@media only screen and (max-width: 1199px) {
	.frame-page.flink .news-content-txt a {
		width: calc(25% - 22px);
	}
}


/*768 - 1023*/

@media only screen and (max-width: 1023px) {
	.pagination-list {
		padding-bottom: 20px;
	}

	.pagination-list a {
		width: 100%;
		float: none !important;
		white-space: normal;
		margin-right: 0;
	}

	.pagination-list a:last-child {
		text-align: left;
	}

	.frame-page.flink .news-content-txt a {
		width: calc(33.33333% - 22px);
	}
}


/*640 - 767*/

@media only screen and (max-width: 767px) {
	.frame-page.flink .news-content-txt a {
		width: calc(50% - 22px);
	}

	/*默认内容*/
	.scroll-img img {
		height: 480px !important;
	}
}


/*480 - 639*/

@media only screen and (max-width: 639px) {
	.frame-page.flink .news-content-txt a {
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.news-content>h4 .from {
		display: none;
	}

	.scroll-img img {
		height: 300px !important;
	}

	.scroll-prev,
	.scroll-next {
		width: 43px;
		height: 43px;
		top: 65%;
		-webkit-background-size: 30% auto;
		background-size: 30% auto;
	}

	.notice-list {
		padding-top: 20px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.notice-list a {
		line-height: 1.6;
		margin-bottom: 15px;
		padding-right: 0;
		padding-bottom: 10px;
	}

	.notice-list a h3 {
		white-space: normal;
		background: url(../images/jyjg/tree1_un.png) no-repeat 15px 10px;
		padding-right: 0;
	}

	.notice-list a span {
		position: relative;
		right: auto;
		top: auto;
		float: right;
		height: auto;
		line-height: 1.5;
	}

	.location-path a {
		display: none;
	}

	.location-path a:first-child {
		display: inline-block;
	}

	.location-path a:last-child {
		display: inline-block;
	}

	.location-path em {
		display: none;
	}

	.location-path em:last-child {
		display: inline-block;
	}
}


/*360 - 479*/

@media only screen and (max-width: 479px) {
	.pagination-list {
		padding-top: 5px;
	}

	.pagination-list a {
		margin: 10px 0;
	}

	.scroll-img img {
		height: 250px !important;
	}
}


/*320 - 359*/

@media only screen and (max-width: 359px) {}
