/* 新华网专题通用css框架。*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  color: #333;
  background: url("../img/bg.jpg");
  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 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.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: #000000;
  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: #000000;
  line-height: 65px;
  font-size: 12px;
  margin: 0 auto;
}

.banner {
  height: 701px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.banner .pc img {
  width: 1920px;
  height: 701px;
  max-width: inherit;
  max-height: inherit;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
.banner .m img {
  width: 7.5rem;
  height: 5rem;
  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;
}
.widget-swiper .swiper-pagination,
.widget-combine-focus .swiper-pagination {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.widget-swiper .swiper-pagination-bullet,
.widget-combine-focus .swiper-pagination-bullet {
  margin: 0 4px;
  width: 10px;
  height: 10px;
}
.title-sub {
  margin-top: 30px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}

.title.title-hlkx {
  width: 1140px;
  height: 76px;
  background: url("../img/title-hlkx.png") no-repeat center;
}

.title.title-hlzf {
  width: 1140px;
  height: 76px;
  background: url("../img/title-hlzf.png") no-repeat center;
}

.title.title-hlsj {
  width: 1140px;
  height: 77px;
  background: url("../img/title-hlsj.png") no-repeat center;
}

.title.title-hlzl {
  width: 1140px;
  height: 78px;
  margin-top: 130px;
  background: url("../img/title-hlzl.png") no-repeat center;
}

.title.title-hlxy {
  width: 1140px;
  height: 78px;
  background: url("../img/title-hlxy.png") no-repeat center;
}
.block-hlkx {
  background: url("../img/bg-line-block-1.png") no-repeat top center,
    url("../img/bg-hlkx.png") no-repeat bottom left;
  background-size: 1920px 100%, 446px 622px;
}
.block-hlzf {
  background: url("../img/bg-line-block-2.png") no-repeat top center,
    url("../img/bg-hlzf.png") no-repeat bottom right;
  background-size: 1920px 100%, 467px 465px;
}
.block-hlsj {
  background: url("../img/bg-line-block-3.png") no-repeat top center,
    url("../img/bg-hlsj.png") no-repeat bottom left;
  background-size: 1920px 100%, 386px 483px;
}
.block-hlzl {
  background: url("../img/bg-hlzl.jpg") no-repeat top center;
  height: 1366px;
  background-size: 1920px auto;
}
.block-hlxy {
  background: url("../img/bg-line-block-5.png") no-repeat top center,
    url("../img/bg-hlxy.png") no-repeat right bottom;
  background-size: 1920px 100%, 594px 645px;
}

.block-hlkx-inner {
  background: url("../img/bg-hlkx-wbk.png") no-repeat;
  background-size: 100% 100%;
  padding: 1px 30px 30px;
  margin-top: 40px;
  margin-bottom: 70px;
  position: relative;
}
.block-hlzf-inner {
  background: url("../img/bg-hlzf-wbk.jpg") no-repeat;
  background-size: 100% 100%;
  padding: 1px 30px 30px;
  margin-top: 40px;
  margin-bottom: 70px;
  position: relative;
}
.block-hlsj-inner {
  background: url("../img/bg-hlsj-wbk.jpg") no-repeat;
  background-size: 100% 100%;
  padding: 1px 30px 30px;
  margin-top: 40px;
  margin-bottom: 70px;
  position: relative;
}
.block-hlxy-inner {
  background: url("../img/bg-hlxy-wbk.jpg") no-repeat;
  background-size: 100% 100%;
  padding: 1px 30px 30px;
  margin-top: 40px;
  margin-bottom: 70px;
  position: relative;
}
.block-intro {
  background: url("../img/bg-hljj-bj-m.jpg") bottom left;

  padding: 20px 20px 30px;
  margin-top: 60px;
  margin-bottom: 100px;
  border-bottom: 10px solid rgba(0, 0, 0, 0.3);
  border-right: 10px solid rgba(0, 0, 0, 0.3);
  position: relative;
}
.corner-01 {
  content: "";
  display: block;
  background: url("../img/Corner-01.png") no-repeat center;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -30px;
  left: -30px;
}
.corner-02 {
  content: "";
  display: block;
  background: url("../img/Corner-02.png") no-repeat center;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: -30px;
  left: -30px;
}
.corner-03 {
  content: "";
  display: block;
  background: url("../img/Corner-03.png") no-repeat center;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -30px;
  right: -40px;
}
.corner-04 {
  content: "";
  display: block;
  background: url("../img/Corner-04.png") no-repeat center;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: -30px;
  right: -40px;
}
.icon-intro {
  background: url("../img/icon-intro.png") no-repeat center;
  width: 166px;
  height: 56px;
  margin-bottom: 15px;
}

.show-more {
  margin-top: 40px;
}
.block-hlxy-inner {
  color: #4e4e4e;
}
.block-hlxy-inner .inner-title,
.block-hlxy-inner .desc {
  width: 850px;
  margin: 0 auto;
}

.block-hlxy-inner .inner-title {
  margin: 20px auto;
}
.block-hlxy-inner .desc a {
  color: #4e4e4e;
}
.block-hlxy-inner .inner-title a {
  font-size: 30px;
  font-weight: bold;
}
@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: 5rem;
    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-hlkx {
    width: 5.76rem;
    height: 0.77rem;
    background: url("../img/title-hlkx-m.png") no-repeat center;

    background-size: 100% 100%;
    margin: 0.45rem auto;
  }

  .title.title-hlzf {
    width: 5.76rem;
    height: 0.77rem;
    background: url("../img/title-hlzf-m.png") no-repeat center;

    background-size: 100% 100%;
    margin: 0.45rem auto;
  }

  .title.title-hlsj {
    width: 5.76rem;
    height: 0.77rem;
    background: url("../img/title-hlsj-m.png") no-repeat center;

    background-size: 100% 100%;
    margin: 0.45rem auto;
  }

  .title.title-hlzl {
    width: 5.76rem;
    height: 0.77rem;
    background: url("../img/title-hlzl-m.png") no-repeat center;

    background-size: 100% 100%;
    margin: 0.45rem auto;
  }

  .title.title-hlxy {
    width: 5.76rem;
    height: 0.77rem;
    background: url("../img/title-hlxy-m.png") no-repeat center;

    background-size: 100% 100%;
    margin: 0.45rem auto;
  }
  .block-hlkx {
    background: url("../img/bg-hlkx-m.jpg") no-repeat top center;

    background-size: cover;
  }
  .block-hlzf {
    background: url("../img/bg-hlzf-m.jpg") no-repeat top center;

    background-size: cover;
  }
  .block-hlsj {
    background: url("../img/bg-hlsj.png") no-repeat left bottom,
      url("../img/bg-hlsj-wbk.jpg") no-repeat center;
    background-size: 40% auto, cover;
    padding: 0;
    padding-top: 0.2rem;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0px;
    position: relative;
  }
  .block-hlzl {
    background: url("../img/bg-hlzl-m.jpg") no-repeat top center;
    height: 8.42rem;
    background-size: cover;
  }
  .block-hlxy {
    background: url("../img/bg-hlxy-m.png") no-repeat right bottom,
      url("../img/bg-hlxy-wbk.jpg") no-repeat center;
    background-size: 40% auto, 100% 100%;
    padding: 0;
    padding-bottom: 1.5rem;
    margin-top: 0;
    margin-bottom: 0px;
    position: relative;
  }
  .block-hlxy-inner .inner-title,
  .block-hlxy-inner .desc {
    width: auto;
    margin: 0.3rem auto;
  }
  .block-hlxy-inner .inner-title a {
    font-size: 0.34rem;
  }
  .block-intro {
    padding: 20px 20px 30px;
    margin-top: 0.4rem;
    margin-bottom: 0.3rem;
  }
  .block-hlkx-inner {
    background: none;
    padding: 0;
  }
  .block-hlzf-inner {
    background: none;
    padding: 0;
  }
  .block-hlsj-inner {
    background: none;
    padding: 0;
  }
  .block-hlxy-inner {
    background: none;
    padding: 0;
  }
  .show-more {
    width: 3.01rem;
    height: 0.48rem;
    margin: 0.4rem auto;
  }
}

#widget_12.widget-single-image {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#widget_12.widget-single-image img {
  width: 850px;
  height: 478.125px;
}

#widget_12.widget-single-image .desc {
  text-align: center;
}

@media (max-width: 768px) {
  #widget_12.widget-single-image img {
    width: 100%;
    height: auto;
  }
}

/* #widget_10.widget-swiper .swiper-container{
  width:990px;height:556.875px
    } */
#widget_10.widget-swiper {
  position: relative;
  margin-top: 280px;
  margin-bottom: 50px;
}
#widget_10.widget-swiper .swiper-slide {
  text-align: center;
  width: 990px;
  height: 556.875px;
}
.slide-content {
  position: relative;
  margin: 0 auto;
  width: 990px;
  height: 556.875px;
}
#widget_10.widget-swiper .swiper-slide a {
  text-align: center;
}
#widget_10.widget-swiper .swiper-slide img {
  width: 990px;
  height: 556.875px;
}
#widget_10.widget-swiper .swiper-slide .desc {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  left: 0;
  width: 100%;
  height: 2.2em;
  line-height: 2.2em;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
#widget_10.widget-swiper .swiper-slide .desc a {
  color: #fff;
}
#widget_10.widget-swiper .swiper-pagination {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#widget_10.widget-swiper .swiper-pagination-bullet {
  margin: 0 4px;
  width: 10px;
  height: 10px;
}

#widget_10.widget-swiper .swiper-button-next {
  background: url("../img/right-b.png") no-repeat center;
  background-size: 100% 100%;
  width: 38px;
  height: 45px;
  right: 0;
}
#widget_10.widget-swiper .swiper-button-prev {
  background: url("../img/left-b.png") no-repeat center;
  background-size: 100% 100%;
  width: 38px;
  height: 45px;
  left: 0;
}

@media (max-width: 768px) {
  #widget_10 .slide-content {
    position: relative;
    margin: 0;
    width: 6.5rem;
    height: 4.0625rem;
  }

  #widget_10.widget-swiper .swiper-slide img {
    width: 6.5rem;
    height: 4.0625rem;
  }
  #widget_10.widget-swiper .swiper-slide {
    text-align: center;
    width: 6.5rem;
    height: 4.0625rem;
  }
  #widget_10.widget-swiper {
    width: 6.5rem;
    margin: 0 auto;
    margin-top: 1.32rem;
    margin-bottom: 50px;
  }
}

/* #widget_8.widget-swiper .swiper-container{
  width:990px;height:618.75px
    } */
#widget_8.widget-swiper {
  position: relative;
  margin-bottom: 50px;
  width: 1000px;
  margin: 0 auto 50px;
}
#widget_8.widget-swiper .swiper-slide {
  text-align: center;
  /* width: 990px;
  height: 618.75px; */
}
#widget_8 .slide-content {
  position: relative;
  margin: 0 auto;
  width: auto;
  height: auto;
}
#widget_8.widget-swiper .swiper-slide a {
  text-align: center;
}
#widget_8.widget-swiper .swiper-slide img {
  /* width: 990px;
  height: 618.75px; */
  width: 100%;
}
#widget_8.widget-swiper .swiper-slide .desc {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  left: 0;
  width: 100%;
  height: 2.2em;
  line-height: 2.2em;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
#widget_8.widget-swiper .swiper-slide .desc a {
  color: #fff;
}
#widget_8.widget-swiper .swiper-pagination {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#widget_8.widget-swiper .swiper-pagination-bullet {
  margin: 0 4px;
  width: 10px;
  height: 10px;
}
#widget_8.widget-swiper .swiper-button-next {
  background: url("../img/right-g.png") no-repeat center;
  background-size: 100% 100%;
  width: 46px;
  height: 45px;
  right: -70px;
}
#widget_8.widget-swiper .swiper-button-prev {
  background: url("../img/left-g.png") no-repeat center;
  background-size: 100% 100%;
  width: 46px;
  height: 45px;
  left: -70px;
}
@media (max-width: 768px) {
  #widget_8.widget-swiper {
    width: auto;
  }
  #widget_8.widget-swiper .swiper-slide img {
    width: 7rem;
    height: 4.375rem;
  }
  #widget_8.widget-swiper .swiper-slide {
    text-align: center;
    width: 7rem;
    height: 4.375rem;
  }
  .slide-content {
    position: relative;
    margin: 0;
    width: 7rem;
    height: 4.375rem;
  }
}

#widget_6.widget-card-list {
  font-size: 0;
  text-align: center;
}

#widget_6.widget-card-list .card {
  background: rgba(255, 0, 0, 0.2);
  display: inline-block;
  width: 228px;
  height: auto;
  font-size: 20px;
  margin: 36px 20px 0;
  position: relative;
  padding: 0px;
}
#widget_6.widget-card-list .card:first-child {
  width: 780px;
  height: 438.75px;
  margin: 0 180px;
}
#widget_6.widget-card-list .card:first-child img {
  width: 780px;
  height: 438.75px;
}

#widget_6.widget-card-list .card .desc {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;

  color: #fff;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  padding: 0 4px;
}
#widget_6.widget-card-list .card:first-child .desc a {
  font-size: 20px;
}
#widget_6.widget-card-list .card .desc a {
  font-size: 14px;
}

.big_px {
  font-size: 20px !important;
}

#widget_6.widget-card-list .card .date {
  text-align: right;
}

#widget_6.widget-card-list .card img {
  width: 228px;
  height: 128.25px;
}

@media (max-width: 768px) {
  #widget_6.widget-card-list .card:first-child {
    width: 6.5rem;
    height: 3.65625rem;
    margin: 0;
  }
  #widget_6.widget-card-list .card:first-child img {
    width: 6.5rem;
    height: 3.65625rem;
  }

  #widget_6.widget-card-list .card {
    width: 6.5rem;
    height: 3.65625rem;
    margin: 0.2rem auto;
    position: relative;
    padding: 0rem;
  }

  #widget_6.widget-card-list .card:first-child .desc {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    width: 100%;
    height: 1.6em;
    line-height: 1.6em;
    color: #fff;
    white-space: nowrap;
    text-align: center;
  }

  #widget_6.widget-card-list .card .desc {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    width: 100%;
    height: 1.6em;
    line-height: 1.6em;
    color: #fff;
    white-space: nowrap;
    text-align: center;
  }
  #widget_6.widget-card-list .card .desc a {
    font-size: 0.28rem !important;
  }

  .widget-single-image img {
    width: auto;
    height: auto;
  }
  #widget_6.widget-card-list .card img {
    width: 6.5rem;
    height: 3.65625rem;
  }
}

#widget_4.widget-single-image {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  width: 780px;
  height: 438.75px;
}

#widget_4.widget-single-image img {
  width: 780px;
  height: 438.75px;
}

#widget_4.widget-single-image .desc {
  text-align: center;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  left: 0;
  width: 100%;
  height: 2.2em;
  line-height: 2.2em;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}

@media (max-width: 768px) {
  #widget_4.widget-single-image img {
    width: 100%;
    height: auto;
  }
}

#widget_2.widget-combine-focus .image-container {
  float: right;
  width: 600px;
  height: 375px;
  position: relative;
}
#widget_2.widget-combine-focus .image-container img {
  width: 600px;
  height: 375px;
}
#widget_2.widget-combine-focus .text-container {
  float: left;
  width: 510px;
}

#widget_2.widget-combine-focus .top-title {
  line-height: 1.4;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
#widget_2.widget-combine-focus .top-title,
#widget_2.widget-combine-focus .top-title a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
#widget_2.widget-combine-focus .text-list {
  margin-left: 25px;
  margin-top: 18px;
  list-style: none;
}
#widget_2.widget-combine-focus .text-list li {
  background: url("../img/point.png") no-repeat left center;
  background-size: 10px;
  padding-left: 20px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#widget_2.widget-combine-focus .text-list li a {
  color: #fff;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#widget_2.widget-combine-focus .top-desc {
  border-bottom: 2px dotted #eee;
  padding-bottom: 5px;
}
#widget_2.widget-combine-focus .image-container .desc {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  left: 0;
  width: 100%;
  height: 2.2em;
  line-height: 2.2em;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}
#widget_2.widget-combine-focus a {
  color: #fff;
}

.desc a {
  color: #fff;
}

@media (max-width: 768px) {
  #widget_2.widget-combine-focus .image-container {
    float: none;
    width: 7rem;
    height: 4.375rem;
    position: relative;
  }
  #widget_2.widget-combine-focus .image-container img {
    width: 7rem;
    height: 4.375rem;
  }
  #widget_2.widget-combine-focus .text-container {
    float: none;
    width: auto;
  }
  #widget_2.widget-combine-focus .top-title {
    margin-top: 0.8rem;
    margin-bottom: 0.2rem;
    padding-bottom: 0.1rem;
  }
  #widget_2.widget-combine-focus .text-list {
    margin-left: 0;
    margin-top: 0.1rem;
  }
  #widget_2.widget-combine-focus .text-list li {
    margin-left: 0.3rem;
    margin-top: 0.15rem;
  }
  #widget_2.widget-combine-focus .image-container .desc {
  }
}

/* 子页面样式 */
.news-item {
  padding: 10px 5px 12px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .news-item {
    padding: 0.1rem 0.05rem 0.15rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.1rem;
  }
}
