/* 紫色横幅 */
.purple-banner{ height:278px; margin-bottom:20px;}
.purple-banner img{width:100%; height:100%;}

/* 主要内容 */
.main-content { width:1440px; margin: 0 auto; padding-top:85px;}
/* 标题样式 */
.section-title { text-align: center; padding:40px 0; position: relative; }
.section-title h2 {background:url(../images/forum_title_bg_full.png) center center no-repeat; height:38px; width:423px; color: #000; font-size:38px; display: inline-block; background-color: #fff; position: relative; z-index: 1; line-height:38px; }

/* 论坛介绍 */
.forum-intro {margin-bottom:60px; text-align: justify; color: #575757; line-height: 2; font-size:16px; }
/* 专家部分 */
.guiding-experts { display: flex; flex-wrap: wrap;  margin-bottom:80px; }
.top-expert-card {width:33%; text-align:center;}
.top-expert-avatar { width:255px; margin:0 auto; height: 255px; border-radius: 50%; border: 1px solid #6233BF; overflow: hidden; margin-bottom: 15px; background-color: #fff; display: flex; align-items: center; justify-content: center; }
.top-expert-avatar img { width:235px; height: 235px; border-radius:100%; margin:5px;}
.top-expert-name {text-align: center; font-size:27px; line-height:28px; margin-bottom:20px; margin-top:30px; color:#000; width:100%;}
.top-expert-title { font-size: 19px; color: #575757; text-align: center; width:100%;line-height:28px; }
.experts-section { margin-bottom: 30px; }
.experts-title { text-align: center; margin-bottom: 20px; color: #000; font-size:20px; }


/*专家成员*/
.expert-members { display: flex; flex-wrap: wrap;  margin-bottom:40px;}
.expert-card { width:25%; text-align:center; padding-bottom:40px;}
.expert-avatar { width: 155px; margin:0 auto; height: 155px; border-radius:100%; border: 1px solid #6233BF; overflow: hidden; margin-bottom: 15px; background-color: #f0f0f0; display: flex; align-items: center; justify-content: center; }
.expert-avatar img { width: 100%; height: 100%; border-radius:100%;}
.expert-name {text-align: center; font-size:18px; line-height:28px; margin-bottom:20px; margin-top:30px; color:#000; width:100%;}
.expert-title {font-size: 14px; color: #575757; text-align: center; width:100%;line-height:28px; min-height:80px; }


/* 论坛动态 */
.forum-news { margin-bottom: 60px; }
.news-text { margin-bottom: 40px; text-align: justify; color: #666; line-height: 2; }
.news-slider { position: relative; width: 100%; overflow: hidden; }
.slider-container { display: flex; transition: transform 0.5s ease; }
.news-item { min-width: 33.333%; padding: 0 15px; }
.news-image { width: 100%; height: 200px; background-color: #f0f0f0; margin-bottom: 10px; overflow: hidden; }
.news-image img { width: 100%; height: 100%; object-fit: cover; }
.news-caption { text-align: center; font-size: 14px; color: #333; }
.slider-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; background-color: rgba(255, 255, 255, 0.8); border: 1px solid #ddd; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; }
.slider-prev { left: 10px; }
.slider-next { right: 10px; }

.new_swiper{padding-top:60px;}
