/* 新华网专题通用css框架。*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #333;
  background-color: #eee;
  line-height: 1.8em;
}

.title {
  /* margin-top: 50px;
  margin-bottom: 50px; */
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: underline;
}

a:link {
  cursor: pointer;
}

body,
ul,
li,
input,
img,
a,
dl,
dt,
dd,
textarea,
button,
input,
select {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-family: Arial, Helvetica, "苹方-简", "微软雅黑";
  font-weight: normal;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border: 0;
  height: auto;
  width: auto;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pointer {
  cursor: pointer;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

/*字号定义部分*/
.font-lg,
.font-lg a {
  font-size: 28px;
}

.font-md,
.font-md a {
  font-size: 20px;
}

.font-sm,
.font-sm a {
  font-size: 16px;
}

.limit-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.limit-line.line1 {
  -webkit-line-clamp: 1;
}

.limit-line.line2 {
  -webkit-line-clamp: 2;
}

.limit-line.line3 {
  -webkit-line-clamp: 3;
}

.limit-line.line4 {
  -webkit-line-clamp: 4;
}

.limit-line.line5 {
  -webkit-line-clamp: 5;
}

.limit-line.line6 {
  -webkit-line-clamp: 6;
}

.show-xs {
  display: none;
}

.show-lg {
  display: block;
}

.bg-xinhua-bar {
  background-color: #C8152D;
  min-width: 1188px;
}

.top-bar {
  height: 57px;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 14px;
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

.top-bar a {
  color: #FFFFFF;
}

.top-bar .container {
  width: 1188px;
}

.top-bar ul li {
  list-style: none;
  float: left;
  line-height: 57px;

  min-width: 46px;
  text-align: center;
}

.top-bar ul li a {
  margin-right: 5px;
  font-size: 15px;
}

.footer {
  color: #FFFFFF;
  background: #C8152D;
  line-height: 65px;
  font-size: 12px;
  margin: 0 auto;
}

.banner {
  /* height: 887px; */
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.banner .pc img {
  width: 1920px;
  height: 887px;
  max-width: inherit;
  max-height: inherit;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

.banner .m img {
  width: 7.5rem;
  height: 4.9rem;
  max-width: inherit;
  max-height: inherit;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

/*主要页面容器相关*/
.page-container {
  min-width: 1200px;
}

.container {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

.bg-max-container {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}

.title-sub {
  margin-top: 30px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}


.title.title-kj {
  width: 1200px;
  height: 137px;
  background: url("../img/title-kj.png") no-repeat center;

}

.title.title-ls {
  width: 1200px;
  height: 137px;
  background: url("../img/title-ls.png") no-repeat center;
  margin-top: 268px;
}

.title.title-ph {
  width: 1200px;
  height: 137px;
  background: url("../img/title-ph.png") no-repeat center;

}

.title.title-yl {
  width: 1200px;
  height: 137px;
  background: url("../img/title-yl.png") no-repeat center;
  margin-top: 242px;
}

.title.title-sz {
  width: 1200px;
  height: 137px;
  background: url("../img/title-sz.png") no-repeat center;

}

.block-kj {
  background: url("../img/bg-kj.jpg") no-repeat top center;

  background-size: cover;
}

.block-ls {
  background: url("../img/bg-ls.jpg") no-repeat top center;

  background-size: cover;
}

.block-ph {
  background: url("../img/bg-ph.jpg") no-repeat top center;

  background-size: cover;
}

.block-yl {
  background: url("../img/bg-yl.jpg") no-repeat top center;

  background-size: cover;
}

.block-sz {
  background: url("../img/bg-sz.jpg") no-repeat top center;

  background-size: cover;
}

@media (max-width: 768px) {

  body,
  ul,
  li,
  input,
  img,
  a,
  dl,
  dt,
  dd,
  textarea,
  button,
  input,
  select {

    font-size: 0.28rem;

  }

  .show-lg {
    display: none;
  }

  .show-xs {
    display: block;
  }

  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
  }

  .block {
    padding-top: 10px;
  }

  .page-container {
    min-width: auto;
    background: #fff;
  }

  .container {
    margin: 0 0.25rem;
    width: auto;
    overflow: hidden;
  }

  .bg-max-container {
    /* padding: 0.2rem 0; */
  }

  .banner {
    height: 4.9rem;
    max-width: 7.5rem;
  }

  .title {
    /* margin-top: 0.45rem;
    margin-bottom: 0.45rem; */
  }

  .title-sub {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .font-lg,
  .font-lg a {
    font-size: 0.34rem;
  }

  .font-md,
  .font-md a {
    font-size: 0.28rem;
  }

  .font-sm,
  .font-sm a {
    font-size: 0.24rem;
  }


  .title.title-kj {
    width: 6.86rem;
    height: 1.22rem;
    background: url("../img/title-kj-m.png") no-repeat center;

    background-size: cover;
  }

  .title.title-ls {
    width: 6.86rem;
    height: 1.22rem;
    background: url("../img/title-ls-m.png") no-repeat center;
    margin-top: 1.06rem;

    background-size: cover;
  }

  .title.title-ph {
    width: 6.86rem;
    height: 1.22rem;
    background: url("../img/title-ph-m.png") no-repeat center;
    margin-top: 1.18rem;
    background-size: cover;
  }

  .title.title-yl {
    width: 6.86rem;
    height: 1.22rem;
    background: url("../img/title-yl-m.png") no-repeat center;
    margin-top: 1.34rem;
    background-size: cover;
  }

  .title.title-sz {
    width: 6.86rem;
    height: 1.22rem;
    background: url("../img/title-sz-m.png") no-repeat center;
    margin-top: 0.31rem;
    background-size: cover;
  }

  .block-kj {

    background: url("../img/bg-kj-m.jpg") no-repeat top center;

    background-size: cover;

  }

  .block-ls {

    background: url("../img/bg-ls-m.jpg") no-repeat top center;

    background-size: cover;

  }

  .block-ph {

    background: url("../img/bg-ph-m.jpg") no-repeat top center;

    background-size: cover;

  }

  .block-yl {

    background: url("../img/bg-yl-m.jpg") no-repeat top center;

    background-size: cover;

  }

  .block-sz {

    background: url("../img/bg-sz-m.jpg") no-repeat top center;

    background-size: cover;

  }

  ;
}

.banner-text {
  width: 1200px;
  height: 342px;
  background: url('../img/daoyu.png') no-repeat left center;
  background-size: 100% 100%;
  padding: 123px 39px;
  margin: 42px auto 154px auto;

}

.banner-text p {
  font-size: 30px;
  font-weight: 400;
  color: #FFFFFF;
  /* text-indent: 2em; */
  line-height: 49px;
}

@media (max-width: 768px) {
  .banner-text {
    width: 6.87rem;
    height: 4.22rem;
    background: url('../img/daoyu-m.png') no-repeat left center;
    background-size: 100% 100%;
    padding: 1.23rem 0.39rem 0 0.39rem;
    margin: 0 auto;
    margin-bottom: 0.74rem;
  }

  .banner-text p {
    font-size: 0.28rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.49rem;
    text-indent: 2em;
    -webkit-line-clamp: 5 !important;
  }
}


#widget_3 {
  width: 1200px;
  margin-bottom: 25px;
}

#widget_3.widget-single-image {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 52px;

}

#widget_3.widget-single-image img {
  width: 1200px;
  height: 678px;
}

.widget_3_content {
  position: relative;
  width: 1200px;
  height: 678px;
  margin: 0 auto;
  margin-bottom: 34px;
  border: 4px solid #E4C695;
}

.widget_3_text {
  width: 1200px;
  background: url('../img/text-bg.png') no-repeat center center;
  background-size: 100% 100%;
  padding: 0 38px;
  text-align: left;
}

.widget_3_text_item {
  border-bottom: 2px solid #E4C695;
  padding: 35px 0;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 48px;
}

.widget_3_text_item a {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 48px;
}

.widget_3_text_item:last-child {
  border-bottom: none;
}

#widget_3 .widget_3_content .desc {
  text-align: center;
  height: 84px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 84px;
}

#widget_3 .widget_3_content .desc a {
  text-align: center;
  height: 84px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 84px;
  white-space: nowrap;
  display: block;
  -webkit-box-orient: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  #widget_3.widget-single-image img {
    width: 6.83rem;
    height: 3.84rem;
  }

  #widget_3 {
    width: 6.87rem;
    margin-bottom: 0.52rem;
    margin-top: 0.25rem !important;
  }

  #widget_3.widget-single-image img {
    width: 100%;
    height: 100%;
  }

  .widget_3_content {
    width: 6.87rem;
    height: 3.88rem;
    border: 0.04rem solid #E4C695;
    /* padding-top:0.17rem; */
  }

  #widget_3 .widget_3_content .desc {
    height: 0.52rem;
    font-size: 0.27rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.52rem;
  }

  #widget_3 .widget_3_content .desc a {
    height: 0.52rem;
    font-size: 0.27rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.52rem;
    white-space: nowrap;
    display: block;
    -webkit-box-orient: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .widget_3_text {
    width: 6.9rem;
    border: 0.04rem solid #E4C695;
    background: linear-gradient(0deg, #A71215 0%, #C9716D 100%);
    padding: 0 0.38rem;
    text-align: left;
  }

  .widget_3_text_item {
    border-bottom: 0.02rem solid #E4C695;
    padding: 0.4rem 0;
    font-size: 0.32rem;
    font-weight: 400;
    color: #FFFFFF;
    -webkit-line-clamp: 2 !important;
    line-height: 0.48rem;
  }

  .widget_3_text_item a {
    font-size: 0.32rem;
    font-weight: 400;
    color: #FFFFFF;
    -webkit-line-clamp: 2 !important;
    line-height: 0.48rem;
  }

  .widget_3_text_item:last-child {
    border-bottom: none;
  }
}

#widget_10.widget-imageText-list .imageText-item {
  margin-top: 20px;
  padding: 32px 0;
  border-bottom: 1px solid #C8152D;
  position: relative;
}

#widget_10.widget-imageText-list .photo-container {
  float: left;
  width: 202px;
  height: 126.25px;
}

#widget_10.widget-imageText-list .photo-container img {
  width: 202px;
  height: 126.25px;
}

#widget_10.widget-imageText-list .text-container {
  float: right;
  width: 978px;
}

#widget_10.widget-imageText-list .text-container .text-title a {
  color: #C8152D;
  font-size: 20px;
  font-weight: 400;
}

#widget_10.widget-imageText-list .text-container .text-title {
  margin-bottom: 20px;
  color: #C8152D;
  font-size: 20px;
  font-weight: 400;
}

#widget_10 {
  overflow: hidden;
  overflow-y: auto;
  /* height: 574px; */
}

#widget_10.widget-imageText-list .text-container .desc {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#widget_10.widget-imageText-list .text-container .desc a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#widget_10.widget-imageText-list .text-container .date {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #959595;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {
  #widget_10 {
    /* margin-bottom: 0.8rem; */
    overflow: initial;
    overflow-y: initial;
    height: auto;
  }

  .block-jxjrwm .container {
    margin: 0;
  }

  #widget_10.widget-imageText-list .imageText-item {
    /* padding: 0.32rem 0;
  margin: 0 0.32rem; */
    padding: 0.25rem 0;
    margin: 0;
  }

  #widget_10.widget-imageText-list .text-container .desc {
    display: none;
  }

  #widget_10 .date {
    /* display: none; */
    font-size: 0.22rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 0.24rem;
    margin-bottom: 0.15rem;
  }

  #widget_10.widget-imageText-list .photo-container {
    width: 2.03rem;
    height: 1.27rem;
    border: 0.02rem solid #C82227;
  }

  #widget_10.widget-imageText-list .photo-container img {
    width: 100%;
    height: 100%;
  }

  #widget_10.widget-imageText-list .text-container {
    padding-left: 0.17rem;
    width: 4.56rem;
    float: left;
  }

  #widget_10.widget-imageText-list .text-container .text-title {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C8152D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  #widget_10.widget-imageText-list .text-container .text-title a {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C8152D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

#widget_4 {
  width: 1200px;
  margin-bottom: 108px;
}

#widget_4.widget-single-image {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 35px;

}

#widget_4.widget-single-image img {
  width: 1200px;
  height: 678px;
}

.widget_4_content {
  position: relative;
  width: 1200px;
  height: 678px;
  margin: 0 auto;
  border: 4px solid #C8152D;
  margin-bottom: 34px;
}

#widget_4 .widget_4_content .desc {
  text-align: center;
  height: 84px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 84px;
}

#widget_4 .widget_4_content .desc a {
  text-align: center;
  height: 84px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 84px;
  white-space: nowrap;
  display: block;
  -webkit-box-orient: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  #widget_4.widget-single-image img {
    width: 100%;
    height: 100%;
  }

  #widget_4 {
    width: 6.87rem;
    height: 3.88rem;
    margin-bottom: 0.61rem;
    margin-top: 0.37rem !important;
  }

  .widget_4_content {
    width: 6.87rem;
    height: 3.88rem;
    border: 0.04rem solid #C82227;
  }

  #widget_4 .widget_4_content .desc {
    height: 0.52rem;
    font-size: 0.27rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.52rem;
  }

  #widget_4 .widget_4_content .desc a {
    height: 0.52rem;
    font-size: 0.27rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.52rem;
    white-space: nowrap;
    display: block;
    -webkit-box-orient: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

#widget_2 {
  margin-top: 50px;
}

#widget_2.widget-combine-focus .image-container {
  float: right;
  width: 636px;
  height: 361px;
  position: relative;
}

#widget_2.widget-combine-focus .image-container img {
  width: 636px;
  height: 361px;
}

#widget_2.widget-combine-focus .text-container {
  float: left;
  width: 520px;

}

#widget_2 .swiper-pagination {
  position: absolute;
  right: 10px;
  bottom: 16px;

}

#widget_2 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5.5px;
  background-color: #fff;
  opacity: 1;
}

#widget_2 .text-title {
  border-bottom: 2px dotted #D04027;
  padding-bottom: 5px;
}

#widget_2 .swiper-pagination-bullet-active {
  background-color: #C8152D !important;

}


#widget_2.widget-combine-focus .top-title {

  margin-bottom: 15px;
}

#widget_2.widget-combine-focus .top-title,
#widget_2.widget-combine-focus .top-title a {
  color: #940000;
  text-decoration: none;
  font-weight: bold;
  font-size: 30px;
}

#widget_2.widget-combine-focus .image-container .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, .75);
  left: 0;
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #fff;
  text-align: center
}

#widget_2.widget-combine-focus .text-container .top-desc {
  text-indent: 32px;
}

#widget_2.widget-combine-focus {
  /* margin-bottom: 106px; */

}

#widget_2.widget-combine-focus .text-container .top-desc a {
  line-height: 34px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

#widget_2.widget-combine-focus .text-container .text-list {
  margin-top: 15px;
  color: #898989;
}

#widget_2.widget-combine-focus .text-container .text-list li {
  background: url('../img/dot.jpg') left center no-repeat;
  list-style: none;
  background-size: 14px;
  padding-left: 20px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #535353;
  line-height: 38px;

}

#widget_2.widget-combine-focus .text-container .text-list a {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #535353;
  line-height: 38px;
}

.desc a {
  color: #fff;
}

.vBtn {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 50%;
  left: 50%;
  margin-left: -50px;
  margin-bottom: -40px;
  z-index: 2;
  cursor: pointer;
  background: url("../img/videoBtn.png") 0 0 no-repeat;
  background-size: 100% 100%;
  display: none;
}

.videoPart {
  width: 100%;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}

.videoPart video {
  width: 100%;
  height: 100%;
}

.videoPart .videoPart-close {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 50;
  background: url("../img/videoClose.png") no-repeat;
  cursor: pointer;
  background-size: 100% auto;
}

@media (max-width: 768px) {
  #widget_2 {
    margin-top: 0.5rem;
  }

  #widget_2 .text-title {
    border-bottom: 0.02rem dotted #bfbfbf;
  }

  #widget_2 .text-title:nth-child(2) {
    margin-top: 0;
  }

  #widget_2.widget-combine-focus .text-container .text-list {
    margin-top: 0;

  }

  #widget_2.widget-combine-focus .text-container .text-list div {
    font-size: 0.28rem;
    font-weight: 600;
    line-height: 0.8rem;

  }

  #widget_2.widget-combine-focus .text-container .top-desc {
    -webkit-line-clamp: 4;
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #626262;
    line-height: 0.46rem;
    margin-bottom: 0.16rem;
  }

  #widget_2.widget-combine-focus {
    margin-bottom: 0;
  }

  #widget_2.widget-combine-focus .text-container .top-desc a {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #626262;
    line-height: 0.46rem;
    -webkit-line-clamp: 4;
  }

  #widget_2.widget-combine-focus .text-container .text-list a {
    font-size: 0.28rem;
    font-weight: bold;
    color: #535353;
    line-height: 0.5rem;
  }

  #widget_2.widget-combine-focus .image-container {
    float: none;
    width: 6.83rem;
    height: 3.84rem;
    position: relative;
    margin-bottom: 0.76rem;
  }

  #widget_2.widget-combine-focus .image-container img {
    width: 6.83rem;
    height: 3.84rem;
  }

  #widget_2.widget-combine-focus .text-container {
    float: none;
    width: auto;
  }

  #widget_2.widget-combine-focus .top-title {
    margin-bottom: 0.16rem;
    font-size: 0.34rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #C81A2A;
    -webkit-line-clamp: 1;
  }

  #widget_2.widget-combine-focus .top-title a {
    font-size: 0.34rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #C81A2A;
    -webkit-line-clamp: 1;
  }

  #widget_2.widget-combine-focus .text-container .text-list {
    margin-left: 0;
    margin-top: .1rem;
    margin-bottom: 0.43rem;
  }

  #widget_2.widget-combine-focus .text-container .text-list li {
    border-bottom: 0.02rem dotted #BFBFBF;
    background-size: 12px;
  }

  #widget_2.widget-combine-focus .image-container .desc {
    height: 0.75rem;
    line-height: 0.75rem;

  }

  #widget_2 .swiper-pagination .swiper-pagination-bullet {
    background-color: #D2D2D2;
  }

  #widget_2 .swiper-pagination {
    position: absolute;
    width: 100%;
    bottom: -30px;
    right: 0;
    /* right: 10px;
  bottom: 16px; */

  }
}


.xzxb-content {
  background: url('../img/text-bg2.png') no-repeat center center;
  background-size: 100% 100%;
  width: 1200px;
  height: 433px;
  /* padding: 47px 58px; */
  display: flex;
  padding: 48px 29px;
  margin-bottom: 256px;
}

#widget_15.widget-swiper {
  width: 584px;
  height: 332px;

}

#widget_15.widget-swiper .swiper-container {
  width: 465px;
  height: 828px;
}

#widget_15.widget-swiper .swiper-slide {
  text-align: center;
  width: 465px;
}

#widget_15.widget-swiper .slide-content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

#widget_15.widget-swiper .swiper-slide a {
  text-align: center;
}

#widget_15.widget-swiper .swiper-slide img {
  width: 465px;
  height: 828px;
}

#widget_15.widget-swiper .swiper-pagination {
  margin: 0 auto;
  width: 100%;
  margin-top: 14px;
}

#widget_15.widget-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

#widget_15.widget-swiper .swiper-pagination-bullet {
  margin: 0 6px;
  width: 11px;
  height: 11px;
  background: #ffffff;
  opacity: 0.4;
  border-radius: 50%;
}

#widget_15.widget-swiper .swiper-button-prev {
  width: 33px;
  height: 39px;
  background: url("../img/left.png") no-repeat center;
  background-size: 100%;
  left: -38px;
}

#widget_15.widget-swiper .swiper-button-next {
  width: 33px;
  height: 39px;
  background: url("../img/right.png") no-repeat center;
  background-size: 100%;
  right: -38px;

}

.widget_15_content {
  position: relative;
  width: 584px;
  height: 332px;
  margin: 0 auto;
  margin-bottom: 34px;
}

.widget_15_content img {
  width: 100%;
  height: 100%;
}

#widget_15 .widget_15_content .desc {
  text-align: left;
  height: 80px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 80px;
  padding-left: 20px;
}

#widget_15 .widget_15_content .desc a {
  text-align: left;
  height: 80px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 80px;
  white-space: nowrap;
  display: block;
  -webkit-box-orient: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 20px;

}

@media (max-width: 768px) {
  .xzxb-content {
    background: url('../img/text-bg2-m.png') no-repeat center center;
    background-size: 100% 100%;
    width: 6.85rem;
    height: 7.72rem;
    padding: 0.24rem;
    display: block;
    margin-top: 0.2rem;
    margin-bottom: 1.94rem;
  }

}

#widget_7 {
  display: inline-block;
  vertical-align: top;

}

.xzxb-list {
  margin-right: 16px;
}

.xzxb-list-block {
  width: 537px;
  height: 158px;
  background: #FFFFFF;
  margin-bottom: 15px;
  display: flex;

}

.xzxb-list-block .date-box {
  padding: 44px 30px;
  text-align: center;
  position: relative;
}

.xzxb-list-block .date-box::after {
  width: 1px;
  height: 92px;
  background-color: #6F6F6F;
  content: '';
  display: block;
  position: absolute;
  top: 33px;
  right: 0;
}

.xzxb-list-block .date-box .date-day {
  font-size: 50px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #C8152D;
  display: block;
}

.xzxb-list-block .date-box .date-year {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #C8152D;
  display: block;
  width: 80px;
  padding-top: 16px;
}

.xzxb-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #000000;
  margin: 46px 26px;
}

.xzxb-title a {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #000000;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


#widget_5 {
  margin-top: 72px;
  width: 1200px;
  height: 1272px;
  background: linear-gradient(180deg, #E8C9A4 0%, #C68D71 100%);
  border-radius: 15px;
  margin-bottom: 182px;
  padding: 64px 0;
}

.widget_5_content {
  position: relative;
  width: 1061px;
  height: 593px;
  margin: 0 auto;
  margin-bottom: 34px;
}

.widget_5_content img {
  width: 1061px;
  height: 593px;
}

#widget_5 .widget_5_content .desc {
  text-align: center;
  height: 84px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 84px;
}

#widget_5 .widget_5_content .desc a {
  text-align: center;
  height: 84px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 84px;
  white-space: nowrap;
  display: block;
  -webkit-box-orient: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}


#widget_12 {
  width: 1056px;
  margin: 22px auto 0px auto;
}

#widget_12.widget-swiper {
  position: relative;
  margin-bottom: 70px;

}

#widget_12 .swiper-container {
  margin-bottom: 25px;
}

#widget_12.widget-swiper .swiper-slide {
  text-align: center;
  width: 849px;
  height: 482px;
}

#widget_12 .slide-content {
  position: relative;
  margin: 0 auto;
  width: 849px;
  height: 482px;
  border: 4px solid #E4C695;
}

#widget_12.widget-swiper .swiper-slide a {

  text-align: center;
}

#widget_12.widget-swiper .swiper-slide img {
  width: 849px;
  height: 482px;
}

#widget_12.widget-swiper .swiper-slide .desc {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, .75);
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  height: 68px;
  line-height: 68px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  padding: 0 10px;

}

#widget_12 .swiper-button-prev {
  background: url('../img/left.png') no-repeat left center;
  width: 40px;
  height: 40px;
  left: -60px;
}

#widget_12 .swiper-button-next {
  background: url('../img/right.png') no-repeat right center;
  width: 40px;
  height: 40px;
  right: -60px;
}

#widget_12.widget-swiper .swiper-slide .desc a {
  color: #fff;
}

#widget_12.widget-swiper .swiper-pagination {
  display: block;
  margin: 0 auto;
  width: 100%;
}

#widget_12 .swiper-pagination-fraction {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  bottom: -61px;
}

#widget_12.widget-swiper .swiper-pagination-bullet {
  margin: 0 4px;
  width: 10px;
  background-color: #940000;
  height: 10px;
}

@media (max-width: 768px) {
  #widget_15.widget-swiper {
    width: 6.41rem;
    height: 3.62rem;
  }

  .widget_15_content {
    width: 6.41rem;
    height: 3.62rem;
    border: 0.04rem solid #E4C695;
  }

  #widget_15 .widget_15_content .desc {
    height: 0.52rem;
    font-size: 0.27rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.52rem;
  }

  #widget_15 .widget_15_content .desc a {
    height: 0.52rem;
    font-size: 0.27rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.52rem;
    white-space: nowrap;
    display: block;
    -webkit-box-orient: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #widget_12 {
    margin: auto;
  }

  #widget_12 .swiper-container {
    margin-bottom: 0.16rem;
  }

  #widget_12 .slide-content {

    border: 0.04rem solid #E4C695;
  }

  #widget_12.widget-swiper,
  #widget_12.widget-swiper .swiper-slide,
  #widget_12.widget-swiper .swiper-slide img,
  #widget_12.widget-swiper .swiper-slide .slide-content {
    width: 6.42rem;
    height: 3.63rem;


  }

  #widget_12.widget-swiper .swiper-slide .desc {
    height: 0.75rem;
    line-height: 0.75rem;
  }

  #widget_12 .swiper-button-prev {
    width: 0.37rem;
    height: 0.45rem;
    left: -0.4rem;
    background: url('../img/left.png') no-repeat left center;
    background-size: 100% 100%;


  }

  #widget_12 .swiper-button-next {
    width: 0.37rem;
    height: 0.45rem;
    right: -0.4rem;
    background: url('../img/right.png') no-repeat left center;
    background-size: 100% 100%;
  }

  #widget_12 .swiper-pagination-fraction {
    font-size: 0.28rem;
    font-weight: 400;
    color: #FFFFFF;
    bottom: -0.6rem;
  }

  .xzxb-list {
    /* margin-right: 16px; */
  }

  .xzxb-list-block {
    width: 6.37rem;
    height: 1.58rem;
    margin-bottom: 0.15rem;

  }

  .xzxb-list-block .date-box {
    padding: 0.38rem 0.22rem;
    text-align: center;
    position: relative;
  }

  .xzxb-list-block .date-box::after {
    width: 1px;
    height: 0.92rem;
    background-color: #6F6F6F;
    content: '';
    display: block;
    position: absolute;
    top: 0.33rem;
    right: 0;
  }

  .xzxb-list-block .date-box .date-day {
    font-size: 0.6rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C8152D;
    display: block;
  }

  .xzxb-list-block .date-box .date-year {
    font-size: 0.22rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C8152D;
    display: block;
    width: 80px;
    padding-top: 0
  }

  .xzxb-title {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #000000;
    margin: 0.3rem 0.26rem;
  }

  .xzxb-title a {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #000000;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.more {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #C91E03;
  text-align: center;
  margin-bottom: 26px;
  margin-top: 60px;
}

.more a {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #C91E03;
}

.widget_6_content {
  position: relative;
  width: 1200px;
  height: 678px;
  margin: 0 auto;
  border: 4px solid #E4C695;
  margin-bottom: 78px;
}

#widget_6 .widget_6_content .desc {
  text-align: center;
  height: 84px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 84px;
}

#widget_6 .widget_6_content .desc a {
  text-align: center;
  height: 84px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 84px;
  white-space: nowrap;
  display: block;
  -webkit-box-orient: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .widget_6_content {
    width: 6.87rem;
    height: 3.88rem;
    border: 0.04rem solid #C82227;
    margin-bottom: 0.59rem;
  }

  #widget_6 .widget_6_content .desc {
    height: 0.52rem;
    font-size: 0.27rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.52rem;
  }

  #widget_6 .widget_6_content .desc a {
    height: 0.52rem;
    font-size: 0.27rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.52rem;
    white-space: nowrap;
    display: block;
    -webkit-box-orient: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
  }


  #widget_5 {
    margin-top: 0.13rem;
    width: 6.86rem;
    height: 8.45rem;
    background: linear-gradient(180deg, #E8C9A4 0%, #C68D71 100%);
    border-radius: 0.15rem;
    margin-bottom: 0.78rem;
    padding: 0.25rem 0;
  }

  .widget_5_content {
    position: relative;
    width: 6.37rem;
    height: 3.59rem;
    margin: 0 auto;
    margin-bottom: 0.25rem;
  }

  .widget_5_content img {
    width: 100%;
    height: 100%;
  }

  #widget_5 .widget_5_content .desc {
    text-align: center;
    height: 0.74rem;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 0.28rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.74rem;
  }

  #widget_5 .widget_5_content .desc a {
    text-align: center;
    height: 0.74rem;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 0.28rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.74rem;
    white-space: nowrap;
    display: block;
    -webkit-box-orient: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}