.header-zt1 {
  width: 100%;
  height: 50vh;
  background-image: url(./header6.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.menu {
  width: 100%;
  height: 55px;
  background-color: #D7160E;
}

.menu-box {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.menu-li {
  flex: 1;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
  position: relative;
  font-weight: bold;
}

.menu-li::after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  font-weight: 100;
}

.menu-li:last-child::after {
  content: "";
}

.main-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D7160E;
  font-size: 30px;
  font-weight: Bold;
  margin: 50px 0 30px;
}

.main-text {
  text-indent: 2em;
  font-size: 18px;
  color: #666666;
  line-height: 33px;
}

.topNews {
  width: 100%;
  height: 437px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topNews-lunbo {
  width: 600px;
  height: 437px;
  display: flex;
}

.lunboImg {
  width: 600px;
  height: 437px;
}

.topNews-list {
  width: 572px;
  height: 437px;
  display: flex;
  flex-direction: column;
}

.topNews-list-title {
  width: 100%;
  height: 62px;
  background-color: #F3F8FD;
  position: relative;
}

.topNews-list-title-text {
  width: 182px;
  height: 62px;
  background-color: rgb(232, 57, 55);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  float: left;
}

.topNews-list-title-solid {
  width: 0px;
  height: 0px;
  position: absolute;
  left: 76px;
  bottom: -24px;
  border-top: 12px solid rgb(232, 57, 55);
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
}

.topNews-list-ul {
  width: 100%;
  margin-bottom: 25px;
}

.topNews-list-ul:last-child {
  margin-bottom: 0;
}

.topNews-list-li {
  width: 100%;
  height: 65px;
  display: flex;
}

.topNews-list-li:hover {
  background-color: rgb(232, 57, 55);
  color: #ffffff;
}

.topNews-list-li-date {
  width: 85px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.red {
  font-size: 18px;
  color: rgb(232, 57, 55);
}

.gray {
  color: #CFCFCF;
}

.topNews-list-li-text {
  width: calc(100% - 0px);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 10px;
}

.topNews-list-li-text div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.swiper-pagination {
  width: auto !important;
  right: 10px !important;
  left: auto !important;
}

.swiper-slide {
  position: relative;
}

.swiper-mark {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding-left: 2%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 20px;
  font-size: 111.11111%;
  padding-right: 6em;
}

.cn-dzjdt {
  width: 100%;
  height: 600px;
  background-color: #FDF7F7;
  margin-top: 50px;
}

.dzjdt-header {
  width: 100%;
  margin-bottom: 20px;
}

.dzjdt-header img {
  margin-top: 50px;
}

.heilong-dzjdt {
  width: 100%;
  /*height: 433px;*/
  background-image: url(./bg6.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.dzjdt-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dzjdt-list-li {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #E5DFDF;
}

.dzjdt-list-li-header {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.dzjdt-list-li-title {
  width: 90%;
  color: #000000;
  font-size: 18px;
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.heilong-dzjdt .main,
.cn-dzjdt .main {
  height: 100%;
}

.main-box {
  width: 100%;
  height: 360px;
  display: flex;
  margin-top: 50px;
}

.main-box-img {
  width: 550px;
  position: relative;
}

.main-box-mask {
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  padding: 15px 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-box-mask div {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.main-box-img img {
  width: 100%;
  height: 100%;
}

.main-box-list {
  width: 650px;
  padding-left: 40px;
}

.main-box-li {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #E5DFDF;
}

.main-box-li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.main-box-li-header {
  width: 100%;
  display: flex;
  align-items: center;
}

.main-box-li-header-icon {
  width: 9px;
  height: 9px;
  background-color: #E70010;
}

.main-box-li-header-title {
  width: 100%;
  color: #000000;
  font-size: 18px;
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main-box-li-text {
  width: 100%;
  color: #474747;
  font-size: 16px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.content-header {
  margin-top: 50px;
}

.content-box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.content-box-left {
  width: 550px;
}

.content-box-right {
  width: 600px;
}

.content-box-title {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #D72933;
}

.content-box-img {
  width: 163px;
  height: 40px;
  background-image: url(./bg6-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.content-box-ul {
  width: 100%;
  margin-top: 30px;
  font-size: 18px;
}

.content-box-li {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 15px 0;
}

.content-box-li span {
  margin-left: 1em;
}

.content-box-list {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content-box-list img {
  margin-top: 20px;
}