/* 新华网专题通用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 {
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  text-decoration: none;
  color: #008576;
}

a:hover {
  text-decoration: none;
}

a:link {
  cursor: pointer;
}

body,
ul,
li,
input,
img,
a,
dl,
dt,
dd,
textarea,
button,
input,
select {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-family: Arial, Helvetica, "苹方-简", "微软雅黑";
  font-weight: normal;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border: 0;
  height: auto;
  width: auto;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pointer {
  cursor: pointer;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

/*字号定义部分*/
.font-lg,
.font-lg a {
  font-size: 24px;
}

.font-md,
.font-md a {
  font-size: 20px;
}

.font-sm,
.font-sm a {
  font-size: 14px;
}

.limit-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.limit-line.line1 {
  white-space: nowrap;
  display: block;
  -webkit-box-orient: inherit;
}

.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;
}

.limit-line.line7 {
  -webkit-line-clamp: 7;
}

.limit-line.line-content {
  text-overflow: '...[详情]';
}

.show-xs {
  display: none;
}

.show-lg {
  display: block;
}

.bg-xinhua-bar {
  background-color: #007D5B;
  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: #007D5B;
  line-height: 65px;
  font-size: 12px;
  margin: 0 auto;
}

.swiper-pagination-bullet-active {
  background: #E9C267 !important;
}

.banner {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.banner-text {
  font-size: 20px;
  color: #fff;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
}

.banner-text p {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#topHeader {
  height: 57px;
  text-align: center;
}

#topHeader .top {
  width: 1200px;
  margin: 0 auto;
  height: inherit;
}

#topHeader a {
  float: left;
  height: 57px;
  line-height: 57px;
  color: #fff;
  margin: 0 22.5px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .banner-text {
    font-size: 0.28rem;
    line-height: 1.55;
    left: 0.3rem;
    top: 3.8rem;
    width: 92%;
    margin-left: 0;
    text-align: justify;
  }

  .banner-text p {
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.banner .pc img {
  /* width: 100%; */
  height: auto;
  max-width: inherit;
  max-height: inherit;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

.banner .m img {
  width: 7.5rem;
  height: 9.04rem;
  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;
}

.container::before {
  content: " ";
  display: table;
}

.bg-max-container {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #ffffff;
}

.title-sub {
  margin-top: 30px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}

.title.title-cfxx {
  width: 1200px;
  height: 123px;
  background: url("//www.news.cn/money/zt/zylczt/images/title-cfxx.png") no-repeat center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 75px;
}

.title.title-ynch {
  width: 1200px;
  height: 123px;
  background: url("//www.news.cn/money/zt/zylczt/images/title-ynch.png") no-repeat center;
  margin: 77px auto 21px;
}

.title.title-yjyx {
  width: 1200px;
  height: 123px;
  background: url("//www.news.cn/money/zt/zylczt/images/title-yjyx.png") no-repeat center;
  margin-left: auto;
  margin-right: auto;
}

.title.title-tjkp {
  width: 1200px;
  height: 123px;
  background: url("//www.news.cn/money/zt/zylczt/images/title-tjkp.png") no-repeat center;
  margin: 0 auto 50px;
}

.title.title-ggsk {
  width: 1200px;
  height: 123px;
  background: url("//www.news.cn/money/zt/zylczt/images/title-ggsk.png") no-repeat center;
  margin: 0 auto 53px;
}

.title.title-sdgc {
  width: 1200px;
  height: 123px;
  background: url("//www.news.cn/money/zt/zylczt/images/title-sdgc.png") no-repeat center;
  margin: 0 auto 70px;
}

.block-cfxx {
  background: url("//www.news.cn/money/zt/zylczt/images/bg2.jpg") no-repeat top center;
  background-size: cover;
  min-height: 1705px;
  background-position: top center;
  padding-top: 28px;
}

.block-yjyx {
  background: url("//www.news.cn/money/zt/zylczt/images/bg3.jpg") no-repeat top center;
  background-size: cover;
  min-height: 1897px;
  background-position: top center;
  padding-top: 45px;
}

.block-ggsk {
  background: url("//www.news.cn/money/zt/zylczt/images/bg4.jpg") no-repeat top center;
  background-size: cover;
  min-height: 1411px;
  background-position: top center;
  padding-top: 60px;
}

.block-sdgc {
  background: url("//www.news.cn/money/zt/zylczt/images/bg5.jpg") no-repeat top center;
  background-size: cover;
  min-height: 1692px;
  background-position: top center;
  padding-top: 32px;
}

.find-more {
  text-align: center;
}

@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: 9.04rem;
    max-width: 7.5rem;
  }

  .title {
    margin: 0rem;
  }

  .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.28rem;
  }

  .bg-max-container {
    overflow: auto;
  }

  .title.title-cfxx {
    width: 5.53rem;
    height: 1.17rem;
    background: url("//www.news.cn/money/zt/zylczt/images/title-cfxx-m.png") no-repeat center;
    background-size: 100% 100%;
    margin: 0rem;
    margin-bottom: .6rem;
  }

  .title.title-ynch {
    width: 5.53rem;
    height: 1.17rem;
    background: url("//www.news.cn/money/zt/zylczt/images/title-ynch-m.png") no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-bottom: .54rem;
  }

  .title.title-yjyx {
    width: 5.53rem;
    height: 1.17rem;
    background: url("//www.news.cn/money/zt/zylczt/images/title-yjyx-m.png") no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
  }

  .title.title-tjkp {
    width: 5.53rem;
    height: 1.17rem;
    background: url("//www.news.cn/money/zt/zylczt/images/title-tjkp-m.png") no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-bottom: .32rem;
  }

  .title.title-ggsk {
    width: 5.53rem;
    height: 1.17rem;
    background: url("//www.news.cn/money/zt/zylczt/images/title-ggsk-m.png") no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-bottom: .5rem;
  }

  .title.title-sdgc {
    width: 5.53rem;
    height: 1.17rem;
    background: url("//www.news.cn/money/zt/zylczt/images/title-sdgc-m.png") no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-bottom: .5rem;
  }

  .block-cfxx {
    background: url("//www.news.cn/money/zt/zylczt/images/bg2-m.jpg") no-repeat top center;
    background-size: cover;
    min-height: 11.27rem;
    background-position: top center;
    /* padding-top: .6rem; */
    margin-top: -1rem;
  }

  .block-ynch {
    background: url("//www.news.cn/money/zt/zylczt/images/bg3-m.jpg") no-repeat top center;
    background-size: cover;
    min-height: 16.82rem;
    background-position: top center;
    padding-top: .38rem;
  }

  .block-yjyx {
    background: none;
    margin-top: -9.14rem;
    min-height: 18.03rem;
    padding: 0;
  }

  .block-tjkp {
    background: url("//www.news.cn/money/zt/zylczt/images/bg4-m.jpg") no-repeat top center;
    background-size: cover;
    min-height: 9.3rem;
    background-position: top center;
    padding-top: .3rem;
  }

  .block-ggsk {
    background: url("//www.news.cn/money/zt/zylczt/images/bg5-m.jpg") no-repeat top center;
    background-size: cover;
    min-height: 11.21rem;
    background-position: top center;
    padding-top: .35rem;
  }

  .block-sdgc {
    background: url("//www.news.cn/money/zt/zylczt/images/bg6-m.jpg") no-repeat top center;
    background-size: cover;
    min-height: 14.63rem;
    background-position: top center;
    padding-top: .22rem;
  }
}

/******** 财富向心 ************/
.cfxx-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 31px;
}

.cfxx-container .swiper-box {
  width: 600px;
  height: 400px;
  margin-right: 17px;
  position: relative;
}

.cfxx-container .swiper-box .slide-content {
  width: 600px;
  height: 400px;
}

.cfxx-container .swiper-box .slide-content img {
  width: 600px;
  height: 400px;
}

.cfxx-container .swiper-box .slide-content .bar {
  position: absolute;
  width: 600px;
  height: 68px;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .75);
  color: #fff;
  line-height: 68px;
  padding-left: 24px;
}

.cfxx-container .swiper-box .slide-content .bar p {
  max-width: 480px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-box-orient: inherit;
}

.cfxx-container .swiper-box .slide-content .bar p a {
  color: #fff;
}

.cfxx-container .swiper-box .swiper-pagination {
  position: absolute;
  bottom: 16px;
  right: 20px;
}

.cfxx-container .swiper-box .swiper-pagination .swiper-pagination-bullet {
  margin-right: 12px;
  background: #fff;
  opacity: 1;
}

.cfxx-container .text-box .text-row {
  border-bottom: 2px dotted #BFBFBF;
  margin-bottom: 18px;
  padding-bottom: 10px;
}

.cfxx-container .text-box .title {
  font-size: 30px;
  font-weight: 800;
  color: #E9C267;
  max-width: 583px;
  margin-bottom: 8px;
}

.cfxx-container .text-box .title a {
  font-size: 30px;
  font-weight: 800;
  color: #E9C267;
  max-width: 583px;
  margin-bottom: 8px;
}

.cfxx-container .text-box .content p {
  font-size: 18px;
  font-weight: 400;
  color: #008576;
  line-height: 34px;
  height: 136px;
}

.cfxx-container .text-box .content p span a {
  color: #E9C267;
}

@media (max-width: 768px) {
  .cfxx-container {
    display: block;
    margin-bottom: 0rem;
  }

  .cfxx-container .swiper-box {
    width: 6.86rem;
    height: 4.59rem;
    margin-bottom: .77rem;
  }

  .cfxx-container .swiper-box .slide-content {
    width: 6.86rem;
    height: 4.59rem;
  }

  .cfxx-container .swiper-box .slide-content img {
    width: 6.86rem;
    height: 4.59rem;
  }

  .cfxx-container .swiper-box .swiper-pagination {
    position: static;
  }

  .cfxx-container .swiper-box .swiper-pagination .swiper-pagination-bullet {
    margin-right: 12px;
    background: #BABABA;
    opacity: 1;
  }

  .cfxx-container .text-box .text-row {
    border-bottom: .03rem dotted #BFBFBF;
    margin-bottom: .16rem;
    padding-bottom: .20rem;
  }

  .cfxx-container .text-box .title {
    font-weight: 800;
    color: #E9C267;
    max-width: 6.81rem;
    margin-bottom: .08rem;
    font-size: .34rem;
  }

  .cfxx-container .text-box .title a {
    font-weight: 800;
    color: #E9C267;
    max-width: 6.81rem;
    margin-bottom: .08rem;
    font-size: .34rem;
  }

  .cfxx-container .text-box .content {
    /* max-height: 1.36rem;
    overflow: hidden;
    text-overflow: ellipsis; */
  }

  .cfxx-container .text-box .content p {
    font-size: .28rem;
    text-align: justify;
  }

  .cfxx-container .swiper-box .slide-content .bar {
    width: 6.86rem;
    height: .75rem;
    line-height: .75rem;
    padding: 0 .24rem;
    font-size: .26rem;
    text-align: center;
  }

  .cfxx-container .swiper-box .slide-content .bar p {
    max-width: 6.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/******** 邮你才好 ***********/
.ynch-container {
  width: 1169px;
  height: 735px;
  background: url('//www.news.cn/money/zt/zylczt/images/ynch-bg.png') no-repeat top left;
  background-size: 100% 100%;
  padding-top: 34px;
}

.ynch-container .image-big {
  width: 1105px;
  height: 668px;
  position: relative;
  margin: 0 auto;
}

.ynch-container img {
  width: 1105px;
  height: 668px;
}

.ynch-container .image-big .bar {
  width: 1105px;
  height: 97.4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 97.4px;
  padding-left: 30px;
}

.ynch-container .image-big .bar a {
  width: 1105px;
  height: 97.4px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 97.4px;
  padding-left: 30px;
}

.ynch-container .image-big .bar p {
  max-width: 1040px;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .ynch-container {
    background: none;
    width: 6.85rem;
    height: 4.59rem;
    padding: 0;
    margin: 0 auto;
  }

  .ynch-container .image-big {
    width: 6.85rem;
    height: 4.59rem;
  }

  .ynch-container .image-big .bar {
    width: 6.86rem;
    height: .75rem;
    padding-left: .30rem;
    text-align: center;
    font-size: .26rem;
    line-height: .75rem;
    font-weight: normal;
  }

  .ynch-container .image-big .bar a {
    width: 6.86rem;
    height: .75rem;
    padding-left: .30rem;
    text-align: center;
    font-size: .26rem;
    line-height: .75rem;
    font-weight: normal;
  }

  .ynch-container .image-big .bar p {
    max-width: 6.36rem;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/*********  邮家严选  ***************/
.yjyx-container {
  padding-top: 45px;
  margin-bottom: 112px;
}

#widget_2 {
  position: relative;
  width: 1064px;
  margin: 0 auto;
  padding-left: 1px;
}

.yjyx-container .swiper-slide {
  width: 331px !important;
  height: 546px;
  /* margin-right: 3px !important; */
}

.yjyx-container .slide-content img {
  width: 330.9px;
  height: 184.7px;
  border-radius: 15px 15px 0 0;
}

.yjyx-container .slide-content .content {
  width: 332px;
  height: 379px;
  background: url('//www.news.cn/money/zt/zylczt/images/yjyx-bg.png') no-repeat top left;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 38px 33px 0 37px;
  color: #008576;
  line-height: 32px;
}

.yjyx-container .slide-content .content .title {
  max-width: 262px;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-box-orient: inherit;
}

.yjyx-container .slide-content .content .title a {
  font-size: 27px;
  font-weight: bold;
}

.yjyx-container .slide-content .content .desc {
  font-size: 21px;
  text-align: justify;
}

#widget_2 .swiper-button-prev {
  width: 46px;
  height: 54px;
  background: url('//www.news.cn/money/zt/zylczt/images/left-btn.png') no-repeat top left;
  background-size: 100% 100%;
  left: -70px;
}

#widget_2 .swiper-button-next {
  width: 46px;
  height: 54px;
  background: url('//www.news.cn/money/zt/zylczt/images/right-btn.png') no-repeat top right;
  background-size: 100% 100%;
  right: -70px;
}

@media (max-width: 768px) {
  #widget_2 {
    width: 6.8rem;
    margin: 0 auto;
  }

  .yjyx-container .swiper-slide {
    width: 3.72rem !important;
    height: 6.69rem;
    margin-right: 0px !important;
  }

  .yjyx-container .slide-content img {
    width: 3.72rem;
    height: 2.08rem;
    border-radius: .15rem .15rem 0 0;
  }

  .yjyx-container .slide-content .content {
    width: 3.72rem;
    height: 4.79rem;
    background: url('//www.news.cn/money/zt/zylczt/images/yjyx-bg-m.png') no-repeat top left;
    background-size: 100% 100%;
    padding: .38rem .38rem 0 .3rem;
    line-height: .32rem;
  }

  .yjyx-container .slide-content .content .title {
    max-width: 2.92rem;
    font-size: .36rem;
    font-weight: bold;
    margin-bottom: .42rem;
    line-height: .42rem;
  }

  .yjyx-container .slide-content .content .title a {
    font-size: .36rem;
    font-weight: bold;
  }

  .yjyx-container .slide-content .content .desc {
    font-size: .28rem;
    line-height: .34rem;
  }

  #widget_2 .swiper-button-next,
  #widget_2 .swiper-button-prev {
    display: none;
  }

  .yjyx-container {
    padding-top: .47rem;
    margin-bottom: .40rem;
  }
}

/************ 投教科普 *************/
.tjkp-container {
  width: 1200px;
  height: 807px;
  background: url('//www.news.cn/money/zt/zylczt/images/tjkp-bg.jpg') no-repeat top left;
  background-size: 100% 100%;
  padding: 64px 47px 0 47px;
  border-radius: 12px;
}

.tjkp-container .list li {
  color: #00857A;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, rgba(0, 216, 247, 0) 0%, #00857A 30%, rgba(0, 216, 247, 0) 99%) 2 2 2 2;
  font-size: 20px;
  font-weight: 600;
  line-height: 80px;
  height: 80px;
  list-style-type: none;
}

.tjkp-container .list li::before {
  content: " ";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ED9A3E;
  border-radius: 50%;
  margin-right: 7px;
}

.tjkp-container .find-more {
  margin-top: 36px;
}

@media (max-width: 768px) {
  .tjkp-container {
    width: 6.85rem;
    height: 7.04rem;
    background: url('//www.news.cn/money/zt/zylczt/images/tjkp-bg.jpg') no-repeat top left;
    background-size: 100% 100%;
    padding: .3rem;
    margin: 0 auto;
  }

  .tjkp-container .list li {
    font-size: .28rem;
    line-height: .74rem;
    height: .74rem;
  }

  .tjkp-container .list li::before {
    width: .12rem;
    height: .12rem;
    margin-right: .07rem;
  }

  .tjkp-container .find-more {
    margin-top: .18rem;
    font-size: .28rem;
  }
}

/***********  高光时刻  ******************/
.ggsk-container .ggsk-img {
  width: 1200px;
  height: 675px;
  border-radius: 20px 20px 0px 0px;
}

.ggsk-container .list {
  background: url('//www.news.cn/money/zt/zylczt/images/ggsk-bg.jpg') no-repeat top left;
  background-size: 100% 100%;
  width: 1200px;
  height: 460px;
  padding: 20px 47px 0 47px;
  margin-top: -16px;
  border-radius: 20px;
}

.ggsk-container .list li {
  color: #00857A;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, rgba(0, 216, 247, 0) 0%, #00857A 30%, rgba(0, 216, 247, 0) 99%) 2 2 2 2;
  font-size: 20px;
  font-weight: 600;
  line-height: 80px;
  height: 80px;
  list-style-type: none;
}

.ggsk-container .list li::before {
  content: " ";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ED9A3E;
  border-radius: 50%;
  margin-right: 7px;
}

.ggsk-container .find-more {
  margin-top: 45px;
}

@media (max-width: 768px) {
  .ggsk-container .ggsk-img {
    width: 6.86rem;
    height: 4.59rem;
    border-radius: .20rem .20rem 0 0;
    margin: 0 auto;
  }

  .ggsk-container .list {
    background: url('//www.news.cn/money/zt/zylczt/images/ggsk-bg-m.png') no-repeat top left;
    background-size: 100% 100%;
    width: 6.86rem;
    height: 4.17rem;
    padding: .16rem .30rem 0 .30rem;
    border-radius: 0 0 .2rem, 2rem;
    margin-top: -.16rem;
    border-radius: .2rem;
  }

  .ggsk-container .list li {
    font-size: .28rem;
    line-height: .74rem;
    height: .74rem;
  }

  .ggsk-container .list li::before {
    width: .12rem;
    height: .12rem;
    margin-right: .07rem;
  }

  .ggsk-container .find-more {
    margin-top: .29rem;
  }
}

/**********  深度观察  ********************/

.sdgc-container .top-wrap {
  width: 1047px;
  height: 373px;
  background: url('//www.news.cn/money/zt/zylczt/images/sdgc-bg.jpg') no-repeat top left;
  background-size: 100% 100%;
  margin: 0 auto;
  border-radius: 12px;
  padding: 113px 45px 0 46px;
  position: relative;
  z-index: 10;
}

.sdgc-container .top-wrap .title {
  max-width: 950px;
  font-size: 30px;
  font-weight: 800;
  color: #FFFFFF;
  text-shadow: 0px 3px 3px #FDD370;
  margin-bottom: 24px;
}

.sdgc-container .top-wrap .title a {
  font-size: 30px;
  font-weight: 800;
  color: #FFFFFF;
}

.sdgc-container .top-wrap .desc {
  font-size: 20px;
  color: #00857A;
  line-height: 32px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 130px;
}

.sdgc-container .bottom-wrap {
  margin-top: -72px;
  display: flex;
  justify-content: space-between;
}

.sdgc-container .bottom-wrap .list {
  width: 586px;
  max-height: 859px;
  background: #fff;
  border-radius: 10px;
  padding: 127px 73px 50px 77px;
}

.sdgc-container .list li {
  color: #00857A;
  border-bottom: 2px solid #E9C267;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  list-style-type: none;
  padding-bottom: 5px;
  margin-bottom: 22px;
}

.sdgc-container .list li::before {
  content: " ";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ED9A3E;
  border-radius: 50%;
  margin-right: 7px;
}

.sdgc-container .find-more {
  margin-top: 33px;
}

@media (max-width: 768px) {
  .sdgc-container .top-wrap {
    width: 6.86rem;
    height: 3.73rem;
    background: url('//www.news.cn/money/zt/zylczt/images/sdgc-topbg-m.png') no-repeat top left;
    margin: 0 auto;
    border-radius: .14rem;
    padding: .99rem .32rem 0 .27rem;
  }

  .sdgc-container .top-wrap .title {
    max-width: 6.22rem;
    font-size: .36rem;
    text-shadow: 0 .03rem .03rem #FDD370;
    margin-bottom: .20rem;
  }

  .sdgc-container .top-wrap .title a {
    font-size: .36rem;
    text-shadow: 0 .03rem .03rem #FDD370;
  }

  .sdgc-container .top-wrap .desc {
    font-size: .28rem;
    line-height: .36rem;
    max-height: 1.40rem;
    max-width: 6.22rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sdgc-container .bottom-wrap {
    margin-top: -.37rem;
    display: block;
  }

  .sdgc-container .bottom-wrap .list {
    margin: 0 auto;
    width: 6.86rem;
    height: 7.03rem;
    background: #fff;
    border-radius: .10rem;
    padding: 0.38rem .27rem;
    overflow: auto;
  }

  .sdgc-container .list li {
    border-bottom: .02rem solid #E9C267;
    font-size: .28rem;
    line-height: .74rem;
    list-style-type: none;
    height: .74rem;
    padding-bottom: 0;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }

  .sdgc-container .list li::before {
    width: .12rem;
    height: .12rem;
    margin-right: .07rem;
  }

  .sdgc-container .list.right-list {
    display: none;
  }

  .sdgc-container .find-more {
    margin-top: .2rem;
  }

  .sdgc-container .find-more a {
    color: #ED9A3E;
  }
}

/* 二级页 */
.subpage .news-list .news-item {
  padding: 10px 5px 12px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.subpage .news-list .news-item .line1 {
  width: 70%;
  color: #008576;
}

@media (max-width: 768px) {
  .subpage .news-list .news-item {
    padding: 0.1rem 0.05rem 0.12rem;
    border-bottom: 0.01rem solid #eee;
    margin-bottom: 0.1rem;
  }
}
