@charset "utf-8";


.banner {
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}



/* 分页 */


.footer {
	margin-top: .3rem;
}

.pagination {
	text-align: center;
	font-size: 0;
	margin-top: .3rem;
	line-height: 0.4rem;
}

.pagination a {
	display: inline-block;
	border: .01rem solid #dcdcdc;
	padding: 0 .12rem;
	height: .35rem;
	font-size: .14rem;
	line-height: .35rem;
	text-align: center;
	color: #666;
	margin: 0 .07rem;
}

.pagination a.active {
	background: #0097DC;
	color: #fff;
	border: .01rem solid #0097DC;
}

.pagination a:hover {
	background: #0097DC;
	color: #fff;
	border: .01rem solid #0097DC;
}

.pagination span {
	display: inline-block;
	font-size: .14rem;
}

.nymain {
	position: relative;
	padding-bottom: 0.5rem;
	background: url(../images/nybg.png) no-repeat bottom;
	background-size: 100%;
	overflow: hidden;
}

.nymain>div.wp {
	padding: .5rem 0;
}

.nymain2>div.wp {
	padding: 0.5rem;
}


/* .nymain::before {
    content: "";
    position: absolute;
    left: 0;
    right: 52%;
    margin-right: 7rem;
    background: url(../images/ny-tit-bj.png) no-repeat;
    background-size: cover;
    height: .8rem;
    top: -.8rem;
} */

.nymain .leftNav {
	float: left;
	width: 2.8rem;
	position: relative;
	margin-right: 0.4rem;
	background: linear-gradient(0deg, #0097DC, #0097DC), #0097DC;
}

.nymain .leftNav>h2 {
	line-height: 1rem;
	color: #fff;
	font-size: 0.32rem;
	overflow: hidden;
	text-align: center;
	background: #0097dc;
	font-family: 'MiSans2';
}

.nymain .leftNav>ul {
	position: relative;
	margin: 0 0.05rem 0.1rem 0;
	min-height: 3.5rem;
	background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #F1F9F8, #F1F9F8), linear-gradient(153deg, #f3f7ff 4%, #ebf1ff 99%), #F3F7FF;
	padding-bottom: 0.66rem;
	border-left: 0.05rem solid #D9D9D9;
	padding-top: 0.03rem;
}

.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.22rem;
	color: #222222;
	line-height: 0.38rem;
	padding: 0.1rem 0.15rem;
	font-family: 'MiSans2';
	position: relative;
	padding-left: 0.6rem;
}

.nymain .leftNav ul li a::after {
	position: absolute;
	content: "";
	width: calc(100% - 0.2rem);
	height: 0.01rem;
	left: 0.1rem;
	background: #CEE1DD;
	bottom: 0;
}

.nymain .leftNav>ul>li.active>a:after,
.nymain .leftNav>ul>li.on>a:after {
	background: linear-gradient(0deg, #0097DC, #0097DC), #0097DC;
	width: 0.05rem;
	height: 100%;
	left: -0.05rem;
}

.nymain .leftNav>ul>li>span {
	position: absolute;
	width: 0.22rem;
	height: 0.13rem;
	right: 0.23rem;
	top: 0.21rem;
	background: url(../images/sub_left_down.png) no-repeat center center;
	cursor: pointer;
	transition: all 0.3s;
	background-size: 0.22rem;
}



.nymain .leftNav>ul>li.on {
	background-color: #fff;
	color: #a70101;

}



.nymain .leftNav>ul>li.active>a {
	color: #0097DC;
	background: linear-gradient(0deg, #E8F3F1, #E8F3F1), #0097DC;
}

.nymain .leftNav>ul>li.on>a {
	color: #0097DC;
	background: linear-gradient(0deg, #E8F3F1, #E8F3F1), #0097DC;
}

.nymain .leftNav>ul>li.active {}

.nymain .leftNav>ul>li.active>ul {
	display: block;
}

.nymain .leftNav ul li a:hover {
	color: #0097DC;
}

.nymain .leftNav>ul>li>ul {
	display: none;
	padding-top: 0;
	padding-bottom: .15rem;
	padding-right: 0;
}
.nymain .leftNav>ul>li>ul>li{
	
width: 100%;
	
position: relative;
}
.nymain .leftNav>ul>li>ul>li>a {
	font-size: .16rem;
	line-height: .34rem;
	color: #444;
	border-top: 0;
	padding: 0.1rem;
	padding-left: 0.65rem;
}

/* 三级栏目展开箭头（与一级箭头同款，尺寸略小） */
.nymain .leftNav ul.saj_nav>li>span {
	position: absolute;
	width: 0.18rem;
	height: 0.11rem;
	right: 0.18rem;
	top: 0.21rem;
	background: url(../images/sub_left_down.png) no-repeat center center;
	cursor: pointer;
	transition: all 0.3s;
	background-size: 0.18rem;
}

/* 三级展开/选中高亮 */
.nymain .leftNav ul.saj_nav>li.on>a,
.nymain .leftNav ul.saj_nav>li.active>a {
	color: #0097DC;
}

/* 四级栏目容器（默认收起，覆盖 li.active 的后代展开规则） */
.nymain .leftNav ul li ul.sj_nav {
	display: none;
}

/* 仅直属三级栏目为当前选中项时，四级展开 */
.nymain .leftNav ul.saj_nav>li.active>ul.sj_nav {
	display: block;
}

/* 四级栏目链接 */
.nymain .leftNav ul.sj_nav>li>a {
	font-size: 0.14rem;
	line-height: 0.3rem;
	color: #666;
	padding: 0.05rem 0.1rem;
	padding-left: 0.85rem;
}

/* 四级选中/展开高亮 */
.nymain .leftNav ul.sj_nav>li.active>a,
.nymain .leftNav ul.sj_nav>li.on>a {
	color: #0097DC;
	background: linear-gradient(0deg, #E8F3F1, #E8F3F1), #E8F3F1;
}


.ny-right {
	overflow: hidden;
min-height: 4rem;
}


/* 移动端适配 */
@media screen and (max-width: 768px) {
	.detail-top {
		flex-direction: column;
		gap: 0.2rem;
	}

	.detail-photo {
		flex: none;
		width: 100%;
		max-width: 3rem;
		margin: 0 auto;
	}

	.detail-info h2 {
		font-size: 0.26rem;
	}

	.detail-video-list {
		grid-template-columns: 1fr;
	}

}


.ny-rcom {
	font-size: .24rem;
	color: #0f5aab;
	margin-bottom: .15rem;
	font-weight: normal;
}

.position {
	width: 100%;
	margin-bottom: 0.3rem;
}

.position>div {
	position: relative;
	text-align: right;
	font-size: 0;
	line-height: .3rem;
	padding: 0.15rem 0;
	border-bottom: .01rem solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.position h3 {
	font-size: .28rem;
	color: #222222;
	text-align: left;
	width: auto;
	float: left;
	position: relative;
	padding-left: 0.17rem;
	font-family: 'MiSans';
	font-weight: 600;
}

.position h3::after {
	position: absolute;
	content: "";
	width: .05rem;
	height: .3rem;
	background: #0097DC;
	z-index: 9;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.position .weizhi {
	display: flex;
	align-items: center;
	justify-content: end;
	flex-wrap: wrap;
}

.position span {
	color: #626262;
	font-size: .16rem;
	vertical-align: middle;
	line-height: 0.16rem;
	display: flex;
}

.position img {
	margin-right: .1rem;
	display: inline-block;
	height: 0.16rem;
}

.position a {
	font-size: .16rem;
	color: #626262;
	margin: 0 .05rem;
	line-height: 0.16rem;
	display: flex;
}

.position a:hover {
	color: #0097DC;
}

.text-list ul li {
	padding-left: .15rem;
	padding-right: 1.1rem;
	position: relative;
	line-height: .6rem;
	font-size: .16rem;
	position: relative;
	left: 0;
	transition: all 0.5s;
	background: url(../images/list-dot.png) no-repeat;
	background-position: left center;
}

.text-list ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	overflow: hidden;
}

.text-list ul li span {
	position: absolute;
	right: 0;
	color: #666666;
	font-size: .16rem;
}

.text-list ul li:hover a {
	color: #0f5aab;
	text-decoration: underline;
}

.text-list ul li:hover span {
	color: #0f5aab;
}

.art-main .art-tit h3 {
	text-align: center;
	color: #0f5aab;
	font-weight: normal;
	font-size: .24rem;
	margin-top: .3rem;
	font-weight: 600;
}

.art-main .art-body {
	padding-top: .3rem;
}

.art-main .art-body p {
	color: #333333;
	text-indent: 2em;
	font-size: .16rem;
	line-height: .32rem;
	margin-bottom: .3rem;
}

.art-main .art-body img {
	max-width: 80% !important;
	display: block;
	margin: 0 auto;
}

.art-main .cont-tit p {
	font-size: 0;
	text-align: center;
	padding-top: .2rem;
	padding-bottom: .2rem;
	line-height: .2rem;
	background: bottom;
	border-bottom: .01rem solid #d9d9d9;
}

.art-main .cont-tit p img {
	display: inline-block;
	vertical-align: middle;
	height: .16rem;
	margin-right: .05rem;
}

.art-main .cont-tit p .liulan {
	margin-left: .5rem;
}

.art-main .cont-tit p span {
	display: inline-block;
	vertical-align: middle;
	font-size: .14rem;
	color: #888;
	margin: 0 .1rem;
}

.art-info {
	border-top: .01rem dashed #eaeaea;
	margin-top: .25rem;
}

.pnext {
	margin-top: .25rem;
}

.pnext p {
	text-indent: initial;
	font-size: .14rem;
	line-height: .36rem;
	color: #555555
}

.pnext p a {
	font-size: .14rem;
	color: #555555
}

.pnext p:hover {
	color: #1f2c61;
}

.pnext p:hover a {
	color: #1f2c61;
}

.ny-r-tit {
	font-size: .3rem;
	line-height: .4rem;
	padding-left: .2rem;
	color: #111111;
	border-left: .04rem solid #1c50af;
	margin-bottom: .5rem;
}



/* 师资列表 */

.szdw_tlist ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.szdw_tlist ul li {
	width: 48%;
	position: relative;
	margin-top: .4rem;
}


.szdw_tlist ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #eee;
}

.szdw_tlist ul li:hover a {
	background: #f9f4ef;
	border-color: #f9f4ef;
}

.szdw_tlist ul li a .modulepics {
	width: 2.3rem;
	margin-right: 0.25rem;
}

.szdw_tlist ul li a .modulepics .modulepic {
	padding-top: 120%;
}

.szdw_tlist ul li a .moduleinfo {
	flex: 1;
	min-width: 0;
}

.szdw_tlist ul li a .moduleinfo h3 {
	font-size: .3rem;
	font-weight: normal;
	line-height: normal;
	color: #333333;
	width: 100%;
	position: relative;
	padding: 0.1rem 0;
}

.szdw_tlist ul li a .moduleinfo h3:before {
	position: absolute;
	content: "";
	width: 0.75rem;
	height: 0.03rem;
	background: #0097DC;
	left: 0;
	bottom: 0.01rem;
}

.szdw_tlist ul li a .moduleinfo h3:after {
	position: absolute;
	content: "";
	width: 0.75rem;
	height: 0.03rem;
	background: #ddd;
	width: 94%;
	height: 0.01rem;
	left: 0;
	bottom: 0;
}

.szdw_tlist ul li a .moduleinfo div {
	padding-bottom: .33rem;
	padding-top: .15rem;
	padding-right: 0.3rem;
}

.szdw_tlist ul li a .moduleinfo div p {
	font-size: .16rem;
	font-weight: normal;
	line-height: .28rem;
	letter-spacing: 0em;
	color: #666;
	overflow: hidden;
	margin: 0.05rem 0;
	text-overflow: ellipsis;
}

.szdw_tlist ul li a .moduleinfo span {
	display: block;
	font-size: .14rem;
	font-weight: normal;
	line-height: .3rem;
	letter-spacing: 0em;
	color: #9E9E9E;
	background: url(../images/contchar14_5_itemmore.png) no-repeat;
	background-position: right center;
	margin-top: .2rem;
}

.szdw_tlist ul li:hover::before {
	background: #0097DC;
}

@media screen and (max-width: 768px) {
	.szdw_tlist ul li {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.szdw_tlist ul li a {
		flex-direction: column;
		padding: 0.2rem;
	}

	.szdw_tlist ul li a .moduleinfo {}

	.szdw_tlist ul li a .moduleinfo div {
		padding: 0.15rem 0 0;
	}
}

/* 新闻列表  */



/* 列表页 */

/* 搜索栏 */
.txt_search {
	display: flex;
	align-items: center;
	gap: .3rem;
	padding: .2rem 0.02rem;
	margin-bottom: .3rem;
	background: #fff;
}

.search-item {
	display: contents;
}

.search-label {
	font-size: .2rem;
	color: #333333;
	white-space: nowrap;
	flex-shrink: 0;
	font-family: 'MiSans';
}

.custom-select {
	position: relative;
	flex: 1;
	min-width: 0;
}

.custom-select__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: .5rem;
	padding: 0 .15rem;
	border: .01rem solid hsl(357deg 77% 34% / 40%);
	border-radius: .04rem;
	font-size: .16rem;
	color: #555;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.3s;
	box-sizing: border-box;
}

.custom-select.is-open .custom-select__trigger,
.custom-select__trigger:hover {
	border-color: #0097DC;
}

.custom-select__text {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.custom-select.is-placeholder .custom-select__text {
	color: #999;
}

.custom-select__arrow {
	width: .10rem;
	height: .10rem;
	flex-shrink: 0;
	margin-left: .08rem;
	border-right: .02rem solid #999;
	border-bottom: .02rem solid #999;
	transform: rotate(45deg) translate(-.02rem, -.02rem);
	transition: transform 0.3s, border-color 0.3s;
}

.custom-select.is-open .custom-select__arrow {
	transform: rotate(-135deg) translate(-.02rem, -.02rem);
	border-color: #0097DC;
}

.custom-select__dropdown {
	position: absolute;
	z-index: 9999;
	top: calc(100% + .06rem);
	left: 0;
	width: 100%;
	background: #fff;
	border: .01rem solid #e8e8e8;
	border-radius: .04rem;
	box-shadow: 0 .04rem .16rem rgba(0, 0, 0, 0.12);
	max-height: 2rem;
	overflow-y: auto;
	display: none;
}

/* 默认滑块灰色 */
.custom-select__dropdown::-webkit-scrollbar {
	width: 0.04rem;
	background: #D8D8D8;
}

.custom-select__dropdown::-webkit-scrollbar-thumb {
	background-color: #0097DC;
	border-radius: 0.2rem;
}

/* 滚动中，容器拥有scrolling类，滑块变橙色 #F99728 */
.custom-select__dropdown::-webkit-scrollbar-thumb {}

.custom-select.is-open .custom-select__dropdown {
	display: block;
}

.custom-select__option {
	padding: .12rem .15rem;
	font-size: .15rem;
	color: #555;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}

.custom-select__option:first-child {
	border-radius: .04rem .04rem 0 0;
}

.custom-select__option:last-child {
	border-radius: 0 0 .04rem .04rem;
}

.custom-select__option:hover {
	background: #f5e5e5;
	color: #0097DC;
}

.custom-select__option.is-selected {
	background: #0097DC;
	color: #fff;
}

.custom-select__option.is-selected:hover {
	background: #0097DC;
	color: #fff;
}

.search-date {
	position: relative;
	display: flex;
	align-items: center;
	flex: 1;
	min-width: 0;
}

.search-date .date-input {
	width: 100%;
	height: .5rem;
	padding: 0 .35rem 0 .15rem;
	border: .01rem solid hsl(357deg 77% 34% / 40%);
	border-radius: .04rem;
	font-size: .16rem;
	color: #555555;
	background: #fff;
	outline: none;
	cursor: pointer;
	transition: border-color 0.3s;
	color-scheme: light;
}

.search-date .date-input:hover,
.search-date .date-input:focus {
	border-color: #0097DC;
}

.search-date .date-input::-webkit-calendar-picker-indicator {
	opacity: 0;
	position: absolute;
	right: 0;
	width: .35rem;
	height: 100%;
	cursor: pointer;
}

.search-date .date-icon {
	position: absolute;
	right: .12rem;
	top: 50%;
	transform: translateY(-50%);
	width: .24rem;
	height: .24rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.search-date .date-icon img {
	width: .18rem;
	height: .18rem;
}

.search-sep {
	font-size: .2rem;
	color: #333333;
	flex-shrink: 0;
	font-family: 'MiSans';
}

@media (max-width: 768px) {
	.txt_search {
		flex-wrap: wrap;
		gap: .2rem;
		padding: .12rem;
	}

	.search-item {
		display: flex;
		align-items: center;
		gap: .1rem;
		width: 100%;
	}

	.search-label {
		width: 0.7rem;
		text-align: justify;
	}

	.custom-select {
		flex: 1;
		min-width: 0;
	}

	.search-date {
		flex: 1;
		min-width: 0;
	}

	.search-date .date-input {
		width: 100%;
	}
}

/* 自定义日历弹层 */
.date-picker {
	position: absolute;
	z-index: 9999;
	width: 3.6rem;
	background: #fff;
	border: .01rem solid #e8e8e8;
	border-radius: .08rem;
	box-shadow: 0 .06rem .24rem rgba(0, 0, 0, 0.18);
	padding: .2rem;
	display: none;
	font-family: 'MiSans';
}

.date-picker.is-show {
	display: block;
}

.date-picker__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .18rem;
}

.date-picker__btn {
	width: .28rem;
	height: .28rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: .18rem;
	color: #0097DC;
	border: .01rem solid #f0e0e0;
	background: #fdf6f6;
	border-radius: .04rem;
	flex-shrink: 0;
	font-family: Arial, 'MiSans';
}

.date-picker__btn:hover {
	background: #0097DC;
	color: #fff;
	border-color: #0097DC;
}

.date-picker__title {
	font-size: .17rem;
	color: #282828;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: .04rem;
}

.date-picker__year-btn,
.date-picker__month-btn {
	cursor: pointer;
	padding: .02rem .04rem;
	border-radius: .03rem;
	transition: background 0.2s, color 0.2s;
}

.date-picker__year-btn:hover,
.date-picker__month-btn:hover {
	background: #f5e5e5;
	color: #0097DC;
}

.date-picker__week {
	display: flex;
	margin-bottom: .04rem;
	border-bottom: .01rem solid #f0f0f0;
	padding-bottom: .06rem;
}

.date-picker__week span {
	flex: 0 0 calc(100% / 7);
	width: calc(100% / 7);
	text-align: center;
	font-size: .14rem;
	color: #999;
	line-height: .36rem;
}

.date-picker__days {
	display: flex;
	flex-wrap: wrap;
}

.date-picker__day {
	flex: 0 0 calc(100% / 7);
	width: calc(100% / 7);
	text-align: center;
	font-size: .14rem;
	line-height: .42rem;
	color: #555;
	cursor: pointer;
	border-radius: .06rem;
	box-sizing: border-box;
	margin-bottom: .02rem;
}

.date-picker__day:hover {
	background: #f5e5e5;
	color: #0097DC;
}

.date-picker__day.is-other {
	color: #ccc;
	cursor: default;
}

.date-picker__day.is-other:hover {
	background: none;
	color: #ccc;
}

.date-picker__day.is-today {
	color: #0097DC;
	font-weight: 600;
	background: #fdf6f6;
}

.date-picker__day.is-selected {
	background: #0097DC;
	color: #fff;
	font-weight: 600;
}

.date-picker__day.is-selected:hover {
	background: #0097DC;
	color: #fff;
}

/* 年份/月份网格面板 */
.date-picker__panel {
	margin-top: .04rem;
}

.date-picker__grid {
	display: flex;
	flex-wrap: wrap;
}

.date-picker__grid-item {
	flex: 0 0 calc(100% / 4);
	width: calc(100% / 4);
	text-align: center;
	font-size: .14rem;
	line-height: .50rem;
	color: #555;
	cursor: pointer;
	border-radius: .06rem;
	box-sizing: border-box;
	transition: background 0.2s, color 0.2s;
}

.date-picker__grid-item:hover {
	background: #f5e5e5;
	color: #0097DC;
}

.date-picker__grid-item.is-current {
	background: #0097DC;
	color: #fff;
	font-weight: 600;
}

.date-picker__grid-item.is-current:hover {
	background: #0097DC;
	color: #fff;
}

/* 列表 */
.txt-list ul li {
	margin-bottom: .2rem;
}

.txt-list ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: .25rem .3rem;
	border: .01rem solid #CEE1DD;
	transition: all 0.3s;
	box-sizing: border-box;
}

.txt-list ul li:first-child a {
	margin-top: 0;
}

@media (min-width: 1025px) {
	.txt-list ul li a:hover {
		background: #0097DC;
		border-color: #0097DC;
	}

	.txt-list ul li a:hover .tx-date span {
		color: #fff;
	}

	.txt-list ul li a:hover h2 {
		color: #fff;
		font-weight: normal;
	}
}

.tx-date {
	margin-left: .26rem;
	text-align: center;
	display: flex;
	justify-content: flex-end;
	min-width: 0.9rem;
	flex-shrink: 0;
}

.tx-date span {
	font-size: 0.18rem;
	color: #0097DC;
	text-align: center;
	font-family: 'MiSans2';
}

.tx-info {
	overflow: hidden;
	flex: 1;
	min-width: 0;
}

.tx-info h2 {
	font-size: 0.2rem;
	line-height: 0.3rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	font-family: MiSans;
	color: #222;
	transition: color 0.3s;
}



.art-main .art-tit h3 {
	text-align: center;
	color: #0f5aab;
	font-weight: normal;
	font-size: .24rem;
	margin-top: .3rem;
	font-weight: 600;
}

.art-main .art-body {
	padding-top: .3rem;
}

.art-main .art-body p {
	color: #333333;
	text-indent: 2em;
	font-size: .16rem;
	line-height: .32rem;
	margin-bottom: .3rem;
}

.art-main .art-body img {
	max-width: 80% !important;
	display: block;
	margin: 0 auto;
}

.art-main .cont-tit p {
	font-size: 0;
	text-align: center;
	padding-top: .2rem;
	padding-bottom: .2rem;
	line-height: .2rem;
	background: bottom;
	border-bottom: .01rem solid #d9d9d9;
}

.art-main .cont-tit p img {
	display: inline-block;
	vertical-align: middle;
	height: .16rem;
	margin-right: .05rem;
}

.art-main .cont-tit p .liulan {
	margin-left: .5rem;
}

.art-main .cont-tit p span {
	display: inline-block;
	vertical-align: middle;
	font-size: .14rem;
	color: #888;
	margin: 0 .1rem;
}

.art-info {
	border-top: .01rem dashed #eaeaea;
	margin-top: .25rem;
}

.pnext {
	margin-top: .25rem;
}

.pnext p {
	text-indent: initial;
	font-size: .14rem;
	line-height: .36rem;
	color: #555555
}

.pnext p a {
	font-size: .14rem;
	color: #555555
}

.pnext p:hover {
	color: #1f2c61;
}

.pnext p:hover a {
	color: #1f2c61;
}

.ny-r-tit {
	font-size: .3rem;
	line-height: .4rem;
	padding-left: .2rem;
	color: #111111;
	border-left: .04rem solid #1c50af;
	margin-bottom: .5rem;
}






/* 新闻列表  */

.timg-list ul li {
	border: .01rem solid #CEE1DD;
	margin-bottom: 0.21rem;
}


.timg-list ul li a {
	display: block;
	transition: all 0.3s;
	padding: 0.3rem;
	position: relative;
}

.timg-list ul li a h3 {
	font-size: 0.2rem;
	color: #333333;
	line-height: 0.26rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: 'MiSans';
	text-align: justify;
}

.timg-list ul li a>div {
	overflow: hidden;
}

.timg-list-img {
	float: left;
	width: 2.94rem;
	margin-right: .3rem;
}

.timg-list ul li a .pic {
	padding-top: 1.85rem;
}

.timg-linfo {
	overflow: hidden;
}

.timg-linfo .date {
	font-size: .18rem;
	color: #0097DC;
	margin-bottom: 0.2rem;
	font-family: 'MiSans2';
}

.timg-linfo .date span {
	font-size: .24rem;
	font-weight: bold;
	padding-right: .1rem;
}

.timg-linfo p {
	font-size: .16rem;
	line-height: 0.28rem;
	color: #666666;
	max-height: .9rem;
	white-space: pre-wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: .1rem 0 0 0;
	text-align: justify;
}


.timg-list ul li:hover {
	background: #0097DC url(../images/icon.png) no-repeat right 0.3rem center;
	border: none;
	border-bottom: 0.04rem solid #293D6D;
}

.timg-list ul li:hover .date {
	color: #fff;
}

.timg-list ul li:hover h3 {
	color: #fff;
}

.timg-list ul li:hover p {
	color: #fff;
}






/* nry */
.position2>div {
	border-bottom: none;
}

.nry h2 {
	font-size: .36rem;
	text-align: center;
	padding: 0 0 0.28rem;
	line-height: .32rem;
	color: #222;
	font-family: 'MiSans';
	font-weight: 500;
}

.nry-info {
	text-align: center;
	font-size: 0;
	padding: 0.05rem 0;
	background: rgba(0, 0, 0, 0.04);
}

.nry-info>span {
	display: inline-block;
	font-size: .16rem;
	color: #9E9E9E;
	line-height: 0.3rem;
	margin: 0 0.1rem;
	font-family: 'MiSans2';
}

.nry-c p {
	margin-top: .2rem;
	font-size: .18rem !important;
	color: #222222;
	text-indent: 2em;
	line-height: .3rem !important;
	font-family: MiSans;
	text-align: justify;
}

.nry-c p span {
	font-size: .18rem !important;
	line-height: .34rem !important;
	font-family: Microsoft Yahei !important;
}

.nry-c img {
	display: block;
	margin: 0.1rem auto;
	max-width: 100%;
	height: auto !important;
}

.nry-c table {
	margin: 0.1rem auto;
	max-width: 100%;
}

.nry-pag {
	border-top: .01rem solid #ddd;
	padding-top: .2rem;
	margin-top: .4rem;
}

.nry-pag a {
	font-size: .18rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: .34rem;
	letter-spacing: 0;
	color: #666;
	display: block;
}

.nry-pag a:hover {
	color: #0097DC;
}


/* 图片列表 */

.img-lists {
	margin-top: 0.2rem;
	width: 100%;
}
.img-lists ul {
    overflow: hidden;
}


.img-lists ul li {
	float: left;
	width: 30.33%;
	margin: 0 1.5%;
	margin-bottom: .48rem;
	box-shadow: 0 0 7px 1px #ddd;
	transition: all 0.3s;
	position: relative;
	top: 0;
	float: left;
}


.img-lists ul li:hover {
	box-shadow: 0 0 .1rem rgba(51, 51, 51, 0.16);
	top: -.1rem;
}

.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: 1.96rem;
}

.img-lists ul li a>div.info {
	padding: .1rem;
	font-size: 0;
	background-color: #fff;
}

.img-lists ul li a>div.info p {
	color: #333;
	font-size: .18rem;
	line-height: .3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	white-space: nowrap;
}

.img-lists ul li a>div.info img {
	height: .14rem;
	vertical-align: middle;
}

.img-lists ul li a>div.info span {
	font-size: .14rem;
	display: inline-block;
	margin-left: .05rem;
	color: #999;
	vertical-align: middle;
}

.img-lists ul li:hover a>div.info p {
	color: #0097DC;
}

.nry {
	position: relative;
}

/* 简介标题（蓝色竖线 + 中英文标题） */
.nry-tit {
	border-left: .04rem solid #0097DC;
	padding-left: .12rem;
	margin-bottom: .35rem;
}

.nry .nry-tit h2 {
	font-size: .26rem;
	line-height: .34rem;
	color: #0097DC;
	font-weight: bold;
	text-align: left;
	padding: 0;
}

.nry-tit p {
	font-size: .16rem;
	line-height: .26rem;
	color: #0097DC;
	font-family: 'MiSans2';
	text-indent: 0;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

/* 简介视频卡 */
.nry-video {
	margin-top: .45rem;
	text-align: center;
}

.nry-video a {
	position: relative;
	display: inline-block;
	max-width: 100%;
	font-size: 0;
	overflow: hidden;
}

.nry-video img {
	width: 7rem;
	max-width: 100%;
	height: auto;
	transition: transform 0.4s ease;
}

.nry-video a:hover img {
	transform: scale(1.03);
}

.nry-play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: .72rem;
	height: .72rem;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 .03rem .12rem rgba(0, 0, 0, 0.25);
	transition: transform 0.3s ease;
}

.nry-play::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-42%, -50%);
	border-top: .11rem solid transparent;
	border-bottom: .11rem solid transparent;
	border-left: .18rem solid #444;
}

.nry-video a:hover .nry-play {
	transform: translate(-50%, -50%) scale(1.12);
}


.nymain>.wp {
	position: relative;
	width: 16rem;
}

@media screen and (max-width: 1600px) {
	.dt-list2 li a>.dt-text h3 {
		font-size: .2rem;
	}

	.nymain::before {
		display: none;
	}

	.nymain .leftNav ul li a {
		padding-left: .3rem;
	}

	.nymain .leftNav>ul>li>ul>li>a {
		padding-left: .45rem;
	}

	.ldtz-pic {
		width: 1.4rem;
		margin-right: .15rem;
	}

	.ldtz-info {
		padding-top: .2rem;
	}
}

@media screen and (max-width: 1300px) {
	.nymain .leftNav {
		width: 3rem;
		margin-right: .5rem;
	}

	.nymain>div.wp {
		padding: 0.2rem;
		margin-top: 0.3rem;
	}
}



@media screen and (max-width: 1024px) {
	.banner {
		padding-top: 0.6rem;
	}

	.nymain>div.wp {
		padding: 0 .2rem;
	}

	.nymain2 .position2>div {
		padding-bottom: 0;
	}

	.fenxiang {
		transform: scale(0.8);
	}

	.timg-linfo span {
		font-size: .14rem;
	}

	.timg-linfo .date span {
		font-size: .2rem;
		padding-right: .05rem;
	}

	.xs-item ul li {
		width: 50%;
	}

	.dlwz-txt h2 {
		font-size: .26rem;
		margin-bottom: .3rem;
	}

	.dlwz-txt ul li {
		margin-bottom: .15rem;
	}

	.dlwz-txt {
		width: 4.4rem;
		height: auto;
	}

	.dlwz-txt ul li span {
		font-size: .16rem;
	}

	.dlwz-txt ul li b {
		font-size: .16rem;
	}

	.znbm ul li a {
		font-size: .16rem;
	}

	.z-tit h2 {
		font-size: .2rem;
		line-height: .5rem;
		background-size: 10%;
	}

	.z-item ul li a {
		font-size: .16rem;
	}

	.z-item {
		padding-top: .15rem;
	}

	.z-item ul li {
		margin-bottom: .15rem;
	}

	.z-list-l {
		float: left;
		width: 100%;
		margin-bottom: 0;
	}

	.z-list-r {
		float: left;
		width: 100%;
	}

	.xs-tit {
		position: relative;
		width: 100%;
		height: .5rem;
		text-align: center;
	}





	.ny-r-tit {
		font-size: .26rem;
	}

	.nymain .leftNav {
		float: none;
		width: auto;
		top: 0;
		margin-right: 0;
		/* margin-top: .15rem; */
	}

	.nymain .leftNav>p {
		font-size: .18rem;
		padding: .1rem 0;
	}

	.ny-right {
		float: none;
		width: auto;
		margin-top: 0.3rem;
	}

	.position>div {
		line-height: 0.5rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.nymain .leftNav ul {
		display: none;
	}



	.nymain .leftNav>h2 span {
		float: right;
		width: .24rem;
		height: .3rem;
		margin-top: .16rem;
		background: url(../images/sub_left_down2.png) no-repeat center center;
		background-position: left center;
		margin-right: .1rem;
		background-size: 0.14rem;
	}

	.text-list ul li {
		font-size: .16rem;
	}






	.timg-list-img {
		width: 2.6rem;
	}

	.timg-list ul li a .pic {
		padding-top: 1.64rem;
	}

	.timg-list ul li a {
		padding: .2rem;
	}






	.nry h2 {}

	.nry-info span {
		font-size: .14rem;
	}

	.nry-c p {
		font-size: .16rem !important;
		line-height: 0.28rem !important;
	}

	.nry-c p span {
		font-size: .16rem !important;
		line-height: 0.28rem !important;
	}

	.nry-pag a {
		font-size: .16rem;
	}

	.nry .nry-tit h2 {
		font-size: .28rem;
		line-height: .4rem;
	}

	.nry-tit p {
		font-size: .14rem;
	}

	.nry-video img {
		width: 6rem;
	}
}

@media screen and (max-width:768px) {
	.position img {
		max-height: .2rem;
	}

	.timg-linfo span {
		font-size: .12rem;
	}

	.fenxiang {
		position: relative;
		top: 0;
		right: 0;
		text-align: right;
		transform: scale(0.7);
	}

	.nry {
		padding-right: 0;
	}

	.fenxiang>a {
		display: inline-block;
	}

	.nry {
		padding-right: 0;
	}

	.dlwz {
		height: auto;
	}

	.dlwz-txt h2 {
		font-size: .18rem;
		margin-bottom: .15rem;
	}

	.dlwz-txt ul li {
		margin-bottom: .05rem;
	}

	.dlwz-txt {
		width: 3.61rem;
		height: auto;
		padding: .3rem .2rem;
		top: .3rem;
	}

	.dlwz-txt ul li span {
		font-size: .14rem;
	}

	.dlwz-txt ul li b {
		font-size: .14rem;
	}

	.z-tit h2 {
		font-size: .18rem;
	}

	.z-tit h2 {
		line-height: .45rem;
	}

	.z-list {
		margin-bottom: .2rem;
	}



	.nry h2 {
		font-size: .2rem;
		padding: .15rem;
	}

	.nry-c p {
		font-size: .14rem;
		margin-top: .15rem;
		line-height: .28rem;
	}

	.nry-img>img {
		margin: .2rem auto;
	}

	.nry-tit {
		margin-bottom: .25rem;
		padding-left: .12rem;
	}

	.nry .nry-tit h2 {
		font-size: .22rem;
		line-height: .32rem;
	}

	.nry-tit p {
		font-size: .12rem;
		line-height: .2rem;
		margin-top: .05rem;
		white-space: normal;
	}

	.nry-video {
		margin-top: .3rem;
	}

	.nry-video img {
		width: 100%;
	}

	.nry-play {
		width: .5rem;
		height: .5rem;
	}

	.nry-play::after {
		border-top-width: .08rem;
		border-bottom-width: .08rem;
		border-left-width: .13rem;
	}

	.nry-pag {
		padding-top: .15rem;
	}

	.nry-pag a {
		font-size: .16rem;
	}

	.nymain .leftNav>ul>li:last-child {
		padding-bottom: 0;
	}

	.tx-info h2 {
		font-size: .16rem;
	}

	.img-txt-more {
		margin-top: .24rem;
	}

	.ny-r-tit {
		font-size: .18rem;
		margin-top: .15rem;
		margin-bottom: .15rem;
		padding-left: .1rem;
		line-height: .2rem;
		font-weight: 600;
	}

	.img-lists ul {
		padding: 0;
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
	}

	.nymain .leftNav>ul>li:first-child {
		padding-top: 0;
	}



	.nymain .leftNav>ul::before {
		content: none;
	}

	.nymain .leftNav>h2 {
		line-height: .6rem;
		text-align: left;
		padding-left: 0.2rem;
		font-size: 0.24rem;
	}

	.nymain .leftNav>h2 span {
		margin-top: .15rem;
	}

	.banner::after {
		content: none;
	}

	.nymain {
		padding: 0 0 .1rem 0;
	}

	.text-list ul li {
		line-height: .46rem;
		font-size: .14rem;
		padding-right: 1rem;
	}

	.art-main .art-tit h3 {
		font-size: .16rem;
		line-height: .3rem;
		margin-top: 0;
	}

	.art-main .art-body p {
		font-size: .14rem;
		line-height: .3rem;
		margin-bottom: .15rem;
	}

	.art-main .cont-tit p span {
		font-size: .12rem;
	}

	.art-main .cont-tit p img {
		height: .12rem;
	}

	.pnext {
		float: none;
		border: none;
		width: auto;
	}

	.pnext p {
		line-height: .3rem;
	}

	.zzjg_text li {
		width: 50%;
	}

	.img-lists ul li {
		margin: .1rem 1%;
		width: 48%;
		box-shadow: none;
		border: 1px solid #e9e9e9;
	}

	.img-lists ul li a>img {
		height: 1.91rem;
	}

	.img-lists ul li a>div.info p {
		font-size: .15rem;
	}


	.nymain .leftNav>h2 img {
		height: .2rem;
	}





	.art-main .art-body {
		padding-top: 0;
	}

	.timg-list-img {
		width: 2.2rem;
		margin-right: .2rem;
	}

	.timg-linfo span {
		margin-top: .1rem;
	}

	.timg-linfo p {
		margin-top: .1rem;
	}

	.timg-list ul li {
		margin-top: 0;
	}

	.list-ld ul li {
		padding: .15rem 0;
	}

	.list-ld ul li h3 {
		font-size: .18rem;
	}

	.list-ld ul li p {
		font-size: .14rem;
		margin-top: .1rem;
	}

	.list-ls ul li {
		padding: .15rem 0;
	}

	.list-ls ul li h3 {
		font-size: .18rem;
	}

	.list-ls ul li p {
		font-size: .14rem;
		margin-top: .1rem;
	}

	.list-ls ul {
		margin-top: 0;
	}

	.audio-list li:nth-child(3n+1) {
		margin-left: 2%;
	}

	.audio-list li {
		width: 47%;
	}

	.audio-list li {
		margin-top: .3rem;
		padding: .15rem;
	}

	.audio-list li:nth-child(3n+1) {
		margin-left: 2%;
	}

	.audio-list li {
		width: 47%;
		margin-top: .15rem;
	}

	.audio-list li>div {
		margin-top: .12rem;
		height: .3rem;
		line-height: .3rem;
	}

	.music-play {
		width: .3rem;
		height: .3rem;
		background-size: cover;
	}

	.audio-list li>div img {
		height: .2rem;
	}

	.audio-box .slick-dots {
		margin-top: .3rem;
		margin-bottom: .3rem;
	}

	.znbm ul li a {
		font-size: .16rem;
	}

	.znbm ul li {
		margin: 0 2%;
		margin-bottom: .15rem;
		width: 46%;
	}
}

@media screen and (max-width:480px) {


	.dlwz-txt {
		position: relative;
		width: 100%;
		background-color: #1c50af;
		right: 0;
		top: 0;
	}

	.img-txt-more {
		margin-top: .15rem;
	}

	.img-lists ul li a>img {
		height: 1rem;
	}

	.text-list ul li {
		padding-left: .15rem;
	}

	.art-main .cont-tit p .liulan {
		margin-left: .15rem;
	}

	.text-list ul li {
		background-size: .03rem .03rem;
	}

	.text-list ul li span {
		width: .9rem
	}

	.img-lists2 ul li {
		width: 47%;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}

	.timg-list-img {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: .1rem;
	}

	.timg-list ul li a .pic {
		padding-top: 62.92%;
	}

	.timg-linfo {
		padding-top: 0;
	}

	.ldtz ul li {
		float: none;
		width: auto;
	}

	.ldtz ul li:nth-child(2n+1) {
		margin-right: 0;
	}

	.ldtz-pic {
		float: left;
	}

	.ldtz ul li {
		margin-bottom: .3rem;
	}

	.ldtz ul li a {
		padding: 0;
	}

	.ldtz-pic {
		width: 1.2rem;
	}

	.ldtz-info {
		text-align: left;
	}

	.ldtz-info h3::before {
		left: 0;
		transform: translateX(0);
	}

	.ldtz-info h3 {
		padding-top: .15rem;
		margin-bottom: .1rem;
	}

	.ldtz ul li a {
		margin: 0;
	}

	.audio-list li:nth-child(3n+1) {
		margin-left: 0;
	}

	.audio-list li {
		margin-left: 0;
		width: 100%;
	}

	.list-jg ul li {
		float: none;
		width: 100%;
	}

	.img-lists ul li {
		width: 100%;
		margin: .2rem 0;
		box-shadow: none;
		border: 1px solid #ededed;
	}
}

@media screen and (max-width:640px) {

	.ny-right {
		float: none;
		width: auto;
		margin-top: 0.3rem;
	}

	.position h3 {
		width: 100%;
		position: relative;
		font-size: 0.22rem;
		line-height: normal;
	}

	.position>div {
		text-align: left;
		line-height: 0.4rem;
		flex-direction: column;
		gap: 0.15rem;
		justify-content: left;
		align-items: self-start;
	}

}

@media screen and (max-width:320px) {
	.text-list ul li {
		line-height: .4rem;
		font-size: .12rem;
	}

	.art-main .art-tit span {
		font-size: .12rem;
		padding-bottom: .05rem;
		line-height: .24rem;
		height: .24rem;
	}

	.art-main .art-body p {
		font-size: .12rem;
		line-height: .3rem;
	}

	.img-lists ul li a>img {
		height: .84rem;
	}
}





.sz-con {
	margin-top: 0.57rem;
	width: 100%;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


.sz-con .pic1 {
	position: relative;
	z-index: 1;
	width: 23%;
	overflow: hidden;
}

.sz-r {
	width: 68%;
}

.sz-con .pic1 div {
	width: 100%;
	padding-bottom: 120%;
	overflow: hidden;
}

.sz-con .pic1 img {
	display: block;
	min-width: 100%;
	transition: all 0.5s;
	position: absolute;
	height: 100%;
	max-width: none;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.sz-con .pic1:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}

.sz-t {
	margin-top: 0.26rem;
}

.sz-ty {
	overflow: hidden;
	padding-left: 0.5rem;
}

.sz-ty h3 {
	font-size: 0.3rem;
	font-weight: normal;
	color: #333333;
	padding: 0 0 0.25rem 0;
	position: relative;
}

.sz-ty h3:before {
	position: absolute;
	content: "";
	width: 0.75rem;
	height: 0.03rem;
	background: #a70101;
	left: 0;
	bottom: 0.01rem;
}

.sz-ty h3:after {
	position: absolute;
	content: "";
	background: #ddd;
	width: 100%;
	height: 0.01rem;
	left: 0;
	bottom: 0;
}

.sz-ty>div {
	margin-top: 0.16rem;
}

.sz-ty>div p {
	font-size: 0.2rem;
	line-height: 0.44rem;
	color: #9E9E9E;
	background-size: 0.05rem auto;
}

.sz-d {
	position: relative;
	z-index: 1;
}



.sz-box {
	margin-top: 0.5rem;
	position: relative;
}

.sz-d:after {
	position: absolute;
	content: "";
	width: 0.01rem;
	height: 100%;
	background: #ddd;
	left: 0.13rem;
	top: 0.26rem;
}

.sz-box h4 {
	font-size: 0;
	padding-left: 0.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
}

.sz-box h4::before {
	position: absolute;
	content: "";
	width: 0.26rem;
	height: 0.26rem;
	background-image: url(../images/dot_on.png);
	background-repeat: no-repeat;
	background-size: 0.26rem;
	background-position: left center;
	left: 0;
	top: 0.13rem;
	background-color: #fff;
	z-index: 1;
}

.sz-box h4 span {
	display: inline-block;
	font-size: 0.28rem;
	font-weight: bold;
	color: #a70101;
	/* line-height: 0 !important; */
	text-indent: 0;
}

.sz-box .info p {
	font-size: 0.18rem;
	line-height: 0.28rem;
	color: #333;
	position: relative;
	padding: 0.1rem 0;
	padding-left: 0.15rem;
}

.sz-box .info p:before {
	position: absolute;
	content: "›";
	left: 0;
	top: 0.08rem;
}

.sz-box .text_indent p {
	line-height: 0.36rem;
}

.sz-box .text_indent p:before {
	display: none;
}

.sz-box .info {
	margin-left: 0.5rem;
}

.sz-p p:first-child {
	margin-top: 0;
}

@media screen and (max-width:1024px) {
	.sz-t {
		margin: 0;
	}

	.sz-ty {
		padding-left: 0.3rem;
	}

	.sz-ty h3 {
		font-size: 0.26rem;
		padding-bottom: 0.2rem;
	}

	.sz-ty>div p {
		line-height: 0.3rem;
		font-size: 0.16rem;
	}

}

@media screen and (max-width:560px) {
	.sz-con {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.sz-con .pic1 {
		width: 100%;
	}

	.sz-t {
		margin-top: 0.3rem;
	}

	.sz-con .sz-r {
		width: 100%;
	}

	.sz-r {
		width: calc(100% - 2rem);
	}

	.sz-ty {
		padding-left: 0;
	}

	.sz-ty h3 {
		padding-left: 0;
	}

	.sz-ty>div p {
		line-height: 0.34rem;
	}
}

/* ========== 合作大事记 时间轴 ========== */
.dsj-timeline {
	position: relative;
	padding: .2rem 0;
}

/* 中轴垂直虚线 */
.dsj-timeline::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	border-left: 2px dashed #d4d4d4;
	transform: translateX(-50%);
}

.dsj-item {
	position: relative;
	width: 50%;
	margin-bottom: .7rem;
}

.dsj-item:last-child {
	margin-bottom: 0;
}

.dsj-item--right {
	margin-left: 50%;
}

/* 日期行 */
.dsj-item__date {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: .28rem;
}

.dsj-item--right .dsj-item__date {
	padding-left: .34rem;
}

.dsj-item--left .dsj-item__date {
	justify-content: flex-end;
	padding-right: .34rem;
}

.dsj-item__date h3 {
	font-size: .3rem;
	line-height: .5rem;
	color: #0097DC;
	white-space: nowrap;
	font-family: 'MiSans';
}

/* 轴上蓝色圆点 */
.dsj-dot {
	position: absolute;
	top: 50%;
	width: .1rem;
	height: .1rem;
	margin-top: -.05rem;
	border-radius: 50%;
	background: #0097DC;
	z-index: 2;
}

.dsj-item--right .dsj-dot {
	left: -.05rem;
}

.dsj-item--left .dsj-dot {
	right: -.07rem;
}

/* 圆点与标题间的斜虚线装饰 */
.dsj-line-h {
	flex: none;
	width: .42rem;
	margin: 0 .12rem;
	border-top: 1px dashed #7fc2e8;
	position: absolute;
	left: -0.1rem;
	top: 0.55rem;
}

.dsj-item--right .dsj-line-h {
	transform: rotate(38deg);
}

.dsj-item--left .dsj-line-h {
	transform: rotate(-38deg);
	right: -0.1rem;
	left: auto;
}

/* 内容区 */
.dsj-item--right .dsj-item__content {
	padding-left: .2rem;
}

.dsj-item--left .dsj-item__content {
	padding-right: .34rem;
}

.dsj-item__imgs {
	display: flex;
	gap: .24rem;
	margin-bottom: .24rem;
}

.dsj-item__imgs img {
	/* flex: 1; */
	min-width: 0;
	display: block;
	height: auto;
}

/* 左侧条目单张图片与右侧单张等宽、靠右贴轴 */
.dsj-item--left .dsj-item__imgs {
	justify-content: flex-end;
}

.dsj-item--left .dsj-item__imgs img {
	flex: none;
	width: calc(50% - .12rem);
}

.dsj-item__zh {
	font-size: .18rem;
	line-height: .32rem;
	color: #222;
	text-align: justify;
	margin-bottom: .12rem;
	font-family: 'MiSans';
}

.dsj-item__en {
	font-size: .18rem;
	line-height: .3rem;
	color: #222;
	font-family: MiSans;
	text-align: justify;
}

/* ========== 合作大事记 移动端适配 ========== */
@media screen and (max-width:768px) {
	.dsj-timeline {
		padding: .1rem 0;
	}

	/* 中轴移至左侧 */
	.dsj-timeline::before {
		left: .07rem;
		transform: none;
	}

	/* 所有条目统一为全宽左排列 */
	.dsj-item,
	.dsj-item--right,
	.dsj-item--left {
		width: 100%;
		margin-left: 0;
		margin-bottom: .45rem;
		padding-left: .4rem;
		padding-right: 0;
	}

	.dsj-item--right .dsj-item__date,
	.dsj-item--left .dsj-item__date {
		justify-content: flex-start;
		padding: 0;
		margin-bottom: .18rem;
	}

	/* 左侧条目日期反序：dot 在左、标题在右 */
	.dsj-item--left .dsj-item__date {
		flex-direction: row-reverse;
		justify-content: flex-end;
	}

	/* 圆点统一贴左侧轴 */
	.dsj-dot {
		width: .12rem;
		height: .12rem;
		margin-top: -.06rem;
		left: -.38rem !important;
		right: auto;
	}

	/* 斜线统一向右下 */
	.dsj-item--left .dsj-line-h,
	.dsj-item--right .dsj-line-h {
		transform: rotate(38deg);
		left: -0.28rem;
		top: 0.4rem;
	}

	.dsj-line-h {
		width: .2rem;
		margin: 0 .08rem;
	}

	.dsj-item__date h3 {
		font-size: .24rem;
		line-height: .34rem;
	}

	/* 内容统一左对齐 */
	.dsj-item--right .dsj-item__content,
	.dsj-item--left .dsj-item__content {
		padding: 0;
	}

	/* 图片堆叠全宽显示 */
	.dsj-item__imgs {
		flex-direction: column;
		gap: .15rem;
		margin-bottom: .18rem;
	}

	.dsj-item--left .dsj-item__imgs {
		justify-content: flex-start;
	}

	.dsj-item__imgs img,
	.dsj-item--left .dsj-item__imgs img {
		flex: none;
		width: 100%;
	}

	.dsj-item__zh {
		font-size: .15rem;
		line-height: .28rem;
		margin-bottom: .1rem;
	}

	.dsj-item__en {
		font-size: .14rem;
		line-height: .26rem;
	}
}

/* ========== 外籍教师 字母分组卡片 ========== */
.wjjs-group {
	margin-bottom: 0.1rem;
	visibility: visible !important;
}

.wjjs-letter {
	font-size: .24rem;
	line-height: 0.3rem;
	color: #222;
	font-weight: normal;
	margin-bottom: .2rem;
}

.wjjs-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wjjs-item {
	width: 48.5%;
	display: flex;
	padding: 0.15rem;
	margin-bottom: 0.1rem;
	transition: border-color 0.35s ease, box-shadow 0.35s ease;
	background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #0944A5;
	box-sizing: border-box;
	border: 1px solid #AFDFF4;
}

.wjjs-item:hover {
	border-color: #0097DC;
	box-shadow: 0 .04rem .16rem rgba(0, 151, 220, 0.12);
}

.wjjs-item__pic {
	flex: none;
	width: 1.28rem;
	height: 1.7rem;
	overflow: hidden;
}

.wjjs-item__pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.wjjs-item:hover .wjjs-item__pic img {
	transform: scale(1.05);
}

.wjjs-item__info {
	flex: 1;
	min-width: 0;
	padding-left: .24rem;
}

.wjjs-item__info h4 {
	font-size: .2rem;
	line-height: .32rem;
	margin-bottom: .1rem;
	word-break: break-word;
}

.wjjs-item__info h4 a {
	color: #222222;
	transition: color 0.3s ease;
	font-family: 'MiSans2';
}

.wjjs-item:hover .wjjs-item__info h4 a {
	color: #0097DC;
}

.wjjs-item__info p {
	font-size: .18rem;
	line-height: .3rem;
	color: #666666;
	font-family: 'MiSans1';
	word-break: break-word;
}



@media screen and (max-width:768px) {
	.wjjs-group {
		margin-bottom: .36rem;
	}

	.wjjs-letter {
		font-size: .26rem;
		line-height: .36rem;
		margin-bottom: .18rem;
	}

	/* 卡片单列全宽 */
	.wjjs-item {
		width: 100%;
		margin-bottom: .18rem;
		padding: .18rem .2rem;
	}


	.wjjs-item__info {
		padding-left: .2rem;
	}

	.wjjs-item__info h4 {
		font-size: .18rem;
		line-height: .28rem;
		margin-bottom: .06rem;
	}

	.wjjs-item__info p {
		font-size: .14rem;
		line-height: .26rem;
	}

	/* Tab 标签移动端适配 */
	.wjjs-tabs {
		gap: .12rem;
		margin-bottom: .25rem;
		flex-wrap: wrap;
	}

	.wjjs-tab {
		font-size: .14rem;
		padding: .1rem .18rem;
		min-width: auto;
		text-align: center;
	}
}

/* ========== 中方教师 Tab 切换 ========== */
.wjjs-tabs {
	list-style: none;
	display: flex;
	gap: .16rem;
	margin-bottom: .3rem;
}

.wjjs-tab {
	font-size: .2rem;
	line-height: .28rem;
	padding: .12rem .35rem;
	background: #f0f0f0;
	color: #222222;
	cursor: pointer;
	transition: background 0.3s ease, color 0.3s ease;
	text-align: center;
	font-family: 'MiSans2';
}

.wjjs-tab:hover {
	background: #e8e8e8;
	color: #333;
}

.wjjs-tab.active {
	background: #0097DC;
	color: #fff;
}

.wjjs-content {
	/* 内容区域容器 */
}

.wjjs-pane {
	display: none;
}

.wjjs-pane.active {
	display: block;
}

/* ========== 学院领导 ========== */
.leader-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 .28rem;
}

.leader-item {
	display: flex;
	border: 1px solid #b3dcf2;
	background: #fff;
	text-decoration: none;
	transition: background 0.4s ease, color 0.4s ease;
	position: relative;
	margin-top: 0.2rem;
	margin-bottom: 0.4rem;
	height: 2.7rem;
	padding: 0.2rem;
}

.leader-item__pic {
	flex: none;
	width: 2rem;
	height: 2.6rem;
	position: relative;
	top: -0.4rem;
	overflow: hidden;
}

.leader-item__pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.leader-item:hover .leader-item__pic img {
	transform: scale(1.05);
}

.leader-item__info {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: .1rem .1rem 0.1rem 0.3rem;
	min-width: 0;
}

.leader-item__info h4 {
	font-size: .24rem;
	line-height: .3rem;
	color: #222222;
	margin-bottom: .12rem;
	transition: color 0.4s ease;
	font-family: 'MiSans2';
}

.leader-item__info p {
	font-size: .16rem;
	line-height: .22rem;
	color: #222222;
	word-break: break-word;
	margin-bottom: .2rem;
	transition: color 0.4s ease;
	font-family: 'MiSans2';
}

.leader-line {
	display: block;
	width: 100%;
	height: 0;
	border-top: 1px solid #AFDFF4;
	position: relative;
	transition: border-color 0.4s ease;
}

.leader-line::after {
	content: '';
	position: absolute;
	right: 0;
	top: -0.025rem;
	width: 0.05rem;
	height: 0.05rem;
	border-radius: 50%;
	background: #AFDFF4;
	transition: border-left-color 0.4s ease;
}

/* Hover 效果 */
.leader-item:hover {
	background: linear-gradient(135deg, #0097DC 0%, #00b4f0 100%);
	border:none;
	border-bottom:0.04rem solid #293D6D;
}

.leader-item:hover .leader-item__info h4 {
	color: #fff;
}

.leader-item:hover .leader-item__info p {
	color: rgba(255, 255, 255, 0.85);
}

.leader-item:hover .leader-line {
	border-top-color: rgba(255, 255, 255, 0.5);
}

.leader-item:hover .leader-line::after {
	border-left-color: rgba(255, 255, 255, 0.5);
}

/* ========== 学院领导 移动端适配 ========== */

@media screen and (max-width:1300px) {
	.leader-item{
		height: 1.89rem;
		padding: 0.14rem;
		margin-top: 0.14rem;
		margin-bottom: 0.28rem;
	}
	.leader-item__pic{
		width: 1.4rem;
		height: 1.82rem;
		top: -0.28rem;;
	}
	.leader-item__info{
		padding:0.07rem 0.07rem 0.07rem 0.21rem;
	}
	.leader-item__info h4{
		font-size: 0.2rem;
	}
	.leader-item__info p{
		font-size:0.14rem;
	}
}

@media screen and (max-width:768px) {
	.leader-list {
		grid-template-columns: 1fr;
		gap: .2rem;
	}
}