.header {
  height: 625px;
  background: url(../images/header-bg.png) no-repeat center;
}

.content {
  margin-bottom: 10px;
}

.block {
  width: 1117px;
  margin: auto;
}

.line {
  height: 2px;
  flex: auto;
}

.block-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.yellow-bg {
  background: #fef8e8;
}

.title-text {
  font-size: 38px;
  color: #c31c06;
  font-weight: bold;
  margin: 40px 20px;
}

.left-img {
  width: 536px;
  height: 308px;
}

.block-container {
  display: flex;
  width: 100%;
}

.block-container-l {
  padding: 20px 23px 40px 23px;
}

.block-container-r {
  padding: 18px 4px;
}

.article {
  line-height: 47px;
  color: #4c4c4c;
  text-indent: 2em;
  font-size: 24px;
  letter-spacing: 1.2px;
}

.box-wrap {
  width: 352px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background-color: #fef8e8;
  padding-bottom: 30px;
}

.space {
  justify-content: space-between;
}


.box-title {
  color: #fef4d8;
  font-size: 29px;
  letter-spacing: 2px;
  background: #c31c06;
  height: 59px;
  line-height: 59px;
  text-align: center;
}

.box-container {
  padding: 30px 20px;

}

.list-item {
  padding: 10px 0;
  border-bottom: 1px dashed #e08a77;
}

.list-item-content {
  font-size: 22px;
  color: #c31c06;
  overflow: hidden;
  text-overflow: ellipsis;
  /* font-weight: bold; */
  white-space: nowrap;
  line-height: 35px;
}

.list-time {
  color: #b7b3aa;
  font-size: 18px;
  line-height: 30px;

}

.box-footer {
  text-align: center;
}

.more-bt {
  margin: auto;
  background: #c31c06;
  width: 108px;
  font-size: 16px;
  line-height: 29px;
  border-radius: 20px;
  height: 29px;
  color: #fff;
  cursor: pointer;
}

.noborder {
  border: none !important;
  font-size: 22px;
  position: relative;
  padding: 6px;
}

.noborder::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #c31c06;
  border-radius: 4px;
  position: absolute;
  top: 25px;
  left: -25px;
}

.jcbox {
  padding: 0 20px;
  width: 440px;
  margin-left: 30px;
  border-left: 3px solid #c31c06;
  height: 312px;
}

.nav-bar {
  margin-top: 60px;
  margin-bottom: 40px;
  height: 128px;
  border-radius: 20px;
  background: url(../images/nav-bg.png) no-repeat;
  background-size: 100%;
}

.item-warp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.noflex {
  display: block !important;
  padding-bottom: 30px;


}

.item-box {
  width: 126px;
  height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #c31c06;
  margin-bottom: 12px;
}

.item-text {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
  line-height: 18px;
}

.item-icon {
  margin-bottom: 10px;
}

.left-content {
  width: 154px;
  height: 275px;
  border-radius: 20px;
  background: #c31c06;
  display: flex;
  font-size: 27px;
  line-height: 40px;
  color: #fef4d8;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.middle-img {
  width: 383px;
  height: 275px;
}

.right-content {
  width: 530px;
}

.table-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #e7a299;
  padding: 21px;
}

.table-item-text {
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 21px;
  color: #c31c06;
}

.table-item-time {
  font-size: 19px;
  color: #b7b3aa;
}

.nav-img {
  width: 361px;
  height: 227px;
}

.footer {
  margin-top: 50px;
  border-top: 1px solid #c31c06;
  padding: 20px;
  text-align: center;

}

.footer-href {
  color: #4367ad;
  font-size: 15px;
  margin-bottom: 20px;
}

.footer-href span {
  padding: 0 10px 0 9px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
}

.footer-href :first-child {
  border-right: 1px solid #4367ad;

}

.footer-href :last-child {
  border-left: 1px solid #4367ad;

}

.web-info {
  color: #666666;
  font-size: 13px;
  line-height: 30px;
}

.bn_icon {
  width: 16px;
  vertical-align: middle;
}