.hxdj_top {
  position: relative;
}
.hxdj_top .w {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.hxdj_top img {
  width: 100%;
  vertical-align: top;
}
.hxdj_top .logo {
  position: absolute;
  left: 0;
  top: 20px;
}
.hxdj_nav {
  background-color: #9d0200;
}
.hxdj_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hxdj_nav ul li {
  line-height: 70px;
}
.hxdj_nav ul li a {
  color: #fff;
  font-size: 24px;
  text-align: center;
  display: block;
  position: relative;
}
.hxdj_nav ul li:first-child a img {
  margin-right: 35px;
  vertical-align: middle;
}
.hxdj_nav ul li a::after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  margin-left: -35px;
  left: 50%;
  opacity: 0;
}
.hxdj_nav ul li:hover a::after,
.hxdj_nav ul li.on a::after {
  opacity: 1;
}
.hxdj_content {
  padding-top: 20px;
}
.hxdj_content .title {
  border-bottom: 1px solid #dedede;
}
.hxdj_content .title a {
  font-size: 26px;
  color: #ae0e0a;
  font-weight: 600;
  padding: 20px 40px 20px;
  display: inline-block;
  position: relative;
}
.hxdj_content .title a::after {
  content: '';
  width: 186px;
  height: 1px;
  background-color: #ae0e0a;
  position: absolute;
  left: 0;
  bottom: 0;
}
.hxdj_content .dflz ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.hxdj_content .dflz ul li {
  width: 48.5%;
  border-bottom: 1px dashed #d1d1d1;
}
.hxdj_content .dflz ul li a {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  padding: 10px 0;
  color: #333;
  padding-left: 15px;
  background: url(../images/hxdj_dot.png) no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 78%;
}
.hxdj_content .dflz ul li span {
  float: right;
  padding: 10px 0;
  font-size: 18px;
  line-height: 40px;
  color: #333;
}
.ghgz .clearfix {
  margin-top: 30px;
}
.ghgz .ghgz_l {
  float: left;
}
.ghgz .ghgz_l img {
  width: 630px;
  height: 418px;
}
.ghgz .ghgz_r {
  float: right;
  width: 630px;
}
.ghgz_item li {
  border: 1px solid #d2d2d2;
  margin-bottom: 21px;
}
.ghgz_item li:last-child {
  margin-bottom: 0;
}
.ghgz_item li:hover {
  border-color: #d63b1f;
}
.ghgz_item li a {
  display: flex;
  padding: 30px;
}
.ghgz_item .ghgz_item_time {
  width: 100px;
  border-right: 2px solid #a40000;
}
.ghgz_item .ghgz_item_time span {
  font-size: 30px;
  color: #9d0200;
  display: block;
  text-align: center;
}
.ghgz_item .ghgz_item_time p {
  font-size: 18px;
  text-align: center;
  color: #666;
}
.ghgz_item .ghgz_item_title {
  max-width: 79%;
  font-size: 18px;
  line-height: 32px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制最多显示3行 */
  overflow: hidden;
  text-overflow: ellipsis; /* 可选，部分浏览器不生效 */
  word-break: break-word;
  margin-left: 20px;
}
.djbottom {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.red_footer {
  background-color: #9d0200;
  padding-bottom: 35px;
}
.red_footer .footer_right {
  padding-left: 100px;
}
