.content {
  background: url(../images/tzgg_banner.png) no-repeat top center;
  background-size: 100% 6.45rem;
}
.tzgg_top {
  padding: 0.5rem;
  border-radius: 0.1rem;
  background: url(../images/tzgg_top_bg.jpg) no-repeat right center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tzgg_top .img_text_date {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 150%;
  letter-spacing: 0em;
  color: rgba(9, 60, 153, 0.65);
  margin-bottom: 0.3rem;
}
.tzgg_top .img_text_title {
  max-width: 60%;
}
.tzgg_top .img_text_title a {
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #03418e;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
  margin-bottom: 0.5rem;
}
.tzgg_top .more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.46rem;
  height: 0.43rem;
  border-radius: 0.01rem;
  background: var(--mainColor);
  font-size: 0.18rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.tzgg_ul {
  box-sizing: border-box;
  margin-left: 0rem;
  margin-right: 0rem;
}
.tzgg_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tzgg_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0rem;
  padding-right: 0rem;
  float: left;
}
.tzgg_ul > li:nth-child(n) {
  margin-top: 0;
}
.tzgg_ul > li:nth-child(n)::after {
  display: block;
}
.tzgg_ul > li:nth-child(n + 1) {
  margin-top: 0.3rem;
}
.tzgg_ul > li:nth-child(1) {
  margin-top: 0;
}
.tzgg_ul > li:nth-child(1n)::after,
.tzgg_ul > li:last-child::after {
  display: none;
}
.tzgg_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tzgg_ul li a {
  transition: box-shadow 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0.2rem 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0.01rem solid #e0e7f0;
}
.tzgg_ul li .info_left {
  flex-shrink: 0;
  height: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  padding-right: 0.4rem;
  width: 1.1rem;
  position: relative;
}
.tzgg_ul li .info_left b {
  transition: all 0.3s;
  font-size: 0.32rem;
  font-weight: normal;
  color: #b7b8ba;
}
.tzgg_ul li .info_left span {
  transition: all 0.3s;
  font-size: 0.16rem;
  font-weight: normal;
  color: #b7b8ba;
}
.tzgg_ul li .info_right {
  padding: 0 0.25rem;
  width: calc(100% - 1.1rem);
}
.tzgg_ul li .info_right h6 {
  transition: all 0.3s;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
.tzgg_ul li .more {
  flex-shrink: 0;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 140%;
  letter-spacing: normal;
  color: var(--mainColor);
}
.tzgg_ul li .more span {
  display: inline-block;
  padding-right: 0.3rem;
  background: url(../images/title_more.png) no-repeat right center;
  background-size: contain;
}
.tzgg_ul li:hover a {
  background: url(../images/xxgk_text_bg.jpg) no-repeat right bottom;
  background-size: contain;
  background-color: #fff;
  box-shadow: 0rem 0.27rem 0.21rem -0.1rem #c4c4c4;
}
.tzgg_ul li:hover .info_left b,
.tzgg_ul li:hover .info_left span,
.tzgg_ul li:hover .info_right h6 {
  color: #00418d;
}
