* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
a:focus {
  outline: none;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
img {
  border: none;
}
input,
select,
textarea {
  outline: 0;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
var,
em {
  font-weight: normal;
  font-style: normal;
}
ul,
ol,
dl {
  list-style: none;
}
@media only screen and (max-width: 750px) {
  .g-mobile .g_pub_header_box,
  .g-mobile .g_pub_footer_box {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .g-mobile .m_head_nav,
  .g-mobile .m_foot_nav {
    display: none;
  }
  .g-mobile .g_pub_footer {
    height: auto !important;
    zoom: 1 !important;
  }
  .g-mobile .g_pub_footer:after {
    content: "" !important;
    display: block !important;
    clear: both !important;
  }
  .g-mobile .g_pub_footer .u_logo.foot {
    width: 100%;
    margin-left: 0;
  }
}
.img-cover {
  object-fit: cover;
  background-size: cover;
}
img {
  vertical-align: top;
}
.conw {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.g_pub_footer {
  margin-top: 0 !important;
}
.g-wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  min-width: 1200px;
  font-family: "microsoft yahei";
  background: url("../images/header.png") center 377px no-repeat #9a0000;
}
.g-wrap .m-title {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.g-wrap .m-title a {
  position: absolute;
  width: 47px;
  height: 15px;
  right: 0;
  top: 24px;
  background: url("../images/icon-more.png") 0 0 no-repeat;
}
.g-wrap .g-header {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 869px;
  overflow: hidden;
  position: relative;
}
.g-wrap .g-header .u-intro{
  position: absolute;
  top: 589px;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  text-indent: 2em;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 28px 70px 5px 162px;
  background: url(../images/intro-bg.png) no-repeat;
  height: 210px;
}
.g-wrap .g-header .u-logo {
  position: absolute;
  width: 294px;
  height: 93px;
  top: 53px;
  left: 454px;
  animation: fadeIn .6s 0.2s backwards;
  -webkit-animation: fadeIn .6s 0.2s backwards;
}
.g-wrap .g-header .u-title {
  position: absolute;
  width: 1048px;
  height: 291px;
  top: 194px;
  left: 70px;
  animation: zoomIn 1s 0.4s backwards;
  -webkit-animation: zoomIn 1s 0.4s backwards;
}
.g-wrap .g-header .u-date {
  position: absolute;
  width: 932px;
  height: 52px;
  top: 551px;
  left: 123px;
  animation: move 2s .8s backwards;
  -webkit-animation: move 2s .8s backwards;
  overflow: hidden;
}
.g-wrap .g-header .u-date img {
  width: 932px;
  height: 52px;
}
@keyframes move {
  from {
    width: 0;
  }
  to {
    width: 1119px;
  }
}
@-webkit-keyframes move {
  from {
    width: 0;
  }
  to {
    width: 1119px;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.g-wrap .g-content {
  overflow: hidden;
  /*padding-bottom: 120px;
  background: url("../images/content.jpg") center top no-repeat;*/
}
.g-wrap .g-live {
  display:none;
  width: 1198px;
  height: 688px;
  margin: 0 auto;
  border: 1px solid #c98c8c;
  background: #9a0000;
}
.g-wrap .g-live .m-live {
  width: 1160px;
  height: 652px;
  margin: 18px auto 0;
  position: relative;
}
.g-wrap .g-live .m-live #MultiAttachPh {
  display: none;
}
.g-wrap .g-video {
  width: 1198px;
  height: 688px;
  margin: 0 auto;
  border: 1px solid #c98c8c;
  background: #9a0000;
  position: relative;
}
.g-wrap .g-video ._Lab_multiVideo {
  width: 1160px;
  height: 652px;
  margin: 18px auto 0;
}
.g-wrap .g-video ._Lab_multiVideo .multiVideoSrc {
  display: none;
}
.g-wrap .g-video .play-list {
  position: absolute;
  width: 55px;
  height: 650px;
  right: -55px;
  top: 20px;
  z-index: 9;
  line-height: 55px;
}
.g-wrap .g-video .play-list li {
  height: 130px;
  font-size: 18px;
  color: #fff2da;
  text-indent: 24px;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  cursor: pointer;
}
.g-wrap .g-video .play-list li .videoUrl {
  display: none;
}
.g-wrap .g-video .play-list li:nth-child(1) {
  text-indent: 12px;
  text-align: center;
}
.g-wrap .g-video .play-list li.on {
  color: #9a0000;
  background: url("../images/btn-bg.png") center center no-repeat;
}
.g-wrap .g-list {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin: 102px auto 0;
}
.g-wrap .g-list .m-main {
  overflow: hidden;
}
.g-wrap .g-list .m-main li {
  zoom: 1;
  height: 280px;
  margin-top: 50px;
  background: url("../images/list-bg.png") right center no-repeat;
}
.g-wrap .g-list .m-main li:after {
  content: "";
  display: block;
  clear: both;
}
.g-wrap .g-list .m-main li .m-pic {
  float: left;
  width: 360px;
}
.g-wrap .g-list .m-main li .m-pic img {
  width: 360px;
  height: 240px;
}
.g-wrap .g-list .m-main li .m-pic p {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
  color: #9a0000;
  max-width: 100%;
  max-height: 100%;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background: url("../images/txt-bg1.png") center bottom no-repeat;
}
.g-wrap .g-list .m-main li .m-pic p a {
  color: #9a0000;
}
.g-wrap .g-list .m-main li dl {
  float: right;
  width: 840px;
  box-sizing: border-box;
  padding: 40px 70px 0 56px;
  max-width: 100%;
  max-height: 100%;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
.g-wrap .g-list .m-main li dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #fff2da;
}
.g-wrap .g-list .m-main li dl dt a {
  color: #fff2da;
}
.g-wrap .g-list .m-main li dl dd {
  font-size: 18px;
  line-height: 36px;
  color: #FFF;
  margin-top: 18px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.g-wrap .g-list .m-main li:nth-child(even) {
  background: url("../images/list-bg.png") left center no-repeat;
}
.g-wrap .g-list .m-main li:nth-child(even) .m-pic {
  float: right;
}
.g-wrap .g-list .m-main li:nth-child(even) dl {
  float: left;
  padding: 40px 56px 0 70px;
}
.g-wrap .g-photo {
  background: url(../images/footer.png) center bottom no-repeat;
  margin-top: 12px;
  padding-bottom: 105px;
}
.g-wrap .g-photo .m-photo {
  width: 1200px;
  margin: 50px auto 0;
}
.g-wrap .g-photo .m-photo .swiper-slide {
  position: relative;
  height: 710px;
}
.g-wrap .g-photo .m-photo .swiper-slide img {
  width: 1200px;
  height: 675px;
}
.g-wrap .g-photo .m-photo .swiper-slide p {
  position: absolute;
  width: 980px;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  text-align: center;
  left: 60px;
  bottom: 0;
  z-index: 9;
  padding: 0 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #9a0000;
  background: url("../images/txt-bg2.png") center center no-repeat;
}
.g-wrap .g-photo .m-photo .swiper-slide p a {
  color: #9a0000;
}
.g-wrap .g-photo .m-photo .swiper-button-prev,
.g-wrap .g-photo .m-photo .swiper-button-next {
  width: 46px;
  height: 25px;
  margin: 0;
  top: auto;
  bottom: 23px;
  left: 1000px;
  background: url("../images/arrow-left.png") center center no-repeat;
}
.g-wrap .g-photo .m-photo .swiper-button-prev:hover,
.g-wrap .g-photo .m-photo .swiper-button-next:hover {
  background: url("../images/arrow-left-on.png") center center no-repeat;
}
.g-wrap .g-photo .m-photo .swiper-button-prev.swiper-button-next,
.g-wrap .g-photo .m-photo .swiper-button-next.swiper-button-next {
  left: 1070px;
  background: url("../images/arrow-right.png") center center no-repeat;
}
.g-wrap .g-photo .m-photo .swiper-button-prev.swiper-button-next:hover,
.g-wrap .g-photo .m-photo .swiper-button-next.swiper-button-next:hover {
  background: url("../images/arrow-right-on.png") center center no-repeat;
}

/*20250513 修改*/
.g-wrap .g-whcz{width:100%;height:700px;overflow:hidden;padding-top:98px;}
.m-whcz{width:1200px;margin-left:auto;margin-right:auto;margin-top:40px;height:538px;background:url(../images/gdjj-bg.png) left top no-repeat;zoom:1;}
.m-whcz:after{content:"";display:block;clear:both;}
.m-whcz .m-left{float: left; width: 650px; margin: 85px 0 0 50px;}
.m-whcz .m-left .m-item{width:100%;display:none;}
.m-whcz .m-left .m-pic{width:640px;height:360px;padding:5px;background:#fff;position:relative;}
.m-whcz .m-left .m-pic a{display:block;width:100%;height:100%;}
.m-whcz .m-left .m-pic img{width:640px;height:360px;}
.m-whcz .m-left .m-pic i{position:absolute;width:60px;height:60px;background:url(../images/icon_player.png) center no-repeat;bottom:36px;left:40px;}
.m-whcz .m-left dl{margin-top:36px;display:none;}
.m-whcz .m-left dl dt{font-size:26px;line-height:34px;color:#c59760;font-weight:bold;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;max-width:100%;max-height:100%;text-size-adjust:none;-webkit-text-size-adjust:none;}
.m-whcz .m-left dl dt a{color:#c59760;}
.m-whcz .m-left dl dd{margin-top:12px;font-size:18px;line-height:30px;color:#474747;text-indent:2em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;max-width:100%;max-height:100%;text-size-adjust:none;-webkit-text-size-adjust:none;}
.m-whcz .m-right{float:right;margin:40px 20px 0 0;width:420px;height:424px;overflow-y:auto;}
.m-whcz .m-right ul{width:100%;}
.m-whcz .m-right ul li{width:380px;color:#8c5f29;font-weight:bold;padding:12px 0;border-bottom:1px dashed #8c5f29;}
.m-whcz .m-right ul li p{font-size:18px;line-height:26px;padding:5px 20px;}
.m-whcz .m-right ul li p a{color:#470c0c;}
.m-whcz .m-right ul li.on p{color:#fff; background: url(../images/gdjj-item-on-bg.png) left top repeat-y;}
.m-whcz .m-right ul li.on p a{color:#fff;}
.m-whcz .m-right::-webkit-scrollbar{width:6px;height:6px;border-radius:4px;}
.m-whcz .m-right::-webkit-scrollbar-track{background-color:#ffffff;border-radius:4px;}
.m-whcz .m-right::-webkit-scrollbar-thumb{width:1px;background-color:#c68239;border-radius:4px;}







/*
body{background: url(../../body.jpg) center top no-repeat; height: 9999px;}
.g-wrap{opacity: 0.5;}
