/* 新华网专题通用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: 30px;
  /*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;
  overflow: hidden;
}
.top-bar a {
  color: #ffffff;
}
.top-bar .container {
  width: 1188px;
}
.top-bar ul li {
  list-style: none;
  float: left;
  line-height: 57px;

  min-width: 48px;
  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: 600px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.banner .pc img {
  width: 1920px;
  height: 600px;
  max-width: inherit;
  max-height: inherit;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
.banner .m img {
  /* width: 7.5rem;*/
  width: 100%;
  height: auto;
  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/food/20220512nurseday/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/food/20220512nurseday/img/title-tmdgs.png") no-repeat center;
}

.title.title-zmjzr {
  width: 100%;
  height: 211px;
   width:622px;
          height:211px; 
  background: url("//www.news.cn/food/20220512nurseday/img/title-zmjzr.png") no-repeat center;
  margin-left: auto;
  margin-right: auto;
}

/*.title.title-dyxf {
  width: 1190px;
  height: 46px;
  background: url("//www.news.cn/food/20220512nurseday/img/title-dyxf.png") no-repeat center;
}*/

.title.title-cssx {
  width: 1190px;
  height: 211px;
  background: url("//www.news.cn/food/20220512nurseday/img/title-cssx.png") no-repeat center;
  /*margin-bottom: 10px;*/
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}


.title.title-fwns {
  width: 1190px;
  height: 211px;
  background: url("//www.news.cn/food/20220512nurseday/img/title-fwns.png") no-repeat center;
  margin-bottom: 80px;
  margin-top: 50px;
}

.title.title-jyfx {
  width: 1190px;
  height: 46px;
  background: url("//www.news.cn/food/20220512nurseday/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/food/20220512nurseday/img/title-lzqx.png") no-repeat center;
  margin-bottom: 140px;
  margin-top: 94px;
}
.block-pxhdjs {
  background: url("//www.news.cn/food/20220512nurseday/img/bg-pxhdjs.jpg") no-repeat top center;

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

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

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

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

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

  background-size: cover;
}
.block-lzqx {
  background: url("//www.news.cn/food/20220512nurseday/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;
    padding-bottom: 0px;
  }
  .banner {
    height: auto;
    /* max-width: 7.5rem;*/ 
    max-width: 100%;
  }
  .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/food/20220512nurseday/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/food/20220512nurseday/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/food/20220512nurseday/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/food/20220512nurseday/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: 1.57rem;
    background: url("//www.news.cn/food/20220512nurseday/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: 1.57rem;
    background: url("//www.news.cn/food/20220512nurseday/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/food/20220512nurseday/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/food/20220512nurseday/img/title-lzqx-m.png") no-repeat center;
    margin-bottom: 0.6rem;
    margin-top: 0.77rem;
    background-size: cover;
    overflow: hidden;
  }
  .block-pxhdjs {
    background: url("//www.news.cn/food/20220512nurseday/img/bg-pxhdjs-m.jpg") no-repeat top center;

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

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

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

    background-size: cover;
  }
  .block-fwns {
    background: url("//www.news.cn/food/20220512nurseday/img/bg-fwns-m.jpg") no-repeat top center;

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

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

    background-size: cover;
  }
  .block-pxhdjs .container .img-container {
    /* width: 6.86rem;
    height: 6.9rem;*/
    width: 100%;
    height: auto;
    background: url('//www.news.cn/food/20220512nurseday/img/text-m.png') no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 1.2rem;
    overflow: hidden;
    display: block;
  }
  
}
/* 她们的故事 */
#widget_3{
  margin-bottom: 85px;
}
.list {
  float: left;
}
.list-title li {
  width: 297px;
  height: 90px;
 margin-bottom: 12px;
}
.list1 {
  background: url("//www.news.cn/food/20220512nurseday/img/list-title.png") no-repeat ;
  background-position: 100% 0;
}
.list1.active{
  background: url('//www.news.cn/food/20220512nurseday/img/list-title.png') no-repeat ;
  background-position: 100% -94px;
}
.list2 {
  background: url("//www.news.cn/food/20220512nurseday/img/list-title.png") no-repeat ;
  background-position: 100% -190px;
}
.list2.active{
  background: url('//www.news.cn/food/20220512nurseday/img/list-title.png') no-repeat ;
  background-position: 100% -284px;
}
.list3 {
  background: url("//www.news.cn/food/20220512nurseday/img/list-title.png") no-repeat ;
  background-position: 100% -378px;
}
.list3.active{
  background: url("//www.news.cn/food/20220512nurseday/img/list-title.png") no-repeat ;
  background-position: 100% -475px;
}
.list4 {
  background: url("//www.news.cn/food/20220512nurseday/img/list-title.png") no-repeat ;
  background-position: 100% -566px;
}
.list4.active{
  background: url("//www.news.cn/food/20220512nurseday/img/list-title.png") no-repeat ;
  background-position: 100% -663px;
}
.list5 {
  background: url("//www.news.cn/food/20220512nurseday/img/list-title.png") no-repeat ;
  background-position: 100% -758px;
}
.list5.active{
  background: url("//www.news.cn/food/20220512nurseday/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{
  width: 877px;
  height: 494px;
  display: none;
}
.block-tmdgs .img_box img.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/food/20220512nurseday/img/list-title-m.png") no-repeat ;
    background-position: 100% 0;
    background-size: 100%;
  }
  .list1.active{
    background: url('//www.news.cn/food/20220512nurseday/img/list-title-m.png') no-repeat ;
    background-position: 100% -0.86rem;
    background-size: 100%;

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

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

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

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

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

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

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

  }
  .list5.active{
    background: url("//www.news.cn/food/20220512nurseday/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;
    display: none;
  }
  .block-tmdgs .img_box img.active{
    display: block;
  }
  
}
/* 诚实守信 */
.people-list {
  margin-bottom:122px;
  display: flex;
  flex-wrap: wrap;
}
.people-list li:nth-child(2) {
  width: 240px;
  height: 350px;
  position: relative;
  margin-top: 80px;
  margin-left: 130px;
  order: 1;
}
.people-list li:nth-child(2) .people-name {
  background: url('//www.news.cn/food/20220512nurseday/img/img2.png') no-repeat left center;
  background-size: 100% 100%;
  width: 268px;
  height: 73px;
  position: absolute;
  bottom: 11px;
  left: -16px;
}
.people-list li:nth-child(1) {
  width: 300px;
  height: 400px;
  position: relative;
  float: left;
  margin: 0 70px;
  order: 2;
  
}
.people-list li:nth-child(1) img {
  width: 300px;
  height: 400px;
  border: 3px solid #E4A363;

}
.people-list li:nth-child(1) .people-name {
  background: url('//www.news.cn/food/20220512nurseday/img/img1.png') no-repeat left center;
  background-size: 100% 100%;
  width: 326px;
  height: 82px;
  position: absolute;
  bottom: -27px;
  left: -10px;
}
.people-list li:nth-child(1) .people-name .name{
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  line-height: 35px;
  display: inline-block;
  padding-top: 43px;
  margin-left: 106px;
  margin-right: 12px;
}
.people-list li:nth-child(2) .people-name .name {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
  display: inline-block;
  padding-top: 41px;
  margin-right: 10px;
  margin-left: 92px;
}
.people-list li:nth-child(3) .people-name .name {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
  display: inline-block;
  padding-top: 41px;
  margin-right: 10px;
  margin-left: 92px;
}
.people-list li:nth-child(2) .people-name .city {
  font-size: 19px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}
.people-list li:nth-child(1) .people-name .city {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 35px;
}
.people-list li:nth-child(3) .people-name .city {
  font-size: 19px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}
.people-list li:nth-child(2) img {
  width: 240px;
  height: 320px;
  border: 3px solid #9AB5CA;
  
}

.people-list li:nth-child(3) {
  width: 240px;
  height: 350px;
  position: relative;
  float: left;
  margin-top: 80px;
  order: 3;
}
.people-list li:nth-child(3) .people-name {
  background: url('//www.news.cn/food/20220512nurseday/img/img3.png') no-repeat left center;
  background-size: 100% 100%;
  width: 268px;
  height: 73px;
  position: absolute;
  bottom: 11px;
  left: -16px;
}
.people-list li:nth-child(3) img {
  width: 240px;
  height: 320px;
  border: 3px solid #E08E76;

}
/* .people-list .list-top {
  width: unset;
  margin: auto;
  margin-bottom: 0px;
} */
.people-list li:nth-child(-n+3){
  margin-bottom: 91px;
}
.people-list li {
  float: left;
  width: 163px;
  height: 217px;
  position: relative;
  margin: 0 4px;
  order: 4;
}
.people-list li img {
  width: 163px;
  height: 217px;
}
.people-list li .people-name {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.people-list li:nth-child(4) .people-name {
  background: url("//www.news.cn/food/20220512nurseday/img/pm.png") 0 0 no-repeat;
}
.people-list li:nth-child(5) .people-name {
  background: url("//www.news.cn/food/20220512nurseday/img/pm.png") 0 -51px no-repeat;
}
.people-list li:nth-child(6) .people-name {
  background: url("//www.news.cn/food/20220512nurseday/img/pm.png") -0px -102px no-repeat;
}
.people-list li:nth-child(7) .people-name {
  background: url("//www.news.cn/food/20220512nurseday/img/pm.png") -0px -153px no-repeat;
}
.people-list li:nth-child(8) .people-name {
  background: url("//www.news.cn/food/20220512nurseday/img/pm.png")  -0px -204px no-repeat;
}
.people-list li:nth-child(9) .people-name {
  background: url("//www.news.cn/food/20220512nurseday/img/pm.png")  -0px -255px no-repeat;
}
.people-list li:nth-child(10) .people-name {
  background: url("//www.news.cn/food/20220512nurseday/img/pm.png")  -0px -306px no-repeat;
}
.people-list li .people-name .name {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 50px;
  display: inline-block;
  margin-left: 47px;
}
.people-list li .people-name .city {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 50px;
}
@media (max-width:768px) {
  .people-list {
    /* width: 6.64rem; */
    margin: auto;
    margin-bottom: 1.11rem;
  }
  .people-list li:nth-child(-n+3){
    width: 3.17rem;
    height: 4.23rem;
    margin: 0.085rem 0.15rem;
    order: unset;
  }
  .people-list li:nth-child(-n+3) img {
    width: 3.17rem;
    height: 4.23rem;
    border: 0.03rem solid #E8A461;

  }
  .people-list  li:nth-child(-n+3) .people-name  {
    width: 3.41rem;
    height: 0.84rem;
    bottom: 0;
    left: 0;
  }
  .people-list li:nth-child(1) .people-name{
    background: url('//www.news.cn/food/20220512nurseday/img/one-m.png') no-repeat left center;
    background-size: 100% 100%;
  }
  .people-list li:nth-child(2) .people-name{
    background: url('//www.news.cn/food/20220512nurseday/img/two-m.png') no-repeat left center;
    background-size: 100% 100%;
  }
  .people-list li:nth-child(3) .people-name{
    background: url('//www.news.cn/food/20220512nurseday/img/three-m.png') no-repeat left center;
    background-size: 100% 100%;
  }
  .people-list li:nth-child(4) .people-name {
    background: url("//www.news.cn/food/20220512nurseday/img/pm-m.png") 0 0 no-repeat;
    background-size: 100%;
  }
  .people-list li:nth-child(5) .people-name {
    background: url("//www.news.cn/food/20220512nurseday/img/pm-m.png") 0 -0.6rem no-repeat;
    background-size: 100%;
  }
  .people-list li:nth-child(6) .people-name {
    background: url("//www.news.cn/food/20220512nurseday/img/pm-m.png") 0 -1.2rem no-repeat;
    background-size: 100%;
  }
  .people-list li:nth-child(7) .people-name {
    background: url("//www.news.cn/food/20220512nurseday/img/pm-m.png") 0 -1.8rem no-repeat;
    background-size: 100%;
  }
  .people-list li:nth-child(8) .people-name {
    background: url("//www.news.cn/food/20220512nurseday/img/pm-m.png") 0 -2.4rem no-repeat;
    background-size: 100%;
  }
  .people-list li:nth-child(9) .people-name {
    background: url("//www.news.cn/food/20220512nurseday/img/pm-m.png") 0 -3rem no-repeat;
    background-size: 100%;
  }
  .people-list li:nth-child(10) .people-name {
    background: url("//www.news.cn/food/20220512nurseday/img/pm-m.png") 0 -3.6rem no-repeat;
    background-size: 100%;
  }
  .people-list  li:nth-child(-n+3) .people-name .name{
    font-size: 0.29rem;
    color: #FFFFFF;
    line-height:0.37rem;
    margin-left: 1.11rem;
    padding-top: 0.44rem;
    margin-right: 0.13rem;
  }
  .people-list  li:nth-child(-n+3) .people-name .city{
    font-size: 0.25rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.37rem;
  }
  .people-list li {
    width: 3.17rem;
    height: 4.23rem;
    position: relative;
    margin: 0.085rem 0.15rem;
  }
  .people-list li:nth-child(-n+3){
    margin: 0.085rem 0.15rem;
  }
  .people-list li .people-name{
    width: 3.17rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .people-list li .people-name .name{
    font-size: 0.26rem;
    color: #FFFFFF;
    line-height: 0.29rem;
  }
  .people-list li .people-name .city{
    font-size: 0.22rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height:0.29rem;
  }
  .people-list li img {
    width: 3.17rem;
    height: 4.23rem;
    border: 0.03rem solid #E8A461;

  }
  
}
/* 评选活动介绍 */

.block-pxhdjs .img-container {
  margin-bottom: 92px;
}
.block-pxhdjs .img-container {
  /*width: 1200px;*/
  width: 1100px;
  height: 460px;
  background: url('//www.news.cn/food/20220512nurseday/img/text.png') no-repeat center;
  background-size: 100% 100%;
  margin-left: auto;
  margin-right: auto;
}

/* 党员先锋 */
.block-zmjzr .image-container {
  padding-bottom: 143px;
}
.block-zmjzr .image-container .img_top {
}
.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: 27px;
  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 .people-name .people_num {
  /* background: url('//www.news.cn/food/20220512nurseday/img/'); */
  width: 83px;
  height: 71px;
  position: absolute;
  right: -1px;
  bottom: 0;
}
.block-zmjzr .image-container .dyxf-image .img_box:nth-child(1) .people-name .people_num {
  /* background: url('//www.news.cn/food/20220512nurseday/img/num1.png') no-repeat center;
  background-size: 100% 100%; */
  background: url('//www.news.cn/food/20220512nurseday/img/num.png') -0px -0px no-repeat;
  background-size: auto 100%;

}
.block-zmjzr .image-container .dyxf-image .img_box:nth-child(2) .people_num {
  background: url('//www.news.cn/food/20220512nurseday/img/num.png') -83px -0px no-repeat;
  background-size: auto 100%;
}
.block-zmjzr .image-container .dyxf-image .img_box:nth-child(3) .people-name .people_num {
  background: url('//www.news.cn/food/20220512nurseday/img/num.png') -166px -0px no-repeat;
  background-size: auto 100%;
}
.block-zmjzr .image-container .dyxf-image .img_box:nth-child(4) .people-name .people_num {
  background: url('//www.news.cn/food/20220512nurseday/img/num.png') -249px -0px no-repeat;
  background-size: auto 100%;
}
.block-zmjzr .image-container .dyxf-image .img_box:nth-child(5) .people-name .people_num {
  background: url('//www.news.cn/food/20220512nurseday/img/num.png') -332px -0px no-repeat;
  background-size: auto 100%;
}

.block-zmjzr .image-container .dyxf-image .img_box:nth-child(6) .people-name .people_num {
  background: url('//www.news.cn/food/20220512nurseday/img/num.png') -415px -0px no-repeat;
  background-size: auto 100%;
}
.block-zmjzr .image-container .dyxf-image .img_box:nth-child(7) .people-name .people_num {
  background: url('//www.news.cn/food/20220512nurseday/img/num.png') -498px -0px no-repeat;
  background-size: auto 100%;
}
.block-zmjzr .image-container .dyxf-image .img_box:nth-child(8) .people-name .people_num {
  background: url('//www.news.cn/food/20220512nurseday/img/num.png') -581px -0px no-repeat;
  background-size: auto 100%;
}
.block-zmjzr .image-container .dyxf-image .img_box:nth-child(9) .people-name .people_num{
  background: url('//www.news.cn/food/20220512nurseday/img/num.png') -664px -0px no-repeat;
  background-size: auto 100%;
}
.block-zmjzr .image-container .dyxf-image .img_box:nth-child(10) .people-name .people_num {
  background: url('//www.news.cn/food/20220512nurseday/img/num.png') -747px -0px no-repeat;
  background-size: auto 100%;
}
.block-zmjzr .image-container .dyxf-image .img_box {
  width: 220px;
  height: 399px;
  float: left;
  margin: 3.5px 2px;
  position: relative;
}
.block-zmjzr .image-container .dyxf-image .bg-shadow{
  position: absolute;
  width: 220px;
  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:nth-child(6){
  margin-left: 80px;
}
.block-zmjzr .image-container .dyxf-image .img_box img {
  width: 220px;
  height: 399px;
}
@media (max-width: 768px) {
  .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 .people-name .people_num {
    /* background: url('//www.news.cn/food/20220512nurseday/img/'); */
    width: 0.66rem;
    height: 0.91rem;
  }
  .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:nth-child(6){
    margin-left: 0.03rem;
  }
  .block-zmjzr .image-container .dyxf-image .img_box:nth-child(1) .people-name .people_num {
    background: url('//www.news.cn/food/20220512nurseday/img/num-m.png') -0px -0px no-repeat;
    background-size: auto 100%;
  }
  .block-zmjzr .image-container .dyxf-image .img_box:nth-child(2) .people-name .people_num {
    background: url('//www.news.cn/food/20220512nurseday/img/num-m.png') -0.66rem -0px no-repeat;
    background-size: auto 100%;
  }
  .block-zmjzr .image-container .dyxf-image .img_box:nth-child(3) .people-name .people_num {
    background: url('//www.news.cn/food/20220512nurseday/img/num-m.png') -1.32rem -0px no-repeat;
    background-size: auto 100%;
  }
  .block-zmjzr .image-container .dyxf-image .img_box:nth-child(4) .people-name .people_num {
    background: url('//www.news.cn/food/20220512nurseday/img/num-m.png') -1.98rem -0px no-repeat;
    background-size: auto 100%;
  }
  .block-zmjzr .image-container .dyxf-image .img_box:nth-child(5) .people-name .people_num {
    background: url('//www.news.cn/food/20220512nurseday/img/num-m.png') -2.64rem -0px no-repeat;
    background-size: auto 100%;
  }
  
  .block-zmjzr .image-container .dyxf-image .img_box:nth-child(6) .people-name .people_num {
    background: url('//www.news.cn/food/20220512nurseday/img/num-m.png') -3.3rem -0px no-repeat;
    background-size: auto 100%;
  }
  .block-zmjzr .image-container .dyxf-image .img_box:nth-child(7) .people-name .people_num {
    background: url('//www.news.cn/food/20220512nurseday/img/num-m.png') -3.96rem -0px no-repeat;
    background-size: auto 100%;
  }
  .block-zmjzr .image-container .dyxf-image .img_box:nth-child(8) .people-name .people_num {
    background: url('//www.news.cn/food/20220512nurseday/img/num-m.png') -4.62rem -0px no-repeat;
    background-size: auto 100%;
  }
  .block-zmjzr .image-container .dyxf-image .img_box:nth-child(9) .people-name .people_num{
    background: url('//www.news.cn/food/20220512nurseday/img/num-m.png') -5.28rem -0px no-repeat;
    background-size: auto 100%;
  }
  .block-zmjzr .image-container .dyxf-image .img_box:nth-child(10) .people-name .people_num {
    background: url('//www.news.cn/food/20220512nurseday/img/num-m.png') -5.94rem -0px no-repeat;
    background-size: auto 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/food/20220512nurseday/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 .swiper-desc .swiper-name .swiper-icon{
  width: 0px;
  height: 68px;
  float: left;
  /* margin-right: 25px; */
}
#widget_1.widget-swiper .swiper-slide:nth-child(1) .swiper-desc .swiper-name .swiper-icon{
  background: url('//www.news.cn/food/20220512nurseday/img/icon.png') 0 0 no-repeat ;
  background-size: auto 100%;
}
#widget_1.widget-swiper .swiper-slide:nth-child(2) .swiper-desc .swiper-name .swiper-icon{
  background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -82px 0 no-repeat ;
  background-size: auto 100%;
}
#widget_1.widget-swiper .swiper-slide:nth-child(3) .swiper-desc .swiper-name .swiper-icon{
  background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -164px 0 no-repeat ;
  background-size: auto 100%;
}
#widget_1.widget-swiper .swiper-slide:nth-child(4) .swiper-desc .swiper-name .swiper-icon{
  background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -246px 0 no-repeat ;
  background-size: auto 100%;
}
#widget_1.widget-swiper .swiper-slide:nth-child(5) .swiper-desc .swiper-name .swiper-icon{
  background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -328px 0 no-repeat ;
  background-size: auto 100%;
}
#widget_1.widget-swiper .swiper-slide:nth-child(6) .swiper-desc .swiper-name .swiper-icon{
  background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -410px 0 no-repeat ;
  background-size: auto 100%;
}
#widget_1.widget-swiper .swiper-slide:nth-child(7) .swiper-desc .swiper-name .swiper-icon{
  background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -492px 0 no-repeat ;
  background-size: auto 100%;
}
#widget_1.widget-swiper .swiper-slide:nth-child(8) .swiper-desc .swiper-name .swiper-icon{
  background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -574px 0 no-repeat ;
  background-size: auto 100%;
}
#widget_1.widget-swiper .swiper-slide:nth-child(9) .swiper-desc .swiper-name .swiper-icon{
  background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -656px 0 no-repeat ;
  background-size: auto 100%;
}
#widget_1.widget-swiper .swiper-slide:nth-child(10) .swiper-desc .swiper-name .swiper-icon{
  background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -738px 0 no-repeat ;
  background-size: auto 100%;
}
#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/food/20220512nurseday/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/food/20220512nurseday/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.13rem;
    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-size: 0rem;
    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: 0rem;
  }
  #widget_1.widget-swiper .swiper-slide .swiper-desc .swiper-name .city{
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.4rem;
    margin-top: 0rem;
    margin-left: 0rem;

  }
  #widget_1.widget-swiper .swiper-slide .swiper-desc .swiper-name .swiper-icon{
    width:0.82rem;
    height: 0.68rem;
    float: left;
    margin-right: 0.24rem;
  }
  #widget_1.widget-swiper .swiper-slide:nth-child(1) .swiper-desc .swiper-name .swiper-icon{
    background: url('//www.news.cn/food/20220512nurseday/img/icon.png') 0 0 no-repeat ;
    background-size: auto 100%;
  }
  #widget_1.widget-swiper .swiper-slide:nth-child(2) .swiper-desc .swiper-name .swiper-icon{
    background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -0.82rem 0 no-repeat ;
    background-size: auto 100%;
  }
  #widget_1.widget-swiper .swiper-slide:nth-child(3) .swiper-desc .swiper-name .swiper-icon{
    background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -1.64rem 0 no-repeat ;
    background-size: auto 100%;
  }
  #widget_1.widget-swiper .swiper-slide:nth-child(4) .swiper-desc .swiper-name .swiper-icon{
    background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -2.46rem 0 no-repeat ;
    background-size: auto 100%;
  }
  #widget_1.widget-swiper .swiper-slide:nth-child(5) .swiper-desc .swiper-name .swiper-icon{
    background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -3.28rem 0 no-repeat ;
    background-size: auto 100%;
  }
  #widget_1.widget-swiper .swiper-slide:nth-child(6) .swiper-desc .swiper-name .swiper-icon{
    background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -4.10rem 0 no-repeat ;
    background-size: auto 100%;
  }
  #widget_1.widget-swiper .swiper-slide:nth-child(7) .swiper-desc .swiper-name .swiper-icon{
    background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -4.92rem 0 no-repeat ;
    background-size: auto 100%;
  }
  #widget_1.widget-swiper .swiper-slide:nth-child(8) .swiper-desc .swiper-name .swiper-icon{
    background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -5.74rem 0 no-repeat ;
    background-size: auto 100%;
  }
  #widget_1.widget-swiper .swiper-slide:nth-child(9) .swiper-desc .swiper-name .swiper-icon{
    background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -6.56rem 0 no-repeat ;
    background-size: auto 100%;
  }
  #widget_1.widget-swiper .swiper-slide:nth-child(10) .swiper-desc .swiper-name .swiper-icon{
    background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -7.38rem 0 no-repeat ;
    background-size: auto 100%;
  }
 
}
/* 励志前行 */
#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/food/20220512nurseday/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 .swiper-desc .swiper-name .swiper-icon{
  width: 82px;
  height: 68px;
  float: left;
  margin-right: 25px;
}
#widget_2.widget-swiper .swiper-slide:nth-child(1) .swiper-desc .swiper-name .swiper-icon{
  background: url('//www.news.cn/food/20220512nurseday/img/icon.png') 0 0 no-repeat;
  background-size: auto 100%;
}
#widget_2.widget-swiper .swiper-slide:nth-child(2) .swiper-desc .swiper-name .swiper-icon{
  background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -82px 0 no-repeat ;
  background-size: auto 100%;
}
#widget_2.widget-swiper .swiper-slide:nth-child(3) .swiper-desc .swiper-name .swiper-icon{
  background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -164px 0 no-repeat ;
  background-size: auto 100%;
}
#widget_2.widget-swiper .swiper-slide:nth-child(4) .swiper-desc .swiper-name .swiper-icon{
  background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -246px 0 no-repeat ;
  background-size: auto 100%;
}
#widget_2.widget-swiper .swiper-slide:nth-child(5) .swiper-desc .swiper-name .swiper-icon{
  background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -328px 0 no-repeat ;
  background-size: auto 100%;
}
#widget_2.widget-swiper .swiper-slide:nth-child(6) .swiper-desc .swiper-name .swiper-icon{
  background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -410px 0 no-repeat ;
  background-size: auto 100%;
}
#widget_2.widget-swiper .swiper-slide:nth-child(7) .swiper-desc .swiper-name .swiper-icon{
  background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -492px 0 no-repeat ;
  background-size: auto 100%;
}
#widget_2.widget-swiper .swiper-slide:nth-child(8) .swiper-desc .swiper-name .swiper-icon{
  background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -574px 0 no-repeat ;
  background-size: auto 100%;
}
#widget_2.widget-swiper .swiper-slide:nth-child(9) .swiper-desc .swiper-name .swiper-icon{
  background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -656px 0 no-repeat ;
  background-size: auto 100%;
}
#widget_2.widget-swiper .swiper-slide:nth-child(10) .swiper-desc .swiper-name .swiper-icon{
  background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -738px 0 no-repeat ;
  background-size: auto 100%;
}

#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/food/20220512nurseday/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/food/20220512nurseday/img/right2.png");
  background-size: 100% 100%;
  width: 38px;
  height: 46px;
}
@media (max-width: 768px) {
  #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.13rem;
    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_2.widget-swiper .swiper-slide .swiper-desc .swiper-name .swiper-icon{
    width:0.82rem;
    height: 0.68rem;
    float: left;
    margin-right: 0.24rem;
  }
  #widget_2.widget-swiper .swiper-slide:nth-child(1) .swiper-desc .swiper-name .swiper-icon{
    background: url('//www.news.cn/food/20220512nurseday/img/icon.png') 0 0 no-repeat ;
    background-size: auto 100%;
  }
  #widget_2.widget-swiper .swiper-slide:nth-child(2) .swiper-desc .swiper-name .swiper-icon{
    background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -0.82rem 0 no-repeat ;
    background-size: auto 100%;
  }
  #widget_2.widget-swiper .swiper-slide:nth-child(3) .swiper-desc .swiper-name .swiper-icon{
    background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -1.64rem 0 no-repeat ;
    background-size: auto 100%;
  }
  #widget_2.widget-swiper .swiper-slide:nth-child(4) .swiper-desc .swiper-name .swiper-icon{
    background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -2.46rem 0 no-repeat ;
    background-size: auto 100%;
  }
  #widget_2.widget-swiper .swiper-slide:nth-child(5) .swiper-desc .swiper-name .swiper-icon{
    background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -3.28rem 0 no-repeat ;
    background-size: auto 100%;
  }
  #widget_2.widget-swiper .swiper-slide:nth-child(6) .swiper-desc .swiper-name .swiper-icon{
    background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -4.10rem 0 no-repeat ;
    background-size: auto 100%;
  }
  #widget_2.widget-swiper .swiper-slide:nth-child(7) .swiper-desc .swiper-name .swiper-icon{
    background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -4.92rem 0 no-repeat ;
    background-size: auto 100%;
  }
  #widget_2.widget-swiper .swiper-slide:nth-child(8) .swiper-desc .swiper-name .swiper-icon{
    background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -5.74rem 0 no-repeat ;
    background-size: auto 100%;
  }
  #widget_2.widget-swiper .swiper-slide:nth-child(9) .swiper-desc .swiper-name .swiper-icon{
    background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -6.56rem 0 no-repeat ;
    background-size: auto 100%;
  }
  #widget_2.widget-swiper .swiper-slide:nth-child(10) .swiper-desc .swiper-name .swiper-icon{
    background: url('//www.news.cn/food/20220512nurseday/img/icon.png') -7.38rem 0 no-repeat ;
    background-size: auto 100%;
  }
}











/*增加部分*/


/*聚焦栏目 滚动图通用*/
.scroll_Pic_1, .scroll_Pic_2, .scroll_Pic_3, .scroll_Pic_4, .scroll_Pic_5, .scroll_Pic_6, .scroll_Pic_7, .scroll_Pic_8, .scroll_Pic_8_2, .scroll_Pic_17{ position: relative;  overflow: hidden;}
.scroll_Pic_1 .swiper-slide, .scroll_Pic_2 .swiper-slide, .scroll_Pic_3 .swiper-slide, .scroll_Pic_4 .swiper-slide, .scroll_Pic_5 .swiper-slide, .scroll_Pic_6 .swiper-slide, .scroll_Pic_7 .swiper-slide, .scroll_Pic_8 .swiper-slide, .scroll_Pic_8_2 .swiper-slide, .scroll_Pic_17 .swiper-slide{ position: relative; display: inline; width: 100%; overflow: hidden;}
.scroll_Pic_1 .swiper-slide, .scroll_Pic_2 .swiper-slide, .scroll_Pic_3 .swiper-slide, .scroll_Pic_4 .swiper-slide, .scroll_Pic_5 .swiper-slide, .scroll_Pic_6 .swiper-slide, .scroll_Pic_7 .swiper-slide, .scroll_Pic_8 .swiper-slide, .scroll_Pic_8_2 .swiper-slide, .scroll_Pic_17 .swiper-slide {  z-index: 1; white-space: nowrap; width: 100%; height: auto;} 
.scroll_Pic_1 .swiper-slide img, .scroll_Pic_2 .swiper-slide img, .scroll_Pic_3 .swiper-slide img, .scroll_Pic_4 .swiper-slide img, .scroll_Pic_5 .swiper-slide img, .scroll_Pic_6 .swiper-slide img, .scroll_Pic_7 .swiper-slide img, .scroll_Pic_8 .swiper-slide img, .scroll_Pic_8_2 .swiper-slide img, .scroll_Pic_17 .swiper-slide img { width: 100%; height: auto; display: block;} 
.scroll_Pic_1 .e_flt_inf, .scroll_Pic_2 .e_flt_inf, .scroll_Pic_3 .e_flt_inf, .scroll_Pic_4 .e_flt_inf, .scroll_Pic_5 .e_flt_inf, .scroll_Pic_6 .e_flt_inf, .scroll_Pic_7 .e_flt_inf, .scroll_Pic_8 .e_flt_inf, .scroll_Pic_8_2 .e_flt_inf, .scroll_Pic_17 .e_flt_inf { position: absolute; left: 0; bottom: 0; width: 100%; height: 50px; overflow: hidden; z-index: 8; color: #fff; white-space: normal;  word-wrap: break-word;} 
.scroll_Pic_1 .e_flt_inf h3, .scroll_Pic_2 .e_flt_inf h3, .scroll_Pic_3 .e_flt_inf h3, .scroll_Pic_4 .e_flt_inf h3, .scroll_Pic_5 .e_flt_inf h3, .scroll_Pic_6 .e_flt_inf h3, .scroll_Pic_7 .e_flt_inf h3, .scroll_Pic_8 .e_flt_inf h3, .scroll_Pic_8_2 .e_flt_inf h3, .scroll_Pic_17 .e_flt_inf h3 { font-size: 20px; padding: 7px 60px 11px 15px; color: #fff; text-align: left; line-height: 1.8;}   
/* 论动图 焦点以 fraction 分数计数形式的样式 开始 */
.scroll_Pic_1 .swiper-pagination-fraction, .scroll_Pic_2 .swiper-pagination-fraction, .scroll_Pic_3 .swiper-pagination-fraction, .scroll_Pic_4 .swiper-pagination-fraction, .scroll_Pic_5 .swiper-pagination-fraction, .scroll_Pic_6 .swiper-pagination-fraction, .scroll_Pic_7 .swiper-pagination-fraction, .scroll_Pic_8 .swiper-pagination-fraction, .scroll_Pic_8_2 .swiper-pagination-fraction, .scroll_Pic_17 .swiper-pagination-fraction { position: absolute; bottom: 8px; right: 15px!important; z-index: 7; color: rgba(255, 255, 255, 0.7); font-size: 18px; font-style: italic; font-weight: bold; left: inherit; width: 5.5rem;}  
/* 论动图 焦点以 fraction 分数计数形式的样式 结束 */
.scroll_Pic_1 .e_flt_inf h3 a, .scroll_Pic_2 .e_flt_inf h3 a, .scroll_Pic_3 .e_flt_inf h3 a, .scroll_Pic_4 .e_flt_inf h3 a, .scroll_Pic_5 .e_flt_inf h3 a, .scroll_Pic_6 .e_flt_inf h3 a, .scroll_Pic_7 .e_flt_inf h3 a, .scroll_Pic_8 .e_flt_inf h3 a, .scroll_Pic_8_2 .e_flt_inf h3 a, .scroll_Pic_17 .e_flt_inf h3 a  { color: #fff;}  
.scroll_Pic_1 .e_flt_inf h3 a, .scroll_Pic_2 .e_flt_inf h3 a, .scroll_Pic_3 .e_flt_inf h3 a, .scroll_Pic_4 .e_flt_inf h3 a, .scroll_Pic_5 .e_flt_inf h3 a, .scroll_Pic_6 .e_flt_inf h3 a, .scroll_Pic_7 .e_flt_inf h3 a, .scroll_Pic_8 .e_flt_inf h3 a, .scroll_Pic_8_2 .e_flt_inf h3 a, .scroll_Pic_17 .e_flt_inf h3 a  { color: #fff;}  
.scroll_Pic_1 .swiper-slide .e_bg_flt, .scroll_Pic_2 .swiper-slide .e_bg_flt, .scroll_Pic_3 .swiper-slide .e_bg_flt, .scroll_Pic_4 .swiper-slide .e_bg_flt, .scroll_Pic_5 .swiper-slide .e_bg_flt, .scroll_Pic_6 .swiper-slide .e_bg_flt, .scroll_Pic_7 .swiper-slide .e_bg_flt, .scroll_Pic_8 .swiper-slide .e_bg_flt, .scroll_Pic_8_2 .swiper-slide .e_bg_flt, .scroll_Pic_17 .swiper-slide .e_bg_flt { position: absolute; left: 0; bottom: 0; width: 100%; height: 50px;  background-color: rgba(0, 0, 0, 0.75); z-index: 7;} 

/*聚焦栏目 左右栏目 补充样式*/
.section_pm_5, .section_pm_6, .section_pm_7, .section_pm_8, .section_pm_9, .section_pm_5_10, .section_pm_11, .section_pm_12, .section_pm_13 {}
.section_pm_5 .col_l, .section_pm_6 .col_l, .section_pm_7 .col_l, .section_pm_8 .col_l, .section_pm_9 .col_l, .section_pm_10 .col_l { float: left; width: calc(55% - 10px); margin-right: 10px; padding-bottom: 10px; display:block}
.section_pm_5 .col_r, .section_pm_6 .col_r, .section_pm_7 .col_r, .section_pm_8 .col_r, .section_pm_9 .col_r, .section_pm_10 .col_r { float: right; width: calc(45% - 10px); margin-left: 10px;}

.section_pm_6{ height: 400px;}
.section_pm_6 .col_r .headline{ padding-bottom: 6px; border-bottom: 1px dashed #ccc;}
.section_pm_6 .col_r .headline .topic{ /*line-height: 45px;*/  font-size: 19px;}
.section_pm_6 .col_r .headline .topic a{color: #ffffff; transition: 0.5s;}

.section_pm_6 .col_r .headline .abstract{line-height: 1.7; color: #ffffff; text-indent: 2em; font-size: 16px;}
.section_pm_6 .col_r .headline .abstract_none a{color: #ffffff; transition: 0.5s; font-size: 18px; line-height: 39px; margin-left: 4px; /*font-weight:bold;*/ background: url(//www.xinhuanet.com/food/2016FDCzb/img/xwjjdot.jpg) 0 center no-repeat!important; padding-left: 12px}

.section_pm_6 .col_r .headline .abstract .more a { color: #ed9407; text-decoration: none; font-size: 16px}




@media (max-width: 768px) {
/*聚焦栏目 滚动图通用*/
.scroll_Pic_1, .scroll_Pic_2, .scroll_Pic_3, .scroll_Pic_4, .scroll_Pic_5, .scroll_Pic_6, .scroll_Pic_7, .scroll_Pic_8, .scroll_Pic_8_2, .scroll_Pic_17{ position: relative;  overflow: hidden;}
.scroll_Pic_1 .swiper-slide, .scroll_Pic_2 .swiper-slide, .scroll_Pic_3 .swiper-slide, .scroll_Pic_4 .swiper-slide, .scroll_Pic_5 .swiper-slide, .scroll_Pic_6 .swiper-slide, .scroll_Pic_7 .swiper-slide, .scroll_Pic_8 .swiper-slide, .scroll_Pic_8_2 .swiper-slide, .scroll_Pic_17 .swiper-slide{ position: relative; display: inline; width: 100%; overflow: hidden;}
.scroll_Pic_1 .swiper-slide, .scroll_Pic_2 .swiper-slide, .scroll_Pic_3 .swiper-slide, .scroll_Pic_4 .swiper-slide, .scroll_Pic_5 .swiper-slide, .scroll_Pic_6 .swiper-slide, .scroll_Pic_7 .swiper-slide, .scroll_Pic_8 .swiper-slide, .scroll_Pic_8_2 .swiper-slide, .scroll_Pic_17 .swiper-slide {  z-index: 1; white-space: nowrap; width: 100%; height: auto;} 
.scroll_Pic_1 .swiper-slide img, .scroll_Pic_2 .swiper-slide img, .scroll_Pic_3 .swiper-slide img, .scroll_Pic_4 .swiper-slide img, .scroll_Pic_5 .swiper-slide img, .scroll_Pic_6 .swiper-slide img, .scroll_Pic_7 .swiper-slide img, .scroll_Pic_8 .swiper-slide img, .scroll_Pic_8_2 .swiper-slide img, .scroll_Pic_17 .swiper-slide img { width: 100%; height: auto; display: block;}   
.scroll_Pic_1 .e_flt_inf, .scroll_Pic_2 .e_flt_inf, .scroll_Pic_3 .e_flt_inf, .scroll_Pic_4 .e_flt_inf, .scroll_Pic_5 .e_flt_inf, .scroll_Pic_6 .e_flt_inf, .scroll_Pic_7 .e_flt_inf, .scroll_Pic_8 .e_flt_inf, .scroll_Pic_8_2 .e_flt_inf, .scroll_Pic_17 .e_flt_inf { position: absolute; left: 0; bottom: 0; width: 100%; /*height: 50px;*/ overflow: hidden; z-index: 8; color: #fff; white-space: normal;  word-wrap: break-word;} 
.scroll_Pic_1 .e_flt_inf h3, .scroll_Pic_2 .e_flt_inf h3, .scroll_Pic_3 .e_flt_inf h3, .scroll_Pic_4 .e_flt_inf h3, .scroll_Pic_5 .e_flt_inf h3, .scroll_Pic_6 .e_flt_inf h3, .scroll_Pic_7 .e_flt_inf h3, .scroll_Pic_8 .e_flt_inf h3, .scroll_Pic_8_2 .e_flt_inf h3, .scroll_Pic_17 .e_flt_inf h3 { /*font-size: 1.8rem; */padding: 7px 60px 11px 15px; color: #fff; text-align: left; line-height: 0.8rem; background-color: rgba(0, 0, 0, 0.0);}        
/* 论动图 焦点以 fraction 分数计数形式的样式 开始 */
.scroll_Pic_1 .swiper-pagination-fraction, .scroll_Pic_2 .swiper-pagination-fraction, .scroll_Pic_3 .swiper-pagination-fraction, .scroll_Pic_4 .swiper-pagination-fraction, .scroll_Pic_5 .swiper-pagination-fraction, .scroll_Pic_6 .swiper-pagination-fraction, .scroll_Pic_7 .swiper-pagination-fraction, .scroll_Pic_8 .swiper-pagination-fraction, .scroll_Pic_8_2 .swiper-pagination-fraction, .scroll_Pic_17 .swiper-pagination-fraction { position: absolute; /*bottom: 12px;*/ bottom: 6px; right: 15px!important; z-index: 7; color: rgba(255, 255, 255, 0.7); font-size: 18px; font-style: italic; font-weight: bold; left: inherit; /*width: 3rem;*/ /*width: 3.8rem;*/ width: 1rem;} 
/* 论动图 焦点以 fraction 分数计数形式的样式 结束 */
.scroll_Pic_1 .e_flt_inf h3 a, .scroll_Pic_2 .e_flt_inf h3 a, .scroll_Pic_3 .e_flt_inf h3 a, .scroll_Pic_4 .e_flt_inf h3 a, .scroll_Pic_5 .e_flt_inf h3 a, .scroll_Pic_6 .e_flt_inf h3 a, .scroll_Pic_7 .e_flt_inf h3 a, .scroll_Pic_8 .e_flt_inf h3 a, .scroll_Pic_8_2 .e_flt_inf h3 a, .scroll_Pic_17 .e_flt_inf h3 a { color: #fff; font-size: 16px; width: 100%; overflow: hidden;} 
.scroll_Pic_1 .swiper-slide .e_bg_flt, .scroll_Pic_2 .swiper-slide .e_bg_flt, .scroll_Pic_3 .swiper-slide .e_bg_flt, .scroll_Pic_4 .swiper-slide .e_bg_flt, .scroll_Pic_5 .swiper-slide .e_bg_flt, .scroll_Pic_6 .swiper-slide .e_bg_flt, .scroll_Pic_7 .swiper-slide .e_bg_flt, .scroll_Pic_8 .swiper-slide .e_bg_flt, .scroll_Pic_8_2 .swiper-slide .e_bg_flt, .scroll_Pic_17 .swiper-slide .e_bg_flt { position: absolute; left: 0; bottom: 0; width: 100%; height: 40px;  /*background-color: rgba(0, 0, 0, 0.75);*/ z-index: 7;}   


/*聚焦栏目 左右栏目 补充样式*/
.section_pm_5, .section_pm_6, .section_pm_7, .section_pm_8, .section_pm_9, .section_pm_5_10, .section_pm_11, .section_pm_12, .section_pm_13 {}
.section_pm_5 .col_l, .section_pm_6 .col_l, .section_pm_7 .col_l, .section_pm_8 .col_l, .section_pm_9 .col_l, .section_pm_10 .col_l {  width: 100%; display:block}
.section_pm_5 .col_r, .section_pm_6 .col_r, .section_pm_7 .col_r, .section_pm_8 .col_r, .section_pm_9 .col_r, .section_pm_10 .col_r {  width: 100%;}


.section_pm_6{ height: auto;}
.section_pm_6 .col_r .headline{ padding-bottom: 6px; border-bottom: 1px dashed #ccc;}
.section_pm_6 .col_r .headline .topic{ line-height: 45px;  font-size: 20px;}
.section_pm_6 .col_r .headline .topic a{color: #ffffff; transition: 0.5s; font-size: 18px;}

.section_pm_6 .col_r .headline .abstract{line-height: 1.7; color: #ffffff; text-indent: 2em; font-size: 14px;}
.section_pm_6 .col_r .headline .abstract_none a{color: #ffffff; transition: 0.5s; font-size: 16px; line-height: 39px; margin-left: 4px; /*font-weight:bold;*/ background: url(//www.xinhuanet.com/food/2016FDCzb/img/xwjjdot.jpg) 0 center no-repeat!important; padding-left: 12px}

.section_pm_6 .col_r .headline .abstract .more a { color: #c00; text-decoration: none;}

}



.section_pm { margin:0 auto; width:1100px; margin-bottom: 30px; overflow: hidden;}
/* 战疫“她力量“ */
.section_pm_39{ height: 770px;} 
.section_pm_39 .scroll_Pic_6{ position: relative; padding-bottom: 55px;}
.section_pm_39 .swiper-container_6 .swiper-pagination{ margin: 0 auto; text-align: center; line-height: 20px; bottom: 25px;}
.section_pm_39 .swiper-container_6 .swiper-pagination .swiper-pagination-bullet { width: 12px;  height: 12px; display: inline-block;  border-radius: 100%;  background: #000;  opacity: .2;}
.section_pm_39 .swiper-container_6 .swiper-pagination .swiper-pagination-bullet-active { opacity: 1; background: #007aff;}

@media (max-width: 768px) {
.section_pm { margin: 0 1%; width: 98%;  margin-bottom: 30px; overflow: hidden;}
.section_pm_39{ height: auto; overflow: hidden;} 
.section_pm_39 .scroll_Pic_6{ position: relative; padding-bottom: 55px;}
.section_pm_39 .swiper-container_6 .swiper-pagination{ margin: 0 auto; text-align: center; line-height: 20px; bottom: 25px;}
.section_pm_39 .swiper-container_6 .swiper-pagination .swiper-pagination-bullet { width: 12px;  height: 12px; display: inline-block;  border-radius: 100%;  background: #000;  opacity: .2;}
.section_pm_39 .swiper-container_6 .swiper-pagination .swiper-pagination-bullet-active { opacity: 1; background: #007aff;}


}



/*闪光的“提灯者”*/
.section_pm_14{/*margin:0px auto; height:500px; */padding-bottom: 50px;}
.section_pm_14 .swiper-container_9 { position: relative; left: 0px; top: 0px;}
@media screen and (min-width:320px) and (max-width:639px){
    .section_pm_14{ width: 98%; height: auto;}
}
@media screen and (min-width:640px) and (max-width:767px){
    .section_pm_14{ width: 100%; height: auto;}
}
@media screen and (min-width:768px){
    .section_pm_14{width: 1100px; /*height: 450px;*/ height: auto; overflow: hidden; margin: 0 auto; text-align: center;}
}
.section_pm_14 .swiper-container_9 { width: 100%; height: 100%; position: relative;}
.section_pm_14 .swiper-container_9 .swiper-wrapper .swiper-slide { text-align: center; font-size: 18px; /*background: #fff;*/
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    
        position: relative; 
        left: 0px; bottom: 0px;
        display: block;
    }
.section_pm_14 .swiper-container_9 .swiper-pagination_9{ margin: 0 auto; text-align: center; line-height: 50px;}
/*.section_pm_14 .swiper-container_9 .swiper-wrapper .swiper-slide img{ width: 245px; width: 100%; height: 500px;} */   
/*pc端设定245px； 移动端设定50%*/
@media screen and (min-width:320px) and (max-width:639px){
    .section_pm_14 .swiper-container_9 .swiper-wrapper .swiper-slide img{ width: 100%; height: auto;}
}
@media screen and (min-width:640px) and (max-width:767px){
    .section_pm_14 .swiper-container_9 .swiper-wrapper .swiper-slide img{ width: 100%; height: auto;}
}
@media screen and (min-width:768px){
    .section_pm_14 .swiper-container_9 .swiper-wrapper .swiper-slide img{width: 340px; height: 450px;}
}
.section_pm_14 .swiper-container_9 .swiper-wrapper .swiper-slide .inf {position: absolute;left: 0px; bottom: 0px;  z-index: 10; width: 100%;}
.section_pm_14 .swiper-container_9 .swiper-wrapper .swiper-slide .inf h3{ background-color: rgba(0, 0, 0, 0.75); line-height: 30px; padding:5px;}
.section_pm_14 .swiper-container_9 .swiper-wrapper .swiper-slide .inf h3 a{ font-size: 16px; color: #fff; text-align: left; font-weight: normal;}
.section_pm_14 .swiper-container_9 .swiper-pagination_9 .swiper-pagination-bullet { width: 12px;  height: 12px; display: inline-block;  border-radius: 100%;  background: #000;  opacity: .2;}
.section_pm_14 .swiper-container_9 .swiper-pagination_9 .swiper-pagination-bullet-active { opacity: 1; background: #007aff;}




.img-container .intro{color: #aa4f4a; text-indent: 2em; font-size: 24px; padding: 90px; line-height: 45px; transition: 0.5s;}


@media screen and (max-width:767px){

.img-container .intro{ color: #aa4f4a; text-indent: 2em; font-size: 0.32rem; padding: 10% 5%; width: 90%; line-height: 0.45rem; margin: 0 auto; transition: 0.5s; display: block;}

}
