body {
  font-family: 'Microsoft Yahei', '微软雅黑';
}
.flex {
  display: flex;
  align-items: center;
}
/* 文字行数 */
.ellipsis-one {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.ellipsis-two {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.common-section-padding {
  padding: 50px 0 50px;
}
.common-btn-box {
  width: 151px;
  height: 50px;
  line-height: 50px;
  background: #D60000;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.common-btn-box img {
  width: 21px;
  height: 21px;
  margin-right: 8px;
}
.activity-item {
  width: 100%;
  position: relative;
  cursor: pointer;
  background: #FFFFFF;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
}
.activity-item .pic {
  width: 100%;
  height: 224px;
  position: relative;
}
.activity-item .pic .herig {
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  width: 135px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.activity-item .pic .herig.miaosha {
  background: rgba(214, 0, 0, 0.8);
}
.activity-item .pic .herig.yuding {
  background: linear-gradient(180deg, rgba(110, 227, 234, 0.8) 0%, rgba(60, 196, 208, 0.8) 100%);
}
.activity-item .pic .herig.end {
  background: linear-gradient(180deg, rgba(178, 186, 187, 0.8) 0%, rgba(122, 133, 134, 0.8) 100%);
}
.activity-item .pic img {
  width: 100%;
  height: 100%;
}
.activity-item .pic .tag {
  width: 21px;
  height: 21px;
  margin-right: 4px;
}
.activity-item .pic .icon {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: rgba(0, 0, 0, 0.49);
  width: 116px;
  height: 31px;
  line-height: 31px;
  border-radius: 16px;
  display: inline-block;
  text-align: center;
}
.activity-item .pic .icon .sc {
  margin-right: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.activity-item .pic .icon .dz {
  margin-right: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.activity-item .info-box {
  width: 100%;
  padding: 14px 20px 19px;
  box-sizing: border-box;
}
.activity-item .info-box h3 {
  height: 52px;
  font-size: 18px;
  color: #333333;
  margin-bottom: 9px;
  font-weight: normal;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.activity-item .info-box .date {
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
}
.activity-item .info-box .addr {
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
}
.activity-item .info-box .foot-box {
  height: 22px;
}
.activity-item .info-box .foot-box span {
  display: inline-block;
  font-weight: 400;
  height: 22px;
  font-size: 14px;
  color: #666666;
}
.activity-item .info-box .foot-box span i {
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  color: #D60000;
}
[v-cloak] {
  display: none;
}
* {
  padding: 0;
  margin: 0;
}
.common-section-width {
  width: 1200px;
  margin: 0 auto;
}
.publicTitle {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  position: relative;
}
.publicTitle .border-bottom {
  margin-top: 7px;
  width: 69px;
  height: 6px;
  background: #D60000;
  border-radius: 3px;
}
.publicTitle .title {
  font-size: 30px;
  color: #333333;
  position: relative;
  padding-bottom: 14px;
}
.publicTitle .title:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  background: #D60000;
  width: 69px;
  height: 6px;
  border-radius: 3px;
  transform: translateX(-50%);
}
.btn-more {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  z-index: 3;
  position: relative;
}
.btn-more img {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.ptHeadLogSear {
  position: relative;
}
.ptHeadLogSear.chongtt-head-box .headTop {
  height: 100px;
  background: #FFFFFF;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .logo {
  width: 222px;
  height: 59px;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .logo img {
  width: 100%;
  height: 100%;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .cityChange {
  width: calc(100% - 222px - 90px - 490px);
  margin: 0 45px;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .cityChange .cityFarth > span {
  max-width: 100%;
  height: 22px;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .cityChange .cityFarth > span img {
  width: 16px;
  height: 19px;
  margin-right: 6px;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .cityChange .cityFarth > span .icon-sanjiaoxing {
  margin-left: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/zqswhg/pc/image/pc0019/arrow-fill-down.png) no-repeat;
  vertical-align: text-bottom;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .cityChange .cityFarth > span .icon-sanjiaoxing::before {
  display: none;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .cityChange .cityList {
  left: -8px;
  top: 35px;
  padding: 0;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .cityChange .cityList .current {
  /*height: 50px;*/
  line-height: 24px;
  padding: 13px 20px;
  background: #EDEEF0;
  border-radius: 0;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .cityChange .cityList li {
  line-height: 35px;
  border: 0;
  float: none;
  margin: 0;
  font-size: 14px;
  padding: 0 20px;
  height: 100%;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .cityChange .cityList .title {
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #e1e1e3;
  color: #333;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .cityChange .cityList a {
  display: inline-block;
  color: #333;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  border-radius: 0;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .cityChange .cityList.newCityList a {
  width: 100%;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .headSearDiv {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 490px;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .headSearDiv .tougrddwx {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  width: calc(100% - 280px);
  box-sizing: border-box;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .headSearDiv .tougrddwx > a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .headSearDiv .tougrddwx > a.zhuce {
  width: 68px;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .headSearDiv .tougrddwx > a.deng {
  width: 68px;
  margin-left: 8px;
  color: white;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .headSearDiv .tougrddwx > a.loginName {
  max-width: calc(100% - 56px);
  display: flex;
  overflow: hidden;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .headSearDiv .tougrddwx > a.loginName img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 8px;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .headSearDiv .tougrddwx > a.tuichu {
  width: 56px;
  padding-left: 24px;
  box-sizing: border-box;
  position: relative;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .headSearDiv .tougrddwx > a.tuichu::before {
  content: '';
  display: block;
  position: absolute;
  left: 12px;
  top: 10px;
  width: 1px;
  height: 16px;
  background: #CCCCCC;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .headSearDiv .ac-ctrl {
  background: none;
  text-align: right;
  width: 280px;
  height: 36px;
  background: #F5F5F5;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .headSearDiv .ac-ctrl .selDiv {
  float: left;
  font-size: 12px;
  color: #666;
  position: relative;
  text-align: center;
  min-width: 74px;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .headSearDiv .ac-ctrl .selDiv:after {
  right: 10px;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .headSearDiv .ac-ctrl .selDiv:before {
  content: '';
  width: 1px;
  height: 17px;
  background-color: #bcbcbc;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .headSearDiv .ac-ctrl .selDiv dt {
  display: block;
  background-size: 14px;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  color: #4a4a4a;
  padding-left: 10px;
  padding-right: 20px;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .headSearDiv .ac-ctrl .selDiv dt:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666666;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2.5px;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .headSearDiv .ac-ctrl .selDiv dd {
  width: 100%;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 3;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .headSearDiv .ac-ctrl .selDiv dd a {
  display: block;
  color: #666;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .headSearDiv .ac-ctrl .selDiv dd a.cur {
  background-color: #D60000;
  color: #fff;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .headSearDiv .ac-ctrl input {
  float: left;
  line-height: 36px;
  width: 130px;
  height: 100%;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  padding-left: 10px;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .headSearDiv .ac-ctrl input:input-placeholder {
  color: #666666;
}
.ptHeadLogSear.chongtt-head-box .headTop .loginBar .headSearDiv .ac-ctrl .search-button {
  height: 100%;
  font-size: 16px;
  line-height: 36px;
  position: absolute;
  width: 44px;
  text-align: center;
  color: #fff;
  background-size: 12px 12px;
  border-radius: 0 10px 10px 0;
  top: 2px;
  right: 0;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  cursor: pointer;
}
.ptHeadLogSear.chongtt-head-box .headerNav {
  height: 50px;
  position: relative;
  background: #484444;
}
.ptHeadLogSear.chongtt-head-box .headerNav .headerBar {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}
.ptHeadLogSear.chongtt-head-box .headerNav .headerBar .menuListBox {
  height: 100%;
  width: 992px;
  padding-right: 50px;
  background: #484444;
  position: relative;
}
.ptHeadLogSear.chongtt-head-box .headerNav .headerBar .menuListBox ul {
  widows: 100%;
  display: flex;
  align-items: center;
}
.ptHeadLogSear.chongtt-head-box .headerNav .headerBar .menuListBox li {
  text-align: center;
  position: relative;
  width: 104px;
  height: 50px;
  background: #484444;
}
.ptHeadLogSear.chongtt-head-box .headerNav .headerBar .menuListBox li .title {
  z-index: 2;
  position: relative;
  height: 100%;
  line-height: 50px;
}
.ptHeadLogSear.chongtt-head-box .headerNav .headerBar .menuListBox li.cur .title:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 75%;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background: #D60000;
  transform: translateX(-50%);
}
.ptHeadLogSear.chongtt-head-box .headerNav .headerBar .menuListBox li.cur:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, #ED0000 0%, rgba(26, 26, 26, 0.58) 76%);
  opacity: 0.83;
  z-index: 1;
}
.ptHeadLogSear.chongtt-head-box .headerNav .headerBar .menuListBox li a {
  display: inline-block;
  font-size: 16px;
  color: white;
  text-align: center;
  height: 52px;
  line-height: 50px;
  box-sizing: border-box;
  z-index: 3;
  position: relative;
}
.ptHeadLogSear.chongtt-head-box .headerNav .headerBar .menuListBox li .border-bottom.cur {
  display: block;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background: #D60000;
  z-index: 4;
  position: absolute;
  left: calc(50% - 10px);
  top: 40px;
}
.ptHeadLogSear.chongtt-head-box .headerNav .headerBar .menuListBox li .is-more {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
.ptHeadLogSear.chongtt-head-box .headerNav .headerBar .menuListBox li .is-more a {
  color: #FFFFFF;
}
.ptHeadLogSear.chongtt-head-box .headerNav .headerBar .menuListBox li .more {
  width: 100%;
  position: absolute;
  top: 50px;
  color: #fff;
  background: white;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 4px 4px;
  padding-top: 10px;
}
.ptHeadLogSear.chongtt-head-box .headerNav .headerBar .menuListBox li .more a {
  color: black;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.ptHeadLogSear.chongtt-head-box .headerNav .headerBar .menuListBox .headerNav-logBoxzqswhg2{
  position: absolute;
  content: '';
  top: 0;
  right: 0px;
  width: 155px;
  height: 50px;


  background: url(/zqswhg/pc/image/pc0019/xln.png) no-repeat;
   background-size: 62px 22px;
}
.ptHeadLogSear.chongtt-head-box .headerNav .headerBar .menuListBox .headerNav-logBoxzqswhg {
  position: absolute;
  content: '';
  top: 0;
      right: -510px;
    width: 510px;
  height: 50px;
  background: url(/zqswhg/pc/image/pc0019/logo2.png) no-repeat;
}
.ptHeadLogSear.chongtt-head-box .headerNav .headerBar .menuListBox .headerNav-logBoxzqswhg::after {
  width: 142px;
  display: flex;
  align-items: center;
  position: absolute;
  content: '';
  top: -14px;
  left: 52px;
  height: 52px;
  z-index: 2;
  background: url(/zqswhg/pc/image/pc0019/logobar.png) no-repeat;
  background-size: 100% 100%;
}
.ptHeadLogSear.chongtt-head-box .headerNav .headerBar .menuListBox .headerNav-logBox2{
   position: absolute;
  content: '';
  top: 0;
  right: 60px;
  width: 155px;
  height: 50px;
  margin-left: 50px;
  background: url(/zqswhg/pc/image/pc0019/xln.png) no-repeat;
  background-size: 62px 22px;

}
.ptHeadLogSear.chongtt-head-box .headerNav .headerBar .menuListBox .headerNav-logBox {
  position: absolute;
  content: '';
  top: 0;
 right: -505px;
  width: 510px;
  height: 50px;
  background: url(/zqswhg/pc/image/pc0019/logo2.png) no-repeat;
}
.ptHeadLogSear.chongtt-head-box .headerNav .headerBar .menuListBox .headerNav-logBox::after {
  width: 142px;
  display: flex;
  align-items: center;
  position: absolute;
  content: '';
  top: -14px;
  left: 52px;
  height: 52px;
  z-index: 2;
  background: url(/zqswhg/pc/image/pc0019/logobar.png) no-repeat;
  background-size: 100% 100%;
}
.bannerBg {
  height: 435px;
}
.bannerBg .bannerArea {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url('/zqswhg/pc/image/pc0019/bannerbg.png') repeat;
}
.bannerBg .bannerArea .dg_container {
  width: 1200px;
  padding: 0 150px;
  height: 435px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.bannerBg .bannerArea .dg_container .dg_wrapper {
  width: 1200px;
  height: 435px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.bannerBg .bannerArea .dg_container .dg_wrapper a {
  width: 1200px;
  height: 435px;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.8);
}
.bannerBg .bannerArea .dg_container .dg_wrapper a.dg-center {
  box-shadow: none;
}
.bannerBg .bannerArea .dg_container .dg_wrapper a.dg-transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.bannerBg .bannerArea .dg_container .dg_wrapper a img {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
}
.bannerBg .bannerArea .dg_container .dg_prev,
.bannerBg .bannerArea .dg_container .dg_next {
  position: absolute;
  z-index: 100;
  top: 0;
  height: 435px;
  width: 30%;
  display: block;
  cursor: pointer;
}
.bannerBg .bannerArea .dg_container .dg_prev {
  left: 0;
}
.bannerBg .bannerArea .dg_container .dg_next {
  right: 0;
}
.bannerBg .bannerArea .dg_container .dg-pagination {
  position: absolute;
  bottom: -30px;
  right: 200px;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.bannerBg .bannerArea .dg_container .dg-pagination .dg-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #CCCCCC;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-block;
}
.bannerBg .bannerArea .dg_container .dg-pagination .dg-pagination-bullet:last-child {
  margin-right: 0;
}
.bannerBg .bannerArea .dg_container .dg-pagination .dg-pagination-bullet.dg-pagination-bullet-active {
  background: #D60000;
}
.xwzx-section {
  width: 100%;
  position: relative;
  background: url('/zqswhg/pc/image/pc0019/whzxbg.png') repeat;
}
.xwzx-section .publicMarBox .cont-box {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 30px;
}
.xwzx-section .publicMarBox .cont-box .top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.xwzx-section .publicMarBox .cont-box .top-box li {
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  width: 285px;
  height: 330px;
  background: #FFFFFF;
  border-radius: 19px;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.xwzx-section .publicMarBox .cont-box .top-box li .date-first {
  display: none;
}
.xwzx-section .publicMarBox .cont-box .top-box li:first-child {
  width: 590px;
  height: 332px;
  background: linear-gradient(179deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 100%);
  border-radius: 22px;
}
.xwzx-section .publicMarBox .cont-box .top-box li:first-child::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 74px;
  border-radius: 19px;
  background: linear-gradient(179deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 100%);
}
.xwzx-section .publicMarBox .cont-box .top-box li:first-child img {
  height: 100%;
  border-radius: 22px;
}
.xwzx-section .publicMarBox .cont-box .top-box li:first-child .sub-title,
.xwzx-section .publicMarBox .cont-box .top-box li:first-child .date {
  display: none;
}
.xwzx-section .publicMarBox .cont-box .top-box li:first-child .info-box {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 24px;
  color: #fff;
  font-size: 16px;
  z-index: 2;
  margin-bottom: 0;
  padding: 0;
}
.xwzx-section .publicMarBox .cont-box .top-box li:first-child .date-first {
  display: block;
  position: absolute;
  left: 24px;
  top: 0;
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 6px 6px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.xwzx-section .publicMarBox .cont-box .top-box li:first-child .date-first h3 {
  font-size: 28px;
  height: 32px;
}
.xwzx-section .publicMarBox .cont-box .top-box li:first-child .date-first label,
.xwzx-section .publicMarBox .cont-box .top-box li:first-child .date-first p {
  font-size: 12px;
}
.xwzx-section .publicMarBox .cont-box .top-box li img {
  width: 100%;
  height: 160px;
  border-radius: 19px 19px 0 0;
  margin-bottom: 15px;
}
.xwzx-section .publicMarBox .cont-box .top-box li .date {
  color: #999;
  font-size: 14px;
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 25px;
}
.xwzx-section .publicMarBox .cont-box .top-box li .date-box {
  box-sizing: border-box;
  width: 107px;
  height: 110px;
  border-radius: 10px;
  opacity: 0.8;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.xwzx-section .publicMarBox .cont-box .top-box li .date-box::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 107px;
  height: 110px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.xwzx-section .publicMarBox .cont-box .top-box li .date-box img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 1;
}
.xwzx-section .publicMarBox .cont-box .top-box li .date-box .date {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
}
.xwzx-section .publicMarBox .cont-box .top-box li .date-box h3 {
  font-size: 27px;
  font-weight: normal;
  color: #fff;
  font-weight: bold;
}
.xwzx-section .publicMarBox .cont-box .top-box li .date-box span {
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}
.xwzx-section .publicMarBox .cont-box .top-box li .sub-title {
  font-size: 14px;
  color: #999;
  padding: 0 16px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 19px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xwzx-section .publicMarBox .cont-box .top-box li .info-box {
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 14px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xwzx-section .publicMarBox .cont-box .bottom-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xwzx-section .publicMarBox .cont-box .bottom-box li {
  width: calc((100% - 60px)/4);
  height: 74px;
  background: #F9F9F9;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  box-sizing: border-box;
}
.xwzx-section .publicMarBox .cont-box .bottom-box li:hover {
  background: #D60000;
}
.xwzx-section .publicMarBox .cont-box .bottom-box li:hover .info-box {
  color: #fff;
}
.xwzx-section .publicMarBox .cont-box .bottom-box li:hover .date-box h3,
.xwzx-section .publicMarBox .cont-box .bottom-box li:hover .date-box span {
  color: #fff;
}
.xwzx-section .publicMarBox .cont-box .bottom-box li .date-box {
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.xwzx-section .publicMarBox .cont-box .bottom-box li .date-box em {
  font-size: 12px;
}
.xwzx-section .publicMarBox .cont-box .bottom-box li .date-box h3 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  height: 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.xwzx-section .publicMarBox .cont-box .bottom-box li .date-box span {
  font-size: 14px;
  color: #666;
  white-space: nowrap;
}
.xwzx-section .publicMarBox .cont-box .bottom-box li .info-box {
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pxyzBg {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background: url('/zqswhg/pc/image/pc0019/bannerbg.png') repeat;
}
.pxyzBg .publicMarBox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
}
.pxyzBg .publicMarBox .public-tuijian {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.pxyzBg .publicMarBox .public-tuijian li {
  position: relative;
  z-index: 1;
  width: 110px;
  height: 50px;
  line-height: 50px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  margin-right: 10px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}
.pxyzBg .publicMarBox .public-tuijian li:hover {
  background: #ffeae5;
}
.pxyzBg .publicMarBox .public-tuijian li.on {
  width: 140px;
  background: #D60000;
  border-radius: 25px 10px 10px 25px;
  justify-content: flex-start;
}
.pxyzBg .publicMarBox .public-tuijian li.on img {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 5px;
  margin-left: 5px;
  margin-right: 16px;
}
.pxyzBg .publicMarBox .public-tuijian li.on label {
  color: #fff;
}
.pxyzBg .publicMarBox .public-tuijian li img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.pxyzBg .publicMarBox .public-tuijian li label {
  font-size: 14px;
  color: #333333;
}
.pxyzBg .publicMarBox-bottom {
  width: 100%;
}
.pxyzBg .publicMarBox-bottom .publicMar {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.pxyzBg .publicMarBox-bottom .publicMar::after {
  content: '';
  position: absolute;
  right: -160px;
  bottom: -48px;
  background: url(/zqswhg/pc/image/pc0019/pxyzpt.png) no-repeat;
  background-size: 100% 100%;
  width: 423px;
  height: 364px;
}
.pxyzBg .publicMarBox-bottom .publicMar .pubilc-nav {
  margin-top: 58px;
  height: 72px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 3;
}
.pxyzBg .publicMarBox-bottom .publicMar .pubilc-nav li {
  width: 132px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  background: url(/zqswhg/pc/image/pc0019/noactive.png) no-repeat;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
}
.pxyzBg .publicMarBox-bottom .publicMar .pubilc-nav li.active {
  color: white;
  position: relative;
}
.pxyzBg .publicMarBox-bottom .publicMar .pubilc-nav li.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
}
.pxyzBg .publicMarBox-bottom .publicMar .content {
  border-radius: 20px;
  margin-bottom: 40px;
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: flex-start;
  z-index: 3;
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .box2 {
  width: 520px;
  height: 325px;
  background: #CECECE;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .box2 img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .box2 .addmore {
  position: absolute;
  left: 0;
  top: 0;
  max-width: max-content;
  display: flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 20px 0px 20px 0px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.6);
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .box2 .addmore i {
  margin-right: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/zqswhg/pc/image/pc0019/time-line.png) no-repeat;
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .info-box {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: calc(100% - 540px);
  height: 325px;
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .info-box .info-boxHead {
  width: calc(100% - 101px - 30px);
  box-sizing: border-box;
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .info-box .info-boxHead h3 {
  width: 100%;
  font-weight: 400;
  margin-top: 16px;
  font-size: 24px;
  color: #333333;
  box-sizing: border-box;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .info-box .info-boxHead p {
  margin-bottom: 19px;
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .info-box .info-boxHead p.text {
  width: 100%;
  display: flex;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .info-box .info-boxHead p.text label {
  white-space: nowrap;
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .info-box .info-boxHead p.text span {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .info-box .info-boxHead .cont-desc {
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  word-break: break-all;
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .info-box .info-boxHead .ctrl {
  display: flex;
  align-items: center;
  width: 130px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 33px;
  margin-bottom: 40px;
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .info-box .info-boxHead .ctrl .sc {
  margin-right: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/zqswhg/pc/image/pc0019/star-line.png);
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .info-box .info-boxHead .ctrl .dz {
  margin-left: 16px;
  margin-right: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/zqswhg/pc/image/pc0019/thumb-up-line.png);
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .info-box .info-boxHead .common-btn-box {
  position: absolute;
  bottom: 0;
  width: 151px;
  height: 50px;
  line-height: 50px;
  background: #D60000;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .info-box .info-boxHead .common-btn-box img {
  width: 21px;
  height: 21px;
  margin-right: 8px;
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .info-box .content-box {
  width: 101px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  margin-right: 56px;
  text-align: center;
  flex: none;
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .info-box .content-box li {
  cursor: pointer;
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .info-box .content-box li:last-child {
  margin-bottom: 0;
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .info-box .content-box li.active .box {
  width: 109px;
  height: 81px;
  border: 2px solid #D60000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  background: #fff;
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .info-box .content-box li.active .box img {
  border-radius: 6px;
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .info-box .content-box li .box {
  width: 101px;
  height: 73px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  box-sizing: border-box;
  background: #CECECE;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.pxyzBg .publicMarBox-bottom .publicMar .public-cont .info-box .content-box li .box img {
  width: 101px;
  height: 73px;
  border-radius: 10px;
}
.whhdBg {
  width: 100%;
  position: relative;
  background: url('/zqswhg/pc/image/pc0019/whzxbg.png') repeat;
}
.whhdBg .publicMarBox {
  position: relative;
}
.whhdBg .publicMarBox .nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.whhdBg .publicMarBox .nav-box .zhibo {
  width: 140px;
  border-radius: 25px 10px 10px 25px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  border: 1px solid #D60000;
  cursor: pointer;
}
.whhdBg .publicMarBox .nav-box .zhibo img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  background: #D60000;
  border-radius: 20px;
  padding: 5px;
  margin-left: 5px;
  margin-right: 16px;
}
.whhdBg .publicMarBox .nav-box .zhibo label {
  font-size: 14px;
  color: #D60000;
}
.whhdBg .publicMarBox .pubilc-nav {
  display: flex;
  justify-content: flex-start;
}
.whhdBg .publicMarBox .pubilc-nav li {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  margin-left: 20px;
  cursor: pointer;
  width: 110px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background: #F5F5F5;
}
.whhdBg .publicMarBox .pubilc-nav li.active {
  background: #D60000;
  color: white;
}
.whhdBg .publicMarBox .pubilcMarTop {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 394px;
  margin-bottom: 40px;
}
.whhdBg .publicMarBox .pubilcMarTop .left {
  box-sizing: border-box;
  width: 790px;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.47) 100%);
  overflow: hidden;
  position: relative;
}
.whhdBg .publicMarBox .pubilcMarTop .left .pic-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.whhdBg .publicMarBox .pubilcMarTop .left .pic-box .video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.whhdBg .publicMarBox .pubilcMarTop .left .pic-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.whhdBg .publicMarBox .pubilcMarTop .left .pic-box::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.whhdBg .publicMarBox .pubilcMarTop .left .pic-box p {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
  color: #FFFFFF;
  position: absolute;
  left: 25px;
  top: 28px;
  right: 25px;
  z-index: 2;
  font-weight: bold;
}
.whhdBg .publicMarBox .pubilcMarTop .left .pic-box img {
  width: 100%;
  height: 100%;
}
.whhdBg .publicMarBox .pubilcMarTop .left .pic-box .box-icon {
  position: absolute;
  left: 50%;
  bottom: 83px;
  transform: translateX(-50%);
  z-index: 2;
}
.whhdBg .publicMarBox .pubilcMarTop .left .pic-box .box-icon span {
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  width: 135px;
  height: 50px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  cursor: pointer;
}
.whhdBg .publicMarBox .pubilcMarTop .left .pic-box .box-icon span.herig {
  background: rgba(214, 0, 0, 0.8);
  margin-right: 40px;
  cursor: pointer;
}
.whhdBg .publicMarBox .pubilcMarTop .left .pic-box .box-icon span.icon .look {
  display: inline-block;
  margin-right: 2px;
  width: 16px;
  height: 16px;
  background: url(/zqswhg/pc/image/pc0019/eye-line.png) no-repeat;
}
.whhdBg .publicMarBox .pubilcMarTop .left .pic-box .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  background: url(/zqswhg/pc/image/pc0019/video.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
.whhdBg .publicMarBox .pubilcMarTop .left .pic-box h3 {
  font-size: 18px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  bottom: 78px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.whhdBg .publicMarBox .pubilcMarTop .left .load-more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 127px;
  height: 40px;
  background: #D60000;
  border-radius: 40px 0px 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #FFFFFF;
  z-index: 3;
  cursor: pointer;
}
.whhdBg .publicMarBox .pubilcMarTop .left .load-more img {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}
.whhdBg .publicMarBox .pubilcMarTop .right {
  width: 380px;
  height: 394px;
}
.whhdBg .publicMarBox .pubilcMarTop .right li {
  width: 100%;
  position: relative;
  cursor: pointer;
  background: #FFFFFF;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
}
.whhdBg .publicMarBox .pubilcMarTop .right li .pic {
  width: 100%;
  height: 224px;
  position: relative;
}
.whhdBg .publicMarBox .pubilcMarTop .right li .pic .herig {
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  width: 135px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.whhdBg .publicMarBox .pubilcMarTop .right li .pic .herig.miaosha {
  background: rgba(214, 0, 0, 0.8);
}
.whhdBg .publicMarBox .pubilcMarTop .right li .pic .herig.yuding {
  background: linear-gradient(180deg, rgba(110, 227, 234, 0.8) 0%, rgba(60, 196, 208, 0.8) 100%);
}
.whhdBg .publicMarBox .pubilcMarTop .right li .pic .herig.end {
  background: linear-gradient(180deg, rgba(178, 186, 187, 0.8) 0%, rgba(122, 133, 134, 0.8) 100%);
}
.whhdBg .publicMarBox .pubilcMarTop .right li .pic img {
  width: 100%;
  height: 100%;
}
.whhdBg .publicMarBox .pubilcMarTop .right li .pic .tag {
  width: 21px;
  height: 21px;
  margin-right: 4px;
}
.whhdBg .publicMarBox .pubilcMarTop .right li .pic .icon {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: rgba(0, 0, 0, 0.49);
  width: 116px;
  height: 31px;
  line-height: 31px;
  border-radius: 16px;
  display: inline-block;
  text-align: center;
}
.whhdBg .publicMarBox .pubilcMarTop .right li .pic .icon .sc {
  margin-right: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.whhdBg .publicMarBox .pubilcMarTop .right li .pic .icon .dz {
  margin-right: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.whhdBg .publicMarBox .pubilcMarTop .right li .info-box {
  width: 100%;
  padding: 14px 20px 19px;
  box-sizing: border-box;
}
.whhdBg .publicMarBox .pubilcMarTop .right li .info-box h3 {
  height: 52px;
  font-size: 18px;
  color: #333333;
  margin-bottom: 9px;
  font-weight: normal;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.whhdBg .publicMarBox .pubilcMarTop .right li .info-box .date {
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
}
.whhdBg .publicMarBox .pubilcMarTop .right li .info-box .addr {
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
}
.whhdBg .publicMarBox .pubilcMarTop .right li .info-box .foot-box {
  height: 22px;
}
.whhdBg .publicMarBox .pubilcMarTop .right li .info-box .foot-box span {
  display: inline-block;
  font-weight: 400;
  height: 22px;
  font-size: 14px;
  color: #666666;
}
.whhdBg .publicMarBox .pubilcMarTop .right li .info-box .foot-box span i {
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  color: #D60000;
}
.whhdBg .publicMarBox .pubilcMarBottom {
  width: 100%;
  box-sizing: border-box;
  background: white;
  margin-bottom: 40px;
}
.whhdBg .publicMarBox .pubilcMarBottom .culturalNews {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.whhdBg .publicMarBox .pubilcMarBottom .culturalNews li {
  width: 100%;
  position: relative;
  cursor: pointer;
  background: #FFFFFF;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
  width: calc((100% - 60px)/3);
}
.whhdBg .publicMarBox .pubilcMarBottom .culturalNews li .pic {
  width: 100%;
  height: 224px;
  position: relative;
}
.whhdBg .publicMarBox .pubilcMarBottom .culturalNews li .pic .herig {
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  width: 135px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.whhdBg .publicMarBox .pubilcMarBottom .culturalNews li .pic .herig.miaosha {
  background: rgba(214, 0, 0, 0.8);
}
.whhdBg .publicMarBox .pubilcMarBottom .culturalNews li .pic .herig.yuding {
  background: linear-gradient(180deg, rgba(110, 227, 234, 0.8) 0%, rgba(60, 196, 208, 0.8) 100%);
}
.whhdBg .publicMarBox .pubilcMarBottom .culturalNews li .pic .herig.end {
  background: linear-gradient(180deg, rgba(178, 186, 187, 0.8) 0%, rgba(122, 133, 134, 0.8) 100%);
}
.whhdBg .publicMarBox .pubilcMarBottom .culturalNews li .pic img {
  width: 100%;
  height: 100%;
}
.whhdBg .publicMarBox .pubilcMarBottom .culturalNews li .pic .tag {
  width: 21px;
  height: 21px;
  margin-right: 4px;
}
.whhdBg .publicMarBox .pubilcMarBottom .culturalNews li .pic .icon {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: rgba(0, 0, 0, 0.49);
  width: 116px;
  height: 31px;
  line-height: 31px;
  border-radius: 16px;
  display: inline-block;
  text-align: center;
}
.whhdBg .publicMarBox .pubilcMarBottom .culturalNews li .pic .icon .sc {
  margin-right: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.whhdBg .publicMarBox .pubilcMarBottom .culturalNews li .pic .icon .dz {
  margin-right: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.whhdBg .publicMarBox .pubilcMarBottom .culturalNews li .info-box {
  width: 100%;
  padding: 14px 20px 19px;
  box-sizing: border-box;
}
.whhdBg .publicMarBox .pubilcMarBottom .culturalNews li .info-box h3 {
  height: 52px;
  font-size: 18px;
  color: #333333;
  margin-bottom: 9px;
  font-weight: normal;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.whhdBg .publicMarBox .pubilcMarBottom .culturalNews li .info-box .date {
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
}
.whhdBg .publicMarBox .pubilcMarBottom .culturalNews li .info-box .addr {
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
}
.whhdBg .publicMarBox .pubilcMarBottom .culturalNews li .info-box .foot-box {
  height: 22px;
}
.whhdBg .publicMarBox .pubilcMarBottom .culturalNews li .info-box .foot-box span {
  display: inline-block;
  font-weight: 400;
  height: 22px;
  font-size: 14px;
  color: #666666;
}
.whhdBg .publicMarBox .pubilcMarBottom .culturalNews li .info-box .foot-box span i {
  font-style: normal;
  font-size: 14px;
  font-weight: normal;
  color: #D60000;
}
.rmcgBg {
  margin: 0;
  position: relative;
  background: url('/zqswhg/pc/image/pc0019/bannerbg.png') repeat;
}
.rmcgBg .publicMarBox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}
.rmcgBg .publicMarBox::after {
  content: '';
  position: absolute;
  left: -305px;
  bottom: -58px;
  background: url(/zqswhg/pc/image/pc0019/rmcgpt.png) no-repeat;
  background-size: 100% 100%;
  width: 307px;
  height: 307px;
}
.rmcgBg .publicMarBox .culturalNews {
  height: 245px;
  margin-bottom: 45px;
}
.rmcgBg .publicMarBox .culturalNews .rmcg-swiper {
  height: 100%;
  position: relative;
}
.rmcgBg .publicMarBox .culturalNews .rmcg-swiper .swiper-slide {
  width: 100%;
  height: 245px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.rmcgBg .publicMarBox .culturalNews .rmcg-swiper .swiper-slide .cover {
  height: 185px;
}
.rmcgBg .publicMarBox .culturalNews .rmcg-swiper .swiper-slide .cover img {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0px 0px;
}
.rmcgBg .publicMarBox .culturalNews .rmcg-swiper .swiper-slide .info-box {
  width: 100%;
  height: 60px;
  background: #DDDDDD;
  border-radius: 0px 0px 20px 20px;
  text-align: center;
  color: #333333;
  box-sizing: border-box;
}
.rmcgBg .publicMarBox .culturalNews .rmcg-swiper .swiper-slide .info-box h3 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 500;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  text-align: center;
  font-weight: normal;
}
.rmcgBg .publicMarBox .culturalNews .rmcg-swiper .swiper-slide .info-box p {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  color: #333;
  margin-bottom: 6px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.rmcgBg .publicMarBox .culturalNews .rmcg-swiper .swiper-slide .info-box .desc {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}
.rmcgBg .publicMarBox .culturalNews .rmcg-swiper .swiper-slide .info-box img {
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  display: none;
}
.rmcgBg .publicMarBox .culturalNews .rmcg-swiper .swiper-slide:hover .info-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 166px;
  padding: 39px 19px 19px;
  box-sizing: border-box;
  background: rgba(221, 221, 221, 0.9);
  transition: all 0.3s ease-in-out;
}
.rmcgBg .publicMarBox .culturalNews .rmcg-swiper .swiper-slide:hover .info-box h3 {
  font-weight: bold;
  line-height: normal;
  height: auto;
  margin-bottom: 6px;
}
.rmcgBg .publicMarBox .culturalNews .rmcg-swiper .swiper-slide:hover .info-box img {
  display: block;
}
.rmcgBg .publicMarBox .swiper-button-box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 116px;
  height: 48px;
  display: flex;
  justify-content: space-between;
}
.rmcgBg .publicMarBox .swiper-button-box div {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  text-align: center;
  box-sizing: border-box;
}
.rmcgBg .publicMarBox .swiper-button-box div.swiper-button-prevrmcg {
  background: url(/zqswhg/pc/image/pc0019/arrow-l-b.png) no-repeat;
  background-size: 100%;
}
.rmcgBg .publicMarBox .swiper-button-box div.swiper-button-nextrmcg {
  background: url(/zqswhg/pc/image/pc0019/arrow-r-b.png) no-repeat;
  background-size: 100%;
  right: 0;
}
.pphdBg {
  width: 100%;
  position: relative;
  background: url('/zqswhg/pc/image/pc0019/bannerbg.png') repeat;
}
.pphdBg .publicMarBox {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.pphdBg .publicMarBox .pphd-swiper {
  width: 100%;
  height: 512px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.pphdBg .publicMarBox .pphd-swiper .item {
  display: flex;
  justify-content: flex-start;
  height: 100%;
  margin-right: 30px;
  width: 160px;
  height: 512px;
  border-radius: 20px;
}
.pphdBg .publicMarBox .pphd-swiper .item:nth-child(3n) {
  margin-right: 0;
}
.pphdBg .publicMarBox .pphd-swiper .item.center {
  flex: 1;
  width: calc(100% - 320px - 60px);
  margin-right: 30px;
}
.pphdBg .publicMarBox .pphd-swiper .item.center .hexagon {
  width: 320px;
  margin-right: 30px;
}
.pphdBg .publicMarBox .pphd-swiper .item.center .hexagon::before {
  display: none;
}
.pphdBg .publicMarBox .pphd-swiper .item .hexagon {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.pphdBg .publicMarBox .pphd-swiper .item .hexagon::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
}
.pphdBg .publicMarBox .pphd-swiper .item .hexagon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pphdBg .publicMarBox .pphd-swiper .item .culturalNews {
  box-sizing: border-box;
  width: calc(100% - 320px - 40px);
  position: relative;
}
.pphdBg .publicMarBox .pphd-swiper .item .culturalNews p {
  margin-top: 50px;
  margin-bottom: 14px;
}
.pphdBg .publicMarBox .pphd-swiper .item .culturalNews p img {
  width: 30px;
  height: 30px;
}
.pphdBg .publicMarBox .pphd-swiper .item .culturalNews h3 {
  font-weight: normal;
  font-size: 24px;
  color: #333333;
  margin-bottom: 19px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pphdBg .publicMarBox .pphd-swiper .item .culturalNews .text-info {
  width: 100%;
  font-weight: 400;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-bottom: 10px;
}
.pphdBg .publicMarBox .pphd-swiper .item .culturalNews .text-author {
  font-size: 14px;
  color: #999;
  margin-bottom: 40px;
  display: flex;
}
.pphdBg .publicMarBox .pphd-swiper .item .culturalNews .text-author label {
  white-space: nowrap;
}
.pphdBg .publicMarBox .pphd-swiper .item .culturalNews .text-author span {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pphdBg .publicMarBox .pphd-swiper .item .culturalNews .common-btn-box {
  position: absolute;
  bottom: 135px;
  left: 0;
  width: 151px;
  height: 50px;
  line-height: 50px;
  background: #D60000;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pphdBg .publicMarBox .pphd-swiper .item .culturalNews .common-btn-box img {
  width: 21px;
  height: 21px;
  margin-right: 8px;
}
.pphdBg .publicMarBox .pphd-swiper .item .culturalNews .ctrl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.pphdBg .publicMarBox .pphd-swiper .item .culturalNews .swiper-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pphdBg .publicMarBox .pphd-swiper .item .culturalNews .swiper-button-prevpphd {
  cursor: pointer;
  width: 48px;
  height: 48px;
  background: url(/zqswhg/pc/image/pc0019/arrow-l-b.png) no-repeat;
  background-size: 100%;
}
.pphdBg .publicMarBox .pphd-swiper .item .culturalNews .swiper-button-nextpphd {
  cursor: pointer;
  width: 48px;
  height: 48px;
  background: url(/zqswhg/pc/image/pc0019/arrow-r-b.png) no-repeat;
  background-size: 100%;
  margin-left: 8px;
}
.szzgBg {
  width: 100%;
  position: relative;
  background: #f5f5f5;
  overflow: hidden;
}
.szzgBg .backgorund {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.szzgBg .backgorund span {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  content: "";
  display: block;
  filter: blur(20px);
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: background-image 0.6s ease;
}
.szzgBg .backgorund span:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
.szzgBg .publicMarBox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.szzgBg .publicMarBox .culturalNews {
  margin-bottom: 40px;
}
.szzgBg .publicMarBox .culturalNews .item {
  box-sizing: border-box;
  border-radius: 20px;
  width: 750px;
  height: 420px;
  background: #B64455;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.szzgBg .publicMarBox .culturalNews .item.swiper-slide-active {
  box-shadow: none;
}
.szzgBg .publicMarBox .culturalNews .item img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.szzgBg .publicMarBox .swiper-button-box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 116px;
  height: 48px;
  display: flex;
  justify-content: space-between;
}
.szzgBg .publicMarBox .swiper-button-box div {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  text-align: center;
  box-sizing: border-box;
}
.szzgBg .publicMarBox .swiper-button-box div.swiper-button-prevszzl {
  background: url(/zqswhg/pc/image/pc0019/arrow-l-b.png) no-repeat;
  background-size: 100%;
}
.szzgBg .publicMarBox .swiper-button-box div.swiper-button-nextszzl {
  background: url(/zqswhg/pc/image/pc0019/arrow-r-b.png) no-repeat;
  background-size: 100%;
  right: 0;
}
.fgzsBg {
  width: 100%;
  background-color: #fff;
  position: relative;
}
.fgzsBg:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 502px;
  background: url(/zqswhg/pc/image/pc0019/fgsjbg.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.fgzsBg .publicMarBox {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  box-sizing: border-box;
  position: relative;
}
.fgzsBg .publicMarBox .publicMarHead {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.fgzsBg .publicMarBox .publicMarHead .info-cont {
  flex: 1;
  display: flex;
  align-items: center;
  font-weight: 400;
  justify-content: flex-end;
  font-size: 20px;
  color: #333333;
}
.fgzsBg .publicMarBox .publicMarHead .info-cont i {
  font-size: 14px;
  color: #D60000;
  font-style: normal;
}
.fgzsBg .publicMarBox .publicMarHead .info-cont:last-of-type {
  justify-content: flex-start;
  padding-left: 64px;
  box-sizing: border-box;
}
.fgzsBg .publicMarBox .publicMarHead .info-cont em {
  font-size: 46px;
  font-weight: bold;
  color: #D60000;
  display: inline-block;
  text-align: center;
  font-style: normal;
  margin-right: 18px;
}
.fgzsBg .publicMarBox .culturalNews {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-bottom: 28px;
}
.fgzsBg .publicMarBox .culturalNews .pubilcMarTop {
  z-index: 99;
  display: flex;
  justify-content: space-between;
}
.fgzsBg .publicMarBox .culturalNews .pubilcMarTop .wrapper {
  width: 718px;
  height: 547px;
}
.fgzsBg .publicMarBox .culturalNews .pubilcMarTop .wrapper .map-container {
  width: 100%;
  height: 554px;
}
.fgzsBg .publicMarBox .culturalNews .pubilcMarTop .info-box {
  flex: 1;
  padding: 23px 25px;
  box-sizing: border-box;
  height: 286px;
}
.fgzsBg .publicMarBox .culturalNews .pubilcMarTop .info-box h3 {
  width: 100%;
  font-weight: 500;
  color: #333333;
  font-size: 28px;
  margin-bottom: 11px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.fgzsBg .publicMarBox .culturalNews .pubilcMarTop .info-box .text-box {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 28px;
  line-height: 25px;
}
.fgzsBg .publicMarBox .culturalNews .pubilcMarTop .info-box .btn-box {
  width: 100%;
  display: flex;
}
.fgzsBg .publicMarBox .culturalNews .pubilcMarTop .info-box .btn-box li {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  cursor: pointer;
  padding-left: 38px;
  padding-right: 38px;
  position: relative;
}
.fgzsBg .publicMarBox .culturalNews .pubilcMarTop .info-box .btn-box li:first-child {
  padding-left: 0;
}
.fgzsBg .publicMarBox .culturalNews .pubilcMarTop .info-box .btn-box li:last-child {
  padding-right: 0;
}
.fgzsBg .publicMarBox .culturalNews .pubilcMarTop .info-box .btn-box li:last-child::after {
  display: none;
}
.fgzsBg .publicMarBox .culturalNews .pubilcMarTop .info-box .btn-box li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 52px;
  background: #DDDDDD;
}
.fgzsBg .publicMarBox .culturalNews .pubilcMarTop .info-box .btn-box li span {
  width: 100%;
  display: inline-block;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  overflow: hidden;
}
.fgzsBg .publicMarBox .culturalNews .pubilcMarBottom {
  position: absolute;
  width: 705px;
  height: 270px;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
}
.fgzsBg .publicMarBox .culturalNews .pubilcMarBottom .content {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: space-between;
  width: 705px;
  height: 100%;
}
.fgzsBg .publicMarBox .culturalNews .pubilcMarBottom::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 28px;
  width: 705px;
  height: 233px;
  box-sizing: border-box;
  z-index: 99;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  border-radius: 0px 0px 20px 20px;
  opacity: 0.4;
}
.fgzsBg .publicMarBox .culturalNews .pubilcMarBottom .userModel {
  width: 354px;
  height: 100%;
}
.fgzsBg .publicMarBox .culturalNews .pubilcMarBottom .userModel #userModel,
.fgzsBg .publicMarBox .culturalNews .pubilcMarBottom .userModel #activityModel {
  width: 100%;
  height: inherit;
}
.footer {
  background-color: #1A1A1A !important;
}
.fixed_btn {
  position: fixed;
  right: 40px;
  bottom: 303px;
  cursor: pointer;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.fixed_btn .toIcon {
  background: #D8D8D8;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 6px 0 0 6px;
  z-index: 2;
  position: relative;
}
.fixed_btn .toIcon img {
  position: absolute;
  right: 0;
  z-index: 1;
}
.fixed_btn .toIcon:hover {
  width: 176px;
}
.fixed_btn .toIcon:hover p {
  opacity: 1;
  display: block;
}
.fixed_btn .toIcon:hover img {
  content: url('/zqswhg/pc/image/pc0019/5.png')
}
.fixed_btn .tolm {
  background: #D8D8D8;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 6px 0 0 6px;
  z-index: 2;
  position: relative;
}
.fixed_btn .tolm img {
  position: absolute;
  right: 0;
  z-index: 1;
}
.fixed_btn .tolm:hover {
  width: 196px;
}
.fixed_btn .tolm:hover p {
  opacity: 1;
  display: block;
  
}
.fixed_btn .tolm:hover img {
  content: url('/zqswhg/pc/image/pc0019/11.png')
}
.fixed_btn .toymtx :hover{
  content: url('/zqswhg/pc/image/pc0019/1.png');
}

.fixed_btn .toWeiXin :hover{
  content: url('/zqswhg/pc/image/pc0019/9.png');
}
.fixed_btn .douyin {
  background-image: url('/zqswhg/pc/image/pc0019/douyin.png');
}
.fixed_btn .douyin:hover {
  background-image: url('/zqswhg/pc/image/pc0019/douyin-hover.png');
}
.fixed_btn .toTouTiao {
  background-image: url('/zqswhg/pc/image/pc0019/tt2.png');
}
.fixed_btn .toTouTiao:hover {
  background-image: url('/zqswhg/pc/image/pc0019/tt2-hover.png');
}
.fixed_btn .nanfang {
  background-image: url('/zqswhg/pc/image/pc0019/nf3.png');
}
.fixed_btn .nanfang:hover {
  background-image: url('/zqswhg/pc/image/pc0019/nf3-hover.png');
}
.fixed_btn .weibo {
  background-image: url('/zqswhg/pc/image/pc0019/wb4.png');
}
.fixed_btn .weibo:hover {
  background-image: url('/zqswhg/pc/image/pc0019/wb4-hover.png');
}
.fixed_btn .bili {
  background-image: url('/zqswhg/pc/image/pc0019/bili3.png');
}
.fixed_btn .bili:hover {
  background-image: url('/zqswhg/pc/image/pc0019/bili3-hover.png');
}
.fixed_btn .toTop {
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
  background-size: cover;
  transition: opacity 0.3s;
  border-radius: 6px;
  margin-bottom: 14px;
  background-image: url('/zqswhg/pc/image/pc0019/4.png');
}
.fixed_btn .toTop:hover {
  background-image: url('/zqswhg/pc/image/pc0019/3.png');
}
.fixed_btn .feekback {
  background: #D8D8D8;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 6px 0 0 6px;
  z-index: 2;
  position: relative;
}
.fixed_btn .feekback img {
  position: absolute;
  right: 0;
  z-index: 1;
}

.fixed_btn .feekback:hover {
   /* background-image: url('/zqswhg/pc/image/pc0019/7.png'); */
  width: 176px;
}

.fixed_btn .feekback:hover img {
      content: url('/zqswhg/pc/image/pc0019/7.png');

}
.fixed_btn .feekback:hover p {
  opacity: 1;
  display: block;
}
.fixed_btn a {
  background-color: #F4F4F4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  border-radius: 6px;
}
.fixed_btn .icon {
  border-radius: 6px;
}
.fixed_btn .tb {
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
  background-size: cover;
  transition: opacity 0.3s;
  border-radius: 6px;
}
.fixed_btn .icon .wx {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  margin-top: -120px;
  left: -180px;
  opacity: 0;
  display: none;
  transition: opacity 0.3s;
}
.fixed_btn .icon p {
  position: absolute;
  right: 45px;
  opacity: 0;
  display: none;
  transition: opacity 0.3s;
  color: #ADADAD;
  font-size: 16px;
  white-space: nowrap;
  text-align: right;
  background: #D8D8D8;
  width: 150px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 6px 0 0 6px;
  font-style: italic;
  z-index: 1;
}
.fixed_btn .icon:hover {
  opacity: 1;
}
.fixed_btn .icon:hover img,
.fixed_btn .icon:hover p {
  display: block;
  opacity: 1;
}
#moreMenu{
  display: none;
  width:160px;
}
.moreMenuUlLi{
  width: 160px !important;
}
.moreMenuLi:hover #moreMenu{
  display: block;
}