/* 新华网专题通用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;
}
ul {
  list-style: none;
}
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: #be2f2b;
  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: #be2f2b;
  /* line-height: 65px; */
  font-size: 12px;
  margin: 0 auto;
}

.banner {
  height: 796px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.banner .pc img {
  width: 1920px;
  height: 796px;
  max-width: inherit;
  max-height: inherit;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
.banner .m img {
  width: 7.5rem;
  height: 6.79rem;
  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-pxhdjs {
  width: 100%;
  height: 211px;
  /* width:622px;
          height:211px; */
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/title-pxhdjs.png") no-repeat center;
}

.title.title-tmdgs {
  width: 100%;
  height: 211px;
  margin-bottom: 0;
  /* width:622px;
          height:211px; */
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/title-tmdgs.png") no-repeat center;
}

.title.title-zmjzr {
  width: 100%;
  height: 211px;
  /* width:622px;
          height:211px; */
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/title-zmjzr.png") no-repeat center;
}

.title.title-dyxf {
  width: 1190px;
  height: 46px;
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/title-dyxf.png") no-repeat center;
}

.title.title-cssx {
  width: 1190px;
  height: 46px;
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/title-cssx.png") no-repeat center;
  margin-bottom: 80px;
  margin-top: 94px;
}

.title.title-fwns {
  width: 1190px;
  height: 46px;
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/title-fwns.png") no-repeat center;
  margin-bottom: 140px;
  margin-top: 94px;
}

.title.title-jyfx {
  width: 1190px;
  height: 46px;
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/title-jyfx.png") no-repeat center;
  margin-bottom: 80px;
  margin-top: 94px;
}

.title.title-lzqx {
  width: 1190px;
  height: 46px;
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/title-lzqx.png") no-repeat center;
  margin-bottom: 140px;
  margin-top: 94px;
}
.block-pxhdjs {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/bg-pxhdjs.jpg") no-repeat top center;

  background-size: cover;
}
.block-tmdgs {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/bg-tmdgs.jpg") no-repeat top center;

  background-size: cover;
}
.block-zmjzr {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/bg-zmjzr.jpg") no-repeat top center;
  background-size: cover;
}
.block-dyxf {
}
.block-cssx {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/bg-cssx.jpg") no-repeat top center;

  background-size: cover;
}
.block-fwns {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/bg-fwns.jpg") no-repeat top center;

  background-size: cover;
}
.block-jyfx {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/bg-jyfx.jpg") no-repeat top center;

  background-size: cover;
}
.block-lzqx {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/bg-lzqx.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: 6.79rem;
    max-width: 7.5rem;
  }
  .title {
    margin-top: 0.45rem;
    margin-bottom: 0.45rem;
    margin: auto;
  }
  .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-pxhdjs {
    width: 4.67rem;
    height: 1.57rem;
    background: url("//www.news.cn/enterprise/20220113zmjzr/img/title-pxhdjs-m.png") no-repeat center;

    background-size: cover;
  }

  .title.title-tmdgs {
    width: 4.67rem;
    height: 1.57rem;
    background: url("//www.news.cn/enterprise/20220113zmjzr/img/title-tmdgs-m.png") no-repeat center;

    background-size: cover;
  }

  .title.title-zmjzr {
    width: 4.67rem;
    height: 1.57rem;
    background: url("//www.news.cn/enterprise/20220113zmjzr/img/title-zmjzr-m.png") no-repeat center;

    background-size: cover;
  }

  .title.title-dyxf {
    width: 6.86rem;
    height: 0.37rem;
    background: url("//www.news.cn/enterprise/20220113zmjzr/img/title-dyxf-m.png") no-repeat center;
   background-size: cover;
   margin-top: 0.54rem;
   margin-bottom: 0.58rem;
  }

  .title.title-cssx {
    width: 6.86rem;
    height: 0.37rem;
    background: url("//www.news.cn/enterprise/20220113zmjzr/img/title-cssx-m.png") no-repeat center;
    margin-top: 0.72rem;
    margin-bottom: 0.67rem;
    background-size: cover;
  }

  .title.title-fwns {
    width: 6.86rem;
    height: 0.37rem;
    background: url("//www.news.cn/enterprise/20220113zmjzr/img/title-fwns-m.png") no-repeat center;
    margin-bottom: 0.6rem;
    margin-top: 0.77rem;
    background-size: cover;
  }

  .title.title-jyfx {
    width: 6.86rem;
    height: 0.37rem;
    background: url("//www.news.cn/enterprise/20220113zmjzr/img/title-jyfx-m.png") no-repeat center;
    margin-bottom: 0.69rem;
    margin-top: 0.75rem;
    background-size: cover;
  }

  .title.title-lzqx {
    width: 6.86rem;
    height: 0.37rem;
    background: url("//www.news.cn/enterprise/20220113zmjzr/img/title-lzqx-m.png") no-repeat center;
    margin-bottom: 0.6rem;
    margin-top: 0.77rem;
    background-size: cover;
  }
  .block-pxhdjs {
    background: url("//www.news.cn/enterprise/20220113zmjzr/img/bg-pxhdjs-m.jpg") no-repeat top center;

    background-size: cover;
  }
  .block-tmdgs {
    background: url("//www.news.cn/enterprise/20220113zmjzr/img/bg-tmdgs-m.jpg") no-repeat top center;

    background-size: cover;
  }
  .block-zmjzr {
    background: url("//www.news.cn/enterprise/20220113zmjzr/img/bg-zmjzr-m.jpg") no-repeat top center;

    background-size: cover;
  }
  .block-dyxf {
  }
  .block-cssx {
    background: url("//www.news.cn/enterprise/20220113zmjzr/img/bg-cssx-m.jpg") no-repeat top center;
    background-size: cover;
  }
  .block-fwns {
    background: url("//www.news.cn/enterprise/20220113zmjzr/img/bg-fwns-m.jpg") no-repeat top center;

    background-size: cover;
  }
  .block-jyfx {
    background: url("//www.news.cn/enterprise/20220113zmjzr/img/bg-jyfx-m.jpg") no-repeat top center;

    background-size: cover;
  }
  .block-lzqx {
    background: url("//www.news.cn/enterprise/20220113zmjzr/img/bg-lzqx-m.jpg") no-repeat top center;

    background-size: cover;
  }
  .block-pxhdjs .container .img-container {
    width: 6.86rem;
    height: 6.17rem;
    background: url('//www.news.cn/enterprise/20220113zmjzr/img/text-m.png') no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 1.2rem;
  }
  
}
/* 她们的故事 */
#widget_3{
  margin-bottom: 85px;
}
.list {
  float: left;
}
.list-title li {
  width: 297px;
  height: 90px;
 margin-bottom: 12px;
 cursor: pointer;
}
.list1 {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/list-title.png") no-repeat ;
  background-position: 100% 0;
}
.list1.active{
  background: url('//www.news.cn/enterprise/20220113zmjzr/img/list-title.png') no-repeat ;
  background-position: 100% -94px;
}
.list2 {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/list-title.png") no-repeat ;
  background-position: 100% -190px;
}
.list2.active{
  background: url('//www.news.cn/enterprise/20220113zmjzr/img/list-title.png') no-repeat ;
  background-position: 100% -284px;
}
.list3 {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/list-title.png") no-repeat ;
  background-position: 100% -378px;
}
.list3.active{
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/list-title.png") no-repeat ;
  background-position: 100% -475px;
}
.list4 {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/list-title.png") no-repeat ;
  background-position: 100% -566px;
}
.list4.active{
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/list-title.png") no-repeat ;
  background-position: 100% -663px;
}
.list5 {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/list-title.png") no-repeat ;
  background-position: 100% -758px;
}
.list5.active{
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/list-title.png") no-repeat ;
  background-position: 100% -855px;
}
.block-tmdgs .list-title{
  float: left;
}
.block-tmdgs .img_box{
  float: left;
  width: 877px;
  height: 494px;
}
.block-tmdgs .img_box .img_list{
  display: none;
  position: relative;
}
.block-tmdgs .img_box .img_list .desc{
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  width: 100%;
  height: 2.2em;
  line-height: 2.2em;
  color: #fff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.block-tmdgs .img_box .img_list .desc a{
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  width: 100%;
  height: 2.2em;
  line-height: 2.2em;
  color: #fff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.block-tmdgs .img_box img{
  width: 877px;
  height: 494px;
}
.block-tmdgs .img_box img.active{
  display: block;
}
.block-tmdgs .img_box .img_list.active {
  display: block;
}
@media (max-width:768px) {
  #widget_3{
    margin-bottom: 0.82rem;
  }
  .list {
    float: unset;
  
  }
  .list-title{
    text-align: center;
    display: inline-block;
  }
  .list-title li {
    width:2.2rem;
    height:0.84rem;
    margin-bottom: 0.25rem;
    margin-right: 0.12rem;
    display: inline-block;
  }
  .list-title li:nth-child(3){
    margin-right: 0;
  }
  .list1 {
    background: url("//www.news.cn/enterprise/20220113zmjzr/img/list-title-m.png") no-repeat ;
    background-position: 100% 0;
    background-size: 100%;
  }
  .list1.active{
    background: url('//www.news.cn/enterprise/20220113zmjzr/img/list-title-m.png') no-repeat ;
    background-position: 100% -0.86rem;
    background-size: 100%;

  }
  .list2 {
    background: url("//www.news.cn/enterprise/20220113zmjzr/img/list-title-m.png") no-repeat ;
    background-position: 100% -1.72rem;
    background-size: 100%;

  }
  .list2.active{
    background: url('//www.news.cn/enterprise/20220113zmjzr/img/list-title-m.png') no-repeat ;
    background-position: 100% -2.58rem;
    background-size: 100%;

  }
  .list3 {
    background: url("//www.news.cn/enterprise/20220113zmjzr/img/list-title-m.png") no-repeat ;
    background-position: 100% -3.45rem;
    background-size: 100%;

  }
  .list3.active{
    background: url("//www.news.cn/enterprise/20220113zmjzr/img/list-title-m.png") no-repeat ;
    background-position: 100% -4.31rem;
    background-size: 100%;

  }
  .list4 {
    background: url("//www.news.cn/enterprise/20220113zmjzr/img/list-title-m.png") no-repeat ;
    background-position: 100% -5.14rem;
    background-size: 100%;

  }
  .list4.active{
    background: url("//www.news.cn/enterprise/20220113zmjzr/img/list-title-m.png") no-repeat ;
    background-position: 100% -6rem;
    background-size: 100%;

  }
  .list5 {
    background: url("//www.news.cn/enterprise/20220113zmjzr/img/list-title-m.png") no-repeat ;
    background-position: 100% -6.86rem;
    background-size: 100%;

  }
  .list5.active{
    background: url("//www.news.cn/enterprise/20220113zmjzr/img/list-title-m.png") no-repeat ;
    background-position: 100% -7.72rem;
    background-size: 100%;

  }
  .block-tmdgs .list-title{
    float: unset;
  }
  .block-tmdgs .img_box{
    float: unset;
    width: 6.92rem;
    height: 3.88rem;
  }
  
  .block-tmdgs .img_box img{
    width: 6.92rem;
    height: 3.88rem;
  }
  .block-tmdgs .img_box img.active{
    display: block;
  }
  
}


@media (max-width:768px) {
  .swiper-common.block-cssx{
    padding-bottom: 1rem;
  }
  .swiper-common.block-jyfx{
    padding-bottom: 1rem;
  }
  .swiper-common #widget_5 .image-container .img_top {
    width: unset;
    margin: auto;
  }
  .swiper-common #widget_5 .image-container .dyxf-image .img_box .people-name {
    width: 2.25rem;
    height: 0.52rem;
    margin-left: -0.03rem;
 }
 .swiper-common  #widget_5 .image-container .dyxf-image .img_box .people-name .name{
   display: inline-block;
   font-size: 0.26rem;
   color: #FFFFFF;
   line-height: 0.29rem;
   margin-left: 0.11rem;
   margin-bottom: 0.14rem;
 }
 .swiper-common #widget_5 .image-container .dyxf-image .img_box .people-name .city {
   font-size: 0.2rem;
   color: #FFFFFF;
   line-height: 0.29rem;
 }
 .swiper-common #widget_5 .image-container .dyxf-image .img_box {
   width:2.25rem;
   height: 4.1rem;
   float: left;
   margin: 0.075rem 0.03rem;
   position: relative;
   border: 0.03rem solid #E4A363;
   border-bottom: none;
 }

 .swiper-common #widget_6 .image-container .img_top {
  width: unset;
  margin: auto;
}
.swiper-common #widget_6 .image-container .dyxf-image .img_box .people-name {
  width: 2.25rem;
  height: 0.52rem;
  margin-left: -0.03rem;
}
.swiper-common  #widget_6 .image-container .dyxf-image .img_box .people-name .name{
 display: inline-block;
 font-size: 0.26rem;
 color: #FFFFFF;
 line-height: 0.29rem;
 margin-left: 0.11rem;
 margin-bottom: 0.14rem;
}
.swiper-common #widget_6 .image-container .dyxf-image .img_box .people-name .city {
 font-size: 0.2rem;
 color: #FFFFFF;
 line-height: 0.29rem;
}
.swiper-common #widget_6 .image-container .dyxf-image .img_box {
 width:2.25rem;
 height: 4.1rem;
 float: left;
 margin: 0.075rem 0.03rem;
 position: relative;
 border: 0.03rem solid #E4A363;
 border-bottom: none;
}
  
}
/* 评选活动介绍 */

.block-pxhdjs .img-container {
  margin-bottom: 92px;
}
.block-pxhdjs .img-container {
  width: 1200px;
  height: 460px;
  background: url('//www.news.cn/enterprise/20220113zmjzr/img/text.png') no-repeat center;
  background-size: 100% 100%;
}

/* 党员先锋 */
.block-zmjzr  {
  padding-bottom: 143px;
}
.block-zmjzr .image-container .img_top {
  width: 1040px;
  margin: auto;
}
.block-zmjzr .image-container .dyxf-image .img_box .people-name {
 /* margin-top: -44px; */
 width: 100%;
 position: absolute;
  bottom: 0;
  left: 0;
}
.block-zmjzr .image-container .dyxf-image .img_box .people-name .name {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
  margin-left: 18px;
  margin-bottom: 10px;
}
.block-zmjzr .image-container .dyxf-image .img_box .people-name .city {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
}



.block-zmjzr .image-container .dyxf-image .img_box {
  width: 204px;
  height: 369px;
  float: left;
  margin: 3.5px 2px;
  position: relative;
}
.block-zmjzr .image-container .dyxf-image .bg-shadow{
  position: absolute;
  width: 204px;
  height: 50px;
  bottom: 0;
  left: 0;
  /* background: linear-gradient(0deg, #000 0%, rgba(0,0,0,0.8) 0%); */
  background:linear-gradient(0deg, rgba(0,0,0,0.8) 1%, rgba(0,0,0,0) 100%);
}
.block-zmjzr .image-container .dyxf-image .img_box img {
  width: 204px;
  height: 369px;
}
@media (max-width: 768px) {
  .block-zmjzr  {
    padding-bottom:0;
  }
  .block-zmjzr .image-container .img_top {
    width: unset;
    margin: auto;
  }
  .block-zmjzr .image-container {
    padding-bottom: 0.94rem;
  }
  .block-zmjzr .image-container .dyxf-image .img_box .people-name {
     margin-top: -0.49rem;
  }
  .block-zmjzr .image-container .dyxf-image .img_box .people-name .name{
    display: inline-block;
    font-size: 0.26rem;
    color: #FFFFFF;
    line-height: 0.29rem;
    margin-left: 0.11rem;
    margin-bottom: 0.14rem;
  }
  .block-zmjzr .image-container .dyxf-image .img_box .people-name .city {
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.29rem;
  }
  .block-zmjzr .image-container .dyxf-image .img_box {
    width:2.25rem;
    height: 4.1rem;
    float: left;
    margin: 0.075rem 0.03rem;
    position: relative;
  }
  .block-zmjzr .image-container .dyxf-image .bg-shadow{
    position: absolute;
    width:2.25rem;
    height: 0.8rem;
    bottom: 0;
    left: 0;
    /* background: linear-gradient(0deg, #000 0%, rgba(0,0,0,0.8) 0%); */
    background:linear-gradient(0deg, rgba(0,0,0,0.8) 1%, rgba(0,0,0,0) 100%);
  }

 
  .block-zmjzr .image-container .dyxf-image .img_box img {
    width:2.25rem;
    height: 4.1rem;
  }
}
/* 服务能手 */
.block-lzqx .container{
  overflow: hidden;
}
.block-fwns .container{
  overflow: hidden;
}
#widget_1.widget-swiper {
  position: relative;
  margin-bottom: 127px;
}
#widget_1.widget-swiper .swiper-container{
    overflow: unset;

}
#widget_1.widget-swiper .swiper-slide {
  width: 1062px;
  height: 370px;

}
#widget_1.widget-swiper .slide-content {
  position: relative;
  margin: 0 auto;
  width: 1062px;
  height: 370px;
  background: url('//www.news.cn/enterprise/20220113zmjzr/img/swiper-bg1.png') no-repeat center;
  background-size: 100% 100%;
}
#widget_1.widget-swiper .swiper-img{
  float: left;
  width: 274px;
  height: 364px;
  margin-top: -65px;
  margin-left: 37px;

}
#widget_1.widget-swiper .swiper-desc{
  float: left;
  margin: 25px 36px 0px 33px;
  width: 682px;
  position: relative;
}
#widget_1.widget-swiper .swiper-slide .swiper-desc .swiper-name{
  border-bottom: 1px solid  #E9E8A0;
  padding-bottom: 17px;
  
}
#widget_1.widget-swiper .swiper-desc .swiper-text{
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  margin-top: 29px;
}
#widget_1.widget-swiper .swiper-desc .btn-more{
  font-size: 28px;
  color: #E6D098;
  line-height: 40px;
  position: absolute;
  right: 0;
  bottom: -56px;
}
#widget_1.widget-swiper .swiper-desc .btn-more a{
  font-size: 28px;
  color: #E6D098;
  line-height: 40px;
}
#widget_1.widget-swiper .swiper-desc .swiper-text a{
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
}
#widget_1.widget-swiper .swiper-slide .swiper-desc .swiper-name .name{
  margin-top: 24px;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 40px;
  float: left;
}
#widget_1.widget-swiper .swiper-slide .swiper-desc .swiper-name .city{
  font-size: 28px;
  color: #FFFFFF;
  line-height: 40px;
  margin-left: 20px;
  float: left;
  margin-top: 24px;

}
#widget_1.widget-swiper .swiper-slide .swiper-desc .swiper-name{
}

#widget_1.widget-swiper .swiper-slide a {
  /* text-align: center; */
}
#widget_1.widget-swiper .swiper-slide img {
  width: 274px;
  height: 364px;
}

#widget_1.widget-swiper .swiper-pagination {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 32px;
}
#widget_1.widget-swiper .swiper-pagination-bullet {
  margin: 0 13px;
  width: 12px;
  height: 12px;
  background-color: #EFEFBC;
  opacity: 0.4;
}
#widget_1.widget-swiper
.swiper-pagination
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EFEFBC;
  opacity: 1;
}
#widget_1.widget-swiper .swiper-button-prev {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/left.png") no-repeat center;
  background-size: 100% 100%;
  width: 38px;
  height: 45px;
}
#widget_1.widget-swiper .swiper-button-next {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/right.png");
  background-size: 100% 100%;
  width: 38px;
  height: 46px;
}
@media (max-width: 768px) {
  #widget_1.widget-swiper {
    margin-bottom: 1.18rem;
  }
  #widget_1.widget-swiper .swiper-pagination {
    margin-top: 0.42rem;
  }
  #widget_1.widget-swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.1rem;
    width: 0.12rem;
    height: 0.12rem;
  }
  #widget_1.widget-swiper
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #EFEDBB;
  }
  #widget_1.widget-swiper .slide-content {
    position: relative;
    margin: 0 auto;
    width: 6.86rem;
    height: 3.58rem;
    padding: 0.39rem 0.36rem 0.36rem 0.28rem;
  }
  #widget_1.widget-swiper .swiper-slide {
    text-align: center;
    width: 6.86rem;
    height: 3.58rem;
  }
  #widget_1.widget-swiper .swiper-img{
    float: left;
    width: 2.13rem;
    height: 2.83rem;
    margin-top: 0px;
    margin-left: 0px;
  
  }
  #widget_1.widget-swiper .swiper-desc{
    float: left;
    margin:0;
    width: 3.54rem;
    margin-left: 0.28rem;
  }
  #widget_1.widget-swiper .swiper-slide .swiper-desc .swiper-name{
    border-bottom: 0.01px solid  #E9E8A0;
    padding-bottom: 0.17rem;
    
  }
  #widget_1.widget-swiper .swiper-desc .swiper-text{
    font-size: 0.26rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
    margin-top: 0.32rem;
  }
  #widget_1.widget-swiper .swiper-desc .btn-more{
    font-size: 0.26rem;
    color: #E6D098;
    line-height: 0.4rem;
    position: absolute;
    right: 0;
    bottom:-0.58rem;
  }
  #widget_1.widget-swiper .swiper-desc .btn-more a{
    font-size: 0.26rem;
    color: #E6D098;
    line-height: 0.4rem;
  }
  #widget_1.widget-swiper .swiper-desc .swiper-text a{
    font-size: 0.26rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
  }
  #widget_1.widget-swiper .swiper-slide .swiper-desc .swiper-name .name{
    font-size:0.4rem;
    color: #FFFFFF;
    line-height: 0.4rem;
    float: left;
    margin-top: 0.26rem;
  }
  #widget_1.widget-swiper .swiper-slide .swiper-desc .swiper-name .city{
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.4rem;
    margin-top: 0.26rem;
    margin-left: 0.22rem;

  }
  
}
/* 励志前行 */
#widget_2.widget-swiper {
  position: relative;
  margin-bottom: 127px;

}
#widget_2.widget-swiper .swiper-container{
    overflow: unset;

}
#widget_2.widget-swiper .swiper-slide {
  width: 1062px;
  height: 370px;

}
#widget_2.widget-swiper .slide-content {
  position: relative;
  margin: 0 auto;
  width: 1062px;
  height: 370px;
  background: url('//www.news.cn/enterprise/20220113zmjzr/img/swiper-bg2.png') no-repeat center;
  background-size: 100% 100%;
}
#widget_2.widget-swiper .swiper-img{
  float: left;
  width: 274px;
  height: 364px;
  margin-top: -65px;
  margin-left: 37px;

}
#widget_2.widget-swiper .swiper-desc{
  float: left;
  margin: 25px 36px 0px 33px;
  width: 682px;
  position: relative;
}
#widget_2.widget-swiper .swiper-slide .swiper-desc .swiper-name{
  border-bottom: 1px solid  #E9E8A0;
  padding-bottom: 17px;
  
}
#widget_2.widget-swiper .swiper-desc .swiper-text{
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  margin-top: 29px;
}
#widget_2.widget-swiper .swiper-desc .btn-more{
  font-size: 28px;
  color: #E6D098;
  line-height: 40px;
  position: absolute;
  right: 0;
  bottom: -56px;
}
#widget_2.widget-swiper .swiper-desc .btn-more a{
  font-size: 28px;
  color: #E6D098;
  line-height: 40px;
}
#widget_2.widget-swiper .swiper-desc .swiper-text a{
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
}
#widget_2.widget-swiper .swiper-slide .swiper-desc .swiper-name .name{
  margin-top: 24px;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 40px;
  float: left;
}
#widget_2.widget-swiper .swiper-slide .swiper-desc .swiper-name .city{
  font-size: 28px;
  color: #FFFFFF;
  line-height: 40px;
  margin-left: 20px;
  float: left;
  margin-top: 24px;

}
#widget_2.widget-swiper .swiper-slide .swiper-desc .swiper-name{
}



#widget_2.widget-swiper .swiper-slide a {
  /* text-align: center; */
}
#widget_2.widget-swiper .swiper-slide img {
  width: 274px;
  height: 364px;
}

#widget_2.widget-swiper .swiper-pagination {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 32px;
}
#widget_2.widget-swiper .swiper-pagination-bullet {
  margin: 0 13px;
  width: 12px;
  height: 12px;
  background-color: #AE4530;
  opacity: 0.4;
}
#widget_2.widget-swiper
.swiper-pagination
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #AE4530;
  opacity: 1;
}
#widget_2.widget-swiper .swiper-button-prev {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/left2.png") no-repeat center;
  background-size: 100% 100%;
  width: 38px;
  height: 45px;
}
#widget_2.widget-swiper .swiper-button-next {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/right2.png");
  background-size: 100% 100%;
  width: 38px;
  height: 46px;
}
@media (max-width: 768px) {
  #widget_4 .swiper-wrapper{
  display: block;
}
#widget_5 .swiper-wrapper{
  display: block;
}
#widget_6 .swiper-wrapper{
  display: block;
}
  #widget_2.widget-swiper {
    margin-bottom: 1.18rem;
  }
  #widget_2.widget-swiper .swiper-pagination {
    margin-top: 0.42rem;
  }
  #widget_2.widget-swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.1rem;
    width: 0.12rem;
    height: 0.12rem;
  }
  #widget_2.widget-swiper
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #AE4530;
  }
  #widget_2.widget-swiper .slide-content {
    position: relative;
    margin: 0 auto;
    width: 6.86rem;
    height: 3.58rem;
    padding: 0.39rem 0.36rem 0.36rem 0.28rem;
  }
  #widget_2.widget-swiper .swiper-slide {
    text-align: center;
    width: 6.86rem;
    height: 3.58rem;
  }
  #widget_2.widget-swiper .swiper-img{
    float: left;
    width: 2.13rem;
    height: 2.83rem;
    margin-top: 0px;
    margin-left: 0px;
  
  }
  #widget_2.widget-swiper .swiper-desc{
    float: left;
    margin:0;
    width: 3.54rem;
    margin-left: 0.28rem;
  }
  #widget_2.widget-swiper .swiper-slide .swiper-desc .swiper-name{
    border-bottom: 0.01px solid  #E9E8A0;
    padding-bottom: 0.17rem;
    
  }
  #widget_2.widget-swiper .swiper-desc .swiper-text{
    font-size: 0.26rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
    margin-top: 0.32rem;
  }
  #widget_2.widget-swiper .swiper-desc .btn-more{
    font-size: 0.26rem;
    color: #E6D098;
    line-height: 0.4rem;
    position: absolute;
    right: 0;
    bottom:-0.58rem;
  }
  #widget_2.widget-swiper .swiper-desc .btn-more a{
    font-size: 0.26rem;
    color: #E6D098;
    line-height: 0.4rem;
  }
  #widget_2.widget-swiper .swiper-desc .swiper-text a{
    font-size: 0.26rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.4rem;
  }
  #widget_2.widget-swiper .swiper-slide .swiper-desc .swiper-name .name{
    font-size:0.4rem;
    color: #FFFFFF;
    line-height: 0.4rem;
    float: left;
    margin-top: 0.26rem;
  }
  #widget_2.widget-swiper .swiper-slide .swiper-desc .swiper-name .city{
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.4rem;
    margin-top: 0.26rem;
    margin-left: 0.22rem;

  }
}
#widget_4 {
  /* padding-bottom: 143px; */
  position: relative;
}
#widget_4.widget-swiper .swiper-pagination {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 32px;
}
#widget_4.widget-swiper .swiper-pagination-bullet {
  margin: 0 13px;
  width: 12px;
  height: 12px;
  background-color: #EFEFBC;
  opacity: 0.4;
}
#widget_4.widget-swiper
.swiper-pagination
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EFEFBC;
  opacity: 1;
}
#widget_4.widget-swiper .swiper-button-prev {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/left.png") no-repeat center;
  background-size: 100% 100%;
  width: 38px;
  height: 45px;
}
#widget_4.widget-swiper .swiper-button-next {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/right.png");
  background-size: 100% 100%;
  width: 38px;
  height: 46px;
}


.swiper-common {
  padding-bottom: 143px;
}
.swiper-common .image-container .img_top {
  width: 1060px;
  margin: auto;
}
.swiper-common .image-container .dyxf-image .img_box .people-name {
 /* margin-top: -44px; */
 width: 205px;
 position: absolute;
  bottom: 0;
  left: 0;
  height: 41px;
  margin-left: -3px;
background: linear-gradient(0deg, #A8863E 0%, #FFE7B3 100%);
}
.swiper-common .image-container .dyxf-image .img_box .people-name .name {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
  margin-left: 18px;
  margin-bottom: 10px;
}
.swiper-common .image-container .dyxf-image .img_box .people-name .city {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
}



.swiper-common .image-container .dyxf-image .img_box {
  width: 205px;
  height: 369px;
  float: left;
  margin: 4px 3.5px;
  position: relative;
  border: 3px solid #E08E76;
  border-bottom: none;
}
.swiper-common .image-container .dyxf-image .img_box img {
  width: 205px;
  height: 369px;
}

#widget_5 {
  position: relative;
}

#widget_5.widget-swiper .swiper-pagination {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 32px;
}
#widget_5.widget-swiper .swiper-pagination-bullet {
  margin: 0 13px;
  width: 12px;
  height: 12px;
  background-color: #EFEFBC;
  opacity: 0.4;
}
#widget_5.widget-swiper
.swiper-pagination
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EFEFBC;
  opacity: 1;
}
#widget_5.widget-swiper .swiper-button-prev {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/left2.png") no-repeat center;
  background-size: 100% 100%;
  width: 38px;
  height: 45px;
}
#widget_5.widget-swiper .swiper-button-next {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/right2.png");
  background-size: 100% 100%;
  width: 38px;
  height: 46px;
}

.block-jyfx #widget_6.widget-swiper .swiper-button-prev {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/left.png") no-repeat center;
  background-size: 100% 100%;
  width: 38px;
  height: 45px;
}
.block-jyfx #widget_6.widget-swiper .swiper-button-next {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/right.png");
  background-size: 100% 100%;
  width: 38px;
  height: 46px;
}

#widget_6 {
  position: relative;
}

#widget_6.widget-swiper .swiper-pagination {
  display: block;
  margin: 0 auto;
  width: 100%;
  margin-top: 32px;
}
#widget_6.widget-swiper .swiper-pagination-bullet {
  margin: 0 13px;
  width: 12px;
  height: 12px;
  background-color: #EFEFBC;
  opacity: 0.4;
}
#widget_6.widget-swiper
.swiper-pagination
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EFEFBC;
  opacity: 1;
}
#widget_6.widget-swiper .swiper-button-prev {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/left2.png") no-repeat center;
  background-size: 100% 100%;
  width: 38px;
  height: 45px;
}
#widget_6.widget-swiper .swiper-button-next {
  background: url("//www.news.cn/enterprise/20220113zmjzr/img/right2.png");
  background-size: 100% 100%;
  width: 38px;
  height: 46px;
}
