html{
    font-size:100px;
}
.container {
  width: 14rem;
  margin: 0 auto;
}
.zycontainer {
  width: 15.06rem;
  margin: 0 auto;
}
.nav {
  background: #b11e24;
  width: 100%;
  height: 0.7rem;
}
.navUl {
  width: 15.1rem;
  margin: 0 auto;
}
.navUl > li {
  float: left;
  min-width: 1.2rem;
  line-height: 0.7rem;
  font-size: 0.22rem;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.navUl > li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 0.18rem;
  background: #911116;
  margin-top: -0.09rem;
}
.navUl > li:last-child:after {
  display: none;
}
.navUl > li > a {
  display: block;
  width: 100%;
  height: 0.7rem;
  color: #ffe3a9;
}
.navUl > li.active,
.navUl > li:hover {
  background: #d1362c;
}
.navUl > li.active:after,
.navUl > li:hover:after {
  background: transparent;
}
.navUl > li .xlnav {
  position: absolute;
  display: none;
  text-align: center;
  left: 0;
  top: 0.7rem;
  z-index: 15;
  background: #b11e24;
  overflow: hidden;
  width: 100%;
}
.navUl > li .xlnav:after {
  content: '';
  position: absolute;
  right: -0.15rem;
  bottom: -0.1rem;
  background: url(../img/hua.png) no-repeat center;
  width: 1.01rem;
  height: 0.52rem;
  z-index: -1;
}
.navUl > li .xlnav li {
  position: relative;
  z-index: 2;
}
.navUl > li .xlnav a {
  display: block;
  width: 100%;
  line-height: 0.36rem;
  padding: 0.05rem 0.03rem;
  color: #fff;
  font-size: 0.2rem;
  box-sizing: border-box;
}
.navUl > li .xlnav a:hover,
.navUl > li .xlnav a.on {
  color: #ffe3a9;
}
.indexHeader {
  width: 100%;
  position: relative;
 /* background: url(../img/indexBg.jpg) no-repeat center / 100% 100%;*/
}
.indexHeader .container{
    position:absolute;
    left:50%;
    margin-left:-7rem;
    top:.6rem;
    z-index:1;
}
.indexHeader .bg{
  width: 100%;
  height: 4.7rem;
  display:block;
}
.indexHeader .logo {
  width: 3.87rem;
  display: block;
}
.indexHeader .logo img {
  width: 100%;
}
.column1 {
  margin-top: 0.46rem;
  text-align: center;
  display: block;
}
.column1_tit {
  display: flex;
  justify-content: center;
  margin-bottom: 0.12rem;
}
.column1_tit .tip {
  width: 1.33rem;
  height: 0.47rem;
  background: url(../img/ggicon.png) no-repeat center / 100% 100%;
  text-align: center;
  font-weight: bold;
  color: #d1362c;
  font-size: 0.22rem;
  line-height: 1.5;
  margin-right: 0.18rem;
  margin-top: 0.05rem;
}
.column1_tit .ellipsis {
  max-width: 10.98rem;
  font-size: 0.32rem;
  font-weight: bold;
}
.column1_txt {
  display: flex;
  text-align: center;
}
.column1_txt .ellipsis {
  color: #666;
  max-width: 13.5rem;
}
.column1_txt em {
  color: #cc3333;
}
.column1:hover .column1_tit span,
.column1:hover .column1_txt span {
  color: #d1362c;
}
.column2 {
  margin-top: 0.46rem;
  margin-bottom: 0.7rem;
  width: 100%;
  height: 5.06rem;
  background: url(../img/newsBg.jpg) no-repeat center / 100% 100%;
  padding: 0.38rem 0 0 0.47rem;
  box-sizing: border-box;
  display: flex;
}
.column2_l {
  width: 7.47rem;
  height: 4.36rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.column2_l__swiper {
  width: 7.47rem;
  height: 100%;
}
.column2_l .djImg {
  width: 7.47rem;
  height: 3.95rem;
  overflow: hidden;
  margin-bottom: 0.15rem;
}
.column2_l .djImg img {
  width: 100%;
  height: 100%;
}
.column2_l .djTxt {
  font-size: 0.2rem;
  max-width: 6.25rem;
  padding:.02rem 0;
}
.column2_l:hover .djTxt {
  color: #d1362c;
}
.column2_l .colPagination1 {
  position: absolute;
  text-align: right;
  bottom: 0!important;
  width: auto!important;
  left: initial!important;
  right: 0;
  z-index: 10;
}
.column2_l .colPagination1 .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background: #362a11;
  border-radius: 0.1rem;
}
.column2_l .colPagination1 .swiper-pagination-bullet-active {
  width: 0.3rem;
  background: #cc0001;
}
.column2_r {
  width: 6.07rem;
  margin-top: 0.16rem;
}
.column2_r__head {
  width: 6.34rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  background: url(../img/newsicon.png) no-repeat center / 100% 100%;
  padding-left: 0.26rem;
  padding-right: 0.54rem;
  box-sizing: border-box;
}
.column2_r__head h1 {
  color: #ffe3a9;
  font-size: 0.32rem;
  margin-right: 0.15rem;
  padding-right: 0.15rem;
  border-right: 0.02rem solid #ffe3a9;
}
.column2_r__head img {
  width: 1.18rem;
}
.column2_r__head .more {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  color: #ffe3a9;
}
.column2_r__head .more img {
  width: 0.15rem;
  margin-left: 0.1rem;
}
.column2_r__first {
  width: 92%;
  margin: 0.38rem auto 0.15rem;
  border-bottom: 1px dashed #b39556;
  padding-bottom: 0.2rem;
  color: #323232;
  box-sizing: border-box;
  display: block;
}
.column2_r__first h2 {
  font-size: 0.24rem;
  margin-bottom:.15rem;
}
.column2_r__first div {
  line-height: 1.5;
}
.column2_r__first:hover {
  color: #d1362c;
}
.column2_r__item {
  color: #323232;
  width: 98%;
  padding: 0.13rem 0.16rem 0.13rem 0.24rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.column2_r__item img {
  width: 0.06rem;
  margin-right: 0.16rem;
}
.column2_r__item p {
  max-width: 3.62rem;
}
.column2_r__item .date {
  margin-left: auto;
}
.column2_r__item:hover {
  color: #d1362c;
  background: #ffebc9;
  padding-left: 0.53rem;
}
.column3 {
  margin-top: 0.66rem;
  margin-bottom: 0.52rem;
  display: flex;
  justify-content: space-between;
}
.column3_list {
  width: 4.18rem;
}
.column3_list__head {
  background: url(../img/newHeadBg.png) no-repeat center / 100% 100%;
  width: 100%;
  height: 0.34rem;
  box-sizing: border-box;
  padding-left: 0.57rem;
  overflow: hidden;
  display: block;
  margin-bottom: 0.3rem;
  cursor: pointer;
}
.column3_list__head h1 {
  font-size: 0.26rem;
  float: left;
  margin-top:-.04rem;
}
.column3_list__head .more {
  float: right;
  color: #323232;
  padding-right: 0.24rem;
  background: url(../img/more.png) no-repeat .4rem center;
  background-size: 0.15rem 0.16rem;
  margin-top: 0.07rem;
}
.column3_list__head:hover {
  color: #d1362c;
}
.column3_list__head:hover .more {
  background: url(../img/moreh.png) no-repeat right;
}
.column3_list__first .img {
  width: 100%;
  height: 2.43rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.column3_list__first .img img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.column3_list__first .text {
  margin-top: 0.2rem;
  margin-bottom: 0.26rem;
  overflow: hidden;
  color: #323232;
}
.column3_list__first .text p {
  float: left;
  max-width: 2.94rem;
  font-weight:bold;
}
.column3_list__first .text .date {
  float: right;
  color: #b1b1b1;
}
.column3_list__first:hover img {
  transform: scale(1.1);
}
.column3_list__first:hover .text {
  color: #d1362c;
}
.column3_list__first:hover .text .date {
  color: #d1362c;
}
.column3_list__item {
  overflow: hidden;
  margin-bottom: 0.23rem;
  padding-left: 0.18rem;
  box-sizing: border-box;
  color: #323232;
  display: block;
  position: relative;
}
.column3_list__item:last-child {
  margin-bottom: 0;
}
.column3_list__item:before {
  content: '';
  position: absolute;
  left: 0;
  width: 0.08rem;
  height: 0.08rem;
  box-sizing: border-box;
  border: 2px solid #ebb950;
  top: 50%;
  margin-top: -0.04rem;
  border-radius: 50%;
}
.column3_list__item p {
  float: left;
  max-width: 2.7rem;
}
.column3_list__item .date {
  color: #b1b1b1;
  float: right;
}
.column3_list__item:hover {
  color: #d1362c;
}
.column3_list__item:hover::before {
  background: #d1362c;
  border-color: #d1362c;
}
.column3_list__item:hover .date {
  color: #d1362c;
}
.column4 {
  height: 1.24rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.56rem;
}
.column4_img {
  width: 100%;
  height: 1.24rem;
  position: relative;
}
.column4_img img {
  width: 100%;
  height: 1.24rem;
}
.column4_img .text {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-weight: bold;
  color: #d2382e;
  font-size: 0.48rem;
  z-index: 1;
  width: 100%;
  height: 1.24rem;
  text-align: center;
  line-height: 1.24rem;
}
.column4 .col4pagination {
  position: absolute;
  right: 0;
  left: initial!important;
  width: auto!important;
  bottom: 0!important;
  z-index: 10;
}
.column4 .col4pagination .swiper-pagination-bullet {
  background: #d1362c;
  border-radius: 0;
  width: 0.17rem;
  height: 0.17rem;
  color: #fff;
  text-align: center;
  line-height: 0.16rem;
  opacity: 1;
  margin: 0!important;
}
.column4 .col4pagination .swiper-pagination-bullet-active {
  background: #ddb8c4;
}
.column_head {
  text-align: center;
  background: url(../img/icon2.png) no-repeat center;
  margin-bottom: 0.42rem;
}
.column_head h1 {
  color: #cc0001;
  font-size: 0.46rem;
}
.column_head p {
  color: #666666;
  font-size: 0.26rem;
}
.column5 {
  margin-bottom: 0.65rem;
}
.column5_video {
  background: url(../img/mtBg.jpg) no-repeat .2rem 0;
  width: 100%;
  height: 6.8rem;
  background-size:100% 100%;
}
.column5_video__l {
  width: 9.8rem;
  float: left;
  margin-top: 0.4rem;
}
.column5_video__l .img {
  height: 5.58rem;
  width: 100%;
  position: relative;
}
.column5_video__l .img > img {
  width: 100%;
  height: 100%;
}
.column5_video__l .img .mask {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.column5_video__l .img .mask img {
  width: 0.8rem;
}
.column5_video__l .text {
  font-size: 0.26rem;
  padding: 0 0.45rem;
  margin-top: 0.24rem;
  font-weight: bold;
  margin-left:.3rem;
}
.column5_video__l:hover .mask {
  display: flex;
}
.column5_video__l:hover .text {
  color: #b11e24;
}
.column5_video__r {
  width: 3.72rem;
  float: right;
  margin-top: 0.4rem;
}
.column5_video__r .item {
  width: 100%;
  height: 2rem;
  margin-bottom: 0.09rem;
  position: relative;
  overflow: hidden;
  display: block;
}
.column5_video__r .item img {
  width: 100%;
  height: 100%;
}
.column5_video__r .item:last-child {
  margin-bottom: 0;
}
.column5_video__r .item .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/shadow.png) no-repeat center bottom;
  background-size: 100% 1.65rem;
  cursor: pointer;
}
.column5_video__r .item .mask .text {
  position: absolute;
  bottom: 0.2rem;
  width: 100%;
  left: 0;
  padding: 0 0.16rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.18rem;
}
.column5_video__r .item .mask .text p {
  max-width: 2.9rem;
  float: left;
  padding: 0.05rem 0;
}
.column5_video__r .item .mask .text img {
  float: right;
  width: 0.28rem;
}
.column5_video__r .item .mask:hover .text {
  color: #b11e24;
}
.column6_l {
  width: 4.2rem;
  float: left;
}
.column6_l .column3 {
  margin: 0;
}
.column6_l__tu {
  margin-top: 0.34rem;
}
.column6_l__tu .photo {
  width: 4.2rem;
  height: 1.11rem;
  display: block;
  overflow: hidden;
}
.column6_l__tu .photo:first-child {
  margin-bottom: 0.16rem;
}
.column6_l__tu .photo img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.column6_l__tu .photo:hover img {
  transform: scale(1.1);
}
.column6_r {
  width: 8.96rem;
  float: right;
}
.column6_r__head {
  background: url(../img/newHeadBg1.png) no-repeat center / 100% 100%;
  width: 100%;
  height: 0.34rem;
  box-sizing: border-box;
  padding-left: 0.57rem;
  overflow: hidden;
  display: block;
  margin-bottom: 0.3rem;
  cursor: pointer;
}
.column6_r__head h1 {
  font-size: 0.26rem;
  float: left;
  margin-top:-.04rem;
}
.column6_r__head .more {
  float: right;
  color: #323232;
  padding-right: 0.24rem;
  background: url(../img/more.png) no-repeat right;
  background-size: 0.15rem 0.16rem;
  margin-top: 0.07rem;
}
.column6_r__head:hover {
  color: #d1362c;
}
.column6_r__head:hover .more {
  background: url(../img/moreh.png) no-repeat right;
}
.column6_r__first {
  display: block;
  padding-bottom: 0.18rem;
  margin-bottom: 0.22rem;
  border-bottom: 1px dashed #666;
}
.column6_r__first .fl {
  float: left;
  width: 2.28rem;
  height: 1.18rem;
}
.column6_r__first .fl img {
  width: 100%;
  height: 100%;
}
.column6_r__first .fr {
  float: right;
  width: 6.6rem;
}
.column6_r__first .fr h1 {
  font-size: 0.2rem;
  color: #323232;
  margin-bottom: 0.1rem;
}
.column6_r__first .fr .ellipsisMult {
  color: #666;
  line-height: 1.5;
}
.column6_r__first .fr .date {
  color: #666;
  margin-top: 0.1rem;
}
.column6_r__first:hover h1,
.column6_r__first:hover .ellipsisMult,
.column6_r__first:hover .date {
  color: #d1362c;
}
.column6_r__list {
  width: 100%;
  height: 3.04rem;
}
.column6_r__list dl {
  margin-top: 0.13rem;
}
.column6_r__list dl dt {
  height: 0.49rem;
  padding-left: 0.24rem;
  padding-right: 0.68rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../img/arrowR.png) no-repeat 97% center / 0.24rem 0.24rem #f6f6f6;
}
.column6_r__list dl dt a {
  color: #323232;
  max-width: 5.75rem;
}
.column6_r__list dl dt .date {
  color: #b1b1b1;
}
.column6_r__list dl dd {
  overflow: hidden;
  padding-left: 0.22rem;
  padding-right: 0.16rem;
  line-height: 0.3rem;
  color: #7b7b7b;
  margin: 0.08rem 0;
  display: none;
  height: 0;
}
.column6_r__list dl.on {
  display: block;
}
.column6_r__list dl.on dt {
  background: url(../img/arrowT.png) no-repeat 97% center / 0.24rem 0.24rem #ffc67d;
}
.column6_r__list dl.on dt a,
.column6_r__list dl.on dt .date {
  color: #ad1e29;
}
.column6_r__list dl dd a{
    color: #7b7b7b;
}

.column6_r__list dl.on dd {
  display: block;
  height: auto;
}
.column7 {
  margin-top: 0.36rem;
  margin-bottom: 0.7rem;
  position: relative;
}
.column7 .qtSwiper {
  width: 100%;
  height: 2.67rem;
  overflow: hidden;
}
.column7 .qtSwiper .group {
  width: 4.5rem;
  height: 2.67rem;
  position: relative;
  display:block;
}
.column7 .qtSwiper .group_img,
.column7 .qtSwiper .group img {
  width: 100%;
  height: 100%;
}
.column7 .qtSwiper .group_txt {
  color: #fff;
  font-size: 0.18rem;
  height: 0.46rem;
  line-height: 0.46rem;
  padding: 0 0.1rem;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
  transition:.3s;
}
.column7 .qtSwiper .group:hover .group_txt {
  color: #911116;
  background: rgba(255, 255, 255, 0.7);
}
.qtnext,
.qtprev,
.newprev,
.newnext {
  position: absolute;
  top: 64%;
  opacity: 1!important;
  width: 0.58rem !important;
  height: 0.58rem !important;
}
.qtnext:after,
.qtprev:after,
.newprev:after,
.newnext:after {
  display: none;
}
.qtprev,
.newprev {
  background: url(../img/prevH.png) no-repeat center / 100% 100%;
  left: -0.97rem;
  right: initial;
}
.qtprev,.qtnext {
    top: 65% !important;
}
.qtprev {
    left:-0.97rem!important;
}
.qtnext {
    right:-.97rem!important;
}
.qtprev.swiper-button-disabled,
.newprev.swiper-button-disabled {
  background: url(../img/prev.png) no-repeat center / 100% 100%;
}
.qtnext,
.newnext {
  background: url(../img/nextH.png) no-repeat center / 100% 100%;
  left: initial;
  right: -0.97rem;
}
.qtnext.swiper-button-disabled,
.newnext.swiper-button-disabled {
  background: url(../img/next.png) no-repeat center / 100% 100%;
}
.footer {
  background: url(../img/footer.jpg) no-repeat center / 100% 100%;
  width: 100%;
  height: 2.06rem;
  padding-top: 0.54rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.14rem;
  position: relative;
  margin-top: 0.7rem;
}
.footer_l {
  float: left;
  margin-top: 0.21rem;
}
.footer_l .logo {
  float: left;
  margin-right: 0.2rem;
  width: 0.52rem;
}
.footer_l .txt {
  float: left;
}
.footer_l .txt p {
  margin-bottom: 0.2rem;
}
.footer_l .txt a {
  color: #fbb5b5;
}
.footer_l .txt a:hover {
  color: #fff;
}
.footer_l .txt img {
  margin: 0 0.1rem;
}
.footer_r {
  float: right;
}
.footer_r .evm {
  float: left;
  margin-left: 0.3rem;
  text-align: center;
}
.footer_r .evm img{
    width:.88rem;
}
.footer_r .evm p {
  margin-top: 0.1rem;
}
.footer .goTop {
  position: fixed;
  width: 0.44rem;
  right: 0.86rem;
  bottom: 1.8rem;
  cursor: pointer;
  z-index: 100;
}
.zybanner {
  width: 100%;
  position: relative;
}
.zybanner .bannerSwiper {
  overflow: hidden;
  width: 100%;
  height: 4.7rem;
  position: relative;
}
.zybanner .bannerSwiper .bannerBox {
  width: 100%;
  height: 4.7rem;
  position: relative;
}
.zybanner .bannerSwiper img {
  width: 100%;
  height: 4.7rem;
}
.zybanner .bannerSwiper .text {
  position: absolute;
  text-align: center;
  color: #fff;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.48rem;
  font-weight: bold;
  min-width: 3.76rem;
  padding-bottom: 0.32rem;
}
.zybanner .bannerSwiper .text:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #fff;
  width: 100%;
}
.zybanner .bannerSwiper .text:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -0.375rem;
  bottom: -0.01rem;
  height: 0.05rem;
  background: #fff;
  width: 0.75rem;
}
.zybanner .bannerSwiper .newprev,
.zybanner .bannerSwiper .newnext {
  display: none;
  width: 0.58rem !important;
  height: 0.58rem !important;
}
.zybanner .bannerSwiper:hover .newprev,
.zybanner .bannerSwiper:hover .newnext {
  display: block;
}
.zybanner .bannerSwiper .newprev {
  left: 0.5rem !important;
  right: initial!important;
}
.zybanner .bannerSwiper .newnext {
  left: initial!important;
  right: 0.5rem !important;
}
.zybanner .navUl {
  width: 15.1rem;
}
.zybanner .navUl li {
  min-width: 1.2rem;
}
.second {
  overflow-x: auto;
  white-space: nowrap;
  text-align: center;
  margin-top: 0.34rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.1rem;
}
.second .item {
  display: inline-block;
  text-align: center;
  height: 0.5rem;
  line-height: 0.5rem;
  border: 1px solid #b11e24;
  font-size: 0.2rem;
  color: #b11e24;
  position: relative;
  overflow: hidden;
  margin-right: 0.42rem;
  padding: 0 0.3rem;
  z-index: 2;
  flex-shrink: 0;
}
.second .item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.08rem;
  height: 0.19rem;
  background: #b11e24;
  margin-top: -0.09rem;
}
.second .item:after {
  content: '';
  position: absolute;
  right: -0.25rem;
  bottom: -0.25rem;
  width: 1.01rem;
  height: 0.52rem;
  background: url(../img/hua1.png) no-repeat center;
  z-index: -1;
}
.second .item.on,
.second .item:hover {
  color: #fff;
  font-weight: bold;
  background: #b11e24;
}
.second .item.on:before,
.second .item:hover:before {
  background: #ffe3a9;
}
.second .item.on:after,
.second .item:hover:after {
  background: url(../img/hua.png) no-repeat center;
}
.second::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.1rem;
}
.second::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}
.second::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.minh {
  min-height: 6rem;
}
.dq {
  margin-top: 0.59rem;
  display: flex;
  margin-bottom:.34rem;
}
.dq .img {
  width: 0.28rem;
  margin-right: 0.14rem;
}
.dq .line {
  flex: 1;
}
.dq a,
.dq i {
  font-size: 0.18rem;
  display: inline-block;
}
.dq i {
  margin: 0 0.1rem;
}
.dq a:hover,
.dq a.on {
  color: #b11e24;
}
.dq .line {
  display: inline-block;
  position: relative;
  flex: 1;
  margin-left: 0.23rem;
}
.dq .line:before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background: #ffe3a9;
}
.dq .line:after {
  content: '';
  position: absolute;
  left: 1px;
  width: 100%;
  height: 1px;
  background: #ffe3a9;
  top: 50%;
  transform: translateY(-50%);
}
.videoList_item {
  float: left;
  width: 4.82rem;
  margin-right: 0.29rem;
  margin-bottom: 0.32rem;
}
.videoList_item .img {
  width: 100%;
  height: 2.78rem;
  overflow: hidden;
}
.videoList_item .img img {
  width: 100%;
  height: 100%;
}
.videoList_item:nth-child(3n) {
  margin-right: 0;
}
.videoList_item .text {
  width: 100%;
  height: 0.76rem;
  line-height: 0.76rem;
  padding: 0 0.26rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}
.videoList_item .text:after {
  content: '';
  position: absolute;
  right: 0.24rem;
  top: 50%;
  background: url(../img/video1.png) no-repeat center / 100% 100%;
  width: 0.24rem;
  height: 0.24rem;
  margin-top: -0.12rem;
}
.videoList_item .text span {
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
  max-width: 3.6rem;
}
.videoList_item:hover .text {
  background: url(../img/textBg.jpg) no-repeat center / 100% 100%;
}
.videoList_item:hover .text span {
  color: #ffe3a9;
}
.videoList_item:hover .text:after {
  background: url(../img/video2.png) no-repeat center / 100% 100%;
}
.pagination {
  margin: 0.7rem auto;
  font-size: 0.18rem;
  text-align: center;
}
.pagination span {
  display: inline-block;
  color: #333333;
}
.pagination a,
.pagination input {
  display: inline-block;
  color: #333333;
  border: 1px solid #c7c7c7;
  border-radius: 0.05rem;
  margin: 0 0.04rem;
  padding: 0.1rem 0.15rem;
}
.pagination input {
  padding: 0.1rem 0.01rem;
  width: 0.4rem;
  vertical-align: top;
}
.pagination a:hover,
.pagination a.on {
  color: #fff;
  background: #b11e24;
  border-color: #b11e24;
}
.videoDetail .title {
  font-size: 0.38rem;
  line-height: 1.4;
}
.videoDetail .date {
  font-size: 0.2rem;
  position: relative;
  top: 0.5rem;
  left: 0.7rem;
  z-index: 3;
}
.videoDetail .date span {
  margin-left: 0.4rem;
}
.videoDetail .date span em {
  display: inline-block;
  padding: 0 0.08rem;
  cursor: pointer;
  font-size: .2rem;
}
.videoDetail .date span em.on {
  color: #b11e24;
}
.videoDetail .content {
  position: relative;
  padding: 0.62rem;
  margin-top: 0.15rem;
}
.videoDetail .content table{
    max-width:100%;
    /* 20240424 注释  原因  新闻ID 1031  页面表格与底部重叠修改  xzc */
    /* display:block; */
    margin:0 auto;
}
.videoDetail .content video {
  width: 12.5rem;
  height: 7.27rem;
  margin: 0.4rem auto;
  display: block;
}
.videoDetail .content iframe {
  width: 12.5rem;
  height: 7.27rem;
  margin: 0.4rem auto;
  display: block;
}
.videoDetail .content img {
  max-width: 100%;
  margin: 0.3rem auto;
}
.videoDetail .content p {
  font-size: 0.18rem;
  color: #333333;
  line-height: 2;
  margin-bottom: 0.3rem;
}
.videoDetail .content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/before.png) no-repeat center / 100% 100%;
  width: 0.62rem;
  height: 3.85rem;
}
.videoDetail .content:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/after.png) no-repeat center / 100% 100%;
  width: 3.91rem;
  height: 3.85rem;
}
.context {
  margin-top: 0.2rem;
}
.context .line {
  margin-bottom: 0.42rem;
  width:15.03rem;
}
.context_l {
  float: left;
}
.context_l a {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  color: #323232;
  margin-bottom: 0.1rem;
}
.context_l a span {
  border: 1px solid #323232;
  width: 0.86rem;
  height: 0.34rem;
  line-height: 0.34rem;
  text-align: center;
  margin-right: 0.22rem;
}
.context_l a p {
  max-width: 11rem;
}
.context_l a[href]:hover,
.context_l a[href].on {
  color: #c7000b;
}
.context_l a[href]:hover span,
.context_l a[href].on span {
  border: 1px solid #c7000b;
}
.context_r {
  float: right;
  color: #fff;
  text-align: center;
  font-size: 0.15rem;
  width: 1.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  margin-top: 0.1rem;
  background: url(../img/btn.png) no-repeat center / 100% 100%;
}
.newList_item {
  border: 1px solid #e5e5e5;
  margin-bottom: 0.32rem;
  padding: 0.24rem 0.22rem;
}
.newList_item__l {
  width: 3.76rem;
  height: 1.98rem;
  margin-right: 0.4rem;
  float: left;
}
.newList_item__l img {
  width: 100%;
  height: 100%;
}
.newList_item__r {
  float: right;
  width: 10.4rem;
  margin-top: 0.19rem;
}
.newList_item__r h2 {
  font-size: 0.24rem;
}
.newList_item__r p {
    line-height: 1.5;
    color: #3d3d3d;
    font-size: 0.18rem;
    margin: 0.2rem 0;
    min-height: .55rem;
}
.newList_item__r .more {
  font-size: 0.18rem;
  color: #aeaeae;
  position: relative;
}
.newList_item__r .more::before {
  content: '';
  height: 1px;
  position: absolute;
  width: 0.7rem;
  background: #aeaeae;
  top: 50%;
  right: -0.86rem;
  z-index: 1;
  transform: translateY(-50%);
}
.newList_item__r .more::after {
  content: '';
  position: absolute;
  width: 0.06rem;
  height: 0.06rem;
  background: #aeaeae;
  top: 50%;
  border: 0.06rem solid #e7e7e7;
  border-radius: 50%;
  right: -0.96rem;
  z-index: 2;
  transform: translateY(-50%);
}
.newList_item:hover {
  border-color: #b62d33;
}
.newList_item:hover .more {
  color: #b11e24;
}
.newList_item:hover .more::before {
  background: #d8cbb9;
}
.newList_item:hover .more::after {
  background: #b11e24;
  border-color: #cc8285;
}
.notice_item {
  width: 7.29rem;
  height: 1.58rem;
  border: 1px dashed #d1d1d1;
  margin-right: 0.43rem;
  margin-bottom: 0.5rem;
  border-bottom-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  float: left;
  position: relative;
  padding: 0.3rem 0.24rem;
  box-sizing: border-box;
  z-index: 2;
  overflow: hidden;
}
.notice_item:nth-child(2n) {
  margin-right: 0;
}
.notice_item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.16rem;
  height: 0.04rem;
  background: #c0c0c0;
}
.notice_item__l {
  text-align: center;
  color: #383838;
  margin-right: 0.32rem;
  float: left;
}
.notice_item__l h1 {
  font-size: 0.38rem;
}
.notice_item p {
  color: #3d3d3d;
  line-height: 1.5;
}
.notice_item__r {
  float: right;
  max-width: 5.7rem;
}
.notice_item__r h2 {
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}
.notice_item:hover {
  border-color: transparent;
  background: #b11e24;
}
.notice_item:hover:before {
  display: none;
}
.notice_item:hover h1,
.notice_item:hover h2,
.notice_item:hover p {
  color: #fff;
}
.notice_item:hover:after {
  content: '';
  position: absolute;
  right: -0.75rem;
  bottom: -0.9rem;
  width: 3.37rem;
  height: 1.74rem;
  z-index: -1;
  background: url(../img/hua2.png) no-repeat center / 100% 100%;
}
.newSwiperBox .qtprev,
.newSwiperBox .qtnext {
  top: 50%;
}
.newSwiper {
  overflow: hidden;
}
.newSwiper .videoList_item {
  width: 4.82rem;
}
.newSwiper .videoList_item .img {
  width: 100%;
  height: 2.78rem;
  overflow: hidden;
}
.newSwiper .videoList_item .img img {
  width: 100%;
  height: 100%;
}
.newSwiper .videoList_item .text {
  width: 100%;
  height: 0.76rem;
  line-height: 0.76rem;
  padding: 0 0.26rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}
.newSwiper .videoList_item .text:after {
  content: '';
  position: absolute;
  right: 0.24rem;
  top: 50%;
  background: url(../img/video1.png) no-repeat center / 100% 100%;
  width: 0.24rem;
  height: 0.24rem;
  margin-top: -0.12rem;
}
.newSwiper .videoList_item .text span {
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
  max-width: 3.6rem;
}
.newSwiper .videoList_item:hover .text {
  background: url(../img/textBg.jpg) no-repeat center / 100% 100%;
}
.newSwiper .videoList_item:hover .text span {
  color: #ffe3a9;
}
.newSwiper .videoList_item:hover .text:after {
  background: url(../img/video2.png) no-repeat center / 100% 100%;
}
.noData{
    margin:1rem 0;
    font-size:.2rem;
}
body {
    background: url(../img/bg.jpg)repeat-y center;
}