.subindex .save-content {
	width: 1200px;
	margin: 0 auto;
}

.subindex .title .strong {
  font-family: SSZhiZunShuFaTi;
	font-size: 46px;
	color: #005aaa;
	line-height: 40px;
	text-align: left;
	font-style: normal;
	font-weight:400 !important;
	
}

.subindex .title .more {
	width: 120px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-weight: 900;
	font-size: 16px;
	color: #005aaa;
	line-height: 24px;
	text-align: left;
	font-style: normal;
}

.subindex .title .more .icon {
	width: 20px;
	height: 14px;
	display: block;
	background: url(../images/book.png) no-repeat center center;
	background-size: 100% 100%;
}

.subindex .title .title-info .icon {
	width: 20px;
	height: 17px;
	display: block;
	background: url(../images/sectionIcon.png) no-repeat center center;
	background-size: 100% 100%;
}

.subindex .focus-img img {
	transition: all 0.5s ease;
}

.subindex .focus-img img:hover {
	transform: scale(1.1);
}

.subindex .focus-item {
	position: relative;
}

.subindex .focus-item::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: linear-gradient(90deg, #004582, #06c);
	transition: width 0.3s ease;
}

.subindex .focus-item:hover {
	background: #fff;
}

.subindex .focus-item:hover::after {
	width: 100%;
}

.subindex .focus-item-white {
	position: relative;
}

.subindex .focus-item-white::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background: #fff;
	transition: width 0.3s ease;
}

.subindex .focus-item-white:hover::after {
	width: 100%;
}

.subindex #sub-banner {
	width: 100%;
	height: 796px;
	position: relative;
}

.subindex #sub-banner .banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.subindex #sub-banner .banner .swiper-slide {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.subindex #sub-banner .banner .swiper-slide .banner-bg {
	width: 100%;
	height: 796px;
	margin-top: 18px;
	display: block;
	background: url(../images/subBanner.png) no-repeat center center;
	background-size: 100% 100%;
}

.subindex #sub-banner .banner .swiper-slide .banner-bg {
	width: 100%;
	height: 796px;
	margin-top: 18px;
	display: block;
	background: url(../images/subBanner.png) no-repeat center center;
	background-size: 100% 100%;
}

.subindex #sub-banner .banner .swiper-slide .banner-img {
	width: 100%;
	height: 700px;
	position: absolute;
	top: 0;
	left: 0;
}

.subindex #sub-banner .banner .swiper-slide img {
	width: 100%;
	height: 100%;
}

.subindex #sub-banner .swiper-pagination {
	bottom: 30px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.subindex #sub-banner .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.subindex #sub-banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

.subindex #sub-banner .banner-button-next,
.subindex #sub-banner .banner-button-prev {
	width: 43px;
	height: 43px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 615px;
	z-index: 100;
	cursor: pointer;
}

.subindex #sub-banner .banner-button-next {
	left: 50%;
	transform: translateX(562px);
	background: url(../images/next.png) no-repeat center center;
	background-size: 100%;
}

.subindex #sub-banner .banner-button-prev {
	left: 50%;
	transform: translateX(492px);
	background: url(../images/prev.png) no-repeat center center;
	background-size: 100%;
}

.subindex .dynamic {
	width: 100%;
	height: 857px;
	margin-top: -161px;
	background: url(../images/dynamic.png) no-repeat center center;
	background-size: 100% 100%;
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.subindex .dynamic .dynamic-wrapper {
	width: 1200px;
	margin: 0 auto;
	margin-top: 160px;
}

.subindex .dynamic .title {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.subindex .dynamic .title .title-info {
	width: 220px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.subindex .dynamic .title .title-info .icon {
	margin-right: 12px;
}

.subindex .dynamic .title .title-info .dynamic-title {
	font-weight: 900;
	font-size: 36px;
	color: #000;
	line-height: 50px;
	text-align: left;
	font-style: normal;
}

.subindex .dynamic .dynamic-content {
	width: 100%;
	height: 503px;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.subindex .dynamic .dynamic-content .left {
	width: 666px;
	height: 100%;
	position: relative;
}

.subindex .dynamic .dynamic-content .left .img {
	width: 100%;
	height: 356px;
	overflow: hidden;
}

.subindex .dynamic .dynamic-content .left .img img {
	width: 100%;
	height: 100%;
}

.subindex .dynamic .dynamic-content .left .date {
	width: 85px;
	height: 85px;
	position: absolute;
	top: 291px;
	left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	background: #005aaa;
	border-radius: 4px;
}

.subindex .dynamic .dynamic-content .left .date .day {
	font-weight: 400;
	font-size: 26px;
	color: #fff;
	line-height: 37px;
	text-align: left;
	font-style: normal;
	border-bottom: 1px solid #fff;
}

.subindex .dynamic .dynamic-content .left .date .year {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	text-align: left;
	font-style: normal;
}

.subindex .dynamic .dynamic-content .left .left-title {
	height: 157px;
	background: #fff;
}

.subindex .dynamic .dynamic-content .left .left-title .title-content {
	padding-top: 33px;
	padding-left: 20px;
	font-weight: 500;
	font-size: 24px;
	color: #000;
	line-height: 37px;
	text-align: left;
	font-style: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.subindex .dynamic .dynamic-content .right {
	width: 500px;
	height: 100%;
}

.subindex .dynamic .dynamic-content .right .news-list {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;

}

.subindex .dynamic .dynamic-content .right .news-list li {
	width: 100%;
	padding: 22px 0 14px 0;
	border-bottom: 1px solid #d5eafd;
}

.subindex .dynamic .dynamic-content .right .news-list li:first-child {
	padding-top: 0;
}

.subindex .dynamic .dynamic-content .right .news-list li a .date {
	font-weight: 500;
	font-size: 18px;
	color: #005aaa;
	line-height: 25px;
	text-align: left;
	font-style: normal;
}

.subindex .dynamic .dynamic-content .right .news-list li a .right-title {
	font-weight: 400;
	font-size: 24px;
	color: #000;
	line-height: 36px;
	text-align: left;
	font-style: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.subindex .notice {
	width: 100%;
	height: 882px;
	background: url(../images/notice.png) no-repeat center top;
	background-size: 100% 100%;
	overflow: hidden;
}

.subindex .notice .notice-wrapper {
	width: 1200px;
	margin-top: 94px;
}

.subindex .notice .notice-wrapper .title {
	width: 100%;
	position: relative;
}

.subindex .notice .notice-wrapper .title .title-info {
	font-weight: 900;
	font-size: 36px;
	color: #000;
	line-height: 50px;
	text-align: center;
	font-style: normal;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.subindex .notice .notice-wrapper .title .title-info .icon {
	margin-top: 7px;
}

.subindex .notice .notice-wrapper .title .more {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.subindex .notice .notice-wrapper .notice-content {
	margin-top: 48px;
	position: relative;
}

.subindex .notice .notice-wrapper .notice-content .notice-swiper {
	margin-left: 128px;
	height: 354px;
	overflow: hidden;
}

.subindex .notice .notice-wrapper .notice-content .notice-swiper .swiper-slide .notice-list {
	width: 100%;
	height: 100%;
}

.subindex .notice .notice-wrapper .notice-content .notice-swiper .swiper-slide .notice-list .notice-item {
	display: inline-block;
	width: 490px;
	margin-right: 80px;
	margin-bottom: 34px;
}

.subindex .notice .notice-wrapper .notice-content .notice-swiper .swiper-slide .notice-list .notice-item:nth-child(2n) {
	margin-right: 0;
}

.subindex .notice .notice-wrapper .notice-content .notice-swiper .swiper-slide .notice-list .notice-item .date {
	width: 138px;
	height: 36px;
	padding-left: 14px;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	text-align: left;
	font-style: normal;
	background: url(../images/dateBg.png) no-repeat center top;
	background-size: 100% auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.subindex .notice .notice-wrapper .notice-content .notice-swiper .swiper-slide .notice-list .notice-item .notice-title {
	margin-top: 19px;
	font-weight: 500;
	font-size: 22px;
	color: #000;
	line-height: 36px;
	text-align: left;
	font-style: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.subindex .notice .notice-wrapper .notice-content .notice-swiper .swiper-slide .notice-list .notice-item .notice-desc {
	margin-top: 9px;
	font-weight: 400;
	font-size: 16px;
	color: #818181;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.subindex .notice .notice-wrapper .notice-content .notice-swiper-pagination {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.subindex .notice .notice-wrapper .notice-content .notice-swiper-pagination .notice-pagination {
	width: 10px;
	margin: 20px 0;
	height: auto;
	font-size: 0;
	text-align: center;
}

.subindex .notice .notice-wrapper .notice-content .notice-swiper-pagination .notice-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 4px 0;
	background: rgba(0, 90, 170, 0.1);
}

.subindex .notice .notice-wrapper .notice-content .notice-swiper-pagination .notice-pagination .swiper-pagination-bullet-active {
	background: #005aaa;
}

.subindex .notice .notice-wrapper .notice-content .notice-swiper-pagination .notice-button-prev {
	width: 43px;
	height: 43px;
	background: url(../images/notice-prev.png) no-repeat center top;
	background-size: 100% auto;
	cursor: pointer;
}

.subindex .notice .notice-wrapper .notice-content .notice-swiper-pagination .notice-button-next {
	width: 43px;
	height: 43px;
	background: url(../images/notice-next.png) no-repeat center top;
	background-size: 100% auto;
	cursor: pointer;
}

.subindex .notice .special-text {
	width: 1200px;
	margin: 0 auto;
	margin-top: 163px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 40px;
}

.subindex .notice .special-text img:nth-child(1) {
	width: 192px;
	height: auto;
}

.subindex .notice .special-text img:nth-child(2) {
	width: 209px;
	height: auto;
}

.subindex .edu-teach {
	width: 100%;
	height: 750px;
	background: url(../images/edu.png) no-repeat center top;
	background-size: 100% 100%;
}

.subindex .edu-teach .save-content {
	position: relative;
}

.subindex .edu-teach .title {
	width: 40px;
	position: absolute;
	top: 57px;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.subindex .edu-teach .title .title-info {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.subindex .edu-teach .title .title-info .icon {
	margin-bottom: 12px;
	width: 20px;
	height: 17px;
	background: url(../images/sectionIconWhite.png) no-repeat center top;
	background-size: 100% auto;
}

.subindex .edu-teach .title .title-info .strong {
	font-size: 46px;
	color: #fff;
	line-height: 40px;
	text-align: left;
	font-style: normal;
}

.subindex .edu-teach .title .title-info span {
	font-weight: 900;
	font-size: 36px;
	color: #88c3ff;
	line-height: 50px;
	text-align: left;
	font-style: normal;
}

.subindex .edu-teach .title .more {
	width: 20px;
	height: auto;
	margin-top: 114px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.subindex .edu-teach .title .more .more-text {
	width: 14px;
	height: 80px;
	display: inline-block;
	background: url(../images/moreV.png) no-repeat center top;
	background-size: 100% auto;
}

.subindex .edu-teach .title .more .icon {
	width: 20px;
	height: 20px;
	margin-top: 8px;
	background: url(../images/bookWhite.png) no-repeat center top;
	background-size: 100% auto;
}

.subindex .edu-teach .teach-section .title-info .icon {
	width: 20px;
	height: 17px;
	background: url(../images/sectionIcon.png) no-repeat center top;
	background-size: 100% auto;
}

.subindex .edu-teach .edu-teach-list {
	width: 370px;
	padding-top: 57px;
	margin-left: 93px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.subindex .edu-teach .only-edu {
	width: 1100px;
	flex-direction: initial;
	justify-content: space-between;
	align-items: normal;
	flex-wrap: wrap;

}

.subindex .edu-teach .edu-teach-list .edu-teach-item {
	width: 370px;
	height: 152px;
	padding: 40px 0 10px 0;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.subindex .edu-teach .only-edu .edu-teach-item {
	width: 478px;



}

.subindex .edu-teach .edu-teach-list .edu-teach-item .date {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	text-align: left;
	font-style: normal;
}

.subindex .edu-teach .edu-teach-list .edu-teach-item .edu-teach-title {
	margin-top: 7px;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	text-align: left;
	font-style: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.subindex .edu-teach .edu-teach-list .edu-teach-item .edu-teach-desc {
	margin-top: 10px;
	font-weight: 400;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.51);
	line-height: 18px;
	text-align: left;
	font-style: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.subindex .edu-teach .edu-teach-swiper-content {
	width: 696px;
	height: 654px;
	position: absolute;
	top: -119px;
	right: 0;
}

.subindex .edu-teach .edu-teach-swiper-content .edu-teach-swiper {
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
}

.subindex .edu-teach .edu-teach-swiper-content .edu-teach-swiper .edu-teach-news {
	width: 100%;
	height: 100%;
	position: relative;
}

.subindex .edu-teach .edu-teach-swiper-content .edu-teach-swiper .edu-teach-news li {
	width: 279px;
	height: 219px;
	display: flex;
}

.subindex .edu-teach .edu-teach-swiper-content .edu-teach-swiper .edu-teach-news li:first-child {
	width: 415px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.subindex .edu-teach .edu-teach-swiper-content .edu-teach-swiper .edu-teach-news li:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	background: #f0f8ff;
}

.subindex .edu-teach .edu-teach-swiper-content .edu-teach-swiper .edu-teach-news li:nth-child(3) {
	position: absolute;
	top: 219px;
	right: 0;
}

.subindex .edu-teach .edu-teach-swiper-content .edu-teach-swiper .edu-teach-news li:nth-child(4) {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #f0f8ff;
}

.subindex .edu-teach .edu-teach-swiper-content .edu-teach-swiper .edu-teach-news li .date {
	margin-top: 36px;
	margin-left: 22px;
}

.subindex .edu-teach .edu-teach-swiper-content .edu-teach-swiper .edu-teach-news li .date .day {
	font-weight: 500;
	font-size: 22px;
	color: #005aaa;
	line-height: 30px;
	text-align: left;
	font-style: normal;
}

.subindex .edu-teach .edu-teach-swiper-content .edu-teach-swiper .edu-teach-news li .date .gap {
	width: 62px;
	height: 7px;
	background: url(../images/eduDate.png) no-repeat center top;
	background-size: 100% auto;
}

.subindex .edu-teach .edu-teach-swiper-content .edu-teach-swiper .edu-teach-news li .date .year {
	font-weight: 500;
	font-size: 16px;
	color: rgba(0, 90, 170, 0.61);
	line-height: 22px;
	text-align: left;
	font-style: normal;
}

.subindex .edu-teach .edu-teach-swiper-content .edu-teach-swiper .edu-teach-news li .edu-teach-news-title {
	width: 240px;
	margin-top: 15px;
	margin-left: 22px;
	font-weight: 500;
	font-size: 18px;
	color: #000;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.subindex .edu-teach .edu-teach-swiper-content .edu-teach-swiper .edu-teach-news li:first-child .date {
	margin-top: 39px;
	margin-left: 38px;
}

.subindex .edu-teach .edu-teach-swiper-content .edu-teach-swiper .edu-teach-news li:first-child .edu-teach-news-title {
	width: 333px;
	margin-left: 38px;
}

.subindex .edu-teach .edu-teach-swiper-content .teach-section {
	width: 415px;
	height: 438px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.subindex .edu-teach .edu-teach-swiper-content .teach-section .firstImg{
width:415px;
height:438px;
display:block;

}
.subindex .edu-teach .edu-teach-swiper-content .teach-section .firstImg img{
width:100%;
height:100%;
display:block;
object-fit: cover;
}
.subindex .edu-teach .edu-teach-swiper-content .teach-section img {
	width: 100%;
	height: 100%;
}

.subindex .edu-teach .edu-teach-swiper-content .teach-section .title-info {
	width: 314px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	background: url(../images/teachBg.png) no-repeat center top;
	background-size: 100% auto;
}

.subindex .edu-teach .edu-teach-swiper-content .teach-section .title-info .icon {
	margin-top: 66px;
	margin-right: 13px;
	margin-left: 36px;
}

.subindex .edu-teach .edu-teach-swiper-content .teach-section .title-info .title-text {
	width: 46px;
	margin-top: 35px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.subindex .edu-teach .edu-teach-swiper-content .teach-section .title-info .title-text .strong {
	font-size: 46px;
	color: #005aaa;
	line-height: 40px;
	text-align: left;
	font-style: normal;
}

.subindex .edu-teach .edu-teach-swiper-content .teach-section .title-info .title-text span {
	font-weight: 900;
	font-size: 36px;
	color: #000;
	line-height: 50px;
	text-align: left;
	font-style: normal;
}

.subindex .edu-teach .edu-teach-swiper-content .edu-teach-swiper-pagination-wrapper {
	width: 100%;
	height: 43px;
	position: absolute;
	bottom: -73px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.subindex .edu-teach .edu-teach-swiper-content .edu-teach-swiper-pagination-wrapper .edu-teach-swiper-pagination {
	margin: 0 20px;
}

.subindex .edu-teach .edu-teach-swiper-content .edu-teach-swiper-pagination-wrapper .edu-teach-swiper-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	margin: 0 4px;
	background: rgba(255, 255, 255, 0.1);
}

.subindex .edu-teach .edu-teach-swiper-content .edu-teach-swiper-pagination-wrapper .edu-teach-swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

.subindex .edu-teach .edu-teach-swiper-content .edu-teach-swiper-pagination-wrapper .edu-teach-button-prev {
	width: 43px;
	height: 43px;
	background: url(../images/prev.png) no-repeat center top;
	background-size: 43px auto;
	cursor: pointer;
}

.subindex .edu-teach .edu-teach-swiper-content .edu-teach-swiper-pagination-wrapper .edu-teach-button-next {
	width: 43px;
	height: 43px;
	background: url(../images/next.png) no-repeat center top;
	background-size: 43px auto;
	cursor: pointer;
}

.subindex .edu-teach .edu-teach-swiper-content .edu-teach-swiper-pagination-wrapper .more {
	width: 120px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-weight: 900;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	text-align: left;
	font-style: normal;
}

.subindex .edu-teach .edu-teach-swiper-content .edu-teach-swiper-pagination-wrapper .more .icon {
	width: 20px;
	height: 14px;
	margin-left: 5px;
	display: block;
	background: url(../images/bookWhite.png) no-repeat center center;
	background-size: 100% 100%;
}

.subindex .thinking-student {
	width: 100%;
	height: 793px;
	background: url(../images/studentBg.png) no-repeat center top;
	background-size: 100% 100%;
	overflow: hidden;
}

.subindex .thinking-student .save-content {
	margin-top: 143px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.subindex .thinking-student .save-content .title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.subindex .thinking-student .save-content .title .title-info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: 900;
	font-size: 36px;
	color: #000;
	line-height: 50px;
	text-align: left;
	font-style: normal;
}

.subindex .thinking-student .save-content .title .title-info .icon {
	margin-right: 12px;
}

.subindex .thinking-student .save-content .thinking {
	width: 586px;
	height: 438px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}

.subindex .thinking-student .save-content .thinking .thinking-content {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.subindex .thinking-student .save-content .thinking .img-new {
	width: 293px;
	margin-top: 65px;
	font-size: 0;
}

.subindex .thinking-student .save-content .thinking .img-new .img-new-bg {
	width: 100%;
	height: 187px;
	overflow: hidden;
}

.subindex .thinking-student .save-content .thinking .img-new .img-new-bg img {
	width: 100%;
	height: 100%;
}

.subindex .thinking-student .save-content .thinking .img-new .new-info {
	width: 100%;
	height: 188px;
	padding: 25px 12px 25px 18px;
	font-weight: 900;
	font-size: 36px;
	color: #000;
	line-height: 50px;
	text-align: left;
	font-style: normal;
	box-sizing: border-box;
	background: #e3f2ff;
	border-radius: 2px;
}

.subindex .thinking-student .save-content .thinking .img-new .new-info .new-title {
	font-weight: 500;
	font-size: 18px;
	color: #000;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.subindex .thinking-student .save-content .thinking .img-new .new-info .new-des {
	margin-top: 5px;
	font-weight: 400;
	font-size: 14px;
	color: #818181;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.subindex .thinking-student .save-content .thinking .img-new .new-info .date {
	margin-top: 15px;
	font-weight: 500;
	font-size: 14px;
	color: #005aaa;
	line-height: 20px;
	text-align: left;
	font-style: normal;
}

.subindex .thinking-student .save-content .thinking .news-list {
	width: 294px;
	height: 363px;
	margin-top: 123px;
	padding: 10px 18px;
	box-sizing: border-box;
	background: url(../images/thinking.png) no-repeat center top;
	background-size: 100% 100%;
}

.subindex .thinking-student .save-content .thinking .news-list .news-item {
	padding: 21px 0 18px 0;
	border-bottom: 1px dashed #e3e3e3;
}

.subindex .thinking-student .save-content .thinking .news-list .news-item .date {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	text-align: left;
	font-style: normal;
}

.subindex .thinking-student .save-content .thinking .news-list .news-item .thinking-news-title {
	margin-top: 3px;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	text-align: left;
	font-style: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.subindex .thinking-student .save-content .student {
	width: 580px;
	height: 417px;
}

.subindex .thinking-student .save-content .student .news-list {
	width: 100%;
	height: 100%;
	margin-top: 75px;
	position: relative;
}

.subindex .thinking-student .save-content .student .news-list .news-item .date {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

.subindex .thinking-student .save-content .student .news-list .news-item .date .day {
	font-weight: 500;
	font-size: 30px;
	color: #005aaa;
	line-height: 42px;
	text-align: left;
	font-style: normal;
}

.subindex .thinking-student .save-content .student .news-list .news-item .date .year {
	margin-left: 11px;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 16px;
	color: rgba(0, 90, 170, 0.51);
	line-height: 22px;
	text-align: left;
	font-style: normal;
}

.subindex .thinking-student .save-content .student .news-list .news-item .student-news-title {
	width: 230px;
	margin-top: 18px;
	font-weight: 500;
	font-size: 18px;
	color: #000;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.subindex .thinking-student .save-content .student .news-list .news-item:first-child {
	width: 290px;
	height: 234px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border-radius: 2px;
	border-left: 2px dashed #e3e3e3;
	border-right: 2px dashed #e3e3e3;
	border-bottom: 2px dashed #e3e3e3;
	border-top: 2px solid #005aaa;
	box-sizing: border-box;
}

.subindex .thinking-student .save-content .student .news-list .news-item:first-child .date {
	margin-top: 44px;
	margin-left: 32px;
}

.subindex .thinking-student .save-content .student .news-list .news-item:first-child .student-news-title {
	margin-left: 32px;
}

.subindex .thinking-student .save-content .student .news-list .news-item:nth-child(2) {
	width: 290px;
	height: 208px;
	position: absolute;
	top: 0;
	right: 0;
	background: #e3f2ff;
	border-radius: 2px;
}

.subindex .thinking-student .save-content .student .news-list .news-item:nth-child(2) .date {
	margin-top: 31px;
	margin-left: 31px;
}

.subindex .thinking-student .save-content .student .news-list .news-item:nth-child(2) .student-news-title {
	margin-left: 31px;
}

.subindex .thinking-student .save-content .student .news-list .news-item:nth-child(3) {
	width: 290px;
	height: 183px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #e3f2ff;
	border-radius: 2px;
}

.subindex .thinking-student .save-content .student .news-list .news-item:nth-child(3) .date {
	margin-top: 17px;
	margin-left: 32px;
}

.subindex .thinking-student .save-content .student .news-list .news-item:nth-child(3) .student-news-title {
	margin-left: 32px;
}

.subindex .thinking-student .save-content .student .news-list .news-item:nth-child(4) {
	width: 290px;
	height: 208px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	border-radius: 2px;
	border-top: 2px solid #005aaa;
}

.subindex .thinking-student .save-content .student .news-list .news-item:nth-child(4) .date {
	margin-top: 31px;
	margin-left: 36px;
}

.subindex .thinking-student .save-content .student .news-list .news-item:nth-child(4) .student-news-title {
	margin-left: 36px;
}

.subindex .special-website {
	width: 100%;
	height: 800px;
	background: #fff;
	overflow: hidden;
}

.subindex .special-website .save-content {
	margin-top: 121px;
}

.subindex .special-website .save-content .title {
	width: 100%;
	position: relative;
}

.subindex .special-website .save-content .title .title-info {
	font-weight: 900;
	font-size: 36px;
	color: #000;
	line-height: 50px;
	text-align: center;
	font-style: normal;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.subindex .special-website .save-content .title .title-info .icon {
	margin-top: 7px;
}

.subindex .special-website .accordion-container {
	width: 100%;
	height: 430px;
	margin: 0 auto;
	margin-top: 60px;
	position: relative;
	overflow: hidden;
}

.subindex .special-website .accordion-container .accordion {
	display: flex;
	height: 100%;
}

.subindex .special-website .accordion-container .accordion-item {
	flex: 0 0 107px;
	position: relative;
	overflow: hidden;
	transition: flex 0.5s ease;
	cursor: pointer;
	margin-right: 2px;
}

.subindex .special-website .accordion-container .accordion-item:last-child {
	margin-right: 0;
}

.subindex .special-website .accordion-container .accordion-item.active {
	flex: 0 0 757px;
}

.subindex .special-website .accordion-container .accordion-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	color: #fff;
	box-sizing: border-box;
}

.subindex .special-website .accordion-container .accordion-item:nth-child(1) .accordion-content .accordion-title {
	background: url(../images/special1.png) no-repeat center center;
	background-size: 100% auto;
}

.subindex .special-website .accordion-container .accordion-item:nth-child(2) .accordion-content .accordion-title {
	background: url(../images/special2.png) no-repeat center center;
	background-size: 100% auto;
}

.subindex .special-website .accordion-container .accordion-item:nth-child(3) .accordion-content .accordion-title {
	background: url(../images/special3.png) no-repeat center center;
	background-size: 100% auto;
}

.subindex .special-website .accordion-container .accordion-item:nth-child(4) .accordion-content .accordion-title {
	background: url(../images/special4.png) no-repeat center center;
	background-size: 100% auto;
}

.subindex .special-website .accordion-container .accordion-item:nth-child(5) .accordion-content .accordion-title {
	background: url(../images/special5.png) no-repeat center center;
	background-size: 100% auto;
}

.subindex .special-website .accordion-container .accordion-title {
	font-size: 24px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 107px;
	height: 100%;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	flex-shrink: 0;
}

.subindex .special-website .accordion-container .accordion-body {
	width: 650px;
	font-size: 14px;
	line-height: 1.5;
	opacity: 0;
	transform: translateX(20px);
	transition:
		opacity 0.5s ease,
		transform 0.5s ease;
	padding: 40px 30px 26px 30px;
	text-align: left;
	overflow: auto;
	background: rgba(248, 167, 106, 0.15);
}

.subindex .special-website .accordion-container .accordion-body .accordion-body-title {
	font-weight: 500;
	font-size: 22px;
	color: #000;
	line-height: 33px;
	text-align: left;
	font-style: normal;
}

.subindex .special-website .accordion-container .accordion-body .accordion-body-content {
	margin-top: 17px;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	line-height: 30px;
	text-align: left;
	font-style: normal;
}

.subindex .special-website .accordion-container .accordion-item:nth-child(1).active .accordion-title {
	background: url(../images/specialActive1.png) no-repeat center center;
	background-size: 100% auto;
}

.subindex .special-website .accordion-container .accordion-item:nth-child(2).active .accordion-title {
	background: url(../images/specialActive2.png) no-repeat center center;
	background-size: 100% auto;
}

.subindex .special-website .accordion-container .accordion-item:nth-child(3).active .accordion-title {
	background: url(../images/specialActive3.png) no-repeat center center;
	background-size: 100% auto;
}

.subindex .special-website .accordion-container .accordion-item:nth-child(4).active .accordion-title {
	background: url(../images/specialActive4.png) no-repeat center center;
	background-size: 100% auto;
}

.subindex .special-website .accordion-container .accordion-item:nth-child(5).active .accordion-title {
	background: url(../images/specialActive5.png) no-repeat center center;
	background-size: 100% auto;
}

.subindex .special-website .accordion-container .accordion-item.active .accordion-body {
	opacity: 1;
	transform: translateX(0);
}