.z_head {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-sizing: border-box;
  padding-left: 3%;
  padding-right: 2rem;
  z-index: 99;
}
.z_head .z_logo img {
  height: 2rem;
}
.z_head .z_yy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column;
  margin-left: 25px;
}
.z_head .z_yy a {
  display: flex;
  align-items: center;
  margin: 0.2rem 0;
  font-size: 0.8rem;
  color: #666666;
  text-transform: uppercase;
}
.z_head .z_yy a img {
  height: 1.5rem;
  margin-right: 0.3rem;
}
.z_banner {
  width: 100%;
  float: left;
  margin-top: 4rem;
}
.z_banner img {
  width: 100%;
  float: left;
}
.z_banner .num {
  position: absolute;
  background: #fff;
  color: #0027c0;
  font-size: 1.2rem;
  right: 3%;
  bottom: 0;
  z-index: 9;
  display: flex;
  align-items: flex-end;
  padding: 0.5rem 40px;
}
.z_banner .num .n1 {
  font-family: '思源黑体SC-Bold';
}
.z_banner .num .n2 {
  font-size: 0.9rem;
  color: #666666;
}
.z_banner .swiper-button-next,
.z_banner .swiper-button-prev {
  outline: none;
  width: 24px;
  height: 22px;
  opacity: 1;
  margin-top: -11px;
  background-size: 65% !important;
}
.z_banner .swiper-button-next {
  background: url(../images/right.png) no-repeat right;
  right: 10px;
}
.z_banner .swiper-button-next::after {
  content: initial;
}
.z_banner .swiper-button-prev {
  background: url(../images/left.png) no-repeat left;
  left: 10px;
}
.z_banner .swiper-button-prev::after {
  content: initial;
}
.z_aa {
  width: 100%;
  float: left;
  background: url(../images/bg.png) no-repeat bottom;
  background-size: cover;
}
.z_aa .font {
  width: 94%;
  float: left;
  margin-left: 3%;
  font-size: 0.8rem;
  color: #666666;
  line-height: 1.5;
  text-align: justify;
}
.z_title {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 1.5;
  margin: 1rem 0;
}
.z_title h3 {
  font-size: 1.5rem;
  color: #0027c0;
  font-family: '思源黑体SC-Bold';
}
.z_title h3 span {
  font-family: '思源黑体SC-Bold';
  color: #333;
}
.z_title font {
  font-size: 1rem;
  color: #999999;
  display: block;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.5rem;
}
.z_title font::before {
  content: "";
  position: absolute;
  background: #0027c0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  width: 2rem;
  bottom: 0;
}
.shuzi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 94%;
  float: left;
  margin-left: 3%;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.shuzi ul {
  display: flex;
  align-items: center;
}
.shuzi ul li {
  margin-right: 1rem;
  text-align: center;
  line-height: 1.5;
}
.shuzi ul li h3 {
  color: #0027c0;
}
.shuzi ul li h3 font {
  font-family: '思源黑体SC-Bold';
  font-size: 2rem;
}
.shuzi ul li h3 span {
  font-family: '思源黑体SC-Bold';
  font-size: 1.5rem;
}
.shuzi ul li h4 {
  font-size: 0.8rem;
  color: #333333;
}
.shuzi .a img {
  height: 2rem;
}
.z_zhuanli {
  width: 98%;
  float: left;
  margin: 1rem 1%;
  background: url(../images/bg1.png) no-repeat left bottom;
  background-size: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.z_zhuanli a {
  display: block;
  width: 30%;
  margin: 0 1.5%;
}
.z_zhuanli a img {
  width: 100%;
}
.z_fzlc {
  width: 100%;
  float: left;
  background: url(../images/bg.jpg);
}
.z_fzlc .title {
  width: 94%;
  float: left;
  margin-left: 3%;
  margin-top: 1.5rem;
  position: relative;
  line-height: 1.5;
}
.z_fzlc .title h3 {
  font-size: 2rem;
  color: #0027c0;
}
.z_fzlc .title h4 {
  font-size: 1rem;
  color: #163fdc;
}
.z_fzlc .title h5 {
  font-size: 0.8rem;
  color: #616163;
  text-transform: uppercase;
}
.z_fzlc .title img {
  position: absolute;
  left: 53%;
  bottom: -2rem;
  width: 35%;
}
.z_fzlc ul {
  width: 22.8rem;
  float: right;
  background: url(../images/shou.png) no-repeat right top;
  background-size: 93% 124%;
  padding-bottom: 2rem;
  padding-top: 5rem;
  padding-right: 3%;
  box-sizing: border-box;
}
.z_fzlc ul li {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.z_fzlc ul li font {
  font-size: 0.8rem;
  color: #333333;
  width: 90%;
}
.z_fzlc ul li i {
  background: #0027c0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin-left: 1rem;
  margin-right: 0.5rem;
}
.z_fzlc ul li span {
  font-size: 0.9rem;
  color: #0027c0;
}
.z_fzlc ul li:nth-child(1) {
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 1rem;
}
.z_fzlc ul li:nth-child(1) i {
  margin-right: 0.2rem;
}
.z_fzlc ul li:nth-child(2) {
  justify-content: flex-end;
  width: 96%;
  margin-bottom: 0.5rem;
}
.z_fzlc ul li:nth-child(3) {
  margin-bottom: 1rem;
}
.z_fzlc ul li:nth-child(3) font {
  width: 73%;
}
.z_fzlc ul li:nth-child(3) i {
  margin-left: 1.5rem;
}
.z_fzlc ul li:nth-child(3) span {
  margin-top: 1.5rem;
  margin-left: -0.3rem;
}
.z_fzlc ul li:nth-child(4) {
  margin-bottom: 1rem;
}
.z_fzlc ul li:nth-child(4) font {
  width: 73%;
  text-align: justify;
}
.z_fzlc ul li:nth-child(4) i {
  margin-right: 1rem;
}
.z_fzlc ul li:nth-child(5) {
  margin-bottom: 1rem;
}
.z_fzlc ul li:nth-child(5) font {
  width: 61.5%;
}
.z_fzlc ul li:nth-child(5) i {
  margin-right: 1.5rem;
}
.z_fzlc ul li:nth-child(6) {
  justify-content: flex-start;
  margin-bottom: 0.5rem;
}
.z_fzlc ul li:nth-child(6) font {
  width: 57%;
}
.z_fzlc ul li:nth-child(7) {
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.z_fzlc ul li:nth-child(7) font {
  width: 37%;
}
.z_fzlc ul li:nth-child(7) i {
  margin-right: 1rem;
  margin-top: -1rem;
}
.z_fzlc ul li:nth-child(7) span {
  margin-top: -1rem;
}
.z_fzlc ul li:nth-child(8) {
  margin-bottom: 1rem;
  margin-left: 29%;
}
.z_fzlc ul li:nth-child(8) font {
  width: 54%;
}
.z_fzlc ul li:nth-child(8) i {
  margin-left: 0.5rem;
}
.z_fzlc ul li:nth-child(9) {
  margin-bottom: 1rem;
  margin-left: 22%;
}
.z_fzlc ul li:nth-child(9) font {
  width: 62%;
}
.z_fzlc ul li:nth-child(9) i {
  margin-left: 1.4rem;
}
.z_fzlc ul li:nth-child(10) {
  margin-bottom: 0.7rem;
}
.z_fzlc ul li:nth-child(10) i {
  margin-left: 1rem;
}
.z_fzlc ul li:nth-child(10) span {
  margin-left: 0.4rem;
}
.z_fzlc ul li:nth-child(11) {
  margin-bottom: 0.5rem;
}
.z_fzlc ul li:nth-child(11) i {
  margin-left: -0.7rem;
  margin-top: 0.4rem;
}
.z_fzlc ul li:nth-child(11) span {
  margin-left: 0.3rem;
}
.z_fzlc ul li:nth-child(12) font {
  top: 1rem;
  position: relative;
}
.z_fzlc ul li:nth-child(12) i {
  margin-left: -0.8rem;
  margin-top: 1.3rem;
}
.z_fzlc ul li:nth-child(12) span {
  position: relative;
  left: -0.3rem;
  margin-top: -0.3rem;
}
.z_fzlc .img {
  width: 94%;
  float: left;
  margin-left: 3%;
  display: flex;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 1rem;
}
.z_fzlc .img img {
  width: 55%;
}
.z_fzlc .img img:nth-child(1) {
  width: 45%;
  margin-bottom: 1rem;
}
.z_gg {
  width: 100%;
  float: left;
}
.z_gg img {
  width: 100%;
  float: left;
}
.z_pp1 {
  width: 97%;
  float: right;
  white-space: nowrap;
  overflow: auto;
  font-size: 0;
}
.z_pp1::-webkit-scrollbar {
  display: none;
}
.z_pp1 a {
  font-size: 0.9rem;
  color: #333333;
  border: 1px solid #b7b7b7;
  display: inline-block;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1rem;
  margin-right: 3%;
}
.z_pp1 a.active {
  background: #0027c0;
  color: #fff;
}
.z_pp2 {
  width: 94%;
  float: left;
  margin-left: 3%;
}
.z_pp2 .li {
  display: none;
}
.z_pp2 .li.on {
  display: block;
}
.z_pp2 ul li {
  float: left;
  width: 48.5%;
  margin-top: 1.5rem;
}
.z_pp2 ul li a img {
  width: 100%;
  float: left;
}
.z_pp2 ul li a font {
  display: block;
  text-align: center;
  padding-top: 0.5rem;
  font-size: 0.8rem;
  color: #333333;
  width: 100%;
  float: left;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;

}
.z_pp2 ul li:nth-child(2n+0) {
  float: right;
}
.z_more {
  width: 100%;
  float: left;
  margin: 1.5rem 0;
  text-align: center;
}
.z_more a img {
  height: 2rem;
}
.z_cc {
  width: 100%;
  float: left;
  background: #f7f5f6;
}
.z_cc .title {
  width: 94%;
  float: left;
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
  margin-left: 3%;
}
.z_cc .title h3 {
  font-size: 1.5rem;
  color: #0027c0;
  font-family: '思源黑体SC-Bold';
  margin-right: 0.5rem;
}
.z_cc .title h3 span {
  font-family: '思源黑体SC-Bold';
  color: #333;
}
.z_cc .title font {
  font-size: 1rem;
  color: #999999;
  display: block;
  text-transform: uppercase;
  position: relative;
}
.z_cc ul {
  width: 97%;
  float: right;
  white-space: nowrap;
  overflow: auto;
  font-size: 0;
  margin-bottom: 2rem;
}
.z_cc ul::-webkit-scrollbar {
  display: none;
}
.z_cc ul li {
  display: inline-block;
  width: 40%;
  margin-right: 3%;
}
.z_cc ul li a img {
  width: 100%;
  float: left;
}
.z_cc ul li a font {
  display: block;
  text-align: center;
  padding-top: 0.5rem;
  font-size: 0.8rem;
  color: #333333;
  width: 100%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.z_youshi {
  width: 94%;
  float: left;
  margin-left: 3%;
  margin-top: 1.5rem;
}
.z_youshi ul li {
  width: 100%;
  float: left;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
}
.z_youshi ul li h3 {
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
  text-align: center;
  font-family: '思源黑体SC-Bold';
  line-height: 3rem;
  color: #0027c0;
  box-sizing: border-box;
  border: 1px solid #0027c0;
  border-radius: 50%;
  margin-top: 1rem;
  font-size: 1.2rem;
}
.z_youshi ul li .dt {
  flex: 1;
  width: 100%;
  line-height: 1.5;
}
.z_youshi ul li .dt h4 {
  font-size: 1rem;
  color: #333333;
  position: relative;
  font-family: '思源黑体SC-Bold';
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.z_youshi ul li .dt h4 span {
  display: block;
  font-size: 0.7rem;
  color: #0027c0;
  text-transform: uppercase;
  font-family: '思源黑体SC-Regular';
}
.z_youshi ul li .dt h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #c9c9c9;
  height: 4px;
  width: 3rem;
}
.z_youshi ul li .dt font {
  display: block;
  font-size: 0.8rem;
  color: #666666;
}
.z_nn {
  width: 100%;
  float: left;
  background: #f7f5f6;
}
.z_nn ul {
  width: 94%;
  float: left;
  margin-top: 0.5rem;
  margin-left: 3%;
}
.z_nn ul li {
  width: 48.5%;
  float: left;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #999999;
}
.z_nn ul li a img {
  width: 100%;
  float: left;
}
.z_nn ul li a h3 {
  display: block;
  text-align: center;
  padding-top: 0.5rem;
  font-size: 1rem;
  color: #333333;
  width: 100%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.z_nn ul li a font {
  display: block;
  padding-top: 0.5rem;
  font-size: 0.8rem;
  color: #333333;
  width: 100%;
  float: left;
  overflow: hidden;
  height: 2.5rem;
  line-height: 1.5;
}
.z_nn ul li a span {
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  color: #999999;
  width: 100%;
  float: left;
  height: 2rem;
}
.z_nn ul li a span img {
  width: 1rem;
  margin-right: 0.3rem;
}
.z_nn ul li:nth-child(2n+0) {
  float: right;
}
.z_foot {
  position: fixed;
  background: #0023bf;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 4rem;
}
.z_foot a {
  text-align: center;
  line-height: 1.2;
}
.z_foot a img {
  width: 2rem;
}
.z_foot a font {
  display: block;
  font-size: 0.8rem;
  color: #fff;
}
.z_weizi {
  border-bottom: 1px solid #999999;
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 3%;
  display: flex;
  align-items: center;
  height: 3rem;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.z_weizi img {
  margin-right: 0.3rem;
  height: 1rem;
}
.z_weizi span {
  color: #0027c0;
}
.z_show {
  width: 94%;
  float: left;
  margin-left: 3%;
  font-size: 0.8rem;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 1rem;
overflow:auto;
}
.z_show h3 {
  font-size: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: '思源黑体SC-Bold';
}
.g_info {
  margin-bottom: 10px;
}
.z_show h4 {
  margin-bottom: 1.5rem;
  font-size: 0.7rem;
}
.z_show table{width:100% !important;}

.z_fanye {
  width: 94%;
  float: left;
  margin: 1.5rem 3%;
  line-height: 1.5;
  font-size: 0.9rem;
  color: #0027c0;
}
.z_fanye a {
  color: #0027c0;
}
.z_aa1 {
  width: 94%;
  float: left;
  font-size: 0.8rem;
  color: #333333;
  line-height: 1.5;
  margin: 1rem 3%;
}
.z_aa1 h3 {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-family: '思源黑体SC-Bold';
  color: #0027c0;
}
.z_shuzi1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94%;
  float: left;
  margin-left: 3%;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.z_shuzi1 ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 70%;
}
.z_shuzi1 ul li {
  text-align: center;
  line-height: 1.5;
}
.z_shuzi1 ul li h3 {
  color: #0027c0;
}
.z_shuzi1 ul li h3 font {
  font-family: '思源黑体SC-Bold';
  font-size: 2rem;
}
.z_shuzi1 ul li h3 span {
  font-family: '思源黑体SC-Bold';
  font-size: 1.5rem;
}
.z_shuzi1 ul li h4 {
  font-size: 0.8rem;
  color: #333333;
}
.z_rongyu {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0 10%;
}
.z_rongyu ul li {
  width: 100%;
  float: left;
  margin-bottom: 1.5rem;
  border: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
.z_rongyu ul li .dt {
  width: 70%;
}
.z_rongyu ul li img {
  width: 3rem;
  margin-right: 1rem;
}
.z_rongyu ul li .dt h3 {
  font-size: 1.2rem;
  color: #333333;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.z_rongyu ul li .dt h3 i {
  display: block;
  background: #0027c0;
  margin-left: 0.5rem;
  height: 1px;
  width: 3rem;
}
.z_rongyu ul li .dt font {
  display: block;
  font-size: 0.8rem;
  color: #333333;
  line-height: 1.5;
}
.z_his {
  width: 94%;
  float: left;
  margin: 1rem 3%;
}
.z_his h3 {
  font-size: 1.2rem;
  color: #333333;
  margin-bottom: 1rem;
  font-family: '思源黑体SC-Bold';
  line-height: 1.5;
  text-transform: uppercase;
}
.z_his h3 span {
  display: block;
  font-size: 0.8rem;
  color: #999999;
  font-family: '思源黑体SC-Regular';
}
.z_his .dt {
  width: 100%;
  float: left;
  padding: 1.5rem 0;
  position: relative;
}
.z_his .dt .swiper-container {
  width: 100%;
  height: 32rem;
}
.z_his .dt .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.z_his .dt .swiper-container .swiper-slide.swiper-slide-active .li h4 {
  color: #0027c0;
  font-family: '思源黑体SC-Bold';
  font-size: 1.5rem;
}
.z_his .dt .swiper-container .swiper-slide .li {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.z_his .dt .swiper-container .swiper-slide .li h4 {
  font-size: 0.9rem;
  color: #333333;
  width: 22%;
  text-align: right;
  margin-right: 3%;
}
.z_his .dt .swiper-container .swiper-slide .li img {
  height: 100%;
  margin-right: 1rem;
}
.z_his .dt .swiper-container .swiper-slide .li font {
  flex: 1;
  font-size: 0.8rem;
  color: #666666;
  line-height: 1.5;
  width: 100%;
}
.z_his .dt .swiper-button-next,
.z_his .dt .swiper-button-prev {
  outline: none;
  width: 22px;
  height: 21px;
  opacity: 1;
  top: auto;
  left: 24%;
  right: auto;
  background-size: 70% !important;
  margin-top: 0;
}
.z_his .dt .swiper-button-next {
  background: url(../images/right1.png) no-repeat center;
  bottom: 0;
}
.z_his .dt .swiper-button-next::after {
  content: initial;
}
.z_his .dt .swiper-button-prev {
  background: url(../images/left1.png) no-repeat center;
  top: 0;
}
.z_his .dt .swiper-button-prev::after {
  content: initial;
}
.z_rr {
  width: 94%;
  float: left;
  margin-left: 3%;
  margin-top: 1rem;
}
.z_rr h3 {
  font-size: 1.2rem;
  color: #333333;
  font-family: '思源黑体SC-Bold';
  line-height: 1.5;
  text-transform: uppercase;
}
.z_rr h3 span {
  display: block;
  font-size: 0.8rem;
  color: #999999;
  font-family: '思源黑体SC-Regular';
}
.z_rr ul li {
  float: left;
  width: 48.5%;
  margin-top: 1.5rem;
}
.z_rr ul li img {
  width: 100%;
  float: left;
}
.z_rr ul li font {
  display: block;
  text-align: center;
  padding-top: 0.5rem;
  font-size: 0.8rem;
  color: #333333;
  width: 100%;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}
.z_rr ul li:nth-child(2n+0) {
  float: right;
}
.z_zzl {
  width: 94%;
  float: left;
  margin-left: 3%;
  margin-top: 1rem;
}
.z_zzl h3 {
  font-size: 1.2rem;
  color: #333333;
  font-family: '思源黑体SC-Bold';
  line-height: 1.5;
  text-transform: uppercase;
}
.z_zzl h3 span {
  display: block;
  font-size: 0.8rem;
  color: #999999;
  font-family: '思源黑体SC-Regular';
}
.z_zzl ul {
  width: 90%;
  float: left;
  margin-left: 5%;
}
.z_zzl ul li {
  float: left;
  width: 45%;
  margin-top: 1rem;
}
.z_zzl ul li img {
  width: 100%;
  float: left;
}
.z_zzl ul li font {
  display: block;
  text-align: center;
  padding-top: 0.5rem;
  font-size: 0.8rem;
  color: #333333;
  width: 100%;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.z_zzl ul li:nth-child(2n+0) {
  float: right;
}
.z_con {
  width: 94%;
  float: left;
  margin-left: 3%;
  line-height: 1.5;
  font-size: 0.9rem;
  color: #666666;
}
.z_con h3 {
  font-size: 1.2rem;
  color: #333333;
  font-family: '思源黑体SC-Bold';
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.z_con h3 span {
  display: block;
  font-size: 0.8rem;
  color: #999999;
  font-family: '思源黑体SC-Regular';
}
.z_con h4 {
  font-size: 1rem;
  color: #0027c0;
  font-family: '思源黑体SC-Bold';
  margin-bottom: 1rem;
}
.z_con .img {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 0;
}
.z_con .img dt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 31%;
  font-size: 0.7rem;
}
.z_map {
  width: 94%;
  float: left;
  margin-left: 3%;
  margin-bottom: 2rem;
}
.z_cc1 {
  width: 94%;
  float: left;
  margin-left: 3%;
  margin-top: -1rem;
}
.z_cc1 ul li {
  float: left;
  width: 48.5%;
  margin-top: 1.5rem;
}
.z_cc1 ul li a img {
  width: 100%;
  float: left;
}
.z_cc1 ul li a font {
  display: block;
  padding-top: 0.5rem;
  font-size: 0.8rem;
  color: #666;
  width: 100%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.z_cc1 ul li:nth-child(2n+0) {
  float: right;
}
.z_show1 {
  width: 94%;
  float: left;
  margin-left: 3%;
  font-size: 0.8rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.z_show1 h3 {
  font-size: 1rem;
  padding-top: 1rem;
  color: #333;
  text-align: center;
  margin-bottom: 1rem;
}
.z_nr {
  width: 94%;
  float: left;
  margin-left: 3%;
  font-size: 0.8rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.z_nr h3 {
  font-size: 1rem;
  padding-top: 1rem;
  color: #0027c0;
  text-align: center;
  margin-bottom: 1rem;
}
.z_nr h4 {
  display: flex;
  align-items: center;
  font-size: 0.7rem;
  color: #999999;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.z_nr h4 img {
  width: 1rem;
  margin-right: 0.3rem;
}
