/* 首页和头尾公共样式 */
/* 顶部导航栏样式 */

.layout{
	display: flex;
	flex-direction: column;
	background:#1a1919 ;
	min-height: 100vh;
}
.laymain{
	display: flex;
	flex-direction: column;
	/* background:#eceef0; */
	background: #effdff;
	min-height: 100vh;
}

header {
	width: 100%;
	background: #242222;
	/* position: fixed; */
	z-index: 999;
}

.bg-color{
	background:#eceef0;
}

.navbar{
	border-top: 3px solid #e91520;
	box-shadow: 0 .4rem .8rem -.2rem #1018281a, 0 .2rem .4rem -.2rem #1018280f;

}

.search-page .navbar{
	border-bottom: 3px solid #e91520;
}

header .logo {
	width: 165px;
	height: 60px;
	cursor: pointer;
}

header .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* 保持图片比例 */
}

.header-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* height: 73px; */
	max-width: 1200px;
	margin: 0px auto;
	padding: 15px;
	
}

.header-nav ul {
	display: flex;

}

.header-nav ul li {
	/* color: #fff; */
	margin-right: 20px;
	border-bottom: 1px solid rgb(0, 0, 0, 0);
	white-space: nowrap;
	cursor: pointer;
}

.detail-text-color{
	color:#000000;
}
.text-color{
	color: #fff;
}

.header-nav ul li:hover {
	text-decoration: underline;
}

.header-nav ul li:last-child {
	margin-right: 0;
	cursor: pointer;
}

.header-nav ul li:last-child img {
	margin-left: 5px;
	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: 270px;
	height: 38px;
	border-radius: 10px;
	box-shadow: 0 .1rem .4rem #14171a1a;
	padding: 1px 0 1px 11px;
}

.header-box .search button {
	position: absolute;
	right: 0px;
	border: none;
	background: none;
	top: 10px;
}

.header-box .search button img {
	width:15px;
	height: 15px;
	transition: 0.4s;
}

.header-box .search img:hover {
	transform: scale(1.05);
}

.header-nav.hidden {
	display: none;
}

.child-nav {
	position: absolute;
	background: #242222;
	width: 100%;
	padding: 20px 15px 30px;
	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;
	border-top: 1px solid #ffffffb0;
}

.child-nav ul {
	display: grid;
	/* width: 100%; */
	grid-auto-rows: minmax(0, 1fr);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2rem;
	row-gap: .6rem;
}

.child-nav ul li p:hover {
	border-bottom: 1px solid #9c9fa8;

}

.child-nav ul li p {
	color: #9c9fa8;
	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 {
	z-index: 30;
}

.footer-box {
	padding: 0 15px; 
	display: flex;
    justify-content: center;
	border-top: 1px solid #eaecf0;
}

.footer-container{
	display: flex;
	flex-direction: column;
	width: 100%; 
	max-width: 1200px;
}
.record-content .logo img {
	width: 95px;
	height: 30px;
}

.footer-box .footer-content {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}

.footer-box .footer-content p {
	font-size: 14px;
	line-height: 20px;
}

.f-text-color{
	color: #FFFFFF;
}
.fd-text-color{
	color:#101828;
}

.footer-box .record-box {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.record-box .record-content{
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap:20px;
}

.record-flex{
	flex: 1 1 0%;
}

.footer-box .record-box p {
	font-size: 16px;
	color: #FFFFFF;
}

.footer-box .record-box .footer-nav {
	display: flex;
    gap: 20px;
}

.footer-box .record-box .footer-nav li a {
	line-height: 24px;
	font-size: 16px;
	color: #FFFFFF;
}

.footer-box .record-box .footer-nav li:hover a {
	text-decoration: underline;

}
 
.footer-box nav{
	width: 100%;
	z-index: 1000;
	background-color: #ffffff;
}


/*****list界面footer*****/
.footer-list{
	padding-top: 60px;
	padding-bottom: 40px;
	padding-right: 15px;
	padding-left: 15px;
}

.footer-list h2{
	font-size: 24px;
	color: #ecf1ff;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 22px;
}

.footer-list ul{
	display: grid;
	row-gap: .6rem;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: minmax(0, 1fr);
}

.footer-list ul li {
	/* line-height: 24px; */
	line-height: 20px;
	font-size: 16px;
	cursor: pointer;
	color: #ffffff;
}

.footer-list ul li p:hover {
	text-decoration: underline;
  }

.footer-list-box{
   padding: 17px 15px 17px 15px;
   border-top: 3px solid #e91520;
}

.footer-list-box ul{
  color:#101828 ;
  display: flex;
  justify-content: center;
  line-height: 15px;
  font-weight: 400;
  font-size: 16px;
}
.footer-list-box ul li a {
	color: #ffffff;
	text-decoration: none;
	margin: 0 35px;
	cursor: pointer;
  }

  .footer-list-box ul li a:hover {
	text-decoration: underline;
  }

 .flex{
	display: flex;
  }

.footer-list-box  .fd-content ul a{
	color: #000000;
	text-decoration: none;
	margin: 0 5px;
	cursor: pointer;
}

.footer-list-box .fd-content  ul li a:hover {
	text-decoration: underline;
  }

.inline{
	display: inline;
}

.inline-title{
 text-decoration-line: underline;
 cursor: pointer;
 margin-right: 5px;
}
.inline-block::before{
	content: "-";
	display: inline-block;
	padding-right: 5px;
}

.nav-box{
	position: relative;
	line-height: 14px;
	font-size: 12px;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #1a1919;
	color: #ffffff;
}

.nav-border{
	 border: none;
	 border-top: 1px solid #eeeeee;
}
.nav-content{
	display: inline;
	text-indent: 20px;
	padding-right: 5px;
	line-height: 14px;
}

.inline-block:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #ffffff;
  }

 /******首页main *******/
main {
	/* padding: 73px 0 0; */
	padding: 60px 0 0;
}

.layout_main{
  flex: 1 0 auto;
}

main .page01 {
	padding-top: 20px;
	padding-left:20px;
	padding-right: 20px;
	max-width: 1240px;
	margin: 0px auto;
}

main .page01 .top{
	padding-bottom: 20px;
}

main .page01 .top h2 {
	margin-top: 20px;
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
}

/* trending*/
main .page01 .trending-list{
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(3, minmax(0, 1fr));
}

.card-item-left {
	height: fit-content;
	flex-direction: column;
	transition: all .3s;
	overflow: hidden;
	border-radius: 10px;
	cursor: pointer;
	grid-row: span 3 / span 3;
	grid-column: span 1 / span 1
}
.card-item-top{
	overflow: hidden;
	--tw-bg-opacity: 1;
	background-color:#172134;
}
.card-item-left img{
	width: 100%;
	height: 100%;
    transition: all .3s;
    overflow: hidden;
	object-fit: cover;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	aspect-ratio: 5 / 3;
}

/* 鼠标悬停放大 */
.card-item-left img:hover {
	transform: scale(1.1);
  }

.card-item-right img{
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease;
    overflow: hidden;
	object-fit: cover;
	aspect-ratio: 5 / 3;
}

/* 鼠标悬停放大 */
.card-item-right img:hover {
	transform: scale(1.1);
  }

.card-item-info{
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 20px;
    padding-right: 20px;
	--tw-bg-opacity: 1;
    background-color: #362c2c;
	border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.card-item-info p{
	color: #e91520;
	font-size: 14px;
	margin-bottom: 5px;
}
.card-item-info h5{
	line-height: 1.2;
	font-weight: 700;
	font-size: 15px;
}
 
.allArticle-list h5{
	line-height: 20px;
	font-weight: 700;
	font-size: 16px;
	min-height: 40px;
	margin-bottom: 5px;
}

.text-white {
    color: #ffffff;
}

.text-white:hover {
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer; 
  }

.ellipsis-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.ellipsis-2{
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.card-item-right{
	transition: all .3s;
    overflow: hidden;
	border-radius: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	cursor: pointer;
	display: grid;
	grid-row: span 1 / span 1;
	grid-column: span 1 / span 1;
}
.col-span-1 {
    grid-column: span 1 / span 1;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.allArticle-list{
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 30px;
	margin-bottom: 30px;

}
.all-card-item{
	display: flex;
	flex-direction: column;
	cursor: pointer;
	border-radius: 10px;
    overflow: hidden;
}

.all-card-item img{
	width: 100%;
	transition: all .3s;
    overflow: hidden;
	object-fit: cover;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	aspect-ratio: 16 / 9;
}

.all-card-item img:hover{
	transform: scale(1.1);
  }

  /******detail*******/
  /**detail新样式**/

.detail-header {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    background: #effdff;
}


.detail-header .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_row {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-layout-title {
    display: block;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

.layout-logo {
    font-weight: 700;
    font-size: 23px;
    color: rgb(51, 51, 51);
    cursor: pointer;
}

.layout-logo.full {
    display: inline-block;
}

.search-input {
    background-color: #fff;
    width: 482px;
    padding: 9px 12px;
    border-radius: 10px;
    margin-left: 22px;
    box-sizing: border-box;
}

.el-input {
    --el-input-focus-border-color: #409eff;
    --el-input-width: 100%;
    --el-input-inner-height: calc(var(--el-input-height, 32px) - 2px);
    box-sizing: border-box;
    display: inline-flex;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.el-input__wrapper {
    width: 458px;
    display: inline-flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    padding: 1px 11px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #dcdfe6;
    cursor: text;
    background-image: none;
    transform: translateZ(0);
    transition: box-shadow 0.2s cubic-bezier(.645, .045, .355, 1);
}

/* hover 和聚焦时的阴影 */
.el-input__wrapper:hover,
.el-input__wrapper.is-focus {
    box-shadow: 0 0 0 1px #409eff inset;
}

.el-input__inner {
    -webkit-appearance: none;
    background: none;
    border: none;
    box-sizing: border-box;
    color: #606266;
    flex-grow: 1;
    font-size: inherit;
    height: calc(32px - 2px);
    line-height: calc(32px - 2px);
    outline: none;
    padding: 0;
    width: 100%;
}

.el-input__suffix {
    margin-left: 6px;
    cursor: pointer;
}

.el-input__suffix-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}

.el-input__suffix .el-icon {
    color: #333;
    font-size: 18px;
    transition: color 0.3s ease;
}

/* 后缀内部第一个子元素左边距 */
.el-input__suffix-inner > :first-child {
    margin-left: 8px;
}

.el-icon {
    --color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 1em;
    width: 1em;
    line-height: 1em;
    position: relative;
    fill: currentColor;
    color: var(--color);
    font-size: inherit;
}

.pc-header-extra {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pc-header-extra .dropdown {
    position: relative;
    cursor: pointer;
}

/* 右侧菜单项 */
.pc-header-extra .pc-header-extra-item {
    margin-right: 0;
}

.pc-header-extra-item .dropdown-list {
    min-width: 180px;
}

/* 下拉菜单伪元素遮罩 */
.pc-header-extra .dropdown:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 998;
}

.dropdown-list .dropdown-list-item:last-child {
    margin-bottom: 0;
}

.dropdown-list .dropdown-list-item .dropdown-item-text {
    flex: 1;
}

/* 鼠标悬停时箭头旋转 */
.pc-header-extra .dropdown:hover .dropdown-title .dropdown-arrow {
    transform: rotate(180deg);
    opacity: 1;
}

/* 下拉列表项悬停样式 */
.dropdown .dropdown-list .dropdown-list-item:hover {
    background: linear-gradient(135deg, #246def, #1a5bd8);
    color: #fff;
    transform: translateX(4px);
    box-shadow: 0 2px 8px rgba(36, 109, 239, 0.3);
}

/* 下拉列表项点击样式 */
.dropdown-list .dropdown-list-item:active {
    transform: translateX(2px) scale(0.98);
}

.pc-header-extra .dropdown-title {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    line-height: 18px;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dropdown .dropdown-list .dropdown-list-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    color: #333;
    border-radius: 8px;
    transition: all 0.2s ease;
    margin-bottom: 4px;
}

.dropdown-item-text {
    flex: 1;
    text-align: center;
}

.dropdown-title .dropdown-arrow {
    transition: transform 0.3s ease;
    color: #fff;
    opacity: 0.9;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

/* 默认隐藏下拉列表 */
.pc-header-extra .dropdown .dropdown-list {
    display: none;
    position: absolute;
    width: 180px;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    z-index: 999;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    padding: 8px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-direction: column;
    gap: 8px;
}

/* 鼠标悬停显示下拉列表 */
.pc-header-extra .dropdown:hover .dropdown-list,
.pc-header-extra .dropdown .dropdown-title:hover + .dropdown-list {
    display: flex;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* 鼠标悬停标题时箭头旋转 */
.pc-header-extra .dropdown .dropdown-title:hover .dropdown-arrow {
    transform: rotate(180deg);
    opacity: 1;
}

.el-overlay {
    background-color:rgba(0,0,0,.5);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
}
.is-message-box .el-overlay-message-box {
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 16px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
}
.el-message-box {
    backface-visibility: hidden;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 12px 32px 4px rgba(0,0,0,.04),0px 8px 20px rgba(0,0,0,.08);
    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
    max-width: 420px;
    overflow: hidden;
    overflow-wrap: break-word;
    padding: 12px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 100%
}

.el-message-box:focus {
    outline: none!important
}

.is-message-box .el-overlay-message-box {
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 16px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0
}

.is-message-box .el-overlay-message-box:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.el-message-box.is-draggable .el-message-box__header {
    cursor: move;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.el-message-box__title {
    color: #303133;
    font-size: 18px;
    line-height: 24px;
}
.el-message-box__input {
    padding-top: 12px;
}

.el-message-box__headerbtn {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.el-message-box__headerbtn .el-message-box__close {
    color: #909399;
    font-size: inherit
}

.el-message-box__headerbtn:focus .el-message-box__close,.el-message-box__headerbtn:hover .el-message-box__close {
    color: var(--el-color-primary)
}

.el-message-box__content {
    color: #606266;
    font-size: 14px;
}

.el-message-box__container {
    align-items: center;
    display: flex;
    gap: 12px
}
.el-message-box__btns {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 12px;
}
.el-button {
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #dcdfe6;
    border-color: #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    cursor: pointer;
    display: inline-flex;
    font-weight: 500;
    height: 32px;
    justify-content: center;
    line-height: 1;
    outline: none;
    text-align: center;
    transition: .1s;
    vertical-align: middle;
    white-space: nowrap;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 14px;
}

.el-button:hover {
    background-color: rgb(236,245,255);
    border-color: rgb(198,226,255);
    color:#409eff;
    outline: none;
}

.el-button+.el-button {
    margin-left: 12px;
}

.el-button--primary{
    align-items: center;
    background-color: #409eff;
    border: 1px solid #dcdfe6;
    border-color: #409eff;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 500;
    height: 32px;
    justify-content: center;
    line-height: 1;
    outline: none;
    text-align: center;
    transition: .1s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.el-button--primary:hover {
    background-color: #66b1ff;
    border-color: #66b1ff;
    color: #ffffff; 
    outline: none;
}

.el-message-box__header {
    padding-bottom:12px ;
}

/* 提示框*/
#message_19 {
    position: fixed !important;     
    top: 16px !important;           
    left: 50% !important;             /* 水平居中 */
    transform: translateX(-50%);      /* 使水平居中生效 */
    z-index: 2057 !important;         /* 保证在最上层 */
    background-color: rgb(241, 249, 236);      
    color: rgb(109, 196, 66);                
    padding: 12px 24px;              
    border-radius: 4px;              
    box-shadow: 0 1px 4px #bad780ab; 
    display: flex;                  
    align-items: center;              /* 垂直居中 */
    font-size: 14px;
    pointer-events: none;             /* 默认不可点击 */
    opacity: 0;                      /* 默认隐藏 */
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  
  /* 图标样式 */
  #message_19 .el-message__icon {
    margin-right: 10px;
    font-size: 20px;
    flex-shrink: 0;
    color: rgb(109, 196, 66); 
  }
  
  /* 文字内容 */
  #message_19 .el-message__content {
    margin: 0;
  }
  
  /* 显示时 */
  #message_19.show {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0);
  }
  
  /* 进入动画 */
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateX(-50%) translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
  }
  
  /* 离开动画 */
  @keyframes fadeOut {
    from {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
    to {
      opacity: 0;
      transform: translateX(-50%) translateY(-10px);
    }
  }
  
  /* 进入动画类 */
  #message_19.fade-in {
    animation: fadeIn 0.4s forwards;
  }
  
  /* 离开动画类 */
  #message_19.fade-out {
    animation: fadeOut 0.4s forwards;
  }

  /* 取消提示容器 */
#message_15 {
    position: fixed !important;
    top: 16px !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 2045 !important;
    background-color: rgb(244, 244, 245); 
    color: rgb(149 152 155);
    padding: 12px 24px;
    border-radius: 4px;
    /* box-shadow: 0 1px 4px rgb(244, 244, 245); */
    display: flex;
    align-items: center;
    font-size: 14px;
    user-select: none;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  
  /* 图标样式 */
  #message_15 .el-message__icon {
    margin-right: 10px;
    font-size: 20px;
    flex-shrink: 0;
    color: rgb(182, 184, 187);
  }
  
  /* 文字内容 */
  #message_15 .el-message__content {
    margin: 0;
  }
  
  /* 显示时 */
  #message_15.show {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0);
  }
  
  /* 进入动画 */
  @keyframes fadeInCancel {
    from {
      opacity: 0;
      transform: translateX(-50%) translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
  }
  
  /* 离开动画 */
  @keyframes fadeOutCancel {
    from {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
    to {
      opacity: 0;
      transform: translateX(-50%) translateY(-10px);
    }
  }
  
  /* 进入动画类 */
  #message_15.fade-in {
    animation: fadeInCancel 0.4s forwards;
  }
  
  /* 离开动画类 */
  #message_15.fade-out {
    animation: fadeOutCancel 0.4s forwards;
  }
  
  .detail-main{
    padding: 0px 0px;
    max-width: 1200px;
	margin: 0 auto;

}

/**detail新样式**/

.detail-box {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.detail-box .left {
	width: 100%;
	margin: 0 auto;
	/* 内容容器优化 */
	content-visibility: auto;
	/* 启用智能渲染 */
	contain-intrinsic-height: 800px;
	/* 预设高度，避免跳动 */
}

.time-icon{
	color:#101828;
	line-height: 16px;
	width: 12px;
	height: 16px;
	left: 0;
	position: absolute;
}

.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: 12px;
	/* line-height: 26px; */
	margin-top: 25px;
	padding-left: 16px;
	margin-bottom: 10px;
}


.detail-box .left h1 {
	margin: 0px 0;
	font-weight: 800;
    font-size: 25px;
    color: #333;
	position: relative;
    -webkit-line-clamp: 4;
    line-height: 1.2;
}

.detail-box .left>.des {
	padding-top: 8px;
	/* padding-bottom: 8px; */
}

.detail-box .left p {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* margin-bottom: 16px; */
}


/* .detail-box .left .news-content p {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	text-align: left;
	word-break: break-word;
	margin-bottom: 10px;
} */

.detail-box .left .news-content h2 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
	margin:10px 0;
}

.detail-box .left .news-content h3{
	color:#333 ;
    font-size: 17px;
    font-weight: 700;
    line-height: 32px;
    margin: 10px 0;
}

.detail-box .left h4{
    color:#333;
    font-size: 16px;
    line-height: 32px;
    margin: 10px 0;

 }

/***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 li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    list-style: disc;
    margin-left: 18px;
    color: #333333;
}

.news-content ol li {
    list-style-type: decimal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    margin-left: 18px;
    color: #333333;
}


.news-content hr {
	border: none;
	border-top: 1px solid gray;
	margin: 15px 0;
}


.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;
	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);
}

/****** list *******/
.list {
	flex: 1 0 auto;
	max-width: 1200px; 
	width: 100%;        
	margin: 0 auto;     
	box-sizing: border-box;
	padding: 110px 15px 0 15px;
  }

.list-content .type-box {
	padding-left: 15px;
	padding-right: 15px;
	padding: 24px;
	background: #e91520;
}

.list-content .type-box h2 {
	line-height: 36px;
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	font-weight: 700;
	display: block;

}

.list .recommend-list {
	padding-top: 40px;
	display: flex;
	flex-wrap: nowrap; 
	margin: 0 auto;
}

.list .recommend-list .left {
	margin-right: 40px;
	flex: 0 0 calc(70% - 10px); 
	max-width: 784px;
	box-sizing: border-box;
}
.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 h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	color: #ffffff;
	margin-bottom: 12px;
}


.list .recommend-list .left ul li .des {
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	line-height: 24px;
	color:#cbd1e4;
	margin-top: 20px;
}

.right-title{
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	border-bottom: 1px solid #eceff1;
	padding-bottom: 10px;
    padding-top: 17px;

}
.right-title p{
	color:#cbd1e4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	transition: 0.4s;
}


.list .recommend-list .right {
	flex: 1; 
    box-sizing: border-box;
}

.list .recommend-list .right>p {
	color: #ffffff;
	font-size: 24px;
	line-height: 32px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eceff1;
}

.list .box{
	width: 100%;
	box-sizing: border-box;
}

.list .box p.editor {
	font-weight: 600;
	padding: 40px 0px 15px 0px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 3px solid #e91520;
}

.list .box ul {
	margin-top: 30px;
	display: grid;
	grid-gap: 27px;
	grid-template-columns: repeat(3, minmax(100px, 3fr));
}

.list .box ul li {
	cursor: pointer;
}

.list .box ul li .img {
	width: 100%;
	height: 208px;
	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;
	min-height: 40px;
	line-height: 24px;
	color: #ffffff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	margin-top: 10px;
}


.list .box ul li .des {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	margin-top: 20px;
}

.grid-container{
	padding: 10px 6px 10px 6px;
	color: #e91520;
	line-height: 24px;
	font-size: 14px;
	border-radius: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*********search*********/

.search-list {
	/* padding: 80px 0; */
	flex: 1 0 auto;
	margin-bottom:15px;
}

.search-list .box {
   margin-top: 35px;
}

.search-list .box  .search-title{
	padding-top: 20px;
	color: #e91520;
}
.search-title h4{
	line-height: 15px;
	font-weight: 900;
	font-size: 20px;
	font-weight: 900;
}

.search-list .box ul li {
	margin-bottom: 25px;
	cursor: pointer;
	transition: 0.4s;
}

.search-list .box ul li:hover .title {
	color: #ffffff;
	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: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #ffffff;
	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: 14px;
	line-height: 20px;
	color: #d8d6d6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	/* -webkit-line-clamp: 2; */
	text-overflow: ellipsis;
	margin-top: 5px;
}

.news-content {
	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;
}
.about-main{
	display: flex;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1000px;
	margin: 0 auto;
}
.about-content{
	width: 100%;
	padding-top: 20px;
}

.about-title{
	color: #ffffff;
	line-height: 32px;
	font-weight: 600;
	font-size: 32px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c2c1c0;
}

.about-main p{
	color: #d8d6d6;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 15px;
	font-weight:400;
}

.about-main h2{
	color: #ffffff;
	line-height: 15px;
	font-weight: 600;
	font-size: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.about-main ol {
	line-height: 20px;
	padding: 20px 20px 20px 20px;
	color: #333;
  }
  

.about-main ol li{
	list-style: none;
	list-style-type: decimal !important;
	color: #d8d6d6;
	line-height: 20px;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.explain-main {
	position: relative;
	min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 2.6fr;
}

.explain-header {
	width: 100%;
	display: flex;
	left: 50%;
	position: fixed;
	z-index: 10;
	justify-content: space-between;
	align-items: center;
	padding: 60px 100px 10px 100px;
	transform: translateX(-50%);
}

.explain_title {
	color: #ffffff;
	font-weight: 900;
	font-size: 40px;
	cursor: pointer;
}

.explain-main .explain-header  img{
	width: 40px;
	height: 40px;

}
.explain-main-left{
	height: 100%;
	max-height: 100vh;
	position: sticky;
	top: 0;
	background-color:#e91520;
}

.explain-main-left img{
	width: 300px;
	height: 300px;
	top: 60%;
	right: 0;
	position: absolute;
}

.left_content{
	top: 50%;
	padding-right: 40px;
	right: 0;
	position: absolute;
}

.left_content ul{
	line-height: 15px;
	font-size: 12px;
} 

.left_content ul li {
	color: #ffffff;
	text-transform: uppercase;
	text-align: right;
	cursor: pointer;
	margin-top: 15px;
	user-select: none;
}

.left_content ul li.active {
	color: #ffffff80;
  }

.article-main{
	width: 100%;
	padding-top: 180px;
	padding-bottom: 90px;
	max-width: 936px;
	margin-left: auto;
	margin-right: auto;
}
.article_top{
	/* padding-left: 40px; */
	padding-right: 40px;
}

.article_logo{
	/* margin-bottom: 20px; */
	vertical-align: middle;
}

.article-main h1{
	font-weight: 200;
	font-size: 48px;
	line-height: 58px;
	color: #2b2d31;
}

.article-main h2{
	color:#2b2d31;
	line-height: 26px;
	margin-top: 26px;
	font-size: 15px;
	font-weight: 700;
}
.article-main p{
	color:#2b2d31;
	line-height: 20px;
	font-size: 13px;
}
.article-main  a{
	cursor: pointer;
	color: #3b7fe6;
	text-decoration-line: underline;
	white-space: normal; /* 允许换行 */
	display: inline; 
	word-break: break-word; /* 允许长单词或链接断行 */
	overflow-wrap: break-word;
}

.mt{
 margin-top: 26px;
}
.mt-1 {
	margin-top: 10px;
}
.mt-2{
	margin-top: 20px;
}

.article-main ul{
	padding-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: disc !important;
}

.article-main ul li{
	list-style-type: disc;
}

.article-main h3{
	line-height: 26px;
	font-weight: 400;
	font-size: 15px;
	margin-top: 26px;
	font-style: italic;
}

.article-main ul li  ul{
  margin-top: 3px;
  padding-left: 0px;
  margin-bottom: 0px;
}

.article-main ul li  ul li{
	list-style: none;
}

.fd-content .footer_bg{
	display: flex;
	justify-content: center;
	color: #aaa;
	font-size: 14px;
	margin-top:10px;
}
