@charset "utf-8";

.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 3rem;
	max-height: 100%;
	background: url(../images/nyban_yy.png) no-repeat;
	background-size: 100% 100%;
}

.banner img {
	display: block;
	width: 100%;
}

/* 分页开始 */
.pagination {
	text-align: center;
	font-size: 0;
	padding-top: 0.5rem;
}

.pagination a {
	display: inline-block;
	border: 1px solid #dcdcdc;
	padding: 0 0.12rem;
	height: 0.35rem;
	line-height: 0.35rem;
	font-size: 0.14rem;
	text-align: center;
	color: #666;
	margin: 0 0.07rem;
}

.pagination a.active {
	background: #004aa0;
	color: #fff;
	border: 1px solid #004aa0;
}

.pagination a:hover {
	background: #004aa0;
	color: #fff;
	border: 1px solid #004aa0;
}

.pagination span {
	display: inline-block;
	font-size: 0.14rem;
}

/* 分页结束 */

.nymain {
	position: relative;
	/* margin-top: 0.4rem; */
	padding-bottom: 0.4rem;
}

.nymain>div {
	align-items: flex-start;
	padding: 0 0.1rem;
}

.nymain .leftNav {
	width: 3rem;
	position: relative;
	margin-top: -1.5rem;
}

.nymain .leftNav>h2 {
	background: #223c8b;
	font-family: Arial;
	font-size: 0.22rem;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding-left: 0.25rem;
	padding-top: 0.4rem;
	height: 1.1rem;
	overflow: hidden;
}

.nymain .leftNav>ul {
	background: url(../images/xz_leftbg.png) no-repeat;
	background-size: cover;
}

.nymain .leftNav>ul>li {
	position: relative;
}

.nymain .leftNav>ul>li>a {
	position: relative;
	z-index: 1;
}

.nymain .leftNav>ul>li>a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0.03rem;
	border-left: 0.03rem solid #1d62c2;
	height: 100%;
	transform: scaleY(0);
	transition: all 0.5s;
}

.nymain .leftNav>ul>li>span {
	display: block;
	position: absolute;
	top: 0.26rem;
	right: 0.16rem;
	width: 0.1rem;
	height: 0.18rem;
	background: url(../images/left-sj.png) no-repeat;
	background-size: 100% 100%;
	z-index: 1;
	cursor: pointer;
	transition: all 0.5s;
}

.nymain .leftNav ul li a {
	display: block;
	font-size: 0.18rem;
	line-height: 0.3rem;
	padding: 0.2rem 0.25rem;
	border-bottom: 1px solid rgba(34, 60, 139, 0.14);
	overflow: hidden;
}

.nymain .leftNav>ul>li.on>a,
.nymain .leftNav>ul>li.active>a,
.nymain .leftNav>ul>li:hover>a {
	background: #fff;
}

.nymain .leftNav>ul>li.on>a::before,
.nymain .leftNav>ul>li.active>a::before,
.nymain .leftNav>ul>li:hover>a::before {
	transform: none;
}

.nymain .leftNav>ul>li.on>span {
	transform: rotate(90deg);
}

.nymain .leftNav>ul>li.on>a::after,
.nymain .leftNav>ul>li.active>a::after {
	visibility: visible;
	opacity: 1;
}

.nymain .leftNav ul li.active ul {
	display: block;
}

.nymain .leftNav>ul>li>ul {
	display: none;
	padding: 0.15rem 0;
	background-color: rgba(255, 255, 255, .4);
}

.nymain .leftNav>ul>li>ul>li>a {
	font-size: 0.15rem;
	line-height: 0.26rem;
	padding: 0.1rem 0.28rem;
	border-bottom: none;
}

.nymain .leftNav>ul>li>ul>li:hover>a,
.nymain .leftNav>ul>li>ul>li.on>a {
	color: #1d62c2;
}

.ny-right {
	width: calc(100% - 3.5rem);
	min-height: 4rem;
	margin-bottom: 0.4rem;
	padding-top: 0.4rem;
}

.position {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 0.3rem;
	padding: 0.15rem;
	text-align: right;
	z-index: 1;
}

.position>div {
	font-size: 0;
	padding: 0 0.1rem;
}

.position img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.05rem;
	width: 0.25rem;
	height: 0.21rem;
}

.position span {
	color: #fff;
	font-size: 0.14rem;
	vertical-align: middle;
}

.position a {
	font-size: 0.16rem;
	color: #fff;
	margin: 0 0.05rem;
	vertical-align: middle;
}

.position a:hover {
	color: rgba(255, 255, 255, .8);
}

.ny-righttit {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 0.25rem;
	position: relative;
}

.ny-righttit::after {
	content: '';
	position: absolute;
	bottom: -0.05rem;
	left: 0;
	width: 1rem;
	border-bottom: 0.05rem solid #0046a9;
}

.ny-righttit h3 {
	font-size: 0.28rem;
	font-weight: bold;
}

/* 列表页 */
.text-list {}

.text-list ul {
	display: flex;
	flex-wrap: wrap;
}

.text-list ul li {
	width: 47.22%;
	margin-left: 5.56%;
	margin-top: 0.6rem;
	padding: 0.54rem 0.3rem;
	background-color: #f4f7ff;
	transition: all 0.5s;
}

.text-list ul li:nth-child(odd) {
	margin-left: 0;
}

.text-list ul li a {
	display: block;
	font-size: 0.18rem;
	line-height: 0.3rem;
	height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}

.text-list ul li:hover {
	background-color: #203a7f;
}

.text-list ul li:hover a {
	color: #fff;
}


.text-list2 ul {
	display: flex;
	flex-wrap: wrap;
}


.text-list2 ul li {
	width: 29.62%;
	margin-left: 5.56%;
	margin-top: 0.6rem;
	padding: 0.54rem 0.3rem;
	background-color: #f4f7ff;
	transition: all 0.5s;
}

.text-list2 ul li:nth-child(3n+1) {
	margin-left: 0;
}

.text-list2 ul li a {
	display: block;
	font-size: 0.18rem;
	line-height: 0.3rem;
	height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}

.text-list2 ul li:hover {
	background-color: #203a7f;
}

.text-list2 ul li:hover a {
	color: #fff;
}



/* 内容页 */
.art-main {
	margin-top: 0.5rem;
}

.art-main .art-tit h3 {
	text-align: center;
	font-size: 0.28rem;
	font-weight: bold;
	padding-bottom: 0.35rem;
	border-bottom: 1px solid #d2d2d2;
}

.art-main .art-sj {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 0.2rem;
}

.art-main .art-date {
	font-family: Georgia;
	font-size: 0.2rem;
	font-weight: bold;
}

.art-main .art-sj div span {
	font-family: Georgia;
	font-size: 0.2rem;
	font-weight: bold;
	color: #1c4fa1;
	padding-right: 0.2rem;
}

.art-main .art-fx {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-left: 1.85rem;
}

.art-main .cont-tit p {
	font-size: 0;
	text-align: center;
	padding-top: 0.3rem;
	padding-bottom: 0.2rem;
	line-height: 0.22rem;
	border-bottom: 1px solid #f3f3f3;
}

.art-main .cont-tit p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.16rem;
	color: #004aa0;
	margin: 0 0.15rem;
}

.art-main .art-body {
	padding-top: 0.3rem;
}

.art-main .art-body p {
	/* text-indent: 2em; */
	font-size: 0.18rem !important;
	line-height: 0.36rem;
	/* margin-bottom: 0.4rem; */
	text-align: left !important;
}

.art-main .art-body img {
	max-width: 80% !important;
	display: block;
	margin: 0 auto;
	height: auto !important;
}

.art-info {
	border-top: 1px dashed rgba(0, 0, 0, 0.1);
	margin-top: 0.8rem;
	padding-top: 0.25rem;
}

.pnext p {
	text-indent: initial;
	font-size: 0.18rem;
	line-height: 0.3rem;
	margin-top: 0.1rem;
}

.pnext p:first-child {
	margin-top: 0;
}

.pnext p a {
	color: #666;
	font-size: 0.18rem;
}

.pnext p:hover a {
	color: #1c4fa1;
}

/* 单篇正文 */
.art-dpzw {
	/* background: #f4f7ff; */
	/* padding: 0.6rem; */
}

.art-dpzw .art-body {
	padding-top: 0;
}

.art-dpzw .art-body p {
	text-indent: 0;
	color: #666;
	line-height: 0.3rem;
}

/* 图文列表页  start */
.tw ul {
	display: flex;
	flex-wrap: wrap;
}

.tw ul li {
	width: 47.03%;
	margin-left: 5.94%;
	margin-top: 0.5rem;
}

.tw ul li:nth-child(odd) {
	margin-left: 0;
}

.tw ul li a {
	display: block;
}

.tw ul li a .pic {
	padding-top: 62.99%;
}

.tw ul li a h3 {
	font-size: 0.18rem;
	line-height: 0.32rem;
	height: 0.64rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.25rem;
}

.tw ul li:hover a .pic img {
	transform: scale(1.1);
}

.tw ul li:hover a h3 {
	color: #223c8b;
}


.tw2 ul li {
	width: 100%;
	margin-left: 0;
}

.tw2 ul li a {
	display: flex;
	flex-wrap: wrap;
}

.tw2 ul li a .pic {
	width: 2.2rem;
	height: 1.47rem;
	padding-top: 0;
}

.tw2 ul li a .tw2-r {
	flex: 1;
	min-width: 0;
	padding-left: 0.3rem;
}

.tw2 ul li a .tw2-r h3 {
	display: block;
	margin-top: 0;
	font-size: 0.2rem;
	line-height: 0.3rem;
	height: 0.3rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.3s;
}

.tw2 ul li a .tw2-r p {
	font-size: 0.16rem;
	line-height: 0.3rem;
	height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.15rem;
	color: #999;
}

.tw2 ul li a .tw2-r span {
	display: block;
	font-size: 0.16rem;
	color: #999;
	margin-top: 0.1rem;
}

.tw2 ul li:hover a .tw2-r h3 {
	font-weight: bold;
}

/* 图文列表页  end */


/* 图片列表 */

.img-lists ul {
	overflow: hidden;
	margin-left: -2%;
	margin-right: -2%;
}

.img-lists ul li {
	float: left;
	width: 29%;
	margin: 40px 2% 0 2%;
	border: 1px solid #eee;
	transition: all 0.3s;
	position: relative;
	top: 0;
}

.img-lists ul li:hover {
	box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
	top: -10px;
}

.img-lists ul li a {
	display: block;
	width: 100%;
}

.img-lists ul li a .pic {
	padding-top: 61%;
}

.img-lists ul li a>img {
	display: block;
	width: 100%;
	height: 196px;
}

.img-lists ul li a>div.info {
	padding: 10px;
	font-size: 0;
	text-align: center;
	background-color: #fff;
}

.img-lists ul li a>div.info p {
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}

.img-lists ul li:hover a>div.info p {
	color: #004aa0;
}


/* 师资列表 */
.sz-tit {
	display: flex;
	justify-content: center;
}

.sz-tit h3 {
	font-size: 0.4rem;
	font-weight: bold;
	margin: 0 0.3rem;
}

.sz-tit h3 a {
	display: block;
	font-weight: bold;
	color: #999;
}

.sz-tit h3.on a {
	color: #223c8b;
}

.sz-tit2 {
	text-align: center;
	margin-top: 0.55rem;
}

.sz-tit2 a {
	display: inline-block;
	margin-right: 0.5rem;
	margin-top: 0.05rem;
	margin-bottom: 0.05rem;
	font-size: 0.16rem;
	line-height: 0.3rem;
}

.sz-tit2 a:last-child {
	margin-right: 0;
}

.sz-tit2 a.on,
.sz-tit2 a:hover {
	color: #0046a9;
	/* text-decoration: underline; */
}

.sz-list .sz-libox {
	margin-top: 1rem;
}

.sz-list .sz-libox:first-child {
	margin-top: 0.3rem;
}

.sz-list .sz-libox .sz-bt {
	font-size: 0.3rem;
	font-weight: bold;
	color: #223c8b;
	background: #f5f5f5;
	padding: 0.1rem 0.3rem;
	position: relative;
}

.sz-list .sz-libox .sz-bt::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 0.25rem;
	border-left: 3px solid #0046a9;
}

.sz-list ul {
	display: flex;
	flex-wrap: wrap;
}

.sz-list ul li {
	width: 16.75%;
	margin-left: 4.0625%;
	margin-top: 0.5rem;
}

.sz-list ul li:nth-child(5n + 1) {
	margin-left: 0;
}

.sz-list ul li .pic {
	padding-top: 117%;
}

.sz-list ul li h3 {
	font-size: 0.2rem;
	margin-top: 0.15rem;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.5s;
}

.sz-list ul li:hover h3 {
	color: #0046a9;
}

.sz-list ul li h4 {
	font-size: 0.18rem;
	margin-top: 0.1rem;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.sz-list ul li .con {
	display: none;
}




.sz-listld ul {
	display: flex;
	flex-wrap: wrap;
}

.sz-listld ul li {
	width: 47.03%;
	margin-left: 5.94%;
	margin-top: 0.5rem;
}

.sz-listld ul li:nth-child(odd) {
	margin-left: 0;
}

.sz-listld ul li a {
	display: block;
}

.sz-listld ul li .pic {
	padding-top: 117%;
}

.sz-listld ul li h3 {
	font-size: 0.24rem;
	margin-top: 0.1rem;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.sz-listld ul li h5 {
	font-size: 0.18rem;
	margin-top: 0.1rem;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.sz-listld ul li .con {
	display: none;
}


.Popup {
	position: fixed;
	width: 92.5%;
	max-width: 11.84rem;
	/* height: 3.78rem; */
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #f6f8ff;
	box-shadow: 0px 6px 10px 0px rgba(34, 60, 139, 0.35);
	padding: 0.4rem 0.65rem;
	z-index: 9999;
	display: none;
}

.P-close {
	position: absolute;
	top: 0.3rem;
	right: 0.3rem;
	width: 0.18rem;
	height: 0.19rem;
	background: url(../images/close11.png) no-repeat center;
	background-size: 100% 100%;
	cursor: pointer;
	transition: all 0.5s;
}

.P-close:hover {
	transform: rotate(180deg);
}

.Popup-img {
	float: left;
	max-width: 1.5rem;
}

.Popup-img img {
	max-width: 100%;
}

.Popup-r {
	float: right;
	width: calc(100% - 1.9rem);
}

.Popup-tc h3 {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #0e44ae;
	text-align: center;
	border-bottom: 0.04rem solid #223c8b;
	padding-top: 0.1rem;
	margin-bottom: 0.2rem;
}

.Popup-tc hr {
	background: none;
	border-top: 1px solid rgba(34, 60, 139, 0.2);
	margin: 0.2rem 0;
}

.Popup-tc .mc {
	font-size: 0.2rem;
	color: #223c8b;
	font-weight: bold;
	line-height: 0.3rem;
	max-height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.1rem;
	margin-bottom: 0.1rem;
}

.Popup-tc h4,
.Popup-tc h5 {
	font-size: 0.18rem;
	color: #223c8b;
	line-height: 0.4rem;
	max-height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.Popup-tc h4 a,
.Popup-tc h5 a {
	display: inline-block;
	color: #223c8b;
	transition: all 0.3s;
}

.Popup-tc h4 a:hover,
.Popup-tc h5 a:hover {
	font-weight: bold;
}

.Popup-tc h6,
.Popup-tc h7 {
	font-size: 0.18rem;
	color: #223c8b;
	line-height: 0.4rem;
	max-height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}


.Popup-tc p {
	font-size: 0.18rem;
	line-height: 0.4rem;
	max-height: 0.6rem;
	color: #61709c;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.Popup-more {
	text-align: right;
	margin-top: 0.25rem;
}

.Popup-more a {
	display: inline-block;
	font-size: 0.2rem;
	font-weight: bold;
	color: #223c8b;
}

.Popup-more a:hover {
	text-decoration: underline;
}


/* 师资内容 */
.sz-main {
	align-items: flex-start;
}

.sz-t {
	width: 3rem;
}

.sz-t>img {
	display: block;
	width: 3rem;
	/* height: 3rem; */
	border-radius: 50%;
}

.sz-t h3 {
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	/* margin-left: 48px; */
	margin-top: 45px;
	color: #28418d;
	text-align: center;
}

.sz-t h4 {
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	margin-left: 48px;
	margin-top: 25px;
	color: #28418d;
}

.sz-t h5 {
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	margin-left: 48px;
	margin-top: 25px;
	background: url(../images/ax.png) no-repeat left center;
	background-size: 0.26rem 0.23rem;
	padding-left: 0.36rem;
	color: #28418d;
}


.sz-r {
	width: calc(100% - 3.9rem);
}

.sz-r h3 {
	font-family: Arial;
	font-size: 28px;
	font-weight: bold;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 20px;
	position: relative;
}

.sz-r h3::after {
	content: '';
	position: absolute;
	bottom: -0.04rem;
	left: 0;
	width: 1rem;
	height: 0.04rem;
	background: #0046a9;
}

.sz-boxbg {
	background: #f4f7ff;
	margin-top: 0.04rem;
	padding: 1px 0.6rem 0.6rem 0.6rem;
}

.sz-box {
	margin-top: 0.45rem;
	min-height: 3.5rem;
}

.sz-box h4 {
	font-size: 0.24rem;
	line-height: 0.5rem;
	color: #004aa0;
	/* background: url(../images/sz-sj.png) no-repeat left center; */
	background-size: 0.17rem 0.26rem;
	/* padding-left: 0.35rem; */
	border-bottom: 1px solid rgba(40, 65, 141, 0.6);
	margin-bottom: 0.2rem;
}

.sz-box p {
	font-size: 0.18rem !important;
	line-height: 0.36rem !important;
	color: #333;
}

/* 综合页 */

.zhy-box1 {
	padding-top: 0.75rem;
}


.zhy-box1>h3,
.zhy-box2>div>h3,
.zhy-box3>h3,
.zhy-box4>div>h3 {
	text-align: center;
	font-size: 0.4rem;
	font-weight: bold;
	color: #223c8b;
}

.zhy-box1-c {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 0.6rem;
}

.zhy-box1-l {
	width: calc(50% - 0.67rem);
	margin-right: 0.67rem;
	padding-bottom: 0.58rem;
	position: relative;
}

.zhy-box1-l::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: -0.67rem;
	left: 0.4rem;
	top: 1rem;
	background: #223c8b;
	z-index: -1;
}

.zhy-box1-l .pic {
	padding-top: 61.06%;
}

.zhy-box1-r {
	width: calc(50% - 0.55rem);
	margin-left: 0.55rem;
}

.zhy-box1-r p {
	font-size: 0.2rem;
	line-height: 0.34rem;
	text-align: justify;
}

.zhy-box2,
.zhy-box4 {
	background: #f4f7ff;
	margin-top: 0.8rem;
	padding-top: 0.75rem;
	padding-bottom: 1rem;
}

.zhy-box2 .zhy-box-t {
	margin-top: 0.35rem;
}

.zhy-box2 .zhy-box-t ul {
	/* display: flex; */
	/* flex-wrap: wrap; */
	justify-content: center;
}


.zhy-box2 .zhy-box-t ul li {}

.zhy-box2 .zhy-box-t ul li a {
	display: block;
	background-color: #fff;
	position: relative;
	margin: 0.4rem 0.2rem 0 0.2rem;
	padding: 0.6rem 0.08rem 0.3rem 0.08rem;
	height: 1.6rem;
}

.zhy-box2 .zhy-box-t ul li:hover a {
	background: #223c8b;
}

.zhy-box2 .zhy-box-t ul li .zhy-box2-icon {
	position: absolute;
	top: -0.4rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0.8rem;
	height: 0.8rem;
	background: #fff;
	border: 2px solid #f4f7ff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zhy-box2 .zhy-box-t ul li:hover .zhy-box2-icon {
	background-color: #223c8b;
	border-color: #566698;
}

.zhy-box2 .zhy-box-t ul li .zhy-box2-icon img {
	max-width: 0.43rem;
	max-height: 0.43rem;
}

.zhy-box2 .zhy-box-t ul li .zhy-box2-icon img:first-child {
	display: block;
}

.zhy-box2 .zhy-box-t ul li:hover .zhy-box2-icon img:first-child {
	display: none;
}

.zhy-box2 .zhy-box-t ul li .zhy-box2-icon img:nth-child(2) {
	display: none;
}

.zhy-box2 .zhy-box-t ul li:hover .zhy-box2-icon img:nth-child(2) {
	display: block;
}

.zhy-box2 .zhy-box-t ul li h3 {
	font-size: 0.22rem;
	line-height: 0.3rem;
	height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: center;
}

.zhy-box2 .zhy-box-t ul li:hover h3 {
	color: #fff;
}

.zhy-box2 .zhy-box-t .slick-dots {
	position: static;
	font-size: 0;
	margin-top: 0.37rem;
}

.zhy-box2 .zhy-box-t .slick-dots li {
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	margin: 0 0.14rem;
	background: rgba(34, 60, 139, 0.3);
}

.zhy-box2 .zhy-box-t .slick-dots li.slick-active {
	background: rgba(34, 60, 139, 1);
}

.zhy-box2 .zhy-box-t .slick-dots li button {
	display: none;
}

.zhy-box2 .zhy-box-d {
	margin-top: 0.4rem;
	padding: 0px 0.2rem;
}

.zhy-box2 .zhy-box-d ul {
	position: relative;
}

.zhy-box2 .zhy-box-d ul li {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 8;
	display: none;
}

.zhy-box2 .zhy-box-d ul li h3 {
	font-size: 0.24rem;
	font-weight: bold;
	color: #223c8b;
	background: url(../images/zhy-box2-zs.png) no-repeat left top;
	background-size: 0.32rem auto;
	padding-left: 0.43rem;
	line-height: 0.32rem;
}

.zhy-box2 .zhy-box-d ul li p {
	font-size: 0.2rem;
	line-height: 0.3rem;
	color: #566698;
	margin-top: 0.3rem;
}

.zhy-box2 .zhy-box-d ul li.on {
	display: block;
	z-index: 9;
	position: relative;
}

.zhy-box3 {
	margin-top: 0.8rem;
}

.zhy-box3 p {
	font-size: 0.2rem;
	line-height: 0.3rem;
	margin-top: 0.5rem;
}

.zhy-box4 ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5rem;
	padding: 0px 0.2rem;
}

.zhy-box4 ul li {
	width: 30.81%;
	margin-left: 3.785%;
}

.zhy-box4 ul li:first-child {
	margin-left: 0;
}

.zhy-box4 ul li a {
	display: block;
}

.zhy-box4 ul li .pic {
	padding-top: 65.78%;
}

.zhy-box4 ul li:hover .pic img {
	transform: scale(1.1);
}

.zhy-box4 ul li h3 {
	font-size: 0.24rem;
	line-height: 0.3rem;
	margin-top: 0.2rem;
}

.zhy-box4 ul li:hover h3 {
	color: #223c8b;
}

.zhy-box4 ul li p {
	font-size: 0.18rem;
	line-height: 0.3rem;
	color: #666;
	margin-top: 0.15rem;
}

/* 新增师资列表页 */
.xz_sz {
	margin-top: 0.3rem;
	overflow: hidden;
}

.xz_szt ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -0.25rem;
}

.xz_szt ul li {
	width: 50%;
}

.xz_szt ul li a {
	display: flex;
	margin: 0 0.25rem;
}

.xz_szt ul li a .pic {
	width: 2.1rem;
	height: 2.63rem;
	padding-top: 0;
}

.xz_szt ul li a .xz_sztx {
	flex: 1;
	min-width: 0;
	background: #f4f7ff;
	padding: 0.3rem 0.2rem 0 0.34rem;
}

.xz_szt ul li a .xz_sztx hr {
	width: 0.2rem;
	height: 0.04rem;
	background: #2358a5;
	border: none;
}

.xz_szt ul li a .xz_sztx h3 {
	font-size: 0.18rem;
	line-height: 0.3rem;
	max-height: 0.6rem;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.2rem;
}

.xz_szt ul li a .xz_sztx p {
	font-size: 0.16rem;
	color: #999999;
	line-height: 0.26rem;
	max-height: 1.04rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	/* margin-top: 0.2rem; */
}

.xz_szd {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.25rem;
}

.xz_szd li {
	width: 25%;
}

.xz_szd li a {
	display: block;
	margin: 0.45rem 0.25rem 0.25rem 0.25rem;
	background: #f4f7ff;
	height: 90%;
}

.xz_szd li a .pic {
	padding-top: 116.93%;
}

.xz_szd li a .xz_sztx {
	background: #f4f7ff;
	padding: 0.2rem;
}

.xz_szd li a .xz_sztx h3 {
	font-size: 0.18rem;
}

.xz_szd li a .xz_sztx p {
	font-size: 0.14rem;
	color: #999999;
	line-height: 0.24rem;
	margin-top: 0.12rem;
}

@media screen and (max-width: 1200px) {
	.sz-t ul li a {
		font-size: 0.2rem;
		line-height: 0.58rem;
	}

	.xz_szt ul li {
		width: 100%;
	}

	.xz_szt ul li:nth-child(2) {
		margin-top: 0.34rem;
	}

	.xz_szd li {
		width: 33.33%;
	}
}

@media screen and (max-width: 1024px) {
	.banner {
		margin-top: 0;
	}

	.nymain .leftNav {
		width: 3rem;
	}

	.nymain .leftNav>h2 {
		font-size: 0.26rem;
	}

	.ny-right {
		width: calc(100% - 3.5rem);
	}

	.ny-righttit h3 {
		font-size: 0.24rem;
	}

	.text-list ul li {
		margin-top: 0.4rem;
	}

	.text-list2 ul li {
		margin-top: 0.4rem;
	}

	.art-main {
		/* margin-top: 0; */
	}

	.art-main .art-tit h3 {
		font-size: 0.24rem;
		padding: 0.2rem 0px;
	}

	.art-main .art-sj div span {
		font-size: 0.18rem;
	}

	.art-main .art-date {
		font-size: 0.18rem;
	}

	.art-main .art-fx {
		margin-left: 0.8rem;
	}

	.art-dpzw {
		padding: 0.3rem 0.2rem;
		margin-top: 0.3rem;
		overflow: auto;
	}

	.sz-list ul li .imgList-pic {
		width: 2.5rem;
	}

	.sz-list ul li .imgList-info {
		width: calc(100% - 3rem);
	}

	.sz-t ul li {
		width: 100%;
		margin-top: 0.12rem;
	}

	.zhy-box1>h3,
	.zhy-box2>div>h3,
	.zhy-box3>h3,
	.zhy-box4>div>h3 {
		font-size: 0.3rem;
	}

	.zhy-box1-c {
		margin-top: 0.35rem;
	}

	.zhy-box1-l {
		width: calc(50% - 0.35rem);
		margin-right: 0.35rem;
		padding-bottom: 0.35rem;
	}

	.zhy-box1-l::before {
		right: -0.35rem;
	}

	.zhy-box1-r p {
		font-size: 0.18rem;
		line-height: 0.3rem;
	}

	.zhy-box2,
	.zhy-box4 {
		margin-top: 0.4rem;
		padding-top: 0.35rem;
		padding-bottom: 0.35rem;
	}

	.zhy-box2 .zhy-box-t ul li a {
		margin: 0.3rem 0.15rem 0 0.15rem;
		padding: 0.4rem 0.15rem 0.2rem 0.15rem;
		height: 1.3rem;
	}

	.zhy-box2 .zhy-box-t ul li h3 {
		font-size: 0.2rem;
	}

	.zhy-box2 .zhy-box-t ul li .zhy-box2-icon {
		position: absolute;
		top: -0.3rem;
		width: 0.6rem;
		height: 0.6rem;
	}

	.zhy-box2 .zhy-box-t ul li .zhy-box2-icon img {
		max-width: 0.3rem;
		max-height: 0.3rem;
	}

	.zhy-box2 .zhy-box-t .slick-dots li {
		margin: 0 0.1rem;
	}

	.zhy-box2 .zhy-box-d ul li h3 {
		font-size: 0.2rem;
		background-size: 0.26rem auto;
		line-height: 0.26rem;
	}

	.zhy-box2 .zhy-box-d {
		margin-top: 0.3rem;
	}

	.zhy-box2 .zhy-box-d ul li p {
		font-size: 0.18rem;
		margin-top: 0.2rem;
	}

	.zhy-box3 {
		margin-top: 0.35rem;
	}

	.zhy-box3 p {
		font-size: 0.18rem;
		margin-top: 0.3rem;
	}

	.zhy-box4 ul {
		margin-top: 0.3rem;
	}

	.zhy-box4 ul li h3 {
		font-size: 0.2rem;
	}

	.zhy-box4 ul li p {
		margin-top: 0.1rem;
	}

	.sz-tit h3 {
		font-size: 0.3rem;
	}

	.sz-list ul li h3 {
		font-size: 0.22rem;
	}

	.sz-t {
		width: 2rem;
	}

	.sz-r h3 {
		font-size: 24px;
		padding-bottom: 15px;
	}

	.sz-t>img {
		display: block;
		width: 2rem;
		height: 2rem;
	}

	.sz-t h3 {
		font-size: 30px;
		margin-left: 10px;
		margin-top: 30px;
	}

	.sz-t h4 {
		font-size: 20px;
		margin-left: 10px;
		margin-top: 20px;
	}

	.sz-t h5 {
		font-size: 20px;
		margin-left: 10px;
		margin-top: 20px;
	}

	.sz-r {
		width: calc(100% - 2.5rem);
	}
}

@media screen and (max-width:768px) {
	.position {
		padding: 0.1rem;
	}

	.position>div {
		padding: 0;
	}

	.position img {
		width: 0.22rem;
		height: 0.18rem;
	}

	.nymain {
		margin-top: 0.3rem;
		padding-bottom: 0;
	}

	.nymain .leftNav {
		width: 100%;
		background-image: none;
		padding-bottom: 0;
		margin-top: 0;
	}

	.nymain .leftNav>h2 {
		height: 0.6rem;
		line-height: 0.6rem;
		padding-top: 0;
		font-size: 0.2rem;
		text-align: left;
		padding-left: 0.2rem;
		color: #fff;
		background: #223c8b;
	}

	.nymain .leftNav>h2 span {
		float: right;
		width: 0.55rem;
		height: 0.6rem;
		background: url(../images/sub_left_down2.png) no-repeat center center;
		cursor: pointer;
	}

	.nymain .leftNav ul {
		display: none;
		padding-bottom: 0;
	}

	.nymain .leftNav ul li a {
		line-height: 0.5rem;
		padding: 0.1rem 0.3rem 0.1rem 0.2rem;
	}

	.position h3 {
		display: none;
	}

	.ny-right {
		width: 100%;
	}

	.ny-righttit {
		padding-bottom: 0.15rem;
	}

	.ny-righttit h3 {
		font-size: 0.2rem;
	}

	.ny-righttit::after {
		bottom: -0.03rem;
		border-bottom: 0.03rem solid #0046a9;
	}

	.text-list ul li {
		width: 100%;
		margin-left: 0;
		padding: 0.3rem 0.2rem;
		margin-top: 0.3rem;
	}

	.text-list2 ul li {
		width: 100%;
		margin-left: 0;
		padding: 0.3rem 0.2rem;
		margin-top: 0.3rem;
	}

	.art-main .art-tit h3 {
		font-size: 0.24rem;
	}

	.pnext p,
	.pnext p a {
		font-size: 0.18rem;
	}

	.tw ul li {
		margin-top: 0.3rem;
	}

	.tw ul li a h3 {
		margin-top: 0.15rem;
	}

	.zhy-box1-l {
		width: calc(100% - 0.2rem);
		margin-right: 0.2rem;
		padding-bottom: 0.2rem;
	}

	.zhy-box1-l::before {
		right: -0.2rem;
	}

	.zhy-box1-r {
		width: 100%;
		margin-left: 0;
		margin-top: 0.3rem;
	}

	.Popup {
		height: 3rem;
		padding: 0.2rem 0.3rem;
	}

	.P-close {
		position: absolute;
		top: 0.15rem;
		right: 0.15rem;
	}

	.Popup h3 {
		font-size: 0.2rem;
		border-width: 0.02rem;
		padding-bottom: 0.05rem;
	}

	.Popup-tc h4,
	.Popup-tc p {
		/* text-align: left; */
	}

	.Popup-img {
		max-width: 2rem;
	}

	.Popup-r {
		width: calc(100% - 2.5rem);
	}

	.Popup-tc h5 {
		font-size: 0.18rem;
		line-height: 0.26rem;
		max-height: 0.52rem;
	}

	.Popup-tc p {
		font-size: 0.16rem;
		line-height: 0.26rem;
		max-height: 0.78rem;
	}

	.Popup-more a {
		font-size: 0.18rem;
	}

	.sz-tit2 {
		margin-top: 0.3rem;
	}
}

@media screen and (max-width:640px) {
	.sz-box ul li {
		width: 48.5%;
	}
}

@media screen and (max-width:480px) {
	.banner::after {
		display: none;
	}

	.position {
		position: static;
		background: url(../images/nyban-yy.png) no-repeat center bottom;
		background-size: cover;
	}

	.art-main .art-fx {
		margin-top: 0.15rem;
	}

	.sz-list ul li .imgList-pic {
		margin: 0 auto;
	}

	.sz-list ul li .imgList-info {
		width: 100%;
	}

	.img-lists ul li {
		width: 46%;
	}

	.sz-t .pic1 {
		float: none;
		margin-right: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.sz-ty {
		width: 100%;
	}

	.sz-box {
		margin-top: 0.25rem;
	}

	.zhy-box4 ul li {
		width: 100%;
		margin-left: 0;
		margin-top: 0.3rem;
	}

	.zhy-box4 ul li:first-child {
		margin-top: 0;
	}

	.sz-list ul li {
		width: 30%;
		margin-left: 5%;
		margin-top: 0.3rem;
	}

	.sz-list ul li:nth-child(5n + 1) {
		margin-left: 5%;
	}

	.sz-list ul li:nth-child(3n + 1) {
		margin-left: 0;
	}


	.sz-listld ul li {
		width: 100%;
		margin-left: 0;
	}


	.Popup {
		height: auto;
	}

	.Popup-img {
		float: none;
		margin: 0 auto;
	}

	.Popup-r {
		width: 100%;
		margin-top: 0.2rem;
		text-align: center;
	}

	.Popup iframe {
		height: auto;
	}

	.sz-tit h3 {
		font-size: 0.24rem;
	}

	.sz-list ul li h3 {
		font-size: 0.18rem;
	}

	.sz-tit h3 {
		margin: 0 0.12rem;
	}

	.sz-main {
		justify-content: center;
	}

	.sz-r {
		width: 100%;
		margin-top: 0.3rem;
	}

	.sz-boxbg {
		padding: 1px 0.2rem 0.2rem 0.2rem;
	}

	.sz-list .sz-libox .sz-bt {
		font-size: 0.24rem;
	}

	.xz_szt ul li a {
		flex-wrap: wrap;
	}

	.xz_szt ul li a .pic {
		width: 100%;
		height: auto;
		padding-top: 116.93%;
	}

	.xz_szt ul li a .xz_sztx {
		flex: none;
		width: 100%;
	}

	.xz_szt ul li a .xz_sztx {
		padding: 0.2rem;
	}

	.xz_szd li {
		width: 50%;
	}

	.xz_szt ul {
		margin: 0 -0.15rem;
	}

	.xz_szd li a {
		margin: 0.35rem 0.15rem 0 0.15rem;
	}

	.tw2 ul li a .pic {
		width: 100%;
		height: auto;
		padding-top: 66.66%;
	}

	.tw2 ul li a .tw2-r {
		flex: none;
		width: 100%;
		padding-left: 0;
		padding-top: 0.2rem;
	}

	.tw2 ul li a .tw2-r p {
		margin-top: 0.1rem;
	}
}

@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {}