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%;
  /*background: #e3e9f3;*/
  background: url(./img/newsInformation/Frame133072.png);
  height: 470px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c1Item {
  width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c1TextBox {
  flex: 1;
}
.c1TextBox h2 {
  margin: 0;

  font-weight: bold;
  font-size: 54px;
  color: #000000;
  line-height: 63px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.c1TextBox h4 {
  margin: 0;
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  line-height: 54px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 40px;
}
.tagBox {
  display: flex;
  margin-top: 30px;
}
.tagItem {
  margin-right: 20px;
}
.tagItem p {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.c1ImgBox {
  width: 230px;
  margin-left: 40px;
}
.c1ImgBox img {
  width: 230px;
  min-height: 387px;
  background-size: contain; /* 或使用 'contain'，取决于需要 */
  background-position: center; /* 确保图片居中显示 */
  background-repeat: no-repeat; /* 防止图片重复 */
}

.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-bottom: 60px;
}
.c3Item {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  margin-top: 60px;
}
.detailContent {
}
.cardGroup {
  display: flex;
  flex-direction: column;
}
.cardGroup1 {
  width: 340px;
}
.cardHead{
    width: 340px;
    height: 68px;
    background: linear-gradient( 90deg, #346DFF 0%, #1EA9FA 100%);
    border-radius: 10px 10px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cardHead p{
   
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 43px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.cardBody{
    width: 340px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
    border-radius: 0px 0px 10px 10px;
    box-sizing: border-box;
    padding: 20px;
}
.cardBodyItem{

}
.c3BodyItemTop{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCCCCC;
}
.c3CardItemLeft{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.c3CardItemLeft > p{
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 10px;
}
.c3circle{
    width: 42px;
    height: 34px;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c3circle > p{
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.c3CardItemRight{
    width: 20px;
    height: 20px;
}
.c3CardItemRight > img{
    width: 100%;
    height: 100%;
}
.cardGroup2 {
  width: 340px;
}
.c3BodyItemBody{
    padding-bottom: 5px;
    border-bottom: 1px solid #CCCCCC;
}

.c3BodyItemTop.active .c3CardItemLeft p,
.c3BodyItemTop.active .c3circle,
.c3BodyItemTop.active .c3circle p {
    color: blue;
    border-color: blue;
}
.c3BodyItemBody p.active {
    color: blue;
}
.cardGroup2{
    margin-top: 30px;
}
.companyCard{
    padding: 20px;
    width: 340px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
    border-radius: 0px 0px 10px 10px;
    box-sizing: border-box;
}
.cardTitle{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.cardTitle> p:first-child{
    color: #325FFF;
}
.cardImgGroup{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.cardImgGroup > img{
    width: 150px;
    height: 150px;
}
.youbottom{
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
}
.youwidth{
    width: 160px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.cardImgGroup>p{
   
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}















.content4{
    width: 100%;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}
.relatedNews {
    width: 1200px;
    padding-top: 30px;
}
.relatedNews h2 {
  font-size: 40px;
  color: #000000;
  line-height: 60px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  font-weight: bold;
}
.relatedNewsBox{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.swiperBox{
    width: 1200px;
    display: flex;
    overflow: hidden;
}

.swiperItemImg{
    width: 370px;
    height: 250px;
}
.swiperItemImg img{
    width: 100%;
    height: 100%;
}
.swiperItemRight{
    width: 370px;
    box-sizing: border-box;
    background: #FFFFFF;
    padding: 20px;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
}
.TextBox h4{
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 设置行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tagBox{
    display: flex;
    margin-top: 20px;
}
.tagBoxItem{
    padding: 10px 20px;
    border-radius: 40px 40px 40px 40px;
    border: 1px solid #999999;
    margin-right: 10px;
    margin-top: 10px;
}
.tagBoxItem p{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0;
}
.dateText{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0;
    margin-top: 20px;
}