body {
  padding: 0;
  margin: 0;
  min-width: 1900px;
  font-family: "Source Han Sans";
  letter-spacing: 1px;
  position: relative;
}
.newsContent img{
    border:1px solid #d7d7d7!important;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
h2 {
  margin: 30px 0 0;
  letter-spacing: 4px;
}
.content1 {
  width: 100%;
  height: 470px;
  background: url(./img/newsInformation/Frame133071.png);
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.c1Item {
  margin-right: 360px;
  margin-top: 100px;
  margin-bottom: 30px;
}
.c1Box {
  width: 500px;
  min-height: 200px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 28px;
}
.c1Box > h5 {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0 0 10px;
}
.c1Box h4 {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0;
}
.c1Box > p {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 10px 0 0;
}
.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;
  flex-direction: column;
}
.detailContent {
  width: 1200px;
  padding-bottom: 20px;
}
.detailBoxTop {
}
.detailBoxTop h2 {
  /*width: 824px;*/
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  line-height: 38px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.titleBox {
  display: flex;
  justify-content: center;
}
.titleBox p {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 20px;
}
.relatedNews {
    width: 1200px;
    padding-top: 30px;
    border-top: 1px solid #C4C4C4;
}
.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;
}
.TextBox h4{
    height: 46px;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.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;
}
