@charset "utf-8";

.banner::after {
	content: '';
	opacity: .8;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 35%;
	background: url("../img/bamask.png") no-repeat top center;
	background-size: 100% 100%;
	z-index: 3;
}

.header .top {
	background-color: rgba(0, 0, 0, 0.3);
}

.container {
	max-width: 16.875rem;
}

.main .right-content-page {
	padding-left: .5rem;
	padding-top: .3rem;
}


.cu-position {
	position: absolute;
	bottom: .1rem;
	right: 0;
	left: 0;
	z-index: 6;
	text-align: right;
	padding-left: 0;
}

.cu-position .wrap {
	/* background-color: rgba(0, 0, 0, 0.3); */
	padding-left: 23%;
}

.cu-position span,
.cu-position a,
.cu-position p {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 0.15rem;
	color: #fff;
	line-height: .5rem;
	padding: 0 0.08rem;
}

.page-id {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	text-align: center;
}

/* 子导航 */
.su-lfet {
	width: 20%;
	position: relative;
	top: -1.2rem;
	z-index: 3;
}

.su-lfet::after {
	content: '';
	position: absolute;
	background: url("../img/nylemenumas.png") no-repeat 0 0;
	width: 2.43rem;
	height: 2.95rem;
	right: -1.2rem;
	top: 0;
	z-index: -1;
	transform: rotate(-180deg);
}

.su-lfet::before {
	content: '';
	position: absolute;
	background: url("../img/nylemenumas.png") no-repeat 0 0;
	width: 2.43rem;
	height: 2.95rem;
	left: -1.2rem;
	top: 0;
	z-index: -1;
}

.su-lfet .su-modulat-title {
	font-size: .26rem;
	line-height: 1.4;
	padding: .3rem .2rem;
	background: #0bbae6 url("../img/top_let.jpg") no-repeat left top;
	background-size: 100% 100%;
	color: #fff;
	text-align: center;
}

.sub-page-nav {
	padding: .15rem .2rem;
	min-height: 5.5rem;
	background: #edfffa url("../img/nylemenu.jpg") no-repeat left 54%;
}

.sub-page-nav .p-item {
	height: .5rem;
	align-items: center;
}

.sub-page-nav .p-item {
	border-bottom: 1px solid #ddd;
}

.sub-page-nav .p-item .item-1 {
	font-size: .2rem;
	color: #333;
	line-height: 1.2;
}

.sub-page-nav .p-item .icon {
	font-size: .14rem;
	color: #0bbae6;
	padding: 0 .1rem;
	height: .4rem;
	line-height: .4rem;
	cursor: pointer;
	display: block;
	margin-left: .2rem;
}

.sub-page-nav .p-item .icon.on {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.sub-page-nav .su-sub-navwrap {
	padding-left: .2rem;
	display: none;
}

.sub-page-nav .li-item-2 {
	height: .5rem;
	align-items: center;
}

.sub-page-nav .li-item-2 .item-2 {
	font-size: .16rem;
	color: #4b4b4b;
	line-height: 1.2;
}

/* su-right-content */
.su-right-content {
	padding-left: 0.4rem;
}

.right-content-page .su-modulat-title {
	font-size: 0.24rem;
	font-weight: bold;
	padding-bottom: 0.1rem;
	margin-bottom: 0.2rem;
	border-bottom: 0.03rem #eef2fb solid;
	color: #333;
}

.su-right-content .default-list {
	/* padding-top: 0.3rem; */
}

.su-right-content .default-list .li-item {
	border: 0.01rem #e9e5f0 solid;
	padding: 0.2rem 0.3rem;
	background: url(../images/relibg1.png) no-repeat center center;
	background-size: 100% 100%;
	position: relative;
	align-items: center;
	margin-bottom: 0.2rem;
}

.su-right-content .default-list .li-item::after {
	content: '';
	width: 0.03rem;
	height: 0.4rem;
	background: #0bbae6;
	position: absolute;
	left: -0.01rem;
	top: 0;
	z-index: 1;
}

.su-right-content .default-list .li-item .title {
	color: #333;
	font-size: 0.2rem;
	line-height: 1.4;
	height: 0.6rem;
}

.su-right-content .default-list .li-item .date {
	border-left: 0.01rem #dcdde2 solid;
	width: 0.85rem;
	text-align: center;
}

.su-right-content .default-list .li-item .date .dd {
	font-size: 0.4rem;
	color: #0bbae6;
	text-align: right;
}

.su-right-content .default-list .li-item .date .yy {
	font-size: 0.14rem;
	color: #b6b6b6;
	width: 100%;
	height: 0.3rem;
	text-align: right;
	line-height: 0.3rem;
}

/* hover */
.su-right-content .default-list .li-item:hover {
	/*	background-color: #0bbae6;
	background-image: linear-gradient(to right, #0bbae6, #17deff);*/
	background: url("../img/notbg.jpg") no-repeat bottom left;
	background-size: 100% 100%;
}

.su-right-content .default-list .li-item:hover .dd,

.su-right-content .default-list .li-item:hover .yy {
	color: #fff;
}

.su-right-content .default-list .li-item:hover .title {
	color: #333
}

@media screen and (max-width: 980px) {
	.su-lfet {
		width: 100%;
		position: relative;
		top: .2rem;
	}
	
	.su-lfet::after,
	.su-lfet::before {
		content: '';
		display:none;
	}

	.main .right-content-page {
		padding-left: 0;
	}


	.su-right-content {
		padding-left: 0;
	}

	.su-lfet .su-modulat-title {
		padding: 0.1rem 0 0.1rem .2rem;
		text-align: left;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.su-lfet .su-m-btn-nav {
		display: block;
		width: 0.7rem;
		text-align: center;
		font-size: 0.3rem;
		color: #fff;
	}

	.sub-page-nav {
		display: none;
	}

	.right-content-page .su-modulat-title {
		padding-top: 0.5rem;
	}



}




/*单篇正文 开始*/
.odd-page .content {
	padding-left: .5rem;
	padding-right: .3rem;
	padding-bottom: .4rem;
}

.odd-page .content .top-pic img {
	height: 5rem;
}

.odd-page .content .title {
	font-size: 0.22rem;
	line-height: 1.4;
	color: #333;
	text-align: center;
}

.odd-page .content .msg {
	padding-top: 0.1875rem;
	padding-bottom: .1rem;
	border-bottom: 0.01rem solid #ddd;
	text-align: center;
}

.odd-page .content .msg li {
	padding: 0.0625rem 0.1875rem;
}

.odd-page .content .msg li .icon,
.odd-page .content .msg li {
	font-size: 0.15rem;
	color: #999;
	line-height: 1;
	vertical-align: middle;
}

.odd-page .content .msg li .icon {
	padding-right: 0.0625rem;
}

.odd-page .content .text-conent {
	padding-top: 0.25rem;
}

.odd-page .content .text-conent img {
	margin-top: 0.0625rem;
	margin-bottom: 0.0625rem;
	max-width: 100%;
}

.odd-page .content .text-conent p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}




/*单篇正文 结束*/

/*详情页 开始*/
.content-page .content {
	padding: 0.7rem 0 0.4rem 0;
}

.content-page .content .title {
	font-size: 0.25rem;
	line-height: 1.4;
	color: #333;
	text-align: center;
	font-weight:bold;
}

.content-page .content .msg {
	padding-top: 0.1875rem;
	text-align: center;
	padding-bottom: 0.1rem;
	border-bottom: 0.01rem solid #ddd;
}

.content-page .content .msg li {
	padding-right: 0.3rem;
}

.content-page .content .msg li .icon,
.content-page .content .msg li {
	font-size: 0.16rem;
	color: #999;
	line-height: 1.5;
	vertical-align: middle;
}

.content-page .content .msg li .icon {
	padding-right: 0.0625rem;
	font-size: .2rem;
	display: inline-block;
	line-height: 0.325rem;
}

.content-page .content .text-conent {
	padding-top: 0.25rem;
	padding-bottom: 0.125rem;
}

.content-page .content .text-conent img {
	margin-top: 0.0625rem;
	margin-bottom: 0.0625rem;
	max-width: 100%;
}

.content-page .content .text-conent p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}

.content-page .content .nwes-prev,
.content-page .content .nwes-next {
	font-size: 0.175rem;
	color: #666;
	line-height: 1.4;
	padding: 0.1rem 0.125rem;
	vertical-align: middle;
}

.content-page .content .nwes-prev a,
.content-page .content .nwes-next a {
	font-size: 0.16rem;
	color: #666;
	line-height: 1.4;
	vertical-align: middle;
}

.content-page .content .nwes-prev a:hover,
.content-page .content .nwes-next a:hover {
	color: #09b5e5;
}

.content-page .content-wrap .left {
}

.content-page .su-lfet .right {
	width: 100%;
	padding-top: 0.25rem;
}

.content-page .su-lfet .right .modular-name {
	font-size: 0.26rem;
	color: #333;
	line-height: 1.2;
	padding-bottom: 0.1rem;
	padding-left: 0.125rem;
	margin-bottom: 0.15rem;
	border-bottom: 0.01rem solid #ddd;
	display: flex;
	align-items: flex-end;
}

.content-page .su-lfet .right .modular-name .icon {
	font-size: .28rem;
	color: #0bbae6;
	padding-right: 0.05rem;
	line-height: 1.2;
}

.content-page .su-lfet .right .list {
	border-left: 0.01rem #e5e5e5 solid;
	padding-bottom: 0.2rem;
}

.content-page su-lfet .right .list li {
	padding: 0.15rem;
}

.content-page .su-lfet .right .list li a {
	padding-bottom: .2rem;
}

.content-page .su-lfet .right .list li a .title {
	font-size: 0.16rem;
	color: #333;
	line-height: 1.4;
	vertical-align: middle;
	margin-left: .16rem;
}


.content-page .su-lfet .right .list li a .date {
	font-size: 0.14rem;
	color: #fff;
	background-color: #1be8db;
	background-image: linear-gradient(to right, #1be8db, #0bbae6);
	background-size: 0.57rem 0.24rem;
	width: 0.57rem;
	height: 0.26rem;
	text-align: center;
	margin-bottom: 0.1rem;
	line-height: 0.26rem;
	position: relative;
	margin-left: .16rem;
}

.content-page .su-lfet .right .list li a .date::after {
	content: '';
	display: block;
	border: 0.06rem solid transparent;
	border-right-color: #1ae3dd;
	position: absolute;
	left: -0.12rem;
	top: 50%;
	margin-top: -0.055rem;
	z-index: 2;
}

.content-page .su-lfet .right .list li a .date::before {
	content: "";
	position: absolute;
	left: -0.195rem;
	top: 50%;
	width: 0.06rem;
	height: 0.06rem;
	background: #fff;
	border: 0.01rem #e5e5e5 solid;
	border-radius: 100%;
	margin-top: -0.03rem;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}

.content-page .su-lfet .right .list li a:hover .title {
	color: #03ddc7;
}

@media screen and (max-width: 640px) {
	.odd-page .content {
		padding: .6rem 0 .3rem 0;
		width: 100%;
	}
	
	.content-page .su-lfet .right{
		display: none;
	}

	.pic-news-page .list .item .pic img {
		width: 1.2rem;
		height: 0.8rem;
	}

	.content-page .content .title,
	.odd-page .content .msg {
		text-align: left;
	}
}

@media screen and (max-width: 1000px) {
	.content-page .content-wrap .right {
		width: 100%;
	}

	.content-page .content-wrap .left {
		padding-right: 0;
	}
}

/*详情页 结束*/

/* 带标题图新闻列表开始 */
.pic-news-page .list .item {
	margin-bottom: .5rem;
	border: 0.01rem solid #eee;
}

.pic-news-page .list .item a {
	position: relative;
	justify-content: flex-end;
}

.pic-news-page .list .item .right {
	padding-left: .3rem;
	padding-right: .3rem;
	justify-content: space-between;
	align-items: flex-start;
}

.pic-news-page .list .item .pic img {
	width: 3.5rem;
	height: 2.28rem;
}

.pic-news-page .list .item .pic {
	position: relative;
	top: 0.2rem;
}

.pic-news-page .list .item .date .dd {
	font-size: 0.20rem;
	color: #0bbae6;
	line-height: 1;
	font-weight: bold;
	padding-bottom: .08rem;
}

.pic-news-page .list .item .date .yy {
	font-size: 0.18rem;
	color: #0bbae6;
	line-height: 1;
}

.pic-news-page .list .item .right .text {
	position: relative;
	padding-left: 1.3rem;
	align-content: center;
}

.pic-news-page .list .item.even .right .text {
	position: relative;
	align-content: center;
}

.pic-news-page .list .item .right .text::after {
	content: '';
	display: block;
	width: .6rem;
	height: 0.02rem;
	background-color: #eee;
	position: absolute;
	top: 0.1rem;
	left: .3rem;
}

.pic-news-page .list .item .title {
	font-size: .18rem;
	line-height: 1.4;
	color: #333;
}

.pic-news-page .list .item .abstract {
	padding-top: .3rem;
	font-size: 0.16rem;
	color: #666;
	line-height: 1.4;
}


@media screen and (max-width: 640px) {
	.pic-news-page .list .item .pic img {
		width: 1.2rem;
		height: 0.8rem;
	}

	.pic-news-page .list .item .right .text::after {
		display: none;
	}

	.pic-news-page .list .item .right .text {
		position: relative;
		padding-left: .2rem;
		align-content: center;
	}

	.pic-news-page .list .item .pic {
		top: 0;
	}

	.pic-news-page .list .item .right {
		padding: 0 .1rem;
	}

	.pic-news-page .list .item .abstract {
		display: none;
	}

	.pic-news-page .list .item {
		margin: .15rem 0;
	}
}

/* hover */
.pic-news-page .list .item a::after {
	content: '';
	display: block;
	background-image: url("../img/imgbg.jpg");
	opacity: 0;
	transition: all 250ms;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.pic-news-page .list .item.even a::after {
	content: '';
	display: block;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.pic-news-page .list .item a:hover::after {
	/* background-color: #52dcf2;
	background: linear-gradient(92deg, #52dcf2, #b3f9cd); */
	opacity: 1;
}

/*.pic-news-page .list .item a:hover .date .dd,
.pic-news-page .list .item a:hover .date .yy {
	color: #fff;
}*/

/* 带标题图新闻列表结束 */

/* 图片列表开始 */
.img-list-page .list .item {
	width: 33.33%;
	padding: 0 .1rem .3rem .1rem;
}

.img-list-page .list .item .pic img {
	height: 2.4rem;
}

.img-list-page .list .item .title {
	padding: .15rem;
	font-size: .16rem;
	color: #333;
	line-height: 1.4;
	background-color: #fbfbfb;
}

.img-list-page .list .item a {
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

/* hover */
.img-list-page .list .item:hover .title {
	/*	background-color: #52dcf2;
	background: linear-gradient(92deg, #52dcf2, #b3f9cd);*/
	background: url("../img/picbg.jpg") no-repeat left top;
}


@media screen and (max-width: 1200px) {
	.img-list-page .list .item {
		width: 50%;
	}
}

@media screen and (max-width: 640px) {
	.img-list-page .list .item {
		width: 100%;
		padding: 0 0 .3rem 0;
	}
	
	.cu-position {
		text-align: left;
		padding-left: 0;
	}
}


/* 图片列表结束 */

/* 要闻列表开始 */
.focus-news-page .focus-news-list .li-item a {
	display: flex;
	justify-content: space-between;
	padding: .45rem .4rem;
	border-bottom: .01rem dashed #e5e5e5;
	width: 100%;
}

.focus-news-page .focus-news-list .li-item a .date {
	margin-right: .4rem;
	width: .85rem;
}

.focus-news-page .focus-news-list .li-item a .date .dd {
	font-size: .48rem;
	color: #07c4da;
	text-align: center;
}

.focus-news-page .focus-news-list .li-item a .date .yy {
	font-size: .14rem;
	color: #05818f;
	background-color: #52dcf2;
	background: linear-gradient(92deg, #52dcf2, #b3f9cd);
	height: .3rem;
	text-align: center;
	line-height: .3rem;
}

.focus-news-page .focus-news-list .li-item a .title {
	font-size: .18rem;
	line-height: .3rem;
	color: #333;
	margin-bottom: .1rem;
	font-weight: bold
}

.focus-news-page .focus-news-list .li-item a .abstract {
	font-size: .14rem;
	color: #a1a1a1;
	line-height: 1.4;
	overflow: hidden;
	overflow-wrap: anywhere;

}


/* hover */
.focus-news-page .focus-news-list .li-item a:hover {
	/* background-color: #52dcf2; */
	/* background: linear-gradient(92deg, #52dcf2, #b3f9cd); */
	background: url("../img/related_one.jpg") no-repeat left top;
	background-size: cover;
	box-shadow: 0px 0.1rem 0.25rem 0px #e3e3e3;
}

.focus-news-page .focus-news-list .li-item a:hover .title,
.focus-news-page .focus-news-list .li-item a:hover .abstract,
.focus-news-page .focus-news-list .li-item a:hover .dd {
	/*	color: #fff;*/
}






@media screen and (max-width: 640px) {
	.focus-news-page .focus-news-list .li-item a {
		padding: .25rem 0;
	}

	.focus-news-page .focus-news-list .li-item a .date {
		margin-right: .2rem;
		width: .75rem;
	}

	.focus-news-page .focus-news-list .li-item a .date .dd {
		font-size: .4rem;
	}

	.focus-news-page .focus-news-list .li-item a .date .yy {
		font-size: .14rem;
		height: .3rem;
		text-align: center;
		5 line-height: .3rem;
	}

	.focus-news-page .focus-news-list .li-item a .title {
		font-size: .18rem;
		line-height: 1.4;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.focus-news-page .focus-news-list .li-item a .abstract {
		color: #666;
	}
}


/* 要闻列表结束 */

/* 师资队伍开始 */
.teacher-list .list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.teacher-list .list .item {
	width: calc(100% / 2 - 0.4rem);
	margin-bottom: 0.6rem;
}

.teacher-list .list .item a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

.teacher-list .list .item a::after {
	content:"";
	display: block;
	position:absolute;
	left: 0;
	top: -.35rem;
	background: url("../img/szdw.png") no-repeat left top;
	background-size: 100% 100%;
	width: 2.45rem;
	height: 2.45rem;
	z-index: -1;
	display: none;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
}

.teacher-list .list .item .pic {
	width: 1.81rem;
	overflow: hidden;
}

.teacher-list .list .item .pic img {
	width: 1.8rem;
	height: 2.2rem;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}

.teacher-list .list .item .right {
	width: calc(100% - 2.18rem);
	color: #333;
	padding-right: .1rem;
}

.teacher-list .list .item .right .title {
	font-size: 0.24rem;
	color: #25b2d0;
	margin-bottom: 0.2rem;
	padding-top:.1rem;
	font-weight:normal;
}

.teacher-list .list .item .right .sub-title {
	font-size: 0.16rem;
	margin-bottom: 0.12rem;
  font-weight:normal;
}

.teacher-list .list .item .right .abstract {
	font-size: 0.16rem;
	line-height: 0.26rem;
	overflow: hidden;
	margin-bottom: 0.2rem;
	color: #333;
	font-weight:normal;
}

.teacher-list .list .item .right .more-box {
	border-top: 0.01rem #dfe3ec solid;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.teacher-list .list .item .right .more {
	display: flex;
	color: #05ced2;
	width: 1.1rem;
	height: 0.3rem;
	font-size: 0.14rem;
	border: 0.01rem solid #05ced2;
	margin-top: 0.15rem;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}

/* hover */
.teacher-list .list .item a:hover .more {
	color: #fff;
	background-color: #3EC198;
	background: linear-gradient(45deg, #0ba6f1, #01e9bd);
}

.teacher-list .list .item a:hover::after {
	display: block;
}


@media screen and (max-width: 1200px) {
	.teacher-list .list .item {
		width: 100%;
	}
}

/* 师资队伍结束 */

/*文字链接开始*/
.txt-links-page .class-item {
	padding: .2rem .1rem 0 0;
}
.txt-links-page .class-item .item-title{
	padding: .2rem;
	position: relative;
	font-size: .22rem;
	color: #333;
	line-height: 1.4;
	font-weight: bold;
	text-align:center;
	border-bottom: 0.01rem #e5e5e5 solid;
	margin-bottom: .2rem;
}
.txt-links-page .class-item .item-title::after{
	content: "";
	left: 50%;
	position: absolute;
	margin-left: -0.33rem;
	bottom: -0.03rem;
	width: 0.65rem;
	height: 0.06rem;
	background-color: #3EC198;
	background: linear-gradient(45deg, #0ba6f1, #01e9bd);
}
.txt-links-page .class-item .list{
	display: flex;
}
.txt-links-page .class-item .list .li-item {
	padding: .1rem;
}
.txt-links-page .class-item .list .li-item .a-item{
	font-size: .16rem;
	color: #333;
	line-height: 1.3;
	text-align: left;
	padding: .1rem;
}


@media screen and (max-width: 1920px) {
	.txt-links-page .class-item .list .li-item{
		width: 20%;
	}
}
@media screen and (max-width: 1200px) {
	.txt-links-page .class-item .list .li-item{
		width: 33.33%;
	}
}
@media screen and (max-width: 980px) {
	.txt-links-page .class-item .list .li-item{
		width: 50%;
	}
}
@media screen and (max-width: 640px) {
	.txt-links-page .class-item .list .li-item{
		width: 100%;
	}
	.szdw-page .class-item .list .li-item{
		width: 50%;
	}
}
@media screen and (max-width: 1px) {}
@media screen and (max-width: 1px) {}
@media screen and (max-width: 1px) {}
@media screen and (max-width: 1px) {}
@media screen and (max-width: 1px) {}















/*文字链接结束*/





/* hover */
.sub-page-nav li .item-1:hover,
.sub-page-nav li .item-2:hover {
	color: #0bbae6;
}
























