@charset "utf-8";

.banner {
	width: 100%;
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}

/* 分页开始 */
.pagination {
	text-align: center;
	font-size: 14px;
	padding-top: 0.5rem;
	color: #666;
}


/* 分页结束 */

.nymain {
	position: relative;
	padding-top: 0.3rem;
	padding-bottom: 0.5rem;
}

.nymain>div {
	align-items: flex-start;
}

.nymain .leftNav {
	width: 2.5rem;
	box-shadow: 0px 4px 16px 0px rgba(200, 200, 200, 0.5);
	position: relative;
	background-color: #fff;
}


.nymain .leftNav>h2 {
	color: #fff;
	background: #0a4198;
	font-size: 0.28rem;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
	line-height: 0.8rem;
}

.nymain .leftNav>ul {
	/* padding-bottom: 0.5rem; */
}

.nymain .leftNav>ul>li {
	position: relative;
}

.nymain .leftNav>ul>li:first-child {
	border-top: none;
}

.nymain .leftNav ul li a {
	display: block;
	font-size: 0.2rem;
	line-height: 0.7rem;
	padding: 0 0.35rem;
	border-bottom: 1px solid rgba(204, 204, 204, 0.2);
	position: relative;
	overflow: hidden;
}

.nymain .leftNav ul li a:after {
	content: "";
	position: absolute;
	right: 0.35rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.1rem;
	height: 0.16rem;
	background: url(../images/nyleft-sj.png) no-repeat center;
	background-size: cover;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}

.nymain .leftNav>ul>li.on>a,
.nymain .leftNav>ul>li.active>a {
	color: #0a4198;
	font-weight: bold;
}

.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 a:hover {
	color: #0a4198;
	font-weight: bold;
}

.nymain .leftNav>ul>li>ul {
	display: none;
	padding-right: 0;
	background-color: rgba(255, 255, 255, .5);
	padding-left: 0.2rem;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}

.nymain .leftNav>ul>li>ul>li>a {
	font-size: 0.15rem;
	line-height: 0.45rem;
}

.nymain .leftNav>ul>li>ul>li.on>a {
	color: #0a4198;
}

.ny-right {
	width: calc(100% - 3rem);
	min-height: 4rem;
	position: relative;
}

.position {
	align-items: center;
	padding-bottom: 0.15rem;
	line-height: 0.4rem;
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

.position h3 {
	font-size: 0.28rem;
	color: #000;
	background: url(../images/x-zs.png) no-repeat left center;
	background-size: 0.23rem 0.4rem;
	padding-left: 0.38rem;
}

.position>div {
	font-size: 0;
}

.position img {
	vertical-align: middle;
	margin-right: 0.05rem;
	width: 0.19rem;
	height: 0.16rem;
}

.position span {
	color: #666;
	font-size: 0.16rem;
	vertical-align: middle;
}

.position a {
	font-size: 0.16rem;
	color: #666;
	margin: 0 0.05rem;
	vertical-align: middle;
}

.position a:hover {
	color: #0a4198;
}

/* 列表页 */
.text-list {
	background-color: #fff;
	box-shadow: 0px 4px 16px 0px rgba(200, 200, 200, 0.5);
	padding: 0.3rem;
	margin-top: 0.2rem;
}

.text-list ul li {
	line-height: 0.6rem;
	font-size: 0.16rem;
	border-top: 1px dashed #dcdcdc;
	background: url(../images/sj.png) no-repeat left center;
	background-size: 0.08rem auto;
	padding-left: 0.28rem;
	overflow: hidden;
	transition: all 0.3s;
	position: relative;
	left: 0;
}

.text-list ul li span {
	float: right;
	padding-left: 0.15rem;
	color: #999;
}

.text-list ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;


}

.text-list ul li:first-child {
	border-top: none;
}

.text-list ul li:hover a {
	color: #0b49aa;
	font-weight: bold;
}

.text-list ul li:hover span {
	color: #0b49aa;
}

.text-list ul li:hover {
	left: 0.05rem;
}

/* 内容页 */
.art-main {
	background-color: #fff;
	padding: 0.3rem;
	margin-top: 0.2rem;
	box-shadow: 0px 4px 16px 0px rgba(200, 200, 200, 0.5);
}

.art-main .art-tit h3 {
	text-align: center;
	color: #000;
	font-weight: normal;
	font-size: 0.28rem;
	margin-top: 0.5rem;
}

.art-main .cont-tit p {
	font-size: 0;
	text-align: center;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	line-height: 0.22rem;
	border-bottom: 1px dashed rgba(204, 204, 204, 0.5);
}

.art-main .cont-tit p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.16rem;
	color: #999;
	margin: 0 0.15rem;
}

.art-main .art-body {
	padding-top: 0.3rem;
}

.art-main .art-body p {
	color: #333333;
	text-indent: 2em;
	font-size: 0.18rem !important;
	line-height: 0.34rem;
	margin-bottom: 0.2rem;
}

.art-main .art-body img {
	max-width: 90% !important;
	display: block;
	margin: 10px auto;
	height: auto !important;
}

.art-main .art-body iframe {
	max-width: 90% !important;
	display: block;
	margin: 10px auto;
}

.art-main .art-body p span img {
	display: initial;
	margin: 0;
}

.art-main .art-body table {
	margin: 0 auto;
}

.art-main .art-body table td p {
	text-indent: 0em !important;
	margin-bottom: 0px;
}




.art-info {
	border-top: 1px dashed #e1e1e1;
	margin-top: 0.5rem;
	padding-top: 0.2rem;
}

.pnext p {
	text-indent: initial;
	font-size: 0.16rem;
	line-height: 0.26rem;
	margin-top: 0.1rem;
}

.pnext p:first-child {
	margin-top: 0;
}

.pnext p a {
	font-size: 0.16rem;
}

.pnext p:hover {
	color: #0a4198;
	text-decoration: underline;
}

.pnext p:hover a {
	color: #0a4198;
	text-decoration: underline;
}

/* 图文列表页  start */
.tw {
	background-color: #fff;
	box-shadow: 0px 4px 16px 0px rgba(200, 200, 200, 0.5);
	padding: 0.3rem;
	margin-top: 0.2rem;
}

.tw ul li a {
	overflow: hidden;
	padding: 0.2rem;
	background-color: #f5f5f5;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.3rem;
	transition: all 0.3s;
}

.tw ul li:first-child a {
	margin-top: 0;
}

.tw ul li .imgList-pic {
	width: 3rem;
	overflow: hidden;
}

.tw ul li .imgList-pic .pic {
	padding-top: 66.66%;
}


.tw ul li .imgList-info {
	width: calc(100% - 3.4rem);
}


.tw ul li.on .imgList-info {
	width: 100%;
}

.tw ul li .imgList-info .date {
	display: inline-block;
	font-size: 0.14rem;
	color: #999;
}

.tw ul li .imgList-info .date span {
	font-size: 0.24rem;
	font-weight: bold;
	color: #0a4198;
	padding-right: 0.05rem;
}

.tw ul li .imgList-info h3 {
	font-size: 0.18rem;
	line-height: 0.32rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
	margin-top: 0.15rem;
}

.tw ul li .imgList-info p {
	font-size: 0.16rem;
	line-height: 0.24rem;
	max-height: 0.48rem;
	color: #999;
	margin-top: 0.1rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
}

.tw ul li a:hover {
	background: #0a4198;
}

.tw ul li a:hover .date {
	color: rgba(255, 255, 255, .8);
}

.tw ul li a:hover .date span {
	color: #fff;
}

.tw ul li a:hover .imgList-info h3 {
	color: #fff;
}

.tw ul li a:hover .imgList-info p {
	color: rgba(255, 255, 255, .6);
}

.tw ul li a:hover .pic img {
	transform: scale(1.1);
}


/* 图文列表页  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;
}

.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: #1966b6;
}


/* 师资列表 */
.sz-list {
	background-color: #fff;
	padding: 0.3rem;
	margin-top: 0.2rem;
	box-shadow: 0px 4px 16px 0px rgba(200, 200, 200, 0.5);
}

.sz-list ul li a {
	overflow: hidden;
	padding: 0.2rem;
	background-color: #f5f5f5;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.35rem;
	transition: all 0.3s;
	position: relative;
}

.sz-list ul li:first-child a {
	margin-top: 0;
}

.sz-list ul li .imgList-pic {
	width: 1.8rem;
}

.sz-list ul li .imgList-pic .pic {
	/* padding-top: 114%; */
}

.sz-list ul li .imgList-info {
	width: calc(100% - 2.2rem);
}

.sz-list ul li .imgList-info h3 {
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 0.4rem;
}

.sz-list ul li .imgList-info h4 {
	font-size: 0.18rem;
	line-height: 0.4rem;
	border-bottom: 1px dashed #e5e5e5;
}

.sz-list ul li .imgList-info p {
	margin-top: 0.1rem;
	font-size: 0.16rem;
	line-height: 0.28rem;
	height: 0.56rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sz-list ul li .imgList-info>img {
	display: block;
	float: right;
	margin-top: 0.2rem;
	transition: all 0.3s;
}

.sz-list ul li:hover a {
	box-shadow: 4.95px 4.95px 25px 0px rgba(17, 87, 138, 0.3);
}

.sz-list ul li:hover a .imgList-info h3 {
	color: #0a4198;
}

.sz-list ul li:hover a .pic img {
	transform: scale(1.1);
}

.sz-list ul li:hover a .imgList-info>img {
	margin-right: 0.05rem;
}

.sz-list ul li:hover a::after {
	visibility: visible;
	opacity: 1;
}

/* 图标列表页 */
.tb {
	background-color: #fff;
	box-shadow: 0px 4px 16px 0px rgba(200, 200, 200, 0.5);
	padding: 0.3rem;
	margin-top: 0.2rem;
}

.tb-list {
	justify-content: flex-start;
}

.tb-list li {
	width: 25%;
	margin-bottom: 0.3rem;
}

.tb-list li a {
	display: block;
}

.tb-list li a .pic1 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	transition: all 0.5s;
}

.tb-list li a .pic1 img {
	transition: all 0.3s;
	max-width: 0.74rem;
	transition: all 0.6s ease-in-out;
}

.tb-list li:hover a .pic1 img {
	transform: scale(1.1);
}

.tb-list li a p {
	font-size: 0.18rem;
	color: #000;
	text-align: center;
	margin-top: 0.15rem;
	padding: 0 0.1rem;
	transition: all 0.3s;
}

@keyframes doudong1 {
	0% {
		transform: rotateY(0deg);
	}

	50% {
		transform: rotateY(90deg);
	}

	100% {
		transform: rotateY(0deg);
	}
}


.tb-list li:hover a p {
	color: #195aff;
}




@media screen and (max-width: 1024px) {
	.sz-list ul li .imgList-pic {
		width: 2.5rem;
	}

	.sz-list ul li .imgList-info {
		width: calc(100% - 3rem);
	}
}

@media screen and (max-width:900px) {}

@media screen and (max-width:768px) {
	.nymain {
		padding-top: 0.3rem;
	}

	.nymain .leftNav {
		width: 100%;
		background-image: none;
	}

	.nymain .leftNav>h2 {
		height: auto;
		line-height: 0.54rem;
		font-size: 0.2rem;
		text-align: left;
		padding-left: 0.2rem;
		font-weight: 600;
		color: #fff;
		background: #0a4198;
	}

	.nymain .leftNav>h2 span {
		float: right;
		width: 0.5rem;
		height: 0.54rem;
		background: url(../images/sub_left_down2.png) no-repeat center center;
		margin-right: 0.1rem;
		cursor: pointer;
	}

	.nymain .leftNav ul {
		display: none;
		padding-bottom: 0;
	}

	.nymain .leftNav ul li a {
		line-height: 0.6rem;
	}

	.position h3 {
		display: none;
	}

	.ny-right {
		width: 100%;
		margin-top: 0.3rem;
		min-height: 385px;
	}

	.text-list ul li {
		padding: 0 0.2rem;
		line-height: 0.6rem;
	}

	.text-list ul li::after {
		height: 0.6rem;
	}

	.art-main .art-tit h3 {
		font-size: 0.24rem;
	}

	.pnext p,
	.pnext p a {
		font-size: 0.18rem;
	}

	.tw ul li .imgList-pic {
		width: 2.5rem;
	}

	.tw ul li .imgList-info {
		width: calc(100% - 2.8rem);
	}

	.tw ul li a {
		margin-top: 0.3rem;
	}
}

@media screen and (max-width:640px) {
	.art-main .art-body p {
		word-break: break-word;
	}

	.ny-right {
		min-height: auto;
	}
}

@media screen and (max-width:480px) {
	.tw ul li .imgList-pic {
		margin: 0 auto;
		margin-bottom: 0.15rem;
	}

	.tw ul li .imgList-info {
		width: 100%;
	}

	.sz-list ul li .imgList-pic {
		margin: 0 auto;
		margin-bottom: 0.15rem;
	}

	.sz-list ul li .imgList-info h3,
	.sz-list ul li .imgList-info h4 {
		text-align: center;
	}

	.sz-list ul li .imgList-info {
		width: 100%;
	}

	.tb-list li {
		width: 33.333%;
	}

}

@media screen and (max-width:375px) {}

@media screen and (max-width:320px) {}


.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o,
.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
	margin: 5px 0px 0px 5px !important;
}