* {
  font-family: "微软雅黑";
  outline: 0;
  padding: 0;
  margin: 0;
}
body {
  margin: 0;
  font-size: 14px;
}
dd,
dl,
dt,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.auto {
  margin: 0 auto;
}
.w1280 {
  width: 1280px;
}
.w1240 {
  width: 1240px;
}
.w1230 {
  width: 1230px;
}
.w1200 {
  width: 1200px;
}
.bg-white {
  background: #FFF;
}
.pointernone {
  pointer-events: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs19 {
  font-size: 19px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs26 {
  font-size: 26px;
}
.fs28 {
  font-size: 28px;
}
.fs30 {
  font-size: 30px;
}
.fs32 {
  font-size: 32px;
}
.fs34 {
  font-size: 34px;
}
.fs36 {
  font-size: 36px;
}
.fbold {
  font-weight: 700;
}
.fnormal {
  font-weight: 400;
}
.disblock {
  display: block;
}
.disbinline {
  display: inline-block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.hide {
  display: none;
}
.one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.two-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.three-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.four-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.five-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.m5 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m20 {
  margin: 20px;
}
.m25 {
  margin: 25px;
}
.m30 {
  margin: 30px;
}
.m35 {
  margin: 35px;
}
.m40 {
  margin: 40px;
}
.m50 {
  margin: 50px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml55 {
  margin-left: 55px;
}
.ml60 {
  margin-left: 60px;
}
.ml70 {
  margin-left: 70px;
}
.ml80 {
  margin-left: 80px;
}
.ml90 {
  margin-left: 90px;
}
.ml100 {
  margin-left: 100px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.mr55 {
  margin-right: 55px;
}
.mr60 {
  margin-right: 60px;
}
.mr70 {
  margin-right: 70px;
}
.mr80 {
  margin-right: 80px;
}
.mr90 {
  margin-right: 90px;
}
.mr100 {
  margin-right: 100px;
}
.mb3 {
  margin-bottom: 3px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.p30 {
  padding: 30px;
}
.p35 {
  padding: 35px;
}
.p40 {
  padding: 40px;
}
.p50 {
  padding: 50px;
}
.pt3 {
  padding-top: 3px;
}
.pt4 {
  padding-top: 4px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt55 {
  padding-top: 55px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt75 {
  padding-top: 75px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}
.pb3 {
  padding-bottom: 3px;
}
.pb4 {
  padding-bottom: 4px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pl55 {
  padding-left: 55px;
}
.pl60 {
  padding-left: 60px;
}
.pl65 {
  padding-left: 65px;
}
.pl70 {
  padding-left: 70px;
}
.pl80 {
  padding-left: 80px;
}
.pl90 {
  padding-left: 90px;
}
.pl100 {
  padding-left: 100px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
.pr55 {
  padding-right: 55px;
}
.pr60 {
  padding-right: 60px;
}
.pr70 {
  padding-right: 70px;
}
.pr80 {
  padding-right: 80px;
}
.pr90 {
  padding-right: 90px;
}
.pr100 {
  padding-right: 100px;
}
.offl150 {
  margin-left: -150px;
}
.ScrollStyle {
  overflow: auto !important;
}
.ScrollStyle::-webkit-scrollbar {
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  background: #ECECEC;
  border-radius: 5px;
}
.ScrollStyle::-webkit-scrollbar-button {
  width: 9px;
  height: 0px;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:start {
  background-position: 0 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:start:hover {
  background-position: -10px 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:start:active {
  background-position: -20px 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:end {
  background-position: -30px 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:end:hover {
  background-position: -40px 0;
}
.ScrollStyle::-webkit-scrollbar-button:vertical:end:active {
  background-position: -50px 0;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start {
  background-position: 0 -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start:hover {
  background-position: -10px -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start:active {
  background-position: -19px -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end {
  background-position: -30px -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end:hover {
  background-position: -40px -11px;
}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end:active {
  background-position: -50px -11px;
}
.ScrollStyle::-webkit-scrollbar-track-piece {
  background-color: #FFF;
  border-radius: 5px;
}
.ScrollStyle::-webkit-scrollbar-thumb {
  border: 1px solid rgba(0, 0, 0, 0.21);
  background-color: #918F8F;
  border-radius: 5px;
}
.ScrollStyle::-webkit-scrollbar-thumb:hover {
  border: 1px solid rgba(0, 0, 0, 0.21);
  background-color: #918F8F;
}
.ScrollStyle::-webkit-scrollbar-thumb:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2D4AA), to(#F2D4AA));
}
.ScrollStyle::-webkit-scrollbar-corner {
  background-color: #FFF;
  border-radius: 5px;
}
.zt_20250218 .box01 .top-banner {
  background: url(zt_20250218_01.jpg) no-repeat center top;
  height: 505px;
}
.zt_20250218 .box01 .nav {
  height: 70px;
  background: #FEF7EA;
}
.zt_20250218 .box01 .nav ul {
  overflow: hidden;
}
.zt_20250218 .box01 .nav ul li {
  width: 213px;
  float: left;
  text-align: center;
}
.zt_20250218 .box01 .nav ul li:hover a {
  font-weight: bold;
}
.zt_20250218 .box01 .nav ul li a {
  display: block;
  color: #D80C05;
  font: bold 30px/70px "microsoft yahei";
}
.zt_20250218 .box02 {
  background: url(zt_20250218_21.png) no-repeat center top;
}
.zt_20250218 .box02 .container {
  border-radius: 15px;
}
.zt_20250218 .box02 .header {
  text-align: center;
}
.zt_20250218 .box02 .header h2 {
  font-size: 36px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  line-height: 70px;
}
.zt_20250218 .box02 .header h2 a {
  color: #d40808;
}
.zt_20250218 .box02 .header p {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: #bf360c;
  line-height: 35px;
}
.zt_20250218 .box02 .header p a {
  margin: 0 10px;
  color: #d40808;
}
.zt_20250218 .box02 .focus {
  width: 675px;
  height: 495px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.zt_20250218 .box02 .focus .prev,
.zt_20250218 .box02 .focus .next {
  width: 30px;
  height: 77px;
  font-size: 70px;
  background: #FDE4BC;
  color: #990013;
  position: absolute;
  text-align: center;
  line-height: 68px;
  top: 195px;
  z-index: 100;
  display: none;
}
.zt_20250218 .box02 .focus .prev {
  left: 0;
}
.zt_20250218 .box02 .focus .next {
  right: 0;
}
.zt_20250218 .box02 .focus:hover .prev,
.zt_20250218 .box02 .focus:hover .next {
  display: none;
}
.zt_20250218 .box02 .focus .bd ul li {
  width: 675px;
  height: 495px;
  position: relative;
}
.zt_20250218 .box02 .focus .bd ul li img {
  width: 675px;
  height: 495px;
}
.zt_20250218 .box02 .focus .bd ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 675px;
  background: rgba(211, 11, 18, 0.6);
}
.zt_20250218 .box02 .focus .bd ul li p .txt {
  width: 80%;
  height: 54px;
  display: block;
  color: #FDE28E;
  text-indent: 25px;
  font: normal 18px/54px "microsoft yahei";
}
.zt_20250218 .box02 .focus .hd {
  position: absolute;
  bottom: 18px;
  right: 10px;
  z-index: 5;
}
.zt_20250218 .box02 .focus .hd ul {
  text-align: center;
}
.zt_20250218 .box02 .focus .hd ul li {
  margin: 0 5px;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #727272;
  cursor: pointer;
}
.zt_20250218 .box02 .focus .hd ul li.on {
  background: #FDE4BC;
}
.zt_20250218 .box02 .listbox {
  width: 548px;
  height: 495px;
  background: #DC1911;
}
.zt_20250218 .box02 .listbox .list {
  padding-top: 5px;
}
.zt_20250218 .box02 .listbox .list li {
  line-height: 45px;
  position: relative;
  text-indent: 20px;
  font-size: 18px;
}
.zt_20250218 .box02 .listbox .list li a {
  color: #FDE28E;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zt_20250218 .box02 .listbox .list li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #FDE28E;
  position: absolute;
  left: 10px;
  top: 19px;
  transform: rotate(-45deg);
}
.zt_20250218 .box03box04 {
  background: url(zt_20250218_04.png) no-repeat left bottom;
}
.zt_20250218 .box03 .hclx-left {
  width: 615px;
  background: url(zt_20250218_03.png) no-repeat left bottom;
}
.zt_20250218 .box03 .hclx-left .first {
  width: 591px;
  height: 195px;
  border: 1px dashed #FFAD33;
  position: relative;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 25px 20px;
}
.zt_20250218 .box03 .hclx-left .first h4 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.zt_20250218 .box03 .hclx-left .first h4 a {
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zt_20250218 .box03 .hclx-left .first p {
  font-size: 16px;
  color: #565353;
  line-height: 29px;
}
.zt_20250218 .box03 .hclx-left .first p .more {
  font-size: 16px;
  color: #ff6600;
}
.zt_20250218 .box03 .hclx-left .list {
  width: 590px;
}
.zt_20250218 .box03 .hclx-left .list li {
  line-height: 58px;
  text-indent: 20px;
  background: #F7F7F7;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zt_20250218 .box03 .hclx-left .list li a {
  font-size: 18px;
  color: #000000;
}
.zt_20250218 .box04 .syfy-box {
  background: url(zt_20250218_06.png) no-repeat center top;
}
.zt_20250218 .box04 .syfy-left {
  width: 590px;
}
.zt_20250218 .box04 .syfy-left li {
  box-sizing: border-box;
  padding: 20px 15px 15px;
  min-height: 126px;
  margin-bottom: 20px;
  position: relative;
}
.zt_20250218 .box04 .syfy-left li::before {
  content: "“";
  font-family: "黑体";
  position: absolute;
  top: 10px;
  left: -20px;
  font-size: 55px;
  display: none;
}
.zt_20250218 .box04 .syfy-left li::after {
  content: "”";
  font-family: "黑体";
  position: absolute;
  bottom: -30px;
  right: -20px;
  font-size: 55px;
  display: none;
}
.zt_20250218 .box04 .syfy-left li:first-child {
  background: #FFF6F7;
}
.zt_20250218 .box04 .syfy-left li:first-child::before {
  color: #D90B16;
}
.zt_20250218 .box04 .syfy-left li:first-child::after {
  color: #D90B16;
}
.zt_20250218 .box04 .syfy-left li:first-child h4 a {
  color: #D90B16;
}
.zt_20250218 .box04 .syfy-left li:nth-child(2) {
  background: #E3F1FE;
}
.zt_20250218 .box04 .syfy-left li:nth-child(2)::before {
  color: #336BF6;
}
.zt_20250218 .box04 .syfy-left li:nth-child(2)::after {
  color: #336BF6;
}
.zt_20250218 .box04 .syfy-left li:nth-child(2) h4 a {
  color: #336BF6;
}
.zt_20250218 .box04 .syfy-left li:nth-child(3) {
  background: #FFFCE4;
}
.zt_20250218 .box04 .syfy-left li:nth-child(3)::before {
  color: #D59308;
}
.zt_20250218 .box04 .syfy-left li:nth-child(3)::after {
  color: #D59308;
}
.zt_20250218 .box04 .syfy-left li:nth-child(3) h4 a {
  color: #D59308;
}
.zt_20250218 .box04 .syfy-left li h4 {
  font-size: 25px;
  line-height: 50px;
  font-weight: bold;
}
.zt_20250218 .box04 .syfy-left li h4 a {
  color: #D90B16;
  width: 100%;
  margin: 0 auto;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zt_20250218 .box04 .syfy-left li p {
  font-size: 16px;
  color: #565353;
  line-height: 25px;
}
.zt_20250218 .box04 .syfy-left li p .more {
  font-size: 16px;
  color: #ff6600;
}
.zt_20250218 .box04 .syfy-right {
  width: 540px;
}
.zt_20250218 .box04 .syfy-right li {
  line-height: 45px;
  position: relative;
  text-indent: 20px;
  font-size: 18px;
}
.zt_20250218 .box04 .syfy-right li a {
  color: #000;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zt_20250218 .box04 .syfy-right li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(zt_20250218_20.png) no-repeat center top;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.zt_20250218 .box05box06 {
  background: url(zt_20250218_09.png) no-repeat center 280px;
}
.zt_20250218 .box05 .list {
  height: 780px;
  overflow: hidden;
}
.zt_20250218 .box05 .list li {
  width: 625px;
  height: 170px;
  float: left;
  position: relative;
  background: url(zt_20250218_08.png) no-repeat center bottom;
  margin-bottom: 25px;
}
.zt_20250218 .box05 .list li:nth-child(2n) {
  float: right;
}
.zt_20250218 .box05 .list li .pic {
  width: 220px;
  height: 143px;
  border-radius: 10px;
}
.zt_20250218 .box05 .list li .pic img {
  width: 220px;
  height: 143px;
  border-radius: 10px;
}
.zt_20250218 .box05 .list li .info {
  width: 375px;
  padding-top: 40px;
}
.zt_20250218 .box05 .list li .info a {
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
  display: block;
  color: #DD0001;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zt_20250218 .box05 .list li .info p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  line-height: 28px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.zt_20250218 .box06 {
  box-sizing: border-box;
}
.zt_20250218 .box06 .box06-box {
  height: 530px;
  box-shadow: 0 2px 2px rgba(223, 119, 122, 0.3);
}
.zt_20250218 .box06 .box06-box .image-text {
  width: 628px;
}
.zt_20250218 .box06 .box06-box .image-text .pic {
  width: 628px;
  height: 372px;
}
.zt_20250218 .box06 .box06-box .image-text .pic img {
  width: 628px;
  height: 372px;
  object-fit: cover;
}
.zt_20250218 .box06 .box06-box .image-text .txt h4 a {
  color: #242424;
}
.zt_20250218 .box06 .box06-box .image-text .txt p {
  line-height: 25px;
  text-indent: 2em;
  color: #242424;
}
.zt_20250218 .box06 .list {
  margin: 0 auto;
  width: 630px;
}
.zt_20250218 .box06 .list:first-child {
  display: block;
}
.zt_20250218 .box06 .list li {
  padding-left: 25px;
  line-height: 65px;
  position: relative;
  text-indent: 15px;
  font-size: 18px;
  border-bottom: 1px dashed #dac49f;
  transition: all 0.3s ease;
}
.zt_20250218 .box06 .list li:last-child {
  border: none;
}
.zt_20250218 .box06 .list li.on,
.zt_20250218 .box06 .list li:hover {
  line-height: 68px;
  background: #CE000F;
  border: none;
}
.zt_20250218 .box06 .list li.on:before,
.zt_20250218 .box06 .list li:hover:before {
  background: #FFF;
  top: 31px;
}
.zt_20250218 .box06 .list li.on a,
.zt_20250218 .box06 .list li:hover a {
  color: #FFF;
}
.zt_20250218 .box06 .list li a {
  color: #000;
  display: block;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zt_20250218 .box06 .list li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #D70000;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 29px;
}
.zt_20250218 .box07 .rmgh-box {
  height: 587px;
  background: url(zt_20250218_12.png) no-repeat center top;
}
.zt_20250218 .box07 .rmgh-box .slogan {
  width: 96px;
}
.zt_20250218 .box07 .rmgh-box .list {
  width: 1090px;
}
.zt_20250218 .box07 .rmgh-box .list li {
  float: left;
  border-radius: 3px;
  position: relative;
  width: 503px;
  height: 235px;
  font-size: 18px;
  margin: 15px 15px;
}
.zt_20250218 .box07 .rmgh-box .list li:nth-child(2n) {
  margin-right: 0;
}
.zt_20250218 .box07 .rmgh-box .list li a img {
  width: 503px;
  height: 235px;
}
.zt_20250218 .box07 .rmgh-box .list li a p {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zt_20250218 .box08 {
  background: #FEF7ED;
}
.zt_20250218 .box08 .list-container {
  border: 1px solid #D51616;
  border-radius: 5px;
  box-shadow: 0 10px 0 #FCBD69;
  background: url(zt_20250218_15.png) no-repeat 1130px 322px, linear-gradient(to bottom, #FFF, #FEF7ED);
}
.zt_20250218 .box08 .list {
  width: 585px;
}
.zt_20250218 .box08 .list li {
  position: relative;
  text-indent: 25px;
  font-size: 20px;
  margin-bottom: 40px;
}
.zt_20250218 .box08 .list li a {
  color: #140000;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zt_20250218 .box08 .list li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(zt_20250218_20.png) no-repeat center top;
  position: absolute;
  left: 0;
  top: 4px;
}
.zt_20250218 .box09 {
  background: url(zt_20250218_19.png) no-repeat center top;
}
.zt_20250218 .box09 .pic-tab {
  height: 680px;
  background: url(zt_20250218_17.png) no-repeat center top;
  background-size: cover;
}
.zt_20250218 .box09 .pic-tab .bd {
  width: 850px;
  margin: 55px 0 0 15px;
}
.zt_20250218 .box09 .pic-tab .bd ul li {
  width: 850px;
  height: 570px;
  position: relative;
}
.zt_20250218 .box09 .pic-tab .bd ul li a img {
  width: 870px;
  height: 570px;
}
.zt_20250218 .box09 .pic-tab .bd ul li .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 870px;
  height: 50px;
  box-sizing: border-box;
  padding: 0 30px;
}
.zt_20250218 .box09 .pic-tab .bd ul li .txt h4 {
  text-align: center;
}
.zt_20250218 .box09 .pic-tab .bd ul li .txt h4 a {
  display: block;
  color: #FFF;
  font-size: 16px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zt_20250218 .box09 .txtScroll-top1 {
  width: 347px;
  position: relative;
}
.zt_20250218 .box09 .txtScroll-top1 .hd li {
  width: 347px;
  height: 138px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.zt_20250218 .box09 .txtScroll-top1 .hd li img {
  width: 347px;
  height: 138px;
  border-radius: 5px;
  object-fit: cover;
}
.zt_20250218 .box09 .txtScroll-top1 .prev1,
.zt_20250218 .box09 .txtScroll-top1 .next1 {
  position: absolute;
  background: url(https://www.gzrd.gov.cn/images/zt_20250108_33.png) no-repeat center top;
  width: 40px;
  height: 25px;
  left: 44%;
  cursor: pointer;
}
.zt_20250218 .box09 .txtScroll-top1 .prev1 {
  top: -35px;
  transform: rotate(360deg);
}
.zt_20250218 .box09 .txtScroll-top1 .next1 {
  top: 605px;
  transform: rotate(180deg);
}
.zt_20250218 .box09 .txtScroll-top1 .titCell {
  display: none;
}
.zt_20250218 .box10 .list {
  height: 783px;
  background: url(zt_20250218_22.png) no-repeat left top;
  padding-left: 410px;
}
.zt_20250218 .box10 .list ul {
  width: 870px;
  padding-top: 20px;
}
.zt_20250218 .box10 .list ul li {
  width: 118px;
  height: 47px;
  margin-right: 5px;
  margin-bottom: 11px;
  background: #D40623;
  color: #FFF;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.zt_20250218 .box10 .list ul li a {
  display: block;
}