* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

a {
  color: #333;
  text-decoration: none;
  /* font-weight: 700; */
}
/* .btn a{
  color: #e6e6e6;
} */

.overflow-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 3; /* 显示两行 */
  line-clamp: 3; /* 适用于部分浏览器 */
}

.overflow-ellipsis1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 2; /* 显示两行 */
  line-clamp: 3; /* 适用于部分浏览器 */
}


/* 顶部导航tabs */
.list nav {
  width: 100%;
  height: 50px;
  background-color: #AF0A1F;
}
.list nav >ul {
  width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.list nav >ul li {
  margin: 20px;
}
.list nav >ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}


/* 顶部跑马灯 */

.list header {
  width: 1200px;
  height: 50px;
  margin: 20px auto;
  /* background-color: #eee; */
  background-image: url('/Public/style/img/bg_zb.png');
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: cover;
  display: flex;

}
.list header .header-left {
  width: 68px;
  height: 100%;
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #fff;
  /* background: linear-gradient(0deg, #AF0A1F, #FF0020); */
}
.list header .header-right {
  width: 1132px;
  height: 100%;
  box-sizing: border-box;
  padding: 0 35px;
}
.list header .header-right .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.list header .header-right .swiper .swiper-slide {
  line-height: 50px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 内容 */
.list main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  display: flex;
}


/* 左侧内容区 */
.list main article {
  width: 880px;
  height: auto;
}
.list main article .top-swiper {
  width: 100%;
  height: 170px;
}
.list main article .top-swiper .cardSwiper{
  width: 100%;
  height: 170px;
  position: relative;
  overflow: hidden;
  padding: 0 30px;
  box-sizing: border-box;
}
.list main article .top-swiper .cardSwiper{
  --swiper-navigation-color: #532620;/* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;/* 设置按钮大小 */
}
.list main article .top-swiper .cardSwiper .swiper-slide {
  width: 260px;
  height: 100%;
  border: 1px solid #ffdabd;
  box-sizing: border-box;
  background-color: #fffaf7;

  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 2px;
}
.list main article .top-swiper .cardSwiper .swiper-slide .content {
  color: #333;
  height: 50px;
  font-size: 16px;
}
/* .list main article .top-swiper .cardSwiper .swiper-slide .content >span:first-child {
  color: #f6082c;
  margin-right: 5px;
} */
.list main article .top-swiper .cardSwiper .swiper-slide .time {
  margin-top: 10px;
  margin-bottom: 12px;
  color: #967b77;
  font-size: 13px;
}
.list main article .top-swiper .cardSwiper .swiper-slide .btn {
  color: #e83a24;
  border-color: #ff6200;
  width: 100%;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  border: 1px solid;
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
}
.list main article .top-swiper .cardSwiper .swiper-slide .btn:hover {
  background-color: #f71134;
  color: #fff;
  cursor: pointer;
}


/* 左侧列表 */
.list main article .bottom-list {
  margin-top: 20px;
  border-top: 2px solid #222;
}
.list main article .bottom-list .title {
  height: 58px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #e8e9ec ;
}
.list main article .bottom-list .title p {
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  color: #af0a1f;
  font-weight: 700;
  box-sizing: border-box;
  border-bottom: 1px solid #af0a1f;
  margin-left: 10px;
}

.list main article .bottom-list >ul li {
  width: 100%;
  padding-top: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.list main article .bottom-list >ul li >.times {
  /* width: 160px; */
  display: inline-block;
  margin-left: 15px;
  border-radius: 2px;
  font-size: 14px;
  display: flex;
}
.list main article .bottom-list >ul li >.times >div:first-child {
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #AF0A1F;
}
.list main article .bottom-list >ul li >.times >div:last-child {
  width: 70px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: #333;
  background-color: #fff;
  border: 1px solid #AF0A1F;
}
.top-card a{
  color: white;
}
.top-card a:hover{
  color: white;
}
.list main article .bottom-list >ul li .content {
  width: 100%;
  height: auto;
  /* background-color: #f9f9f9; */
  padding: 15px 15px 0 15px;
  box-sizing: border-box;
}
.list main article .bottom-list >ul li .content >p {
  color: #333;
  font-weight: 700;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.list main article .bottom-list >ul li .content >p span:first-child {
  color: #f6082c;
}
.list main article .bottom-list >ul li .content .text-neirong {
  color: #666;
  font-size: 14px;
  /* margin-bottom: 20px; */
}
.list main article .bottom-list >ul li .content .text-neirong a {
  color: #666;
  font-size: 13px;
  font-weight: 400;
}
.container {
  display: flex;
  justify-content: space-between; /* 分隔两个项目，让它们分别靠边 */
  align-items: center;
  margin: 10px 0;
}

.category {
  margin: 5px 130px 5px 15px; /* 可以调整外边距，以增加元素之间的空间 */
}
.author {
  width: 90px;
  height: 30px;
  /* margin: 5px 130px 5px 15px; */
  background-image: url('/Public/style/img/bg_hits.png');
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: cover;
}
.list main article .bottom-list >ul li .content .gupiao {
  display: flex;
  align-items: center;
}
.list main article .bottom-list >ul li .content .gupiao >p {
  color: #999;
  font-size: 12px;
}

.list main article .bottom-list >ul li .content .times {
  margin-left: 15px;
  border-radius: 2px;
  font-size: 14px;
  display: flex;
  border: 1px solid #f63131;
}
.list main article .bottom-list >ul li .content .times >div:first-child {
  padding: 3px 10px;
  height: 22px;
  color: #fff;
  background-color: #f63131;

}
.list main article .bottom-list >ul li .content .gupiao {
  display: flex;
  align-items: center;
}
.list main article .bottom-list >ul li .content .gupiao >p {
  color: #999;
  font-size: 12px;
}

.list main article .bottom-list >ul li .content .times {
  margin-left: 15px;
  border-radius: 2px;
  font-size: 14px;
  display: flex;
  border: 1px solid #f63131;
}
.list main article .bottom-list >ul li .content .times >div:first-child {
  padding: 3px 10px;
  height: 22px;
  color: #fff;
  background-color: #f63131;
}
.list main article .bottom-list >ul li .content .times >div:last-child {
  padding: 3px 10px;
  height: 22px;
  color: #f63131;
  background-color: #fff;
}


.list main article .bottom-list >ul li .content >.zhuanlan {
  color: #999;
  font-size: 12px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.list main article .bottom-list >ul li .content >.zhuanlan .jiesuo {
  background-color: #413c5c;
  padding-left: 7px;
  padding-right: 84px;
  line-height: 27px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  color: #fff;
  font-size: 12px;
}
.list main article .bottom-list >ul li .content >.zhuanlan .jiesuo img {
  position: absolute;
  bottom: 0px;
  right: -3px;
  width: 80px;
  height: 30px;
}

/* 右侧内容区 */
.list main aside {
  width: 310px;
  height: auto;
  margin-left: 10px;
}
.list main aside .top-card {
  width: 310px;
  height: 170px;
  background: linear-gradient(-83deg, #AF0A1F, #FF0020);
  box-sizing: border-box;
  padding: 15px;
  overflow: hidden;
}
.list main aside .top-card >h2 {
  margin-top: 10px;
  color: #fff;
}
.list main aside .top-card >p {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 23px;
  margin-top: 10px;
}


.list main aside .hotArticle {
  margin-top: 20px;
  border-top: 2px solid #222;
}
.list main aside .hotArticle .title {
  height: 58px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 10px;
}
.list main aside .hotArticle .title p {
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  color: #222;
  font-weight: 700;
  box-sizing: border-box;
  margin-left: 10px;
}
.list main aside .hotArticle .bangdan {
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 20px;
  /* padding-bottom: 16px; */
  background: url('./img/unlock-list-background.png') no-repeat;
  background-color: #FFFBFA;
  background-size: 100%;
  /* margin-bottom: 35px; */
}
.ad{
  margin-top: 5px;
  margin-bottom: 5px;
}
.list main aside .hotArticle .bangdan .list-item {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.list main aside .hotArticle .bangdan .list-item .list-index {
  margin-right: 7px;
  width: 25px;
  text-align: center;
  color: #80838b;
}
.list main aside .hotArticle .bangdan .list-item .list-index >img {
  margin-top: 3px;
  width: 100%;
}
.list main aside .hotArticle .bangdan .list-item .list-content {
  flex: 1;
  height: auto;
}
.list main aside .hotArticle .bangdan .list-item .list-content >a {
  color: #222;
}

/* 首页合金报数据 */
.list main aside .hotArticle .titleBox {
  box-shadow: 0px 2px 8px 0px rgba(231, 236, 255, 0.8);
  border-radius: 2px
}
.list main aside .hotArticle .titleBox .title-list {
  display: flex;
  justify-content: space-between;
  background-color: #f6f6f6;
  padding: 16px 10px;
}
.list main aside .hotArticle .titleBox .title-list .l-item {
  display: flex;
  font-size: 12px;
  color: #87888e;
}
.list main aside .hotArticle .titleBox .title-list .l-item >div:first-child {
  text-align: center;
  color: #fff;
  margin-right: 2px;
  width: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url('./img/mainline-nav-normal.png');
}
.list main aside .hotArticle .dataSwiper {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.list main aside .hotArticle .dataSwiper .swiper2 {
  width: 100%;
  height: 100%;
}
.list main aside .hotArticle .dataSwiper .swiper2 .swi-item img{
  width: 100%;
  height: 150px;
}
.list main aside .hotArticle .dataSwiper .swiper2 .swi-item .item-con {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  box-sizing: border-box;
  padding: 20px;
}
.list main aside .hotArticle .dataSwiper .swiper2 .swi-item .item-con .con-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.list main aside .hotArticle .dataSwiper .swiper2 .swi-item .item-con .con-title >span:first-child {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.list main aside .hotArticle .dataSwiper .swiper2 .swi-item .item-con .con-title >span:last-child {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.list main aside .hotArticle .dataSwiper .swiper2 .swi-item .item-con >p {
  width: 100%;
  color: #fff;
}

/* 每日报价参考 */

.list main aside .hotArticle  table {
  width: 100%;
  overflow-y: auto;
  border-collapse: collapse; /* 移除表格内边框间的间隙 */
}

.list main aside .hotArticle  table thead th {
  background: #EAEAEA;
}
.list main aside .hotArticle  table td {
  text-align: center;
  height: 25px;
  font-size: 14px;
}
.list main aside .hotArticle  table th {
  height: 25px;
  font-weight: 400;
  font-size: 14px;
}