/* 公共样式 */
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?tomleg');
	src: url('../fonts/icomoon.eot?tomleg#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?tomleg') format('truetype'),
		url('../fonts/icomoon.woff?tomleg') format('woff'),
		url('../fonts/icomoon.svg?tomleg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
	overflow-x: hidden;
	background: url(../images/efx-bg.jpg) no-repeat bottom right;
	background-attachment: fixed;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	font-size: 16px;
}

a:hover,
a:visited,
a:focus {
	text-decoration: none;
}

a:hover {
	color: #00787b;
}

p,
ul {
	margin: 0;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.col-md-3,
.col-sm-3,
.col-xs-12,
.col-md-4,
.col-md-6,
.col-md-12,
.col-sm-6,
.col-xs-12,
.col-sm-12 {
	padding: 0;
}

/* 公共样式 */

.container {
	width: 1524px;
	margin: 0 auto;
}

.fsxx-header {
	background-color: #00787b;
	z-index: 3;
}

.fsxx-header.ceiling {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 50;
	border-bottom: 1px solid #ffffff82;
}

.fsxx-header .header-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 40px;
}

.fsxx-header .header-top span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 30px;
}

.fsxx-header .header-top .top-right {
	float: right;
}

.fsxx-header .header-top .top-right::before {
	content: url(../images/e-mail.png);
	vertical-align: middle;
	margin-right: 10px;
	padding-top: 9px;
	display: inline-block;
}

.fsxx-header .header-bottom .logo {
	width: 25%;
	float: left;
	margin: 5px 0px 15px 0px;
}

.fsxx-header .header-bottom .nav {
	width: 73%;
	float: left;
}

.fsxx-header .header-bottom .nav>ul {
	float: right;
}

.fsxx-header .header-bottom .nav>ul>li {
	float: left;
	margin: 0px 45px;
	line-height: 78px;
	position: relative;
}

.fsxx-header .header-bottom .nav>ul>li>a {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.fsxx-header .header-bottom .nav>ul>li:hover .sun-nav {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scaleY(1);
}

.fsxx-header .header-bottom .nav .sun-nav {
	width: 200%;
	position: absolute;
	top: 80px;
	background: #fff;
	left: 50%;
	z-index: 10000;
	transform: translateX(-50%) scaleY(0);
	visibility: hidden;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	transition: .5s;
	transform-origin: top;
	text-align: center;
}

.fsxx-header .header-bottom .nav .sun-nav li {
	line-height: 50px;
	padding: 0 10px;
}

.fsxx-header .header-bottom .nav .sun-nav li:hover {
	transition: 1s;
	background-color: #00787b;
}

.fsxx-header .header-bottom .nav .sun-nav li:hover a {
	color: #fff;
}

.fsxx-header .header-bottom .nav .sun-nav li a {
	color: #333;
}

.fsxx-header .header-bottom .nav>ul>li:hover .sun-nav {
	display: block;
}

.fsxx-header .header-bottom .search {
	width: 2%;
	float: right;
	padding: 23px 0px;
	line-height: 25px;
}

.fsxx-header .header-bottom .search img {
	cursor: pointer;
}

/* 搜索 */
.fsxx-header .search1.show {
	display: block;
}

.fsxx-header .search1 {
	height: 120px;
	width: 100%;
	background: #00787b;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	z-index: 9999;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.fsxx-header .search-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: ranslate(-50%, -50%);
	-moz-transform: ranslate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: ranslate(-50%, -50%);
	max-width: 830px;
	width: 100%;
}

.fsxx-header .search_kuang {
	font-size: 14px;
	outline: none;
	width: 100%;
	height: 46px;
	color: #fff;
	padding: 0;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #fff;
}

.fsxx-header .search_submit {
	outline: none;
	background-color: transparent;
	outline: none;
	border: none;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	color: #fff;
}

.fsxx-header .search1 a.close {
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 10px;
	right: 30px;
	background: url(../images/close.png);
	opacity: 1;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	background-size: 100%;
}

.fsxx-header .search1 a.close:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fsxx-header .searchbox .search_kang:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-text-fill-color: #fff;
}

::-webkit-input-placeholder {
	color: #fff;
}

::-moz-placeholder {
	color: #fff;
}

/* firefox 19+ */
:-ms-input-placeholder {
	color: #dfdfdf;
}

/* ie */
input:-moz-placeholder {
	color: #dfdfdf;
}

/* 搜索 */

.swiper {
	width: 100%;
	height: 100%;
}

.fsxx-banner .swiper-button-prev,
.fsxx-banner .swiper-rtl .swiper-button-next {
	color: #fff;
}

.fsxx-banner .swiper-button-next,
.fsxx-banner .swiper-rtl .swiper-button-prev {
	color: #fff;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide .shadow {
	position: fixed;
	height: 130px;
	bottom: 0;
}

.swiper-slide .title {
	position: fixed;
	bottom: 10px;
	z-index: 2;

}

.swiper-slide .title h2 {
	font-size: 30px;
	font-family: '苹方';
	color: #fff;
	text-align: left;
}

.fsxx-banner .swiper-pagination {
	text-align: center !important;
	bottom: 20px !important;
}

.fsxx-banner .swiper-pagination-bullet-active {
	background-color: #fff !important;
	position: relative;
}

.fsxx-banner .swiper-pagination-bullet-active::after {
	content: url(../images/quan.png);
	position: absolute;
	top: -7px;
	left: -8px;
}

.fsxx-banner .swiper-pagination-bullet {
	border: 1px solid #fff;
	opacity: 1;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
	background: #0000;
}

.fsxx-banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.fsxx-banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
}

/* 新闻& 公告 */
.content1 {
	background-color: #f5f5f5;
	padding: 50px 0;

}

.content1 .new {
	padding-right: 10px;
}

.cont-title {
	position: relative;
	margin-bottom: 30px;
}

.cont-title h1 {
	font-size: 48px;
	color: #e1e1e1;
	margin: 0;
}

.cont-title h2 {
	font-size: 36px;
	color: #333;
	position: absolute;
	bottom: 0px;
	left: 10px;
}

.cont-title a {
	position: absolute;
	top: 4px;
	right: 0px;
	line-height: 60px;
	width: 105px;
	text-align: center;
	background-image: url(../images/more-bg.png);
}

.cont-title a:hover {
	font-size: 18px;
	transition: .3s;
}

.new .swiper-pagination {
	text-align: right !important;
	left: -3% !important;
	bottom: 10px !important;
}

.new .swiper-pagination-bullet-active {
	background-color: #fff !important;
	position: relative;
}

.new .swiper-pagination-bullet-active::after {
	/* content: url(../images/quan.png); */
	position: absolute;
	top: -7px;
	left: -8px;
}

.new .swiper-pagination-bullet {
	border: 1px solid #fff;
	opacity: 1;
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
	background: #0000;
}

.new .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.new .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
}

.new .swiper-slide .title {
	width: 100%;
}

.new .swiper-slide .title h2 {
	font-size: 18px;
	font-weight: 400;
	padding-left: 20px;
}

.new .swiper-slide {
	height: 315px;
}

.new ul {
	background-color: #fff;
}

.new ul li {
	padding: 15px 0;
	border-bottom: 1px solid #e1eded;
	position: relative;
}

.new ul li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	z-index: 0;
	background: #e2ecfb;
}

.new ul li:hover::after {
	width: 100%;
	transition: 1s;
}

.new ul li:hover .list-title {
	color: #00787b;
}

.new ul li .list-title {
	width: 80%;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	z-index: 5;
	position: relative;
}

.new ul li .list-title::before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	background-color: #00787b;
	margin: 0 8px 0px 15px;
	border-radius: 50%;
	vertical-align: middle;
}

.new ul li .list-time {
	width: 13%;
	float: right;
	z-index: 5;
	position: relative;
}

.notice {
	padding-left: 10px;
}

.notice ul {
	background-color: #fff;
}

.notice ul li {
	border-bottom: 1px solid #ededed;
	padding: 0 30px;
	height: 97.5px;
	position: relative;
}

.notice ul li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	z-index: 0;
	background: #e1eded;
}

.notice ul li:hover:after {
	width: 100%;
	transition: 1s
}

.notice ul li a {
	z-index: 4;
	position: relative;
}

.notice ul li .list-time {
	width: 70px;
	height: 70px;
	display: inline-block;
	float: left;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	margin-top: 13px;
	margin-right: 20px;
}

.notice ul li .list-time .list-time-day {
	font-size: 30px;
	line-height: 42px;
	color: #fff;
	background-color: #00787b;
}

.notice ul li .list-time .list-time-year {
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	background-color: #70a8a9;
}

.notice ul li .list-title {
	line-height: 30px;
	margin-top: 30px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	z-index: 5;
	position: relative;
}

/* 新闻 & 公告 */

/* .content2部分 */
.content2 {
	background-color: #fff;
}

.content2 .box {
	position: relative;
	width: 150px;
	height: 150px;
	margin: 100px auto;
	overflow: hidden;
	border-radius: 4px;
}

@keyframes rotate {
	to {
		transform: rotate(1turn);
	}
}

.content2 .under {
	position: relative;
	width: 0px;
	height: 0px;
	border-top: 200px solid #00787b;
	border-right: 200px solid rgba(255, 255, 255, 0);
	border-bottom: 200px solid #00787b;
	border-left: 200px solid rgba(255, 255, 255, 0);
	left: -125px;
	top: -125px;
	animation: rotate 4s linear infinite;
}

.content2 .box>span {
	position: absolute;
	top: 0px;
	margin: 2px;
	width: 146px;
	height: 146px;
	border-radius: 4px;
	background-size: cover;
	background-color: white;
}

.content2 ul>li:hover .box>span {
	background: url(../images/bg.png);
	background-size: cover;
}

.content2 ul>li:hover .box>span i,
.content2 ul>li:hover .box>span p {
	color: #fff;
}

.content2 ul>li:hover .under {
	display: none;
}

.content2 ul>li {
	width: 20%;
	float: left;
}

i.iconfont {
	font-size: 60px;
	color: #00787b;
	width: 100%;
	display: inline-block;
	line-height: 100px;
	text-align: center;
}

.content2 ul>li .box p {
	font-size: 18px;
	text-align: center;
	color: #00787b;
}

/* .content2部分 */

/* 德育天地 & 教学科研 */
.content3 {
	padding: 50px 0;
	background: url(../images/dy-bg.jpg) no-repeat center center;
	background-size: cover;
}

.content3 .dytd ul li p::before {
	content: '\e950';
	font-family: 'icomoon';
	margin-right: 5px;
}

.content3 .jxky .jxky-hot-title p::before {
	content: '\e950';
	font-family: 'icomoon';
	margin-right: 5px;
}

.content3 .dytd {
	padding-right: 10px;
}

.content3 .jxky {
	padding-left: 10px;
}

.content3 .cont-title h1 {
	color: rgba(255, 255, 255, 0.507);
}

.content3 .cont-title {
	margin-bottom: 55px;
}

.content3 .dytd ul li {
	width: 50%;
	float: left;
	position: relative;
}

.content3 .dytd ul li .li-img {
	height: 270px;
	overflow: hidden;
	background-color: #fff;
}

.content3 .dytd ul li .li-img img {
	width: 100%;
	height: 100%;
}

.content3 .dytd ul li:hover .li-img img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: .5s;
}

.content3 .dytd ul li:first-child {
	background-color: #00787b;
}

.content3 .dytd ul li:nth-child(2) {
	background-color: #fff;
}

.content3 .dytd ul li:nth-child(2) h2,
.content3 .dytd ul li:nth-child(2) span,
.content3 .dytd ul li:nth-child(2) p {
	color: #333;
}

.content3 .dytd ul li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 0;
	z-index: 0;
	background: #e18020;
}

.content3 .dytd ul li:hover::after {
	height: 100%;
	transition: .8s
}

.content3 .dytd ul li .li-title,
.content3 .dytd ul li .li-img {
	z-index: 4;
	position: relative;
}

.content3 .dytd ul li .li-title {
	padding: 62px 40px;
}

.content3 .dytd ul li h2 {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	margin-bottom: 20px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
	padding-left: 15px;
}

.content3 .dytd ul li:nth-child(2) h2::before {
	background-color: #333;
}

.content3 .dytd ul li:nth-child(2):hover h2,
.content3 .dytd ul li:nth-child(2):hover span,
.content3 .dytd ul li:nth-child(2):hover p {
	color: #fff;
	transition: 1s;
}

.content3 .dytd ul li:nth-child(2):hover h2::before {
	background-color: #fff;
}

.content3 .dytd ul li h2::before {
	content: '';
	width: 2px;
	height: 20px;
	display: inline-block;
	background-color: #fff;
	vertical-align: middle;
	position: absolute;
	left: 0px;
	top: 6px;
}

.content3 .dytd ul li span {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding-left: 15px;
}

.content3 .dytd ul li p {
	color: #fff;
	margin-top: 40px;
	padding-left: 15px;
}

.content3 .jxky ul {
	background-color: #fff;
}

.content3 .jxky .jxky-hot {
	padding: 25px;
	background-color: #fff;
}

.content3 .jxky .jxky-hot-img {
	width: 311px;
	height: 206px;
	overflow: hidden;
	display: inline-block;
}

.content3 .jxky .jxky-hot-img img {
	width: 100%;
	height: auto;
}

.content3 .jxky .jxky-hot-img:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: .5s;
}

.content3 .jxky .jxky-hot-title {
	display: inline-block;
	width: 40%;
	float: right;
}

.content3 .jxky .jxky-hot-title h2 {
	line-height: 30px;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.content3 .jxky .jxky-hot-title p {
	font-size: 16px;
	margin-top: 30px;
}

.content3 .jxky ul li {
	border-bottom: 1px solid #ededed;
	margin: 0 5px;
	line-height: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}

.content3 .jxky ul li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	z-index: 0;
	background: #e1eded;
}

.content3 .jxky ul li:hover::after {
	width: 100%;
	transition: 1s;
}

.content3 .jxky ul li:hover a {
	color: #00787b;
}

.content3 .jxky ul li a {
	color: #666;
	font-size: 16px;
	padding: 0 25px;
	z-index: 5;
	position: relative;
}

.content3 .jxky ul li a::before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	background-color: #e3b5b5;
	border-radius: 3px;
	margin-right: 22px;

}

/* 德育天地 & 教学科研 */

/* 活动风采 */
.content4 {
	padding: 50px 0;
	background-color: #fff;
}

.content4 .cont-title a {
	position: absolute;
	top: 4px;
	right: 0px;
	line-height: 60px;
	width: 105px;
	text-align: center;
	background-image: url(../images/more-bg2.png);
}

.content4 .swiper-slide {
	overflow: hidden;
}

.content4 .swiper-slide .fengcai-img {
	height: 202px;
	overflow: hidden;
}

.content4 .swiper-slide .fengcai-img:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: .5s;
}

.content4 .swiper-slide h2 {
	line-height: 70px;
	color: #fff;
	font-size: 16px;
	background-color: #00787b;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 400;
	width: 100%;
	padding: 0 10px;
}

.content4 .swiper-slide:hover h2 {
	background-color: #e18020;
}

.fengcai .swiper {
	padding: 0 20px;
}

.fengcai .swiper-button-next {
	background: url(../images/next.png) no-repeat;
}

.fengcai .swiper-button-prev {
	background: url(../images/prev.png) no-repeat;
}

.fengcai .swiper-button-next,
.fengcai .swiper-button-prev {
	width: 45px;
	height: 45px;
}

.fengcai .swiper-button-next:after,
.fengcai .swiper-button-prev:after {
	display: none;
}

.fengcai .swiper-button-prev,
.fengcai .swiper-rtl .swiper-button-next {
	left: 0px;
}

.fengcai .swiper-button-next,
.fengcai .swiper-rtl .swiper-button-prev {
	right: 0px;
}

/* 活动风采 */

/* footer部分 */
.footer {
	background: url(../images/footer-bg.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 50px;
}

.footer h2 {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 40px;
}

.footer p,
.footer p a {
	font-size: 16px;
	color: #fff;
	line-height: 32px;
}

.footer .copyright {
	line-height: 66px;
}

.footer .copyright p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.418);
	text-align: left;
	display: inline-block;
}

.footer .copyright span {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.418);
	display: inline-block;
	float: right;
}

.footer .about .gongzhonghao {
	width: 100px;
	height: 100px;
}

.footer .about .gongzhonghao img {
	width: 100%;
}

/* footer部分 */
/* 内页公共部分 */
.xq-banner {
	height: 469px;
	/* background: url(../images/dbabber.jpg) no-repeat center center; */
	background-size: cover;
}

.xq-banner img {
	width: 100%;
}

.content-box {
	margin: 20px 0;
}

.content-box .content-left {
	padding-right: 30px;
}

.content-box .content-left ul.left-nav {
	border-top: 10px solid #00787b;
	border-left: 10px solid #00787b;
	padding-top: 20px;
	box-shadow: 5px -2px 5px -2px rgb(0 0 0 / 5%), -5px -2px 5px -2px rgb(0 0 0 / 5%), 0 5px 5px -2px rgb(0 0 0 / 5%);
}

.content-box .content-left ul.left-nav li {
	line-height: 57px;
	padding-left: 45px;
}

.content-box .content-left ul.left-nav li:hover {
	background-color: #e1eded;
}

.content-box .content-left ul.left-nav li.select {
	background-color: #e1eded;
}

.content-box .content-left ul.left-nav li a {
	color: #333;
	font-size: 16px;
}

.content-box .content-left .tuijian {
	margin-top: 40px;
	box-shadow: 5px -2px 5px -2px rgb(0 0 0 / 5%), -5px -2px 5px -2px rgb(0 0 0 / 5%), 0 5px 5px -2px rgb(0 0 0 / 5%);
	background-color: #fff;
}

.content-box .content-left .tuijian h2 {
	background: url(../images/top-news.png) no-repeat left;
	line-height: 55px;
	color: #00787b;
	font-weight: 400;
	padding-left: 70px;
}

.content-box .content-left .tuijian ul {
	margin-top: 20px;
}

.content-box .content-left .tuijian ul li {
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 10px;
}

.content-box .content-left .tuijian ul li::before {
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	background-color: #00787b;
	border-radius: 3px;
	margin-right: 10px;
}

.content-box .content-left .tuijian ul li:hover a {
	color: #00787b;
}

.content-box .content-left .tuijian ul li a {
	color: #666;
	font-size: 16px;
}

.content-box .content-right {
	padding: 0px 23px;
	background-color: #fff;
	box-shadow: 5px -2px 5px -2px rgb(0 0 0 / 5%), -5px -2px 5px -2px rgb(0 0 0 / 5%), 0 5px 5px -2px rgb(0 0 0 / 5%);
}

.content-box .content-right .content-right-name {
	width: 50%;
	display: inline-block;
	float: left;
}

.content-box .content-right .content-right-name h2 {
	font-size: 24px;
	font-weight: 400;
	border-bottom: 1px solid #ebebeb;
	line-height: 66px;
}

.content-box .content-right .content-right-position {
	width: 50%;
	display: inline-block;
	text-align: right;
	border-bottom: 1px solid #ebebeb;
	line-height: 66px;
}

.content-box .content-right .content-right-img {
	margin-top: 24px;
}

.content-box .content-right .content-right-img img {
	width: 100%;
}

/* 内页公共部分 */

/* 学校简介 */
.content-box .content-right .content-right-jianjie p {
	line-height: 30px;
	/* text-indent: 32px; */
	padding: 10px 0;
}

.content-box .content-right .content-right-jianjie p img {
	max-width: 100%;
}

/* 学校简介 */

/* 文字列表 */
.content-box .content-right .content-right-news {
	padding: 35px 10px;
}

.content-box .content-right .content-right-news ul li {
	line-height: 48px;
	border-bottom: 1px solid #ededed;
	position: relative;
}

.content-box .content-right .content-right-news ul li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	z-index: 0;
	background: #e1eded;
}

.content-box .content-right .content-right-news ul li:hover:after {
	width: 100%;
	transition: 1s
}

.content-box .content-right .content-right-news ul li:hover .news-title,
.content-box .content-right .content-right-news ul li:hover .news-date {
	color: #00787b;
}

.content-box .content-right .content-right-news .news-title {
	width: 80%;
	float: left;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 5;
	position: relative;
}

.content-box .content-right .content-right-news .news-title::before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #00787b;
	margin-right: 10px;
	vertical-align: middle;
}

.content-box .content-right .content-right-news .news-date {
	width: 20%;
	display: inline-block;
	text-align: right;
	z-index: 5;
	position: relative;
}

/* 文字列表 */

/* 图文列表 */
.content-box .content-right .content-right-imglist {
	margin: 20px 0;
}

.content-box .content-right .content-right-imglist ul li {
	padding: 50px;
}

.content-box .content-right .content-right-imglist ul li:hover {
	background-color: #00787b;
	transition: all 1s;
}

.content-box .content-right .content-right-imglist ul li:hover .imglist-title {
	color: #fff;
}

.content-box .content-right .content-right-imglist ul li:hover .imglist-title span {
	color: #fff;
}

.content-box .content-right .content-right-imglist ul li:hover .imglist-title p {
	color: #fff;
}

.content-box .content-right .content-right-imglist ul li .imglist-img {
	width: 299px;
	height: 169px;
	display: inline-block;
	float: left;
	margin-right: 30px;
}

.content-box .content-right .content-right-imglist ul li .imglist-img img {
	width: 100%;
}

.content-box .content-right .content-right-imglist ul li .imglist-title h2 {
	font-size: 18px;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 50px;
}

.content-box .content-right .content-right-imglist ul li .imglist-title span {
	font-size: 14px;
	color: #777;
	line-height: 50px;
}

.content-box .content-right .content-right-imglist ul li .imglist-title p {
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 30px;
	color: #777;
}

/* 图文列表 */
/* 教师列表页 */
.content-box .content-right .content-right-teacher {
	margin: 20px 0;
}

.content-box .content-right .content-right-teacher ul li {
	padding: 35px;
	width: 48%;
	float: left;
	margin-right: 4%;
	box-shadow: 0px 0px 15px #ededed;
	margin-bottom: 4%;
	background: url(../images/teacher-bg.png) no-repeat right bottom;
}

.content-box .content-right .content-right-teacher ul li:nth-child(2n) {
	margin-right: 0%;
}

.content-box .content-right .content-right-teacher ul li:hover {
	border-left: 3px solid #e18020
}

.content-box .content-right .content-right-teacher ul li .teacher-img {
	width: 177px;
	height: 267px;
	display: inline-block;
	float: left;
	margin-right: 30px;
}

.content-box .content-right .content-right-teacher ul li .teacher-img img {
	width: 100%;
}

.content-box .content-right .content-right-teacher ul li .teacher-title h2 {
	font-size: 20px;
	line-height: 50px;
	display: inline-block;
}

.content-box .content-right .content-right-teacher ul li .teacher-title span {
	font-size: 16px;
	color: #777;
	display: inline-block;
	margin-left: 10px;
}

.content-box .content-right .content-right-teacher ul li .teacher-title p {
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	line-height: 30px;
	color: #777;
}

/*.content-box .content-right .content-right-teacher ul li .teacher-title p:hover{
    overflow-y: scroll;
} */
/* 教师列表页 */

/* 文章详情页 */
.content-box .content-right .detail {
	margin: 40px 0;
}

.content-box .content-right .detail h2 {
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	border-bottom: 1px dashed #ebebeb;
}

.content-box .content-right .detail span {
	line-height: 50px;
}

.content-box .content-right .detail span.click {
	float: right;
}

.content-box .content-right .detail p {
	color: #333;
	/* padding-top: 10px; */
	font-size: 16px;
	text-indent: 32px;
}

.content-box .content-right .detail video {
	max-width: 100%;
	height: auto;
	text-indent: 0;
}

/* .content-box .content-right .detail p img {
    position: relative;
    transform: translate(-50%, 0%);
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
} */

/* 文章详情页 */


/* 图片展示列表页 */
.content-box .content-right .content-right-photolist {
	margin-top: 60px;
}

.content-box .content-right .content-right-photolist ul li {
	width: 31%;
	margin-right: 3%;
	float: left;
	overflow: hidden;
	box-shadow: 0px 0px 15px #dddbdb;
	margin-bottom: 3%;
	padding: 15px 15px 0px 15px;
	/* border-bottom: 5px solid #d6d6d6; */
	position: relative;
}

.content-box .content-right .content-right-photolist ul li::before {
	background-color: #d6d6d6;
	width: 100%;
	content: "";
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.content-box .content-right .content-right-photolist ul li:nth-child(3n) {
	margin-right: 0%;
}

.content-box .content-right .content-right-photolist ul li .imglist-img {
	width: 355px;
	height: 200px;
	overflow: hidden
}

.content-box .content-right .content-right-photolist ul li .imglist-img img {
	width: 100%;
}

.content-box .content-right .content-right-photolist ul li .imglist-title h2 {
	font-size: 18px;
	color: #333;
	font-weight: 400;
	line-height: 62px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	width: 80%;
}

.content-box .content-right .content-right-photolist ul li .imglist-title span.enlarge::after {
	content: '\e989';
	font-family: 'icomoon';
	line-height: 62px;
	float: right;
	color: #999;
}

.content-box .content-right .content-right-photolist ul li:hover .imglist-title span.enlarge::after {
	color: #00787b;
}

.content-box .content-right .content-right-photolist ul li::after {
	content: '';
	position: absolute;
	left: 0%;
	bottom: 0%;
	height: 5px;
	width: 0;
	transform: translateX(-0%);
	background-color: #00787b;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.content-box .content-right .content-right-photolist ul li:hover::after {
	width: 100%;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
}

/* 图片展示列表页 */

h2.teacher-class {
	font-size: 24px;
	font-weight: 400;
	background-color: #00787b;
	line-height: 50px;
	color: #fff;
	margin: 10px 0px;
	padding-left: 10px;
}

.mobile-nav {
	display: none;
}


/* 新增党建引领和学术研究板块 */
.content5 {
	background-color: #fff;
	padding-top: 50px;
}

.cont-title a {
	position: absolute;
	top: 4px;
	right: 0px;
	line-height: 60px;
	width: 105px;
	text-align: center;
	background-image: url(../images/more-bg2.png);
}

.content5 .xsyj {
	padding-right: 20px;
}

.content5 .djyl {
	padding-left: 20px;
}

.content5 .xsyj-img,
.content5 .djyl-img {
	width: 259px;
	height: 200px;
	float: left;
	display: inline-block;
	overflow: hidden;
}

.content5 .xsyj-img a,
.content5 .djyl-img a {
	display: inline-block;
	height: 100%;
}

.content5 .xsyj-img img,
.content5 .djyl-img img {
	width: 100%;
	height: 100%;
}

.content5 .xsyj-list,
.content5 .djyl-list {
	width: 65%;
	display: inline-block;
	padding-left: 10px;
}

.content5 .xsyj-list ul li,
.content5 .djyl-list ul li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 40px;
}

.content5 .xsyj-list ul li::before,
.content5 .djyl-list ul li::before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	background-color: #00787b;
	margin: 0 8px 0px 15px;
	border-radius: 50%;
	vertical-align: middle;
}