.banner {
	padding-top: 65px;
}


.banner .swiper-slide img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

/*模块-公共样式*/
.inx-news-list .news-item {
	position: relative;
}

.inx-news-list .news-item:nth-child(7),
.inx-news-list .news-item:nth-child(12) {
	width: 50%;
}

.inx-news-list .news-item:nth-child(7) .img-con,
.inx-news-list .news-item:nth-child(12) .img-con {
	height: 66.7%;
}

.inx-news-list .news-item:nth-child(7) .img-con::after,
.inx-news-list .news-item:nth-child(12) .img-con::after {
	height: 66.7%;
}

.inx-news-list .news-item:nth-child(7) .img-icon,
.inx-news-list .news-item:nth-child(12) .img-icon {
	height: 66.7%;
}

.inx-news-list .news-item:nth-child(7) .text-con,
.inx-news-list .news-item:nth-child(12) .text-con {
	padding-top: 50% !important;
}

.inx-news-list .news-item:nth-child(8),
.inx-news-list .news-item:nth-child(9),
.inx-news-list .news-item:nth-child(12) {
	margin-top: -25%;
}

.inx-news-box {
	position: relative;
}

.news-item {
	width: 20%;
	float: left;
	text-align: center;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
	position: relative;
	background-color: #000;
	color: #c0c0c0;
	-webkit-filter: saturate(0.6);
	filter: saturate(0.6);
}

.news-item.news-item_more::after {
	display: none;
}

.news-item.news-item_more .text-con {
	max-height: 50%;
	padding-top: 33.3%;
}

.news-item.news-item_teachcr::after {
	display: none;
}

.news-item.news-item_teachcr .news-icon {
	opacity: 0;
}

.news-item.news-item_teachcr .text-con {
	max-height: 45%;
	padding-top:45%;
}
.news-item.news-item-list .text-con {
	max-height: 80%;
	padding-top:80%;
}

.news-item.news-item_teachcr .text{
	-webkit-line-clamp: 2;
		line-clamp: 2;
}
.news-item .img-con {
	width: 100%;
	background-size: cover;
}

.news-item .img-con .news-icon {
	width: 100%;
	display: block;
}

.news-item .text-con {
	overflow: hidden;
	/* max-height: 50%; */
	background-color: #000;
	padding-top: 100%;
	position: relative;
}

.news-item .text-box {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 25px;
	padding-bottom: 120px;
	width: 100%;
}

.news-item .type {
	margin-bottom: 16px;
	text-align: left;
	font-size: 16px;
}

.news-item .title,
.news-item .second-title {
	font-size: 16px;
}

.news-item .second-title {
	padding: 0 30px;
	word-wrap: break-word;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	max-height: 70px;
	height: 54px;
	-webkit-box-orient: vertical;
}

.news-item .icon {
	display: block;
	width: 18px;
	height: 3px;
	background-color: #c0c0c0;
	margin: 15px auto 14px;
}

.news-item .date {
	font-size: 16px;
}

.news-item .text {
	margin-top: 32px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: box;
	line-clamp: 3;
	box-orient: vertical;
	max-height: 73px;
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	text-justify: distribute-all-lines;
}

.news-item .text-zuopin {
	text-align: center;
	margin-top: 32px;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
}

.news-item::after {
	content: "";
	width: 25px;
	height: 12px;
	position: absolute;
	bottom: 28px;
	left: 28px;
	background: url(../images/left_arrow.png) no-repeat center;
}

.news-item:hover {
	-webkit-filter: saturate(1);
	filter: saturate(1);
	color: #fff;
}

.news-item:hover .img-con::after {
	display: none;
}

.news-item:hover .img-icon {
	display: none;
}

.news-item:hover .icon {
	background-color: #fff;
}

.news-item.big {
	width: 50%;
}

.news-item.big .img-con {
	height: 66.7%;
}

.news-item.big .img-con::after {
	height: 66.7%;
}

.news-item.big .img-icon {
	height: 66.7%;
}

.news-item.big .text-con {
	padding-top: 50% !important;
}

.linkbox {
	padding: 30px 32px
}

.linkbox a {
	padding: 8px 0;
	padding-right: 60px;
	color: #666;
	display: inline-block;
}

.footer {
	padding: 30px 60px;
	border-top: 1px solid #D6D6D6;
}

.footer img {
	margin-top: 24px;
}

.footertxt {
	font-size: 14px;
	text-align: right;
	line-height: 1.8;
}

.news-box {
	width: 100%;
	position: relative;
	background-color: #fff;
	min-height: 49vw;
}

.news-box .news-nav {
	position: fixed;
	top: 120px;
	left: 45px;
	display: inline-block;
	max-height: 49vw;
	overflow-y: auto;
	z-index: 1;
	background: white;
	padding: 20px 20px 0 20px;
	border-radius: 10px;
	z-index: 100;
}

.news-box .news-nav.fixed {
	top: 75px;
}

.news-box .news-nav li {
	margin-bottom: 22px;
}

.news-box .news-nav li>a {
	color: #000;
	font-size: 16px;
}

.news-box .news-nav li>a:hover {
	color: #3515fa;
}

.news-box .news-nav li span {
	color: #010101;
	font-size: 16px;
}

.news-box .news-nav li.active>a {
	color: #3515fa;
}

.news-box .news-nav li.active .second {
	display: block;
}

.news-box .news-nav li .second {
	display: block;
	margin: 20px 0;
}

.news-box .news-nav li .second.on {
	display: block;
}

.news-box .news-nav li .second li {
	margin-bottom: 15px;
}

.news-box .news-nav li .second li>a {
	color: #9a9a9b;
	font-size: 14px;
}

.news-box .news-nav li .second li>a:hover {
	color: #010101;
}

.news-box .news-nav li .second li>a::before {
	content: "— ";
}

.news-box .news-nav li .second li.active>a {
	color: #010101;
}

.news-box .news-nav li .second li.active .tags {
	display: block;
}

.news-box .news-nav li .second li i {
	cursor: pointer;
}

.news-box .news-nav li .second li i.active {
	color: #3515fa;
}

.news-box .news-nav .tags {
	display: none;
	margin-left: 10px;
	padding-bottom: 15px;
}

.news-box .news-nav .tags li {
	margin-top: 5px;
}

.news-box .news-nav .tags li a {
	color: #000 !important;
}

.news-box .news-nav .tags li.active a,
.news-box .news-nav .tags li:hover a {
	color: #3515fa !important;
}

.news-box .news-nav .tags a {
	font-size: 14px;
	display: block;
	margin-top: 8px;
}

.news-box .news-nav .tags a::before {
	display: none;
}

.news-box .news-list {
	margin-left: 20%;
	width: 80%;
	float: left;
	position: relative;
}

.news-box .news-list .news-item {
	width: 25%;
}

.news-box .news-list .no-more {
	position: absolute;
	width: 100%;
	text-align: left;
	bottom: -40px;
	left: 0;
	font-size: 15px;
	color: #ccc;
}

.news-box .news-detail {
	margin: 0 20%;
	width: 60%;
	float: left;
	padding: 75px 8px 10px 0;
	word-wrap: break-word;
}

.news-box .news-detail .msg {
	font-size: #000;
}

.news-box .news-detail .msg .type {
	font-size: 16px;
	margin-bottom: 15px;
}

.news-box .news-detail .msg .title {
	font-size: 18px;
	margin-bottom: 15px;
}

.news-box .news-detail .msg .icon-line {
	width: 30px;
	height: 1px;
	background-color: #000;
	margin-bottom: 10px;
}

.news-box .news-detail .msg .date {
	font-size: 14px;
}

.news-box .news-detail .content {
	margin-top: 55px;
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	color: #231916;
	text-align: justify;
	text-justify: distribute-all-lines;
}

.news-box .news-detail .content img {
	max-width: 100%;
	height: unset;
}

.news-box .news-detail .content p,
.news-box .news-detail .content span,
.news-box .news-detail .content h3 {
	font-weight: 500 !important;
	font-size: 14px !important;
	line-height: 25px !important;
	color: #2c2c2c !important;
	font-family: ' Source Han Sans CN', 'Noto Sans CJK SC', 'Source Han Sans CN', 'Noto Sans CJK SC Thin', 'Microsoft YaHei', 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans', source-han-sans-simplified-c, "Neue Haas Grotesk Display", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-align: justify;
	text-justify: distribute-all-lines;
}

.news-box .news-detail .content .secondTitle {
	font-weight: 900 !important;
	font-size: 20px !important;
	cursor: text !important;
	color: #000 !important;
	text-decoration: none;
}

.news-box .news-detail .content .secondTitle span,
.news-box .news-detail .content .secondTitle p {
	font-weight: 900 !important;
	font-size: 20px !important;
	color: #000 !important;
}

.news-box .news-detail .content .smallTitle {
	font-weight: 900 !important;
	font-size: 16px !important;
	cursor: text !important;
	color: #000 !important;
	text-decoration: none;
}

.news-box .news-detail .content .smallTitle span,
.news-box .news-detail .content .smallTitle p {
	font-weight: 900 !important;
	font-size: 16px !important;
	color: #000 !important;
}

.news-box .news-detail .content .picTitle {
	font-weight: 400 !important;
	cursor: text !important;
	display: block;
	font-size: 14px !important;
	color: #2c2c2c !important;
	text-decoration: none;
}

.news-box .news-detail .content .picTitle span,
.news-box .news-detail .content .picTitle p {
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #2c2c2c !important;
}

.news-box .none {
	padding: 75px 0;
	font-size: 18px;
	color: #000;
}

.news-box.hidebar .news-nav {
	display: none !important;
}

.news-box.showbar .news-nav {
	top: 750px;
}
