.page-wrap{display:flex; gap:30px; margin-top:20px; align-items:flex-start;}
.page-left{flex:1; background:#fff; padding:40px; border-radius:10px; box-shadow:0 2px 10px rgba(0,0,0,0.03);}
.breadcrumb{font-size:14px; color:#666; margin-bottom:20px;}
.page-content{line-height:2; font-size:18px;}
.page-banner{height:280px; background:linear-gradient(rgba(0,82,212,0.35),rgba(0,82,212,0.35)),url(../uploads/3.jpg); background-size:cover; background-position:center; display:flex; align-items:center;}
.banner-inner{width:1200px; margin:0 auto; padding:0 20px;}
.banner-title{font-size:38px; color:#fff; text-shadow:0 2px 8px rgba(0,0,0,0.3);}
.article-title{ font-size:24px; margin:20px 0; }
.article-info{ color:#999; font-size:14px; margin-bottom:20px; }
.article-content{ line-height:2; font-size:16px; }
.article-content img {
  max-width: 640px !important; 
  width: 100%; 
  height: auto; 
  display: block; 
  margin: 0 auto; 
}
.reminder-tips {
        padding: 12px 15px;
        background: #ebf3ed;
        border-left: 4px solid #00b528;
        margin-bottom: 20px;
        font-size: 14px;
        color: #666;
        line-height: 1.6;
}