/* 主容器样式 - 宽度80% */
.container {
    max-width: 1465px!important;
    margin: 0 auto 30px;
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 15px 15px;
    background-image: url(../images/finance/bj2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}
/* 主内容区布局 */
.main-content {
  display: flex;
  gap: 30px;
  padding-top: 40px;
  width: 96%;
  margin: 0 auto 30px;
}
/* 左侧内容区 */
.left-content {
  flex: 1;
}
/* 右侧相关活动区 */
.right-activities {
  width: 250px;
  flex-shrink: 0;
}
/* 产品头部样式 */
.product-header {
  display: flex;
  gap: 70px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.product-image {
  width: 20%;
  flex-shrink: 0;
}
.product-image img {
  width: 100%;
}
.product-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.product-info {
  width: 30%;
  display: flex;
  flex-direction: column;
}
.product-info .consult-btn {
  width: 75%;
  background: linear-gradient(to right, #5587fb, #7ba2fc);
}
.product-title {
  font-size: 30px;
  font-weight: bold;
  color: #4d4948;
  margin-bottom: 15px;
  white-space: nowrap;
}
.product-details {
  margin-bottom: 60px;
}
.product-details p {
  margin-bottom: 8px;
  color: #717171;
}
.consult-btn {
  color: white;
  border: none;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  align-self: flex-start;
}
.consult-btn:hover {
  background-color: #40a9ff;
}
/* 产品介绍样式 */
.product-intro {
  margin-bottom: 30px;
}
.product-intro .intro-content p {
  font-size: 16px;
  text-indent: 2pc;
  font-weight: normal;
}
.product-intro .intro-content p span {
  font-weight: bold;
  color: #333;
}
.section-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  padding: 10px 20px;
  border-bottom: 1px solid #e6e6e6;
}
.activity-image{
  line-height: 0;
}
.intro-content {
  color: #717171;
  line-height: 2.2;
  margin-bottom: 20px;
  min-height: 380px;
  margin-top: 30px;
}
/* 相关活动样式 */
.activity-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.activity-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.activity-image img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.activity-name {
  padding: 10px;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  text-align: center;
}
/* 文章导航样式 */
.article-nav {
  padding-top: 20px;
  font-size: 16px;
  border-top: 1px solid #e6e6e6;
  color: #666;
}
.article-nav > div:first-child {
  margin-right: 19px;
  padding: 10px 0;
}
.next-article{
  margin-right: 19px;
  padding: 10px 0;
}
.article-nav a {
  text-decoration: none;
  transition: color 0.3s ease;
}
.article-nav a:hover {
  text-decoration: underline;
}


.tiaotiao{
    width: 1465px;
  height: 12px;
  margin: 0 auto;
  background-color: #d9d9d9;
}
.nekb{
  width: 30%;
  float: left;
  height: 12px;
  background-color: #5386fb;
}