* {
  margin: 0;
  padding: 0;
}

.navList {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  /* color: #666; */
  padding: 20px;
}

.navList div {
  margin-right: 10px;
}

.navList div a {
  color: #666;
  font-size: 14px;
}

.navList div img {
  width: 7px;
  height: 13px;
}

.navList div:last-child a {
  color: #BA0021;
}

.particulars {
  cursor: pointer;
  width: 1200px;
  /* height: 2559px; */
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  margin: 0 auto;
}

.particulars .parti-tit {
  font-size: 24px;
  font-weight: bold;
  padding: 20px 30px;
  color: #333333;
}

.particulars .parti-time {
  display: flex;
  color: #999999;
  padding: 0 30px 20px;
}
.particulars .parti-cont{
  padding: 0 30px;
}
.particulars .parti-time p {
  border-right: 1px solid #C9C9C9;
  padding-right: 10px;
  margin-right: 10px;
}

.particulars .parti-time .parti-none {
  border-right: none;
}

/* .particulars .parti-cont {
  text-align: center;
} */

.particulars .parti-cont p {
  /* padding: 0 30px; */
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 2em;
}

.particulars .parti-cont p img {
   max-width: 100%;
}

.particulars .parti-cont div {
  text-align: center;
}

.particulars .first {
  margin: 15px 0;
}

.particulars .first div:nth-child(1) {
  font-size: 18px;
  /* font-family: Source Han Sans CN; */
  font-weight: bold;
  color: #BE0022;
  text-transform: capitalize;
  padding: 20px 30px;

}

.particulars .first .one {
  position: relative;
  display: inline-block;
}

.particulars .first .one:after {
  content: '';
  height: 1px;
  width: 90%;
  background-color: #BE0022;
  position: absolute;
  bottom: 0;
  left: 5%;
}

.particulars .first p {
  padding: 20px 30px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 2em;
}

.particulars .first div:nth-child(3) {
  text-align: center;
}

.particulars .parti-bor {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.particulars .parti-bor:after {
  content: '';
  height: 1px;
  width: 95%;
  background-color: #DFDFDF;
  position: absolute;
  bottom: -22px;
  left: 2.5%;
}

.particulars .pre-next {}


.particulars .pre-next {
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.particulars .pre-next .left-nowrap {
  text-overflow: ellipsis;
  max-width: 418px;
  width: fit-content;
  white-space: nowrap;
  overflow: hidden;
}
.particulars .pre-next .right-nowrap {
  text-overflow: ellipsis;
  max-width: 418px;
  width: fit-content;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
}

.precol {
  color: #111;
}

.precol:hover {
  border-bottom: 1px solid #0D1D76;
  color: #0D1D76;
}

.particulars .pre-flex {
  /* position: relative; */
  display: flex;
  align-items: center;
}

/* .particulars .pre-flex div {
  text-overflow: ellipsis;
  width: 418px;
  white-space: nowrap;
} */

.particulars .next-flex {
  display: flex;
  align-items: center;
}

.particulars .pre-next img {
  padding: 0 10px;
}

.other-news {
  width: 1200px;
  margin: 30px auto;
}

.other-news .other-title {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #111111;
  line-height: 48px;
  padding-bottom: 20px;
}

.other-news .other-flex {
  /* display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;

}

.other-news .other-flex .other-box {
  width: 387px;
  margin-bottom: 20px;

}

/* .content .cont_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
} */
.other-news .other-flex .other-img {
  font-size: 0;
  width: 100%;
}

.other-news .other-flex .other-img img {
  width: 386px;
  height: 238px;
  border-radius: 10px 10px 0 0;

}

.other-news .other-box .other-back {
  width: 374px;
  height: 233px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 0px 0px 10px 10px;
  padding: 15px 0px 15px 10px;
}

.other-news .other-box .other-back p:nth-child(1) {
  /* width: 349px; */
  /* height: 43px; */
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  width: 376px;
  height: 47px;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.other-news .other-box .other-back p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  padding-left: 5px;
  color: #666666;
  line-height: 26px;
  width: 367px;
  margin-top: 30px;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.other-news .other-box .other-back p:nth-child(3) {
  /* width: 72px; */
  /* height: 11px; */
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  /* line-height: 24px; */
  padding: 15px 0px 15px 10px;
}
