*{
    box-sizing: border-box;
}
/* 第一部分主体区域 */
.one{
    width: 100%;
    position: relative;
}



.header-one{
    width: 100%;
    height: 520px;
    background-image:url("../images/PartyBuilding-img/img1.png");
    background-repeat: no-repeat;
    background-size: cover;

}

.container-one{
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    width: auto;
    top: 340px;
    left: 20px;
    right: 20px;
    height: 460px;
    background-image: url("../images/PartyBuilding-img/img2.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 30px 0 40px;
    
    
}

.container-one p{
    font-size: 14px;
    text-align: justify;
}

.title-one{
    text-align: center;
    margin-top: 20px;
   
}
.content-one{
    text-indent: 2em;
    line-height: 30px;
    
}

.empty{
    width: 100%;
    height: 380px;
    background-color: #F4F6F7;
}

/* 第二、三部分主体区域代码css */
.two{
    padding: 20px 20px ;
    background-color: #F4F6F7;
}
.header-two{  
    font-size: 20px;
    width: 290px;
    height: 75px;
    padding: 25px 0 0 90px ;
    background-image: url("../images/PartyBuilding-img/img3.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
}

.container-two{
    height: 450px;
    background-color: #FFFFFF;
    padding: 30px ;
}

.container-two a{
    text-decoration: none;
    
}

.maxtitle-two{
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}

.mintitle-two{
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}

.content-two{
    line-height: 30px;
    font-size: 14px; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.more-two{
    margin-top: 20px;
    text-align: right;
    color: red;
}

.hollow-two{
    height: 20px;
    background-color: #F4F6F7;
}

/* 第三部分区域代码 */
.container-three{
    height: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #FFFFFF;
    padding: 30px ;
}

.container-three a{
    text-decoration: none;
}

.maxtitle-three{
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}

.mintitle-three{
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}

.content-three{
    
    line-height: 30px;
    font-size: 14px;
    text-indent: 2em;
 
  /* 2. 核心属性（缺一不可） */
  display: -webkit-box; /* 转为 WebKit 弹性盒 */
  -webkit-line-clamp: 8; /* 限制显示行数（例如 3 行） */
  -webkit-box-orient: vertical; /* 垂直排列文本 */
  overflow: hidden; /* 隐藏超出内容 */

}

.more-three{
    margin-top: 20px;
    text-align: right;
    color: red;
}

/* 第四、五部分主体区域代码 */

.four{
    background-color: #F4F6F7;
    padding: 30px 20px;
}

.header-four{
    font-size: 20px;
    width: 290px;
    height: 75px;
    padding: 25px 0 0 90px ;
    background-image: url("../images/PartyBuilding-img/img3.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
}

.ul-items-four{
    list-style: none;
    padding: 0;
    margin: 0;
}

.ul-items-four:first-child{
    margin-top: 30px;
}

.ul-items-four a{
    text-decoration: none;
}

.li-item-four{
    display: flex;
    align-items: center;
    height: 60px;
    font-size: 16px;
    width: 310px;
}

.title-four{
  display: block;
     /* 1. 限制容器宽度（必需，定义“超出”的基准） */
  width: 310px; /* 或使用 max-width: 200px; 根据需求选择 */
  /* 2. 强制文本在一行显示（阻止自动换行） */
  white-space: nowrap;
  /* 3. 隐藏超出容器的内容 */
  overflow: hidden;
  /* 4. 超出部分用省略号代替（核心属性） */
  text-overflow: ellipsis;
}

.more-four{
    margin-top: 30px;
    text-align: right;
}

.box-four{
    width: 5px;
    height: 5px;
    margin: 0 5px 0 0 ;
    background-color: red;
}

.body-four a{
    text-decoration: none;
    color: #3D3D3D;
}





