@charset "utf-8";

.banner img {
	display: block;
	width: 100%;
}

.banner .menu-title {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.banner .menu-title .txt {
	font-size: .4rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
}

.banner .menu-title .txt:after {
	content: '';
	height: .02rem;
	width: .8rem;
	background: #e73827;
	display: block;
	margin-top: .2rem;
}

.main {
	background-color: #f8f8f8;
}

.nysubNav {
	background: url("../publicImg/nynavbg.png") no-repeat center top;
	background-size: 100% 100%;
	height: 1.9rem;
	/* padding-top: .3rem; */
	position: relative;
	z-index: 5;
}

.nysubNav .sub-nav-box {
	align-items: center;
    padding-top: .2rem;
}

.nysubNav .cur-menu {
	position: relative;
	padding-left: .6rem;
	padding-right: .4rem;
	font-size: .3rem;
	font-weight: bold;
	color: #fff;
	line-height: .46rem;
	height: .43rem;
	background: url("../publicImg/icon3.png") no-repeat left center;
	background-size: .45rem .43rem;
}

.nysubNav .ul-box {
}

.nysubNav .ul-box .item {
	text-align: center;
	display: inline-block;
	position: relative;
	margin: .1rem;
}

.nysubNav .ul-box .item .a-item-1 {
	display: block;
	font-size: .18rem;
	line-height: .3rem;
	position: relative;
	color: #fff;
}

.nysubNav .ul-box .item .sub-ol{
    position: absolute;
    top: 0.4rem;
    left: 0;
    width: 9rem;
    text-align: left;
}
.nysubNav .ul-box .item .sub-ol li {
    margin: .1rem;
}
.nysubNav .ul-box .item .sub-ol .a-item-2 {
	display: block;
	font-size: .18rem;
	line-height: .3rem;
	position: relative;
	color: #fff;
}

/*.nysubNav .ul-box .item:after {
	content: '';
	display: block;
	height: .88rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	min-width: 1rem;
	background: url("../publicImg/sub-page-crn.png") no-repeat center;
	background-size: auto .8rem;
	opacity: 0;
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	visibility: hidden;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
}

.nysubNav .ul-box .item.on:after {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	opacity: 1;
	visibility: visible;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
}*/

.nysubNav .ul-box .item.on .a-item-1 {
	color: #55ffef;
}

.nysubNav .ul-box .item .a-item-1:hover{
	color: #55ffef;
}

.typetit {
	padding-bottom: .45rem;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}

.typetit .txt {
	background: url("../publicImg/eslog.png") no-repeat left .1rem;
	font-size: .28rem;
	padding-left: .65rem;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding-bottom: .1rem;
	background-size: auto .2rem;
	display: inline-block;
	line-height: 1.4em;
	font-weight: bold;
}

.typetit .current,
.typetit .current p,
.typetit .current a {
	font-size: .14rem;
	line-height: 1.2;
	color: #333;
}

.nysubNav .ul-box::-webkit-scrollbar {
	width: .06rem;
	height: .06rem;
	display: block;
}

.nysubNav .ul-box::-webkit-scrollbar-thumb {
	border-radius: .08rem;
	background: #00B7F0;
}

::-webkit-scrollbar-thumb {
	background: #044ea1;
}

.nysubNav .ul-box::-webkit-scrollbar-track {
	border-radius: .08rem;
	background: rgba(255, 255, 255, .4);
}

@media screen and (min-width: 768px) {
	.nysubNav .ul-box .item:hover:after {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (max-width: 768px) {
	.nysubNav {
		height: 1.2rem;
		padding-top: .2rem;
		padding-left: .3rem;
		padding-right: .3rem;
		background-size: cover;
	}

	.nysubNav .cur-menu {
		padding-right: .2rem;
	}

	.nysubNav .ul-box {
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.nysubNav .cur-menu {
		font-size: .34rem;
		padding-left: .6rem;
	}

	.nysubNav .ul-box .item {
		padding-bottom: .1rem;
	}

	.nysubNav .ul-box .item .a-item-1 {
		font-size: .3rem;
	}

	.banner .menu-title {
		left: 18%;
		top: 70%;
	}

	.nysubNav .ul-box::-webkit-scrollbar {
		width: .06rem;
		height: .06rem;
		display: block;
	}

	.nysubNav .ul-box::-webkit-scrollbar-thumb {
		border-radius: .08rem;
		background: #00B7F0;
	}

	::-webkit-scrollbar-thumb {
		background: #044ea1;
	}

	.nysubNav .ul-box::-webkit-scrollbar-track {
		border-radius: .08rem;
		background: rgba(255, 255, 255, .4);
	}

	.nysubNav {
		height: 2rem;
	}

	.typetit {
		padding-left: .2rem;
		padding-right: .2rem;
	}

	.typetit .txt {
		font-size: .32rem;
		background-size: auto .3rem;
		padding-left: 1rem;
	}

	.typetit .current {
		width: 100%;
		padding-top: .2rem;
	}

	.typetit .current,
	.typetit .current p,
	.typetit .current a {
		font-size: .28rem;
		line-height: 1.2;
		color: #333;
	}
}

/* default start */
.default-page .list-news {
	padding-bottom: .3rem;
}

.default-page .list-news .ul-box .item {
	position: relative;
	overflow: hidden;
	margin-top: .35rem;
}

.default-page .list-news .ul-box .item .a-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .25rem 0;
	position: relative;
	z-index: 5;
}

.default-page .list-news .ul-box .item .time {
	width: 1.4rem;
	height: 1.2rem;
	background-color: #1057ab;
	background: linear-gradient(45deg, #1057ab, #3291d2);
	text-align: center;
	color: #fff;
	font-size: .2rem;
	padding: .15rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.default-page .list-news .ul-box .item .time span {
	font-size: .26rem;
	display: block;
	padding-bottom: .08rem;
	margin-bottom: .08rem;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.default-page .list-news .ul-box .item .txt {
	width: calc(100% - 3rem);
}

.default-page .list-news .ul-box .item .txt .h4 {
	font-size: .22rem;
	margin-bottom: .15rem;
}

.default-page .list-news .ul-box .item .txt .desc {
	font-size: .16rem;
	line-height: 1.6em;
	color: #666;
}

.default-page .list-news .ul-box .item .mor {
	width: 1rem;
	text-align: center;
	font-size: .4rem;
}

.default-page .list-news .ul-box .item:after {
	content: '';
	position: absolute;
	top: 0;
	left: .5rem;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, .8);
	z-index: 0;
	transform: skewX(-15deg);
	transform-origin: left bottom;
}

.default-page .list-news .ul-box .item .line_bg {
	position: absolute;
	bottom: 0;
	transform: skewX(-15deg);
	overflow: hidden;
	box-shadow: 0 0.15rem 0.1rem rgb(11, 102, 177, .3);
	height: 0;
	left: .68rem;
	width: calc(100% - .5rem);
	z-index: 3;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
}

.default-page .list-news .ul-box .item .line_bg:after {
	content: '';
	position: absolute;
	background-color: #1057ab;
	background: linear-gradient(45deg, #1057ab, #3291d2);
	/* background: url("../publicImg/linebg.jpg") no-repeat center;
	background-size: 100% 100%; */
	/* top: 0; */
	bottom: 0;
	left: .1rem;
	right: 0;
	z-index: 3;
	height: 0;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
}

.default-page .list-news .ul-box .item .line_bg:before {
	content: '';
	position: absolute;
	left: 0;
	width: .06rem;
	background: #f96e55;
	top: 0;
	bottom: 0;
	height: 0;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
}

.default-page .list-news .ul-box .item:hover {
	overflow: visible;
}

.default-page .list-news .ul-box .item:hover .line_bg:after,
.default-page .list-news .ul-box .item:hover .line_bg:before,
.default-page .list-news .ul-box .item:hover .line_bg {
	height: 100%;
}

.default-page .list-news .ul-box .item:hover .txt .desc,
.default-page .list-news .ul-box .item:hover .txt .h4,
.default-page .list-news .ul-box .item:hover .mor {
	color: #fff;
}

.default-page .list-news .ul-box .item:hover .time {
	width: 1.4rem;
	height: 1.2rem;
	background-color: #1057ab;
	background: linear-gradient(45deg, #fff, #fff);
}

.default-page .list-news .ul-box .item:hover .time,
.default-page .list-news .ul-box .item:hover .time span {
	color: #044ea1;
}

.default-page .list-news .ul-box .item:hover .time span {
	border-color: #ddd;
}

.page-id {
	padding-top: .3rem;
	padding-bottom: .3rem;
	text-align: center;
}



@media screen and (min-width: 768px) {}

@media screen and (max-width: 768px) {
	.default-page .list-news {
		padding-left: .15rem;
		padding-right: .15rem;
	}

	.default-page .list-news .ul-box .item .txt .h4 {
		font-size: .3rem;
		margin-bottom: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.default-page .list-news .ul-box .item .mor {
		display: none;
	}

	.default-page .list-news .ul-box .item .txt {
		width: calc(100% - 1.7rem);
		width: -webkit-calc(100% - 1.7rem);
		width: -moz-calc(100% - 1.7rem);
		width: -ms-calc(100% - 1.7rem);
		padding-right: .2rem;
	}

	.default-page .list-news .ul-box .item .txt .desc {
		display: none;
	}

	.default-page .list-news .ul-box .item .time {
		font-size: .26rem;
	}

	.default-page .list-news .ul-box .item .time span {
		font-size: .3rem;
	}
}

/* default end */
/* picList start */
.pic-list-page .list-news .ul-list .item {
	position: relative;
	padding-top: .4rem;
	padding-bottom: .2rem;
}

.pic-list-page .list-news .ul-list .item .a-box {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	position: relative;
	z-index: 5;
}

.pic-list-page .list-news .ul-list .item .a-box:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2rem;
	right: 0;
	z-index: -2;
	transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	background-color: #fff;
	/* border-right: .04rem solid #044ea1; */
}

.pic-list-page .list-news .ul-list .item .a-box:before {
	content: '';
	display: block;
	position: absolute;
	/* top: 0; */
	bottom: 0;
	left: .2rem;
	right: 0;
	z-index: -1;
	transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	height: 0;
	background-color: #044ea1;
	border-right: .06rem solid #f96e55;
}

.pic-list-page .list-news .ul-list .item .a-box .info {
	padding-left: .3rem;
	padding-right: .2rem;
}

.pic-list-page .list-news .ul-list .item .a-box .info .title {
	font-size: .26rem;
	line-height: 1.4;
	color: #333;
}

.pic-list-page .list-news .ul-list .item .a-box .info .abstract {
	font-size: .16rem;
	line-height: 1.6em;
	color: #666;
	padding-top: .2rem;
}

.pic-list-page .list-news .ul-list .item .a-box .info .date {
	font-size: .16rem;
	line-height: 1.2;
	color: #666;
	padding-top: .3rem;
}

.pic-list-page .list-news .ul-list .item .a-box .pic-box {
	position: relative;
	top: -.2rem;
	isolation: isolate;
	width: 26%;
}

.pic-list-page .list-news .ul-list .item .a-box .pic-box img {
	display: block;
	width: 100%;
	height: 2.3rem;
}





.pic-list-page .list-news .ul-list .item .a-box {}



@media screen and (min-width: 768px) {
	.pic-list-page .list-news .ul-list .item .a-box:hover .pic-box img {
		transform: scale(1.1, 1.1);
	}

	.pic-list-page .list-news .ul-list .item .a-box:hover:before {
		height: 100%;
	}

	.pic-list-page .list-news .ul-list .item .a-box:hover .info .date,
	.pic-list-page .list-news .ul-list .item .a-box:hover .info .abstract,
	.pic-list-page .list-news .ul-list .item .a-box:hover .info .title {
		color: #fff;
	}
}

@media screen and (max-width: 768px) {
	.pic-list-page .list-news .ul-list {
		padding-left: .2rem;
		padding-right: .2rem;
	}

	.pic-list-page .list-news .ul-list .item .a-box {
		padding: 0;
		background-color: #fff;
		border-bottom: .06rem solid #044ea1;
	}

	.pic-list-page .list-news .ul-list .item .a-box .pic-box {
		width: 100%;
	}

	.pic-list-page .list-news .ul-list .item .a-box .info {
		width: 100%;
		padding: .3rem .2rem;
	}

	.pic-list-page .list-news .ul-list .item .a-box .info .abstract {
		display: none;
	}

	.pic-list-page .list-news .ul-list .item .a-box:after {
		display: none;
	}

	.pic-list-page .list-news .ul-list .item .a-box .pic-box img {
		height: auto;
	}

	.pic-list-page .list-news .ul-list .item .a-box .pic-box {
		top: 0;
	}

	.pic-list-page .list-news .ul-list .item .a-box .info .title {
		font-size: .3rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.pic-list-page .list-news .ul-list .item .a-box .info .date {
		font-size: .28rem;
		padding-top: .15rem;
	}
}


/* picList end */

/* odd-page start */
.odd-page .odd-con-box {
	padding: .2rem .2rem .4rem .2rem;
	border-top: .06rem solid #1057ab;
}

.odd-page .odd-con-box .title {
	font-size: .3rem;
	color: #333;
	line-height: 1.4;
	font-weight: bold;
}

.odd-page .odd-con-box .msg {
	padding: .2rem .2rem .1rem .2rem;
	font-size: 0;
	border-bottom: .01rem solid #ddd;
}

.odd-page .odd-con-box .msg .item {
	display: inline-block;
	font-size: .16rem;
	color: #666;
	line-height: 1.2;
	padding-left: .04rem;
	padding-right: .04rem;
}

.odd-page .odd-con-box .odd-text-box {
	padding-top: .3rem;
	font-size: .16rem;
}
.odd-page .odd-text-box img {
		display: inline-block;
		max-width: 100%;
		height: auto !important;
	}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 768px) {
	.typetit {
		padding-bottom: .3rem;
	}

	.odd-page .odd-con-box .title {
		font-size: .32rem;
	}

	.odd-page .odd-con-box .msg {
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		flex-wrap: wrap;
	}

	.odd-page .odd-con-box .msg .item {
		font-size: .24rem;
		width: 33.33%;
		text-align: left;
		padding-top: .06rem;
		padding-bottom: .06rem;
	}

	.odd-page .odd-con-box {
		border-top: .02rem solid #ddd;
		padding-top: .2rem;
	}

	.odd-page .odd-con-box .odd-text-box {
		padding-left: .2rem;
		padding-right: .2rem;
		font-size: .3rem;
		line-height: 1.4;
	}

	.odd-page .odd-con-box .odd-text-box video {
		display: block;
		width: 100%;
		margin: .2rem auto;
	}
        .odd-page .odd-text-box img {
		display: block;
		max-width: 100%;
		height: auto !important;
	}
}

/* odd-page end */

/* teacher1 start */
.teacher1-page .list-news .ul-box .item {
	width: calc(50% - .25rem);
	padding: 0 0 .25rem .25rem;
	position: relative;
	margin-bottom: .4rem;
}

.teacher1-page .list-news .ul-box {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}

.teacher1-page .list-news .ul-box .item .a-box {
	background: #fff;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	padding: .4rem;
	position: relative;
	z-index: 5;
	transition: .5s;
	flex-wrap: wrap;
}

.teacher1-page .list-news .ul-box .item {
	width: 48%;
}

.teacher1-page .list-news .ul-box .item .a-box .pic {
	width: 2rem;
}

.teacher1-page .list-news .ul-box .item .a-box .pic img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.teacher1-page .list-news .ul-box .item:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	top: .5rem;
	width: 100%;
	background: url("../publicImg/teacher-item-bg.png") no-repeat left center;
	background-size: auto 100%;
	z-index: 0;
	pointer-events: none;
}

.teacher1-page .list-news .ul-box .item .a-box .info {
	padding-left: .3rem;
}

.teacher1-page .list-news .ul-box .item .a-box .info .title-box {
	border-bottom: 1px solid #014ca0;
	padding-bottom: .08rem;
	color: #014ca0;
	line-height: 1.2;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
}

.teacher1-page .list-news .item .a-box .info .title-box .t-name {
	font-size: .26rem;
	font-weight: bold;
	margin-right: .2rem;
}

.teacher1-page .list-news .item .a-box .info .title-box .t-identity {
	font-size: .16rem;
}

.teacher1-page .list-news .item .a-box .info .msg {
	margin-top: .2rem;
}

.teacher1-page .list-news .item .a-box .info .msg .m-item {
	margin-bottom: .1rem;
	line-height: 1.6em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.teacher1-page .list-news .item .a-box .info .msg .m-item .key {
	font-size: .16rem;
	line-height: 1.2;
	font-weight: bold;
	color: #014ca0;
}

.teacher1-page .list-news .item .a-box .info .msg .m-item .val {
	font-size: .16rem;
	line-height: 1.2;
	color: #666;
}

.teacher1-page .list-news .ul-box .item .a-box:hover {
	box-shadow: 0 0.15rem 0.1rem rgba(11, 102, 177, .3);
}

.teacher1-page .list-news .ul-box .item .a-box:hover .pic img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}


@media screen and (min-width: 768px) {
	.teacher1-page .list-news .ul-box .item .a-box .info {
		flex: 1;
	}
}

@media screen and (max-width: 768px) {
	.teacher1-page .list-news .ul-box .item {
		width: 100%;
	}

	.teacher1-page .list-news .ul-box {
		padding-left: .2rem;
		padding-right: .2rem;
	}

	.teacher1-page .list-news .ul-box .item:after {
		background-position: left bottom;
		background-size: 100% auto;
	}

	.teacher1-page .list-news .ul-box .item .a-box .pic img {
		width: 3rem;
	}

	.teacher1-page .list-news .ul-box .item .a-box .pic,
	.teacher1-page .list-news .ul-box .item .a-box .info {
		width: 100%;
	}

	.teacher1-page .list-news .ul-box .item .a-box .info {
		padding-top: .3rem;
	}

	.teacher1-page .list-news .ul-box .item .a-box .info .title-box .t-name {
		font-size: .32rem;
	}

	.teacher1-page .list-news .ul-box .item .a-box .info .title-box .t-identity {
		font-size: .26rem;
	}

	.teacher1-page .list-news .item .a-box .info .msg {
		margin-top: .2rem;
	}

	.teacher1-page .list-news .item .a-box .info .msg .m-item {
		padding-bottom: .01rem;
		line-height: 1.6em;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.teacher1-page .list-news .item .a-box .info .msg .m-item .key {
		font-size: .26rem;
		line-height: 1.2;
		font-weight: bold;
		color: #014ca0;
	}

	.teacher1-page .list-news .item .a-box .info .msg .m-item .val {
		font-size: .26rem;
		line-height: 1.2;
		color: #666;
	}
}

/* teacher1 end */

/* teacher2 start */
.teacher2-page {
	background-color: #e9f5fb;
}

.teacher2-page .list-news .ul-box {
	padding-top: .4rem;
}

.teacher2-page .list-news .item:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border: 4px solid #0852a5;
	border-top: 0;
	border-right: 0;
	z-index: 5;
	width: .8rem;
	height: .4rem;
}

.teacher2-page .list-news .item:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	border: 4px solid #0852a5;
	border-left: 0;
	border-bottom: 0;
	z-index: 5;
	width: .8rem;
	height: .4rem;
}

.teacher2-page .list-news .item {
	margin-bottom: .8rem;
	width: 100%;
}

.teacher2-page .list-news .item .a-box {
	justify-content: space-between;
	background: rgba(255, 255, 255, .8);
	padding-left: .4rem;
	align-items: center;
	/*padding-bottom: .2rem;*/
	width: 100%;
}

.teacher2-page .list-news .item .a-box .pic img {
	display: inline-block;
	padding: 0;
	border: none;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.teacher2-page .list-news .item .a-box .info {
	padding: .3rem .5rem;
	width: calc(100% - 3rem);
}

.teacher2-page .list-news .item .a-box .info .top {
	padding-left: .5rem;
	padding-bottom: .1rem;
}

.teacher2-page .list-news .item .a-box .info .top:before {
	content: '';
	display: block;
	width: .04rem;
	height: 100%;
	background-color: #033d95;
	background: linear-gradient(90deg, #033d95, #3291d2);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.teacher2-page .list-news .item .a-box .info .top:after {
	content: '';
	display: block;
	width: .2rem;
	height: .4rem;
	border-radius: 0 .2rem .2rem 0;
	line-height: .4rem;
	background-color: red;
	position: absolute;
	left: .04rem;
	top: -.1rem;
}

.teacher2-page .list-news .item .a-box .info .top .title-box {
	align-items: flex-end;
}

.teacher2-page .list-news .item .a-box .info .top .title-box .t-name {
	font-weight: bold;
	font-size: .3rem;
	margin-right: .2rem;
	color: #0852a5;
}

.teacher2-page .list-news .item .a-box .info .top .title-box .t-identity {
	font-size: .18rem;
	color: #0852a5;
}

.teacher2-page .list-news .item .a-box .info .top .abstract {
	padding-top: .1rem;
	font-size: .16rem;
	color: #626262;
	line-height: 1.6;
}

.teacher2-page .list-news .item .a-box .info .bottom {
	margin-top: .28rem;
}

.teacher2-page .list-news .item .a-box .info .bottom .sit {
	height: .3rem;
	display: inline-block;
}

.teacher2-page .list-news .item .a-box .info .bottom .sit .txt {
	position: relative;
	z-index: 4;
	font-size: .16rem;
	color: #fff;
	line-height: .28rem;
	padding-left: .25rem;
	padding-right: .15rem;
	text-align: center;
}

.teacher2-page .list-news .item .a-box .info .bottom .sit:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-color: #064a9f;
	background: linear-gradient(45deg, #064a9f, #0282cd);
	transform: skewX(-20deg);
	transform-origin: left bottom;
}

.teacher2-page .list-news .item .a-box .info .bottom .msg {
	padding-top: .1rem;
}

.teacher2-page .list-news .item .a-box .info .bottom .msg .m-item {
	padding: .06rem 0;
	font-size: .16rem;
	color: #626262;
}

.teacher2-page .list-news .item .a-box .info .bottom .msg .m-item .key {
	vertical-align: bottom;
}

.teacher2-page .list-news .item .a-box .info .bottom .msg .m-item .key .iconfont {
	font-size: .26rem;
	color: #999;
	padding-right: .1rem;
	vertical-align: bottom;
}

.teacher2-page .list-news .item .a-box .info .bottom .more {
	position: absolute;
	bottom: 0;
	right: 0;
}

.teacher2-page .list-news .item .a-box .info .bottom .more img {
	display: block;
	width: 1.38rem;
}




@media screen and (min-width: 768px) {
	.teacher2-page .list-news .item .a-box .pic {
		position: relative;
		top: -.4rem;
		width: 2.6rem;
	}

	.teacher2-page .list-news .item .a-box .info {
		flex: 1;
	}

	.teacher2-page .list-news .item .a-box:hover {
		box-shadow: 0 0.15rem 0.1rem rgb(11, 102, 177, .3);
	}
}

@media screen and (max-width: 768px) {
	.teacher2-page .list-news .ul-box {
		padding-left: .2rem;
		padding-right: .2rem;
	}

	.teacher2-page .list-news .item .a-box {
		padding: 0;
	}

	.teacher2-page .list-news .item .a-box .info {
		width: 100%;
		padding: .6rem .4rem .8rem .4rem;
	}

	.teacher2-page .list-news .item .a-box .pic {
		width: 3.6rem;
		margin: 0 auto;
		padding-top: .4rem;
	}

	.teacher2-page .list-news .item .a-box .info .top .title-box .t-identity {
		font-size: .26rem;
	}

	.teacher2-page .list-news .item .a-box .info .top .abstract {
		font-size: .26rem;
	}

	.teacher2-page .list-news .item .a-box .info .bottom .sit {
		width: 1.6rem;
		height: .46rem;
	}

	.teacher2-page .list-news .item .a-box .info .bottom .sit .txt {
		font-size: .26rem;
		line-height: .46rem;
		padding-left: .38rem;
	}

	.teacher2-page .list-news .item .a-box .info .bottom .msg .m-item {
		font-size: .26rem;
	}

	.teacher2-page .list-news .item .a-box .info .bottom .msg .m-item .key .iconfont {
		font-size: .4rem
	}

	.teacher2-page .list-news .item .a-box .info .bottom .more {
		top: 0;
		bottom: auto;
	}

	.teacher2-page .list-news .item .a-box .info .bottom .more img {
		width: 1.8rem;
	}
}



/* teacher2 end */

/* teacher3 end */
.teacher3-page .list-news .ul-box .item .a-box{
  align-items: flex-start;
  padding-top: .2rem;
}
.teacher3-page .list-news .ul-box .item .a-box .left {
  width:2.6rem;
  margin-left: auto;
  margin-right: auto;
}
.teacher3-page .list-news .ul-box .item .a-box .left .img-box{
  width: 80%;
  margin-left:auto;
  margin-right:auto;
}
.teacher3-page .list-news .ul-box .item .a-box .left .img-box img {
  display:block;
  width: 100%;
}
.teacher3-page .list-news .ul-box .item .a-box .left .t-title {
  padding: .2rem .1rem .3rem .1rem;
  font-size: .24rem;
  color: #333;
  line-height: 1.2;
  text-align:center;
  font-weight: bold
}
.teacher3-page .list-news .ul-box .item .a-box .info,
.teacher3-page .list-news .ul-box .item .a-box .info p,
.teacher3-page .list-news .ul-box .item .a-box .info span,
.teacher3-page .list-news .ul-box .item .a-box .info a {
  font-size: .18rem;
  color: #333;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .teacher3-page .list-news .ul-box .item .a-box .info {
    padding: .3rem .4rem .6rem .4rem;
  }
  .teacher3-page .list-news .ul-box .item .a-box .left .t-title {
    font-size: .3rem;
  }
  .teacher3-page .list-news .ul-box .item .a-box .info,
  .teacher3-page .list-news .ul-box .item .a-box .info p,
  .teacher3-page .list-news .ul-box .item .a-box .info span,
  .teacher3-page .list-news .ul-box .item .a-box .info a {
    font-size: .28rem;
  }
}
/* teacher3 end */

/* content-page start */
.content-page .content-box {
	padding: .2rem .2rem .4rem .2rem;
	border-top: .06rem solid #1057ab;
}

.content-page .content-box .news-title {
	font-size: .3rem;
	font-weight: bold;
	color: #333;
	line-height: 1.2;
	text-align: center;
}

.content-page .content-box .news-info {
	padding: .2rem .2rem .1rem .2rem;
	text-align: center;
	border-bottom: .02rem solid #ddd;
}

.content-page .content-box .news-info .item {
	padding: 0 .06rem;
	font-size: .16rem;
	color: #999;
	line-height: 1.2;
}

.content-page .content-box .news-text {
	padding-top: .3rem;
	font-size: .16rem;
	line-height: 1.6;
	padding-bottom: .1rem;
}

.content-page .content-box .nws-btn-box {
	padding-top: .1rem;
	margin-top: .2rem;
	border-top: .01rem solid #ddd;
}

.content-page .content-box .nws-btn-box .item {
	display: block;
	font-size: .16rem;
	color: #333;
	line-height: 1.2;
	margin-bottom: .1rem;
}

.content-page .content-box .nws-btn-box .item:hover {
	color: #014ca0;
}

.content-page .content-box .extend-con-box {
	padding: .1rem 0;
}
.content-page .content-box .extend-con-box .item {
	font-size: .18rem;
	color:#333;
	line-height: 1.2;
	padding: .04rem 0;
}

	.content-page .content-box .news-text img {
		display: inline-block;
		max-width: 100%;
		height: auto !important;
	}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 768px) {
	.content-page .content-box .news-text {
		font-size: .3rem;
	}

	.content-page .content-box .news-info .item {
		font-size: .24rem;
	}

	.content-page .content-box .nws-btn-box {
		border-top: .04rem solid #ddd;
		margin-top: .2rem;
	}

	.content-page .content-box .nws-btn-box .item {
		font-size: .28rem;
	}

	.content-page .content-box .news-text img {
		display: block;
		margin: .1rem auto;
		max-width: 100%;
		height: auto !important;
	}

	.content-page .content-box .news-text video{
		display: block;
		margin: .1rem auto;
		max-width: 100%;
	}
}


/* content-page end */

/* img-list-page start */
.img-list-page .list-news .ul-box {
	justify-content: space-between;
	justify-content: space-between;
}

.img-list-page .list-news .ul-box .item {
	width: 31.5%;
	padding: .2rem 0;
}

.img-list-page .list-news .ul-box .item .a-box {
	position: relative;
	z-index: 1;
	display: block;
	background-color: #fff;
}

.img-list-page .list-news .ul-box .item .a-box .pic img {
	display: block;
	width: 100%;
}

.img-list-page .list-news .ul-box .item .a-box .title {
	padding: .15rem;
	font-size: .18rem;
	line-height: 1.2;
	color: #333;
}

.img-list-page .list-news .ul-box .item .a-box .title:after {
	content: '';
	display: block;
	background-color: #1057ab;
	background: linear-gradient(90deg, #1057ab, #3291d2);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	width: 0;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
}

.img-list-page .list-news .ul-box .item .a-box:hover .pic img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}

@media screen and (min-width: 768px) {
	.img-list-page .list-news .ul-box .item .a-box:hover .title:after {
		width: 100%;
	}

	.img-list-page .list-news .ul-box .item .a-box:hover .title {
		color: #fff;
	}
}

@media screen and (min-width: 2000px) {
	.img-list-page .list-news .ul-box .item {
		width: 24%;
	}
	
}

@media screen and (max-width: 768px) {
	.img-list-page .list-news .ul-box .item {
		width: 49%;
	}

	.img-list-page .list-news .ul-box {
		padding-left: .15rem;
		padding-right: .15rem;
	}

	.img-list-page .list-news .ul-box .item .a-box .title {
		font-size: .28rem;
	}

	.img-list-page .list-news .ul-box .item .a-box {
		box-shadow: 0 0 .1rem rgba(0, 0, 0, .15);
	}
}

/* img-list-page end */