body {
    padding: 0;
    margin: 0;
    min-width: 1900px;
    font-family: "Source Han Sans";
    letter-spacing: 1px;
    position: relative;
  }
  h2 {
    margin: 30px 0 0;
    letter-spacing: 4px;
  }
  
  .content1 {
    width: 100%;
    height: 470px;
    background: url(./img/newsInformation/Frame13307.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c1Item {
    width: 1200px;
    /*display: flex;*/
    /*justify-content: flex-start;*/
    /*align-items: flex-end;*/
    padding-top: 240px;
  }
  .c1Item > h2 {
    margin: 0;
    font-weight: bold;
    font-size: 40px;
    color: #ffffff;
    line-height: 60px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  .content2 {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .c2Item {
    width: 1200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 360px;
  }
  .c2Item > img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  .c2Item > p > a:hover {
    color: #011eff;
  }
  .c2Item > p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: 1px;
  }
.content3{
    width: 100%;
    background: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    
}
.c3Container{
    width: 1200px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.c3Item{
    width: 100%;
    overflow: hidden;
}
.swiperItem{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.swiperItemImg{
    width: 670px;
    height: 320px;
    margin-right: 60px;
}
.swiperItemImg img{
    width: 100%;
    height: 100%;
}
.swiperItemRight{
    flex: 1;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px 0;
}
.c3Active{
    background: #325FFF;
    width: 60px;
    height: 4px;
    margin-right: 5px;
}
.TextBox{

}
.TextBox h4{
    margin: 0;
    font-weight: 500;
    font-size: 25px;
    color: #000000;
    line-height: 38px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 设置行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dateText{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.TextBox p{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.tagBox{
    display: flex;
}
.tagBoxItem{
    height: 36px;
    border-radius: 40px 40px 40px 40px;
    border: 1px solid #999999;
    padding: 2px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}
.tagBoxItem p{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.swiper-pagination {
    position: absolute;
    bottom: 10px; /* 根据需要调整 */
    text-align: center;
}

.content4{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5F5F5;
    padding-bottom: 60px;
}
.c4Item{
    width: 1200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.c4ItemTop{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
.c4TopTag:hover  a{
    border-color: #325FFF;
    color: #325FFF;
}
.c4TopTag a.clicked {
    border: none;
    background: #325FFF;
    color: #FFFFFF;
}
.c4TopTag{
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}
.c4TopTag a{
    font-weight: 400;
    font-size: 20px;
    color: #999999;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    border: 2px solid #999999;
    border-radius: 40px 40px 40px 40px;
    padding: 10px 40px;
}
.c4ItemBox{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.c4BoxCard{
    min-height: 402px;
    width: 33.3%;
    margin-bottom: 20px;
}
.c4BoxCardItem{
    width: 370px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.c4CardItemImg{
    width: 370px;
    height: 250px;
}
.c4CardItemImg img{
    width: 100%;
    height: 100%;
}
.c4CardItemText{
    flex: 1;
     width: 370px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
    border-radius: 0px 0px 0px 0px;
    box-sizing: border-box;
    padding: 10px;
}
.c4CardItemText h4{
    height: 46px;
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    /*lmp*/
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    /*lmp*/
}
.c4dateText{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.c4tagBoxItem{
    height: 36px;
    border-radius: 40px 40px 40px 40px;
    border: 1px solid #999999;
    padding: 2px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}
.c4tagBoxItem p{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.retangle{
    width: 60px;
    height: 4px;
    background: #D9D9D9;
    margin-right: 5px;
}