/* 首页和头尾公共样式 */
/* 顶部导航栏样式 */
header {
	width: 100%;
	background: #005CE5;
	position: fixed;
	z-index: 999;
}

header .logo {
	width: 211px;
	height: 32px;
	cursor: pointer;
}


header .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* 保持图片比例 */
}

.header-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* height: 80px; */
	height: 60px;
}

.header-nav ul {
	display: flex;

}

.header-nav ul li {
	margin-right: 20px;
	border-bottom: 1px solid rgb(0, 0, 0, 0);
	white-space: nowrap;
}

.header-nav ul li:hover {
	border-bottom: 1px solid #fff;
}

.header-nav ul li:last-child {
	margin-right: 0;
	cursor: pointer;
}

.header-nav ul li {
	color: #fff;
	cursor: pointer;
}

.header-nav ul li:last-child img {
	margin-left: 10px;
	transition: 0.4s;
}

.header-nav ul .more-btn.on img {
	transform: rotate(-180deg);
}

.more-btn {
	display: flex;
	align-items: center;
}

.header-box .search {
	position: relative;
}


.header-box .search input {
	width: 294px;
	/* height: 48px; */
	height: 38px;
	border-radius: 24px;
	padding: 0 65px 0 25px;
}


.header-box .search button {
	position: absolute;
	right: 15px;
	border: none;
	background: none;
	top: 10px;
}

.header-box .search button img {
	/* width: 28px;
	height: 28px; */
	width: 20px;
	height: 20px;
	transition: 0.4s;
}

.header-box .search img:hover {
	transform: scale(1.05);
}


.header-nav.hidden {
	display: none;
}


/* .header-box.header-nav-hidden {
	justify-content: center;
	gap: 200px;
	
} */




.child-nav {
	position: absolute;
	background: #fff;
	width: 100%;
	padding: 20px 0;
	box-shadow: 0 .4rem .8rem -.2rem #1018281a, 0 .2rem .4rem -.2rem #1018280f;
	transform: scaleY(0);
	transform-origin: top center;
	opacity: 0;
	transition: 0.5s;
}

.child-nav.on {
	transform: scaleY(1);
	opacity: 1;
}

.child-nav ul {
	display: grid;
	grid-auto-rows: minmax(0, 1fr);
	grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
	gap: 2rem;
	row-gap: .6rem;
}

.child-nav ul li p:hover {
	border-bottom: 1px solid #666;

}

.child-nav ul li p {
	color: #666;
	display: inline-block;
	border-bottom: 1px solid rgb(0, 0, 0, 0);
	cursor: pointer;
	white-space: nowrap;
}

.mindh {
	display: none;
}

/* 手机导航栏遮罩层 */
.nav-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgb(0, 0, 0, 0.8);
	z-index: 2;
}


footer {
	width: 100%;
	background: #242424;
	padding: 50px 0;
}



.footer-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* .footer-box .logo{
	width: 100%;
} */
.footer-box .logo img {
	max-width: 100%;
	height: auto;
	display: block;
}

.footer-box .footer-content {
	flex: 1;
	margin: 0 95px 0 60px;
	max-width: 80%;
}

.footer-box .footer-content p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 28px;
}

.footer-box .record-box {
	width: 350px;
}

.footer-box .record-box p {
	font-size: 16px;
	color: #FFFFFF;
}

.footer-box .record-box .footer-nav {
	display: flex;
	margin-top: 15px;
}

.footer-box .record-box .footer-nav li {
	margin-right: 35px;
}

.footer-box .record-box .footer-nav li:last-child {
	margin-right: 0;
}

.footer-box .record-box .footer-nav li a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.footer-box .record-box .footer-nav li:hover a {
	border-bottom: 1px solid #fff;
}

main {
	/* padding: 100px 0 80px; */
	/* padding: 80px 0 80px; */
	padding: 60px 0 80px;
}

main.list {
	/* padding: 80px 0; */
		padding: 60px 0;
}

main .page01 {
	padding-left: calc(50vw - 650px);
	;
}

main .page01 .top h2 {
	font-size: 48px;
	font-weight: bold;
	color: #005CE5;
}

main .page01 .top p {
	font-size: 20px;
	color: #333333;
	margin-top: 15px;
}

main .page01 .info {
	margin-top: 50px;
	position: relative;
}

main .page01 .info .news_li {
	width: 1300px;
}

main .page01 .info .list {
	display: flex;
	flex-direction: row-reverse;
	transition: 0.4s;
	cursor: pointer;
}

main .page01 .info .list .left {
	opacity: 0;
}

main .page01 .info .swiper-slide-active .list {
	flex-direction: row;
	padding: 0 16px;
}

main .page01 .info .swiper-slide-active .list .left {
	opacity: 1;
}

main .page01 .info .list .left {
	margin-right: 70px;
	flex: 1;
}

main .page01 .info .list .left p.news_type {
	font-size: 14px;
	line-height: 36px;
	font-weight: bold;
	color: #005CE5;
}

main .page01 .info .list .left h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 48px;
	color: #111111;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	transition: 0.4s;
}

main .page01 .info .list:hover .left h3 {
	color: #005CE5;
	text-decoration: underline;
}

main .page01 .info .list .left span {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	height: 84px;

}

main .page01 .info .list .left .more {
	margin-top: 45px;
	width: 153px;
	height: 48px;
	border-radius: 60px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	background: #EAEAEA;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: 0.4s;
}

main .page01 .info .list .left .more::after {
	content: '';
	width: 0%;
	height: 100%;
	left: 0;
	position: absolute;
	background: #005CE5;
	z-index: -1;
	transition: 0.4s;
}

main .page01 .info .list:hover .left .more {
	color: #fff;
}

main .page01 .info .list:hover .left .more::after {
	width: 100%;
}

main .page01 .info .list .right {
	width: 626px;
	height: 426px;
	border-radius: 10px;
	overflow: hidden;
}

main .page01 .info .list .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

main .page01 .info .list:hover .right img {
	transform: scale(1.05);
}

.swiper-btn {
	position: absolute;
	bottom: 0;
	width: 100px;
	height: 30px;
}

.swiper-btn {
	display: flex;
}

.swiper-btn .swiper-button-prev,
.swiper-btn .swiper-button-next {
	position: unset;
	height: 30px;
	margin-top: 0;
}

.swiper-btn .swiper-button-prev:after,
.swiper-btn .swiper-button-next:after {
	font-size: 20px;
	font-weight: bold;
	color: #666;
}

.swiper-btn .swiper-button-prev:hover:after,
.swiper-btn .swiper-button-next:hover:after {
	color: #005CE5;
}

div>p.show {
	display: none;
}

main .page01 .info .pagination-style::before {
	display: none;
}

main .page01 .info .pagination-style .swiper-pagination-total {
	display: none;
	/* 隐藏总页数 */
}

main .page01 .info .pagination-style {
	position: unset;
	font-weight: bold;
	color: #005CE5;
	font-size: 0;
	width: auto;
}

main .page01 .info .pagination-style .swiper-pagination-current {
	font-size: 20px;
	line-height: 28px;
}

main .page02 {
	margin-top: 100px;
	margin-bottom: 40px;
}

main .page02 .news-list-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

main .page02 .news-li {
	display: flex;
	width: 48.5%;
	margin-bottom: 60px;
	cursor: pointer;
}

main .page02 .news-li:nth-child(2n) {
	margin-right: 0;
}

main .page02 .news-li .img-box {
	width: 320px;
	height: 230px;
	border-radius: 10px;
	overflow: hidden;
}

main .page02 .news-li .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

main .page02 .news-li:hover .img-box img {
	transform: scale(1.05);
}

main .page02 .news-li .img-txt {
	flex: 1;
	width: 270px;
	margin-left: 30px;
}

main .page02 .news-li .img-txt .news_type {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #005CE5;
}

main .page02 .news-li .img-txt h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	height: 84px;
	color: #111111;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	margin-top: 15px;
	transition: 0.4s;
}

main .page02 .news-li:hover .img-txt h3 {
	color: #005CE5;
	text-decoration: underline;
}

main .page02 .news-li .img-txt .des {
	font-size: 16px;
	height: 48px;
	line-height: 24px;
	margin-top: 10px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}

main .page02 .news-li .img-txt .more {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
	background: #EAEAEA;
	position: relative;
	margin-top: 25px;
	transition: 0.4s;
}

main .page02 .news-li:hover .img-txt .more {
	background: #005CE5;
}

main .page02 .news-li .img-txt .more img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.4s;
}

main .page02 .news-li .img-txt .more img.show {
	opacity: 1;
}

main .page02 .news-li .img-txt .more img.on {
	opacity: 0;
}

main .page02 .news-li:hover .img-txt .more img.show {
	opacity: 0;
}

main .page02 .news-li:hover .img-txt .more img.on {
	opacity: 1;
}

main .page03 {
	padding: 80px 0;
	padding-left: calc(50vw - 650px);
	background: #F6F6F6;
}

main .page03 .topice-list-box .topice-top {
	display: flex;
	align-items: center;
}

main .page03 .topice-list-box .topice-top .pagination-btn .swiper-button-prev02,
main .page03 .topice-list-box .topice-top .pagination-btn .swiper-button-next02 {
	cursor: pointer;
}

main .page03 .topice-list-box .topice-top .pagination-btn .prev,
main .page03 .topice-list-box .topice-top .pagination-btn .next {
	position: relative;
	width: 24px;
	height: 25px;
}

main .page03 .topice-list-box .topice-top .pagination-btn .prev img,
main .page03 .topice-list-box .topice-top .pagination-btn .next img {
	position: absolute;
	inset: 0;
	transition: 0.4s;
}

main .page03 .topice-list-box .topice-top .pagination-btn .prev img.show,
main .page03 .topice-list-box .topice-top .pagination-btn .next img.show {
	opacity: 1;
}

main .page03 .topice-list-box .topice-top .pagination-btn .prev img.on,
main .page03 .topice-list-box .topice-top .pagination-btn .next img.on {
	opacity: 0;
}

main .page03 .topice-list-box .topice-top .pagination-btn .prev:hover img.show,
main .page03 .topice-list-box .topice-top .pagination-btn .next:hover img.show {
	opacity: 0;
}

main .page03 .topice-list-box .topice-top .pagination-btn .prev:hover img.on,
main .page03 .topice-list-box .topice-top .pagination-btn .next:hover img.on {
	opacity: 1;
}

main .page03 .topice-list-box .topice-top p {
	font-size: 48px;
	font-weight: bold;
}

main .page03 .topice-list-box .topice-top .pagination-btn {
	display: flex;
	margin-left: 44px;
}

main .page03 .topice-list-box .topice-list {
	margin-top: 30px;
}

main .page03 .topice-list-box .topice-list ul li {
	cursor: pointer;
}

main .page03 .topice-list-box .topice-list ul li .top {
	width: 100%;
	height: 302px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

main .page03 .topice-list-box .topice-list ul li .top>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

main .page03 .topice-list-box .topice-list ul li .top .txt {
	width: 100%;
	height: 100%;
	background: rgba(0, 102, 255, 0.6);
	position: absolute;
	top: 0;
	padding: 0px 30px;
	color: #fff;
	transform: translateY(62%);
	transition: 0.4s;
}

main .page03 .topice-list-box .topice-list ul li:hover .top .txt {
	transform: translateY(0%);
}

main .page03 .topice-list-box .topice-list ul li .top .txt h3 {
	margin-top: 27px;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	transition: 0.4s;
}

main .page03 .topice-list-box .topice-list ul li:hover .top .txt h3 {
	margin-top: 90px;
	text-decoration: underline;
}

main .page03 .topice-list-box .topice-list ul li .top .txt p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	opacity: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	opacity: 0;
	transition: 0.4s;
}

main .page03 .topice-list-box .topice-list ul li:hover .top .txt p {
	opacity: 1;
}

main .page03 .topice-list-box .topice-list ul li .top .txt img {
	margin-top: 10px;
	opacity: 0;
	transition: 0.4s;
}

main .page03 .topice-list-box .topice-list ul li:hover .top .txt img {
	opacity: 1;
}

main .page03 .topice-list-box .topice-list ul li .news_type {
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
	margin-top: 10px;
}

.detail-box {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.detail-box .left {
	width: 64.9%;
	margin: 0 auto;
	/* 内容容器优化 */
	content-visibility: auto;
	/* 启用智能渲染 */
	contain-intrinsic-height: 800px;
	/* 预设高度，避免跳动 */
}

.detail-box .left .autor {
	/* display: none; */
}

.detail-box .left .news-content img {
	width: 100%; 
	height: auto;
	max-width: 100%;
	/* 限制最大宽度 */
	/* aspect-ratio: 16 / 9; */
	/* 默认比例（根据实际调整） */
	background: #f5f5f5;
	/* 加载时的背景色 */
	display: block;
}

.detail-box .left .time {
	font-size: 16px;
	/* line-height: 36px; */
	line-height: 26px;
	margin-top: 10px;

}

.detail-box .left h1 {
	/* font-size: 30px; */
	font-size: 22px;
	/* font-weight: bold; */
	/* line-height: 48px; */
	font-weight: 800;
	line-height: 30px;
	color: #111111;
	margin-top: 15px;
}


.detail-box .left>.des {
	font-size: 16px;
	/* line-height: 28px; */
	line-height: 22px;
	color: #333333;
	/* margin-top: 20px; */
	margin-top: 8px;
}

.detail-box .left .news-content p {
	font-size: 16px;
	/* line-height: 28px; */
	line-height: 24px;
	/* margin: 20px 0; */
	padding: 0;
	text-align: left;
	word-break: break-word;
	margin-bottom: 18px;
}
.detail-box .left .news-content h2 {
	margin-bottom: 10px;
}

/***detail表格***/
.news-content table{
	margin-top: 10px;
	width: 100%;
	border-collapse: collapse;
	font-size:16px;
	margin-bottom: 20px;
	line-height: 48px;  
	table-layout: fixed;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

 .news-content th:nth-child(1) {
 	background-color: #FFF8E9;
 }

.news-content th:nth-child(2) {
 	background-color: #D7ECFF;
 }

 .news-content th:nth-child(3) {
 	background-color: #FFDAD4;
 }
 
 .news-content th:nth-child(4) {
 	background-color: #CAFFD9;
 }

 .news-content th:nth-child(5) {
 	background-color: #FFCFE3;
 }

 /* 偶数行背景色*/
  .news-content tr:nth-child(even) td {
 	background-color:  #F5F5F5;
 	
 }

 /* 奇数行背景色 */
  .news-content tr:nth-child(odd) td {
 	background-color: #FCFCFC;
 }

.news-content th, td{
	width: calc(100% / var(--col-count));
	border: 4px solid #ffffff;
	word-break: break-word;

}
.news-content td{
	padding: 4px 8px;/* 减小上下内边距 */
	line-height: 1.4;
}

 .news-content  th{
	text-align: center;
}

.news-content ul {
	font-size: 16px;
}

 .news-content ol {
	padding-left: 0;
	font-size: 16px;
	counter-reset: item;
}
 
.news-content ol li{
	display: flex;
	counter-increment: item;
	position: relative;
	padding-left: 15px; /* 给序号留空间 */
		
}
.news-content ol li::before {
	content:counter(item) ".";
	position: absolute;
	top: 0;
	left: 0;

}
  .news-content ul {
  	list-style: none;/* 取消默认圆点 */
  	padding-left: 0;
  	margin-left: 0;
  	font-size: 16px;
  	margin-bottom: 8px;
  }
 
.detail-box .left .news-content ul li{
	position: relative;
	padding-left: 20px;/* 给圆点留空间 */
	text-indent: -10px;/* 负缩进让第一行文字左移 */
	margin-bottom: 8px;/* 行间距可选 */
}

.news-content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.8em; /* 让圆点垂直居中第一行文字 */
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color:black;
}

.news-content hr {
	border: none;
	border-top: 1px solid #e0e0e0;
	margin: 15px 0;
}

.detail-box .left .top-stories {
	margin-top: 100px;
}

.detail-box .left .top-stories p {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 5px solid #005ce5;
	padding-bottom: 15px;
}

.detail-box .left .top-list {
	margin-top: 30px;
}

.detail-box .left .top-list ul {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(3, minmax(100px, 3fr));
}

.detail-box .left .top-list ul li {
	/* width: 266px; */
	cursor: pointer;
	margin-bottom: 20px;
}

.detail-box .left .top-list ul li .img {
	width: 100%;
	height: 195px;
	border-radius: 10px;
	overflow: hidden;
}

.detail-box .left .top-list ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.detail-box .left .top-list ul li:hover .img img {
	transform: scale(1.05);
}

.detail-box .left .top-list ul li .type {
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
	color: #005CE5;
	margin-top: 10px;
}

.detail-box .left .top-list ul li .title {
	font-size: 18px;
	font-weight: bold;
	height: 56px;
	line-height: 28px;
	color: #111111;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}

.detail-box .left .top-list ul li:hover .title {
	text-decoration: underline;
	color: #005CE5;
}

.detail-box .left .top-list ul li .des {
	font-size: 16px;
	height: 72px;
	font-weight: normal;
	line-height: 24px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	margin-top: 10px;
}

.detail-box .left .top-list ul li .more {
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: #EAEAEA;
	position: relative;
	transition: 0.4s;
	margin-top: 10px;
}

.detail-box .left .top-list ul li:hover .more {
	background: #005CE5;
}

.detail-box .left .top-list ul li .more img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.4s;
}

.detail-box .left .top-list ul li .more img.show {
	opacity: 1;
}

.detail-box .left .top-list ul li .more img.on {
	opacity: 0;
}

.detail-box .left .top-list ul li:hover .more img.show {
	opacity: 0;
}

.detail-box .left .top-list ul li:hover .more img.on {
	opacity: 1;
}

.detail-box .right {
	width: 410px;
	position: sticky;
	top: 100px;
	right: calc(50vw - 650px);
	padding-bottom: 40px;
}

.autor {
	width: 100%;
	height: 140px;
	border-radius: 10px;
	/* background: #F6F6F6; */
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 0 20px;
}

.autor .autor-img {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	overflow: hidden;
	/* display: flex;
	align-items: center;
	justify-content: center; */
	/* margin-right: 25px; */
	margin-top: 10px;
}

.autor img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.autor .detail-detail p {
	font-size: 16px;
}

.autor .detail-detail p.name {
	font-weight: bold;
	/* margin-top: 20px; */
	text-align: center;
}

.detail-box .right .related-list h3 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}

.detail-box .right .related-list .list-box {
	margin-top: 10px;
}

.detail-box .right .related-list ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
	cursor: pointer;
}

/*搜索查询右侧样式*/

.detail-box .right .right-list ul li {
	/* display: flex; */
	/* align-items: flex-start; */
	margin-bottom: 15px;
	/* cursor: pointer; */
}

.detail-box .right .right-list ul li .txt {
	flex: 1;
}

.detail-box .right .right-list ul li .txt p {
	font-size: 16px;
	margin-top: 10px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
}

.detail-box .right .right-list h3 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.detail-box .right .right-list ul li .img {
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 380px; */
	height: 230px;
	overflow: hidden;
	border-radius: 10px;
	/* margin-right: 20px; */

}

.detail-box .right .right-list ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.detail-box .right .right-list ul li:hover .img img {
	transform: scale(1.05);
}

/*----------------------*/

.detail-box .right .related-list ul li .img {
	width: 120px;
	height: 80px;
	overflow: hidden;
	border-radius: 10px;
	margin-right: 20px;
}

.detail-box .right .related-list ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.detail-box .right .related-list ul li:hover .img img {
	transform: scale(1.05);
}

.detail-box .right .related-list ul li .txt {
	flex: 1;
}

.detail-box .right .related-list ul li .txt p {
	font-size: 16px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
}

.detail-box .right .related-list ul li:hover .txt p {
	text-decoration: underline;
	color: #005CE5;
}

.detail-box .right .related-list ul li .txt .more {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
	background: #EAEAEA;
	position: relative;
	margin-top: 25px;
	transition: 0.4s;
	display: none;
}

.detail-box .right .related-list ul li:hover .txt .more {
	background: #005CE5;
}

.detail-box .right .related-list ul li .txt img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.4s;
}

.detail-box .right .related-list ul li .txt img.show {
	opacity: 1;
}

.detail-box .right .related-list ul li .txt img.on {
	opacity: 0;
}

.detail-box .right .related-list ul li:hover .txt .more img.show {
	opacity: 0;
}

.detail-box .right .related-list ul li:hover .txt .more img.on {
	opacity: 1;
}

.list-content .type-box {
	background: #F6F6F6;
	/* padding: 25px 0; */
	text-align: center;

}

.list-content .type-box h2 {
	font-size: 48px;
	font-weight: bold;
	color: #005CE5;

}

.list .recommend-list {
	display: flex;
	padding: 50px 0;
}

.list .recommend-list .left {
	flex: 1;
	margin-right: 35px;
}

.list .recommend-list .left ul {
	height: 100%;
}

.list .recommend-list .left ul li {
	height: 100%;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.list .recommend-list .left ul li h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 48px;
	color: #111111;
}

.list .recommend-list .left ul li:hover h3 {
	text-decoration: underline;
	color: #005CE5;
}

.list .recommend-list .left ul li .des {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin-top: 20px;
}

.list .recommend-list .left ul li .more {
	margin-top: 45px;
	width: 153px;
	height: 48px;
	border-radius: 60px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	background: #EAEAEA;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: 0.4s;
}

.list .recommend-list .left ul li .more::after {
	content: '';
	width: 0%;
	height: 100%;
	left: 0;
	position: absolute;
	background: #005CE5;
	z-index: -1;
	transition: 0.4s;
}

.list .recommend-list .left ul li:hover .more {
	color: #fff;
}

.list .recommend-list .left ul li:hover .more::after {
	width: 100%;
}

.list .recommend-list .right {
	flex: 1;
	background: #F6F6F6;
	padding: 35px 30px 30px 40px;
}

.list .recommend-list .right>p {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 32px;
	border-bottom: 1px solid #ddd;
}

.list .recommend-list .right ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.list .recommend-list .right ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.list .recommend-list .right ul li .num {
	font-size: 40px;
	font-weight: bold;
	color: #CCCCCC;
	transition: 0.4s;
}

.list .recommend-list .right ul li .txt {
	margin: 0 40px 0 20px;
	flex: 1;
}

.list .recommend-list .right ul li .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #111111;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	transition: 0.4s;

}

.list .recommend-list .right ul li.on p {
	color: #005CE5;
}

.list .recommend-list .right ul li.on .title {
	text-decoration: underline;
}

.list .recommend-list .right ul li .right-ico {
	position: relative;
	width: 13px;
	height: 22px;
}

.list .recommend-list .right ul li .right-ico img {
	position: absolute;
	inset: 0;
	transition: 0.4s;
}

.list .recommend-list .right ul li .right-ico .show {
	opacity: 1;
}

.list .recommend-list .right ul li .right-ico .on {
	opacity: 0;
}

.list .recommend-list .right ul li.on .right-ico .show {
	opacity: 0;
}

.list .recommend-list .right ul li.on .right-ico .on {
	opacity: 1;
}

.list .recommend-list .right ul li .txt .des {
	display: none;
}

.list .box p.editor {
	background: #005CE5;
	padding: 20px 30px;
	border-radius: 10px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.list .box ul {
	margin-top: 40px;
	display: grid;
	grid-gap: 60px;
	grid-template-columns: repeat(3, minmax(100px, 3fr));
}

.list .box ul li {
	cursor: pointer;
}

.list .box ul li .img {
	width: 100%;
	height: 302px;
	border-radius: 10px;
	overflow: hidden;
}

.list .box ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.list .box ul li:hover .img img {
	transform: scale(1.05);
}

.list .box ul li .type {
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
	color: #005CE5;
	margin-top: 10px;
}

.list .box ul li .title {
	font-size: 20px;
	height: 56px;
	font-weight: bold;
	line-height: 28px;
	color: #111111;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	margin-top: 10px;
}

.list .box ul li:hover .title {
	text-decoration: underline;
	color: #005CE5;
}

.list .box ul li .des {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	margin-top: 10px;
}

.list .box ul li .more {
	width: 36px;
	height: 2.25rem;
	border-radius: 50%;
	background: #EAEAEA;
	position: relative;
	transition: 0.4s;
	margin-top: 15px;
}

.list .box ul li:hover .more {
	background: #005CE5;
}

.list .box ul li .more img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.4s;
}

.list .box ul li .more img.show {
	opacity: 1;
}

.list .box ul li .more img.on {
	opacity: 0;
}

.list .box ul li:hover .more img.show {
	opacity: 0;
}

.list .box ul li:hover .more img.on {
	opacity: 1;
}


.search-list {
	/* padding: 80px 0; */
		padding: 60px 0;
}

.search-list .box {
   padding: 10px 0;
}

.search-list .box ul li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #ccc;
	cursor: pointer;
	transition: 0.4s;
}

.search-list .box ul li:hover {
	border-bottom: 2px solid #005CE5;
}

.search-list .box ul li:hover .title {
	color: #005CE5;
	text-decoration: underline;
}

.search-list .box ul li .type {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #005CE5;
	margin-top: 10px;
}

.search-list .box ul li .title {
	font-size: 20px;
	height: 28px;
	font-weight: bold;
	line-height: 28px;
	color: #111111;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	margin-top: 10px;
	transition: 0.4s;
}

.search-list .box ul li .des {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	margin-top: 10px;
}

.news-content {
	/*min-height: 600px; */
	contain: layout paint style;
	/* 提升渲染性能 */
}

/*骨架屏动画*/
@keyframes skeleton-loading {
	0% {
		background-position: 200% 0;
	}

	100% {
		background-position: -200% 0;
	}
}

.skeleton-block {
	background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0e0 75%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s infinite;
	border-radius: 4px;
}