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/Frame133072.png);
  background-size: cover;
  position: relative;
}
.c1Item {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c1TextBox {
  width: 100%;
  height: 175px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.89) 100%
  );
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 360px;
  box-sizing: border-box;
}
.c1TextBox h2 {
  font-weight: bold;
  font-size: 40px;
  margin: 0;
  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: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 60px;
}
.c3Item {
  width: 1200px;
}
.c3TopBar {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.c3TopBarBox {
  width: 16.6%;
  margin-bottom: 20px;
}
.c3TextBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c3TextBox a {
  width: 170px;
  height: 60px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  /* line-height: 60px; */
  text-align: center;
  font-style: normal;
  text-transform: none;
  border-radius: 2px;
  border: 1px solid #999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c3Clicked {
  background: #325fff;
  color: #ffffff !important;
}
.c3Container{
    width: 100%;
}
.c3Box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
.c3BoxLeft{
    width: 580px;
    height: 380px;
    margin-right: 40px;
}
.c3BoxLeft img{
    width: 100%;
    height: 100%;
}
.c3BoxRight{
    flex: 1;
    height: 380px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #D9D9D9;
}
.c3BoxRightItem{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.c3BoxRightItem h4{
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 23px;
    text-align: left;
    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: 16px;
    color: #333333;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 20px;
}
.tagGroup{
    display: flex;
    margin-top: 20px;
}
.tagBox{
    padding: 10px 20px;
    border-radius: 40px 40px 40px 40px;
    border: 1px solid #999999;
}
.tagBox p{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0;
}
.c3TextP{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 10; /* 设置行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c3Page{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.c3preIcon{
    width: 53px;
    height: 30px;
    margin: 0 10px;
}
.c3preIcon img{
    width: 100%;
    height: 100%;
}
.c3nextIcon{
    width: 53px;
    height: 30px;
    margin: 0 10px;
}
.c3nextIcon img{
    width: 100%;
    height: 100%;
}
.c3PageBox{
    display: flex;
}
.c3pageNumber{
    width: 30px;
    height: 30px;
    border-radius: 90px 90px 90px 90px;
    border: 1px solid #999999;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
   
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.c3Active {
    border-color: #325fff;
    color: #325fff !important;
  }