*{
margin : 0;
padding:0;}
.logo{

margin: 30px 0 30px 60px;}
 
.footer {
  background: #1a2b4c;
  color: white;
  padding: 50px 0 20px;
  font-family: 'Microsoft YaHei', sans-serif;}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  /* gap: 60px; */
  justify-content: space-between;
  padding: 0 20px;}

/* 左侧区块 */
.footer-left {
  flex: 0 0 340px;}

.brand-title {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 600;}

.intro-text {
  color: #a0b1c5;
  line-height: 1.8;
  margin-bottom: 35px;
  font-size: 16px;}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #a0b1c5;
  font-size: 14px;}

.contact-icon {
  font-size: 18px;
  margin-right: 12px;
  color: #3d7af0;}

/* 中部区块 */
.footer-center {
  flex: 1;
  display: flex;
  gap: 40px;}

.link-column {
  flex: 1;}

.column-title {
    font-size: 16px;
  margin-bottom: 25px;
  font-weight: 500;
  font-weight: bold;}

.link-list {
  list-style: none;
  padding: 0;}

.link-item {
  margin-bottom: 15px;}

.link-item a {
  color: #a0b1c5;
  text-decoration: none;
  transition: color 0.3s;}

.link-item a:hover {
  color: #3d7af0;}

/* 右侧区块 */
 

.qr-code {
  width: 120px;
  height: 120px;
  background: #f0f0f0;
  margin-top: 20px;
  border-radius: 8px;}

/* 底部版权 */
.copyright {
  text-align: center;
  margin-top: 60px;
  padding-top: 20px;
      padding-top: 30px;
  border-top: 1px solid #2d3d58;
  color: #a0b1c5;}

.policy-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 15px;}

.policy-links a {
  color: #a0b1c5;
  text-decoration: none;}
/* 新增样式修正 */
.footer-center {
  display: flex;
  flex-direction: column;}

.link-column:nth-child(3) { /* 新增人才培养栏目 */
  flex: 0 0 120px;}

.qr-text {
  color: #a0b1c5;
  font-size: 12px;
  margin-top: 8px;}

/* 底部版权区修正 */
.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
      padding-top: 30px;
  text-align: left !important;}

.policy-links {
  margin-top: 0;
  gap: 15px;}

.policy-links a:not(:last-child)::after {
  content: "|";
  margin-left: 15px;
  color: #a0b1c5;}
