
.main {
  width: 100%;
  overflow: hidden;
}
/*已提前引入公共样式文件var.css*/
.title {
  font-size: 0.1rem;
  line-height: 1.5;
  font-weight: bold;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*对象作为弹性伸缩盒子展示*/
  -webkit-box-orient: vertical;
  /*伸缩盒子子元素的排列方式*/
  -webkit-line-clamp: 2;
}
.breath {
  overflow: hidden;
}
a:hover .breath img {
  transform: scale(1.05);
  transition: transform 0.5s;
}
/*头部nav*/
.nav {
  text-align: center;
  margin-top: 0.1rem;
}
.nav li {
  display: inline-block;
  padding: 0.03rem 0.08rem;
  margin-right: 0.1rem;
  color: #808080;
}
.nav li:hover {
  background: #8dc124;
  color: white;
}
.nav .advertise {
  margin-top: 0.1rem;
  font-size: 0;
  /*消除图片的默认间隔;*/
}
.nav .advertise img {
  width: 4.1rem;
  height: 0.31rem;
  display: inline-block;
}
/*headline&&opinion*/
.headline-opinion {
  margin-top: 0.2rem;
}
.headline-opinion .column-head {
  margin-bottom: 0.26rem;
}
.headline-opinion .headline {
  width: 6.11rem;
  font-size: 0;
  display: inline-block;
}
.headline-opinion .headline .headline-left {
  width: 1.9rem;
  display: inline-block;
  margin-right: 0.2rem;
}
.headline-opinion .headline .headline-left .item {
  margin-bottom: 0.1rem;
  position: relative;
}
.headline-opinion .headline .headline-left .item .breath {
  width: 1.9rem;
  height: 1.07rem;
  position: relative;
}
.headline-opinion .headline .headline-left .item .breath img {
  width: 100%;
  height: 100%;
}
.headline-opinion .headline .headline-left .item .breath .icon-play {
  width: 0.2rem !important;
  height: 0.2rem !important;
  bottom: 0.1rem !important;
  right: 0.1rem !important;
}
.headline-opinion .headline .headline-left .item .title {
  font-size: 0.1rem;
  margin-top: 0.1rem;
}
.headline-opinion .headline .headline-left .item .column-name {
  position: relative;
}
.headline-opinion .headline .headline-left .item:nth-child(n+3) {
  padding-top: 0.05rem;
  border-top: #e2e2e2 solid 1px;
}
.headline-opinion .headline .headline-right {
  vertical-align: top;
  width: 4.01rem;
  display: inline-block;
  /*额外修改轮播图样式*/
}
.headline-opinion .headline .headline-right .swiper-container {
  width: 4rem;
  margin-bottom: 0.2rem;
}
.headline-opinion .headline .headline-right .swiper-container .swiper-slide {
  height: 2.26rem;
}
.headline-opinion .headline .headline-right .swiper-container .swiper-slide img {
  width: 4.01rem;
  height: 2.26rem;
}
.headline-opinion .headline .headline-right .swiper-container .swiper-slide .icon-play {
  bottom: calc(0.4rem + 0.175rem);
}
.headline-opinion .headline .headline-right .swiper-container .title-box {
  padding: 0.1rem 1.23rem 0.1rem 0.1rem;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  height: 0.48rem;
  width: 100%;
}
.headline-opinion .headline .headline-right .swiper-container .title {
  font-size: 0.11rem;
  width: 100%;
  color: white;
}
.headline-opinion .headline .headline-right .swiper-container .pagination {
  position: absolute;
  bottom: 0.13rem;
  right: 0.2rem;
}
.headline-opinion .headline .headline-right .swiper-container .pagination .swiper-button-next::after,
.headline-opinion .headline .headline-right .swiper-container .pagination .swiper-button-prev::after {
  color: white;
}
.headline-opinion .headline .headline-right .swiper-container .pagination .m-bnpages .swiper-pagination-bullet {
  background: white;
}
.headline-opinion .headline .headline-right .item {
  margin-bottom: 0.1rem;
  position: relative;
  display: inline-block;
  margin-right: 0.2rem;
  width: 1.2rem;
  vertical-align: top;
}
.headline-opinion .headline .headline-right .item:nth-child(3n) {
  margin-right: 0;
}
.headline-opinion .headline .headline-right .item .breath {
  position: relative;
  width: 1.2rem;
  height: 0.67rem;
}
.headline-opinion .headline .headline-right .item .breath img {
  width: 100%;
  height: 100%;
}
.headline-opinion .headline .headline-right .item .breath .icon-play {
  width: 0.2rem !important;
  height: 0.2rem !important;
  bottom: 0.1rem !important;
  right: 0.1rem !important;
}
.headline-opinion .headline .headline-right .item .title {
  font-size: 0.09rem;
  -webkit-line-clamp: 3;
  margin-top: 0.1rem;
}
.headline-opinion .headline .headline-right .item .column-name {
  position: relative;
}
.headline-opinion .headline .headline-right .item:nth-child(n+4) {
  padding-top: 0.05rem;
  border-top: #e2e2e2 solid 1px;
}
.headline-opinion .opinion {
  display: inline-block;
  width: 1.9rem;
  font-size: 0;
}
.headline-opinion .opinion .breath {
  display: inline-block;
}
.headline-opinion .opinion .item {
  margin-top: 0.14rem;
  padding-bottom: 0.1rem;
  border-bottom: solid #e2e2e2 1px;
}
.headline-opinion .opinion .item:first-child {
  margin-top: 0;
}
.headline-opinion .opinion .item img {
  width: 0.49rem;
  height: 0.49rem;
  border-radius: 50%;
  margin-right: 0.1rem;
  vertical-align: top;
}
.headline-opinion .opinion .item .article {
  display: inline-block;
  width: 1.3rem;
}
.headline-opinion .opinion .item .article .title {
  font-size: 0.08rem;
  font-weight: bold;
}
.headline-opinion .opinion .item .article .author {
  font-size: 0.07rem;
  margin-top: 0.01rem;
  margin-bottom: 0.05rem;
  font-weight: bold;
  color: #808080;
}
.headline-opinion .opinion .item .article .desc {
  font-size: 0.06rem;
  color: #808080;
}
.headline-opinion .advertise {
  width: 1.9rem;
  margin-top: 0.1rem;
}
.headline-opinion .advertise .item {
  position: relative;
  width: 1.52rem;
  margin: 0 auto;
}
.headline-opinion .advertise .item img {
  width: 100%;
  height: 0.856rem;
}
.headline-opinion .advertise .item .close {
  position: absolute;
  right: 0.1rem;
  top: 0.05rem;
  z-index: 99;
  font-size: 0.1rem;
  color: white;
}
.headline-opinion .advertise .item .close img {
  width: 0.15rem;
  height: 0.15rem;
}
.headline-opinion .advertise .item:last-child {
  margin-top: 0.1rem;
}
.headline-opinion .advertise .swiper-container img {
  width: 1.9rem;
  height: 1.07rem;
}
.headline-opinion .advertise .swiper-container .pagination {
  position: absolute;
  bottom: 0.06rem;
  left: 50%;
  transform: translateX(-50%);
}
.headline-opinion .advertise .swiper-container .pagination .swiper-button-next::after,
.headline-opinion .advertise .swiper-container .pagination .swiper-button-prev::after {
  color: white;
}
.headline-opinion .advertise .swiper-container .pagination .m-bnpages .swiper-pagination-bullet {
  background: white;
}
/*special report*/
.special-report {
  margin: 0.3rem auto 0;
  width: 10rem;
  overflow: hidden;
  background-color: #f8f8f8;
  /*自定义轮播图属性*/
}
.special-report .special-report1 .column-head {
  background-color: white;
}
.special-report .special-report2 {
  margin-top: 0.3rem;
  background: url(https://nfcms-mainsiteoss.southcn.com/newsgd/__tpl_asset/2022new_version/img/special_report_bg.png) right bottom no-repeat;
  background-size: auto calc(100% - 0.2rem);
  padding-bottom: 0.27rem;
}
.special-report .article {
  margin-top: 0.26rem;
}
.special-report .article .article-left {
  width: 6.8rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.21rem;
  position: relative;
}
.special-report .article .article-left .breath {
  position: relative;
  width: 4.9rem;
  height: 2.76rem;
}
.special-report .article .article-left .breath img {
  width: 100%;
  height: 100%;
  float: right;
}
.special-report .article .article-left .box {
  position: absolute;
  z-index: 99;
  width: 2.19rem;
  height: 2.19rem;
  left: 0;
  top: 0.29rem;
  /* background-image: linear-gradient(to right, white 80%, #818686); */
  padding: 0.26rem 0.12rem 0.26rem 0.26rem;
  background-color: #ffffff;
  overflow: hidden;
}
.special-report .article .article-left .box ::before {
  content: "";
  position: absolute;
  width: 4.9rem;
  height: 2.76rem;
  top: 0;
  left: 87%;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: left -0.29rem;
  background-size: 100%;
  filter: blur(2px);
  box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.3);
  z-index: -1;
}
.special-report .article .article-left .box .title {
  -webkit-line-clamp: 4;
}
.special-report .article .article-left .box .desc {
  font-size: 0.08rem;
  line-height: 0.13rem;
  color: #808080;
  /*对象作为弹性伸缩盒子展示*/
  /*伸缩盒子子元素的排列方式*/
  -webkit-line-clamp: 2;
  /*指定行数*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*对象作为弹性伸缩盒子展示*/
  -webkit-box-orient: vertical;
  /*伸缩盒子子元素的排列方式*/
  -webkit-line-clamp: 6;
  /*指定行数*/
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.special-report .article .article-left .box .more {
  padding: 0.02rem 0.12rem;
  display: inline-block;
  background: #113961;
  font-weight: bold;
  color: white;
  font-size: 0.09rem;
}
.special-report .article .article-right {
  display: inline-block;
}
.special-report .article .article-right .item {
  width: 1.2rem;
}
.special-report .article .article-right .item .breath {
  position: relative;
  width: 100%;
  height: 0.69rem;
}
.special-report .article .article-right .item .breath img {
  width: 100%;
  height: 100%;
}
.special-report .article .article-right .item .breath .icon-play {
  width: 0.2rem !important;
  height: 0.2rem !important;
  bottom: 0.1rem !important;
  right: 0.1rem !important;
}
.special-report .article .article-right .item .title {
  font-size: 0.08rem;
  line-height: 0.13rem;
  color: #808080;
  /*对象作为弹性伸缩盒子展示*/
  /*伸缩盒子子元素的排列方式*/
  -webkit-line-clamp: 2;
  /*指定行数*/
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*对象作为弹性伸缩盒子展示*/
  -webkit-box-orient: vertical;
  /*伸缩盒子子元素的排列方式*/
  -webkit-line-clamp: 3;
  /*指定行数*/
  font-weight: bold;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.special-report .swiper-container {
  width: 8.21rem;
}
.special-report .swiper-container .item {
  width: 1.9rem;
  max-width: 100%;
  margin-top: 0.26rem;
  display: inline-block;
  margin-right: 0.17rem;
  vertical-align: top;
}
.special-report .swiper-container .item:last-child {
  margin-right: 0;
}
.special-report .swiper-container .item .breath {
  position: relative;
  width: 100%;
  height: 1.08rem;
}
.special-report .swiper-container .item .breath img {
  width: 100%;
  height: 100%;
}
.special-report .swiper-container .item .breath .icon-play {
  width: 0.2rem !important;
  height: 0.2rem !important;
  bottom: 0.1rem !important;
  right: 0.1rem !important;
}
.special-report .swiper-container .item .title {
  font-size: 0.08rem;
  line-height: 0.13rem;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*对象作为弹性伸缩盒子展示*/
  -webkit-box-orient: vertical;
  /*伸缩盒子子元素的排列方式*/
  -webkit-line-clamp: 2;
  /*指定行数*/
  font-weight: bold;
  margin-top: 0.1rem;
}
.special-report .swiper-container .pagination {
  margin-top: 0.26rem;
}
/*video*/
.video .column-head {
  margin-top: 0.2rem;
  margin-bottom: 0.26rem;
}
.video .swiper-container-main {
  width: 6.81rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.21rem;
  position: relative;
}
.video .swiper-container-main .swiper-slide a {
  display: flex;
  justify-content: space-between;
}
.video .swiper-container-main .swiper-slide .breath {
  display: inline-block;
}
.video .swiper-container-main .swiper-slide .article {
  width: 1.8rem;
  display: inline-block;
  padding-left: 0.05rem;
}
.video .swiper-container-main .swiper-slide .article .column-name {
  display: inline-block;
  position: relative;
}
.video .swiper-container-main .swiper-slide .article .title {
  margin-top: 0.1rem;
  -webkit-line-clamp: 3;
}
.video .swiper-container-main .swiper-slide .article .desc {
  margin-top: 0.1rem;
  font-size: 0.08rem;
  line-height: 0.13rem;
  color: #808080;
  /*对象作为弹性伸缩盒子展示*/
  /*伸缩盒子子元素的排列方式*/
  -webkit-line-clamp: 2;
  /*指定行数*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*对象作为弹性伸缩盒子展示*/
  -webkit-box-orient: vertical;
  /*伸缩盒子子元素的排列方式*/
  -webkit-line-clamp: 6;
  /*指定行数*/
}
.video .swiper-container-main .swiper-slide img {
  width: 4.71rem;
  height: 2.65rem;
  float: right;
  vertical-align: top;
  clear: both;
}
.video .swiper-container-main .pagination {
  position: absolute;
  align-items: flex-end;
  bottom: 0;
  left: 0.15rem;
  width: 1.2rem;
  flex-direction: row-reverse;
}
.video .swiper-container-main .pagination .swiper-button-prev,
.video .swiper-container-main .pagination .swiper-button-next {
  left: unset;
  right: 0.1rem;
  width: 0.06rem;
  height: 0.11rem;
  bottom: 0rem;
}
.video .swiper-container-main .pagination .swiper-button-prev::after,
.video .swiper-container-main .pagination .swiper-button-next::after {
  opacity: 0.3;
}
.video .swiper-container-main .pagination .swiper-button-prev:hover::after,
.video .swiper-container-main .pagination .swiper-button-next:hover::after {
  opacity: 1 !important;
}
.video .swiper-container-main .pagination .swiper-button-prev {
  right: 0.35rem;
}
.video .swiper-container-main .pagination .m-bnpages {
  width: 100%;
  align-items: baseline;
  justify-content: space-between;
  bottom: 0.3rem;
}
.video .swiper-container-main .pagination .pagination-item {
  font-size: 0.08rem;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #113961;
  opacity: 0.2;
  margin-right: 0.1rem;
}
.video .swiper-container-main .pagination .pagination-item.actived {
  font-size: 0.57rem;
  line-height: 0.57rem;
}
.video .swiper-container-thumbs {
  width: 1.1rem;
  height: 2.65rem;
}
.video .swiper-container-thumbs .item {
  width: 1.1rem;
  height: 0.6rem;
  position: relative;
}
.video .swiper-container-thumbs .item img {
  width: 100%;
  height: 0.6rem;
}
.video .swiper-container-thumbs .item .icon-play {
  transform: scale(0.8);
  position: absolute;
  z-index: 99;
  bottom: 0.06rem;
  right: 0.06rem;
  width: 0.2rem !important;
  height: 0.2rem !important;
}
.video .swiper-container-thumbs .item.swiper-slide-thumb-active .icon-play {
  display: none;
}
/*栏目列表*/
.column-list {
  white-space: nowrap;
  margin-top: 0.2rem;
}
.column-list .item {
  width: 0.7rem;
  text-align: center;
  vertical-align: top;
  margin-right: 0.23rem;
  display: inline-block;
  cursor: pointer;
}
.column-list .item img {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin: 0 auto;
}
.column-list .item .title {
  text-align: center;
  -webkit-line-clamp: 4;
  margin-top: 0.1rem;
  white-space: pre-wrap;
  text-decoration: none;
}
.column-list .item:last-child {
  margin-right: 0;
}
/*lifestyle*/
.lifestyle {
  background: url(https://nfcms-mainsiteoss.southcn.com/newsgd/__tpl_asset/2022new_version/img/bg-lifestyle.png) right bottom no-repeat;
  background-size: 10rem 3.8rem;
  padding-bottom: 0.37rem;
  margin: 0.2rem auto 0;
  width: 10rem;
  overflow: hidden;
}
.lifestyle .column-head span {
  border-bottom-color: #ea9924;
}
.lifestyle .container2 {
  position: relative;
  width: 8.22rem;
  margin: 0.28rem auto 0;
}
.lifestyle .left-container {
  display: inline-block;
  width: 5.57rem;
  position: relative;
}
.lifestyle .swiper-container {
  width: 5.5rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.lifestyle .swiper-container .swiper-wrapper {
  height: 2.77rem;
}
.lifestyle .swiper-container .swiper-wrapper .swiper-slide {
  width: 5.57rem;
  position: relative;
}
.lifestyle .swiper-container .swiper-wrapper .swiper-slide .breath {
  position: relative;
  display: inline-block;
  width: 3.5rem;
  height: 1.93rem;
}
.lifestyle .swiper-container .swiper-wrapper .swiper-slide .breath img {
  width: 100%;
  height: 100%;
}
.lifestyle .swiper-container .swiper-wrapper .swiper-slide .article {
  width: 1.76rem;
  display: inline-block;
  padding-right: 20px;
}
.lifestyle .swiper-container .swiper-wrapper .swiper-slide .article .column-name {
  position: relative;
  margin-bottom: 0.1rem;
  display: inline-block;
}
.lifestyle .swiper-container .swiper-wrapper .swiper-slide .article .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*对象作为弹性伸缩盒子展示*/
  -webkit-box-orient: vertical;
  /*伸缩盒子子元素的排列方式*/
  -webkit-line-clamp: 3;
  /*指定行数*/
}
.lifestyle .swiper-container .swiper-wrapper .swiper-slide .article .desc {
  margin-top: 0.1rem;
  font-size: 0.08rem;
  line-height: 0.13rem;
  color: #808080;
  /*对象作为弹性伸缩盒子展示*/
  /*伸缩盒子子元素的排列方式*/
  -webkit-line-clamp: 2;
  /*指定行数*/
  line-height: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*对象作为弹性伸缩盒子展示*/
  -webkit-box-orient: vertical;
  /*伸缩盒子子元素的排列方式*/
  -webkit-line-clamp: 7;
  /*指定行数*/
}
.lifestyle .swiper-container.thumbs {
  position: absolute;
  left: 0;
  top: 2.1rem;
  padding: 0;
  width: 5.45rem;
  padding-bottom: 0.6rem;
  background: none;
  height: 0.6rem;
}
.lifestyle .swiper-container.thumbs .swiper-wrapper {
  height: auto;
  bottom: 0;
  position: absolute;
}
.lifestyle .swiper-container.thumbs .swiper-slide {
  position: relative;
  width: 0.79rem !important;
  height: 0.46rem !important;
  margin-right: 0.12rem !important;
}
.lifestyle .swiper-container.thumbs .swiper-slide:last-child {
  margin-right: 0;
}
.lifestyle .swiper-container.thumbs .swiper-slide img {
  width: 0.79rem;
  height: 0.46rem;
}
.lifestyle .swiper-container.thumbs .pagination {
  position: absolute;
  bottom: 0;
  left: 3.87rem;
  align-items: flex-end;
}
.lifestyle .swiper-container.thumbs .pagination .swiper-button-prev,
.lifestyle .swiper-container.thumbs .pagination .swiper-button-next {
  left: unset;
  right: 0.3rem;
  width: 0.06rem;
  height: 0.11rem;
  bottom: 0;
}
.lifestyle .swiper-container.thumbs .pagination .swiper-button-prev::after,
.lifestyle .swiper-container.thumbs .pagination .swiper-button-next::after {
  opacity: 0.3;
}
.lifestyle .swiper-container.thumbs .pagination .swiper-button-prev:hover::after,
.lifestyle .swiper-container.thumbs .pagination .swiper-button-next:hover::after {
  opacity: 1 !important;
}
.lifestyle .swiper-container.thumbs .pagination .swiper-button-prev {
  right: 0.6rem;
}
.lifestyle .swiper-container.thumbs .pagination .m-bnpages {
  width: 100%;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 0.1rem;
}
.lifestyle .swiper-container.thumbs .pagination .pagination-item {
  font-size: 0.08rem;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #ea9924;
  opacity: 0.2;
  margin-right: 0.1rem;
}
.lifestyle .swiper-container.thumbs .pagination .pagination-item.actived {
  font-size: 0.4rem;
  line-height: 0.4rem;
}
.lifestyle .swiper-container.thumbs .pagination .swiper-button-next::after,
.lifestyle .swiper-container.thumbs .pagination .swiper-button-prev::after {
  color: #ea9924;
}
.lifestyle .item {
  width: 2.08rem;
  margin-top: 0.35rem;
  height: 1.18rem;
  position: relative;
}
.lifestyle .item .breath {
  position: relative;
  width: 100%;
  height: 1.18rem;
}
.lifestyle .item .breath img {
  width: 100%;
  height: 100%;
}
.lifestyle .item .breath .icon-play {
  width: 0.2rem !important;
  height: 0.2rem !important;
  bottom: 0.1rem !important;
  right: 0.1rem !important;
}
.lifestyle .item .title-box {
  position: absolute;
  width: 100%;
  padding: 0.1rem;
  padding-right: 0.2rem;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.lifestyle .item .title {
  font-size: 0.08rem;
  line-height: 0.13rem;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*对象作为弹性伸缩盒子展示*/
  -webkit-box-orient: vertical;
  /*伸缩盒子子元素的排列方式*/
  -webkit-line-clamp: 2;
  /*指定行数*/
  color: white;
}
.lifestyle .item:first-child {
  margin-top: 0;
}
/*photo*/
.photo {
  position: relative;
  overflow: hidden;
  width: 10rem;
  margin: 0 auto;
  background-color: #f8f8f8;
}
.photo .column-head {
  margin-bottom: 0.3rem;
  background-color: white;
}
.photo .swiper-area {
  position: relative;
  width: 9.11rem;
  overflow: hidden;
  margin-left: 0.89rem;
}
.photo .swiper-area .swiper-container {
  width: 100%;
  height: 2.76rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.photo .swiper-area .swiper-container .swiper-wrapper {
  width: 9.11rem;
}
.photo .swiper-area .swiper-container .swiper-wrapper .swiper-slide {
  width: 4.01rem;
  height: 2.25rem;
  font-size: 18px;
  background: #fff;
  transition: 300ms;
  transform-origin: left bottom;
  transform: scale(0.47);
  transform-origin: bottom;
}
.photo .swiper-area .swiper-container .swiper-wrapper .swiper-slide .breath {
  display: inline-block;
  margin-right: 0.2rem;
  vertical-align: top;
}
.photo .swiper-area .swiper-container .swiper-wrapper .swiper-slide .article {
  display: none;
  width: 3rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(3.55rem);
}
.photo .swiper-area .swiper-container .swiper-wrapper .swiper-slide .article .column-name {
  position: relative;
}
.photo .swiper-area .swiper-container .swiper-wrapper .swiper-slide .article .title {
  -webkit-line-clamp: 4;
  font-size: 0.13rem;
}
.photo .swiper-area .swiper-container .swiper-wrapper .swiper-slide .article .desc {
  margin-top: 0.1rem;
  font-size: 0.08rem;
  line-height: 0.13rem;
  color: #808080;
  /*对象作为弹性伸缩盒子展示*/
  /*伸缩盒子子元素的排列方式*/
  -webkit-line-clamp: 2;
  /*指定行数*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*对象作为弹性伸缩盒子展示*/
  -webkit-box-orient: vertical;
  /*伸缩盒子子元素的排列方式*/
  -webkit-line-clamp: 4;
  /*指定行数*/
}
.photo .swiper-area .swiper-container .swiper-wrapper .swiper-slide img {
  width: 4.01rem;
  height: 2.25rem;
}
.photo .swiper-area .swiper-container .swiper-wrapper .swiper-slide-next {
  margin-left: -0.4rem;
}
.photo .swiper-area .swiper-container .swiper-wrapper .swiper-slide-next + .swiper-slide,
.photo .swiper-area .swiper-container .swiper-wrapper .swiper-slide-next + .swiper-slide + .swiper-slide-duplicate-prev {
  margin-left: -1.5rem;
}
.photo .swiper-area .swiper-container .swiper-wrapper .swiper-slide-active,
.photo .swiper-area .swiper-container .swiper-wrapper .swiper-slide-duplicate-active {
  transform: scale(1);
}
.photo .swiper-area .swiper-container .swiper-wrapper .swiper-slide-active .article,
.photo .swiper-area .swiper-container .swiper-wrapper .swiper-slide-duplicate-active .article {
  display: inherit;
}
.photo .swiper-area .swiper-container .pagination {
  left: -1.2rem;
  bottom: 0.3rem;
}
.photo .swiper-area .swiper-container .pagination .swiper-button-next::after,
.photo .swiper-area .swiper-container .pagination .swiper-button-prev::after {
  color: white;
}
.photo .swiper-area .swiper-container .pagination .m-bnpages .swiper-pagination-bullet {
  background: white;
}
.photo .swiper-area .swiper-container.thumbs {
  position: absolute;
  right: 0;
  top: 1.19rem;
  width: calc(100% - 2.81rem);
  padding-bottom: 0.6rem;
}
.photo .swiper-area .swiper-container.thumbs .swiper-wrapper {
  padding-left: 1.41rem;
}
.photo .swiper-area .swiper-container.thumbs .swiper-slide {
  position: relative;
  top: -50%;
  width: 1.9rem !important;
  height: 1.07rem !important;
  margin-right: 0.2rem !important;
}
.photo .swiper-area .swiper-container.thumbs .swiper-slide img {
  width: 1.9rem;
  height: 1.07rem;
}
.photo .swiper-area .thumbs-bg {
  background-color: #113961;
  width: 6.3rem;
  height: 1.03rem;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 1.7rem;
}
/*talk-contact*/
.talk-contact {
  margin-top: 0.2rem;
}
.talk-contact .column-head {
  margin-bottom: 0.16rem;
  padding-top: 0.12rem;
  position: relative;
}
.talk-contact .column-head .icon {
  width: 0.12rem;
  height: 0.12rem;
  top: 0;
  position: absolute;
}
.talk-contact .talk-to-us {
  display: inline-block;
  width: 6.12rem;
}
.talk-contact .talk-to-us .left {
  width: 1.9rem;
}
.talk-contact .talk-to-us .left .tab-box {
  background: url(https://nfcms-mainsiteoss.southcn.com/newsgd/__tpl_asset/2022new_version/img/talk-to-us-bg1.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 0.05rem;
  padding-bottom: 0.34rem;
}
.talk-contact .talk-to-us .left .tab-item {
  position: relative;
  width: 100%;
  height: 1.48rem;
  padding: 0.1rem;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.92;
}
.talk-contact .talk-to-us .left .tab-item .desc {
  font-size: 0.08rem;
  line-height: 0.13rem;
  color: #808080;
  /*对象作为弹性伸缩盒子展示*/
  /*伸缩盒子子元素的排列方式*/
  -webkit-line-clamp: 2;
  /*指定行数*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*对象作为弹性伸缩盒子展示*/
  -webkit-box-orient: vertical;
  /*伸缩盒子子元素的排列方式*/
  -webkit-line-clamp: 4;
  /*指定行数*/
  color: #113961;
}
.talk-contact .talk-to-us .left .tab-item .qrcode {
  text-align: right;
  position: absolute;
  bottom: 0.1rem;
  right: 0.1rem;
}
.talk-contact .talk-to-us .left .tab-item .qrcode img {
  width: 0.59rem;
  height: 0.59rem;
}
.talk-contact .talk-to-us .left .tab-group {
  justify-content: space-around;
  height: 0.31rem;
  border: solid 1px #e2e2e2;
  padding-top: 0.09rem;
}
.talk-contact .talk-to-us .left .tab-group .tab {
  height: 0.21rem;
  box-sizing: border-box;
  width: 0.19rem;
  padding-top: 0.1rem;
  margin: 0 0.13rem;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}
.talk-contact .talk-to-us .left .tab-group .tab.current {
  border-bottom: solid #8dc11f 2px;
}
.talk-contact .talk-to-us .left .tab-group .tab:nth-child(1) {
  width: 0.15rem;
  background: url('https://nfcms-mainsiteoss.southcn.com/newsgd/__tpl_asset/2022new_version/img/icon-wechat-gray.png') center top no-repeat;
  background-size: 0.15rem 0.12rem;
}
.talk-contact .talk-to-us .left .tab-group .tab:nth-child(1).current {
  background: url('https://nfcms-mainsiteoss.southcn.com/newsgd/__tpl_asset/2022new_version/img/icon-wechat.png') center top no-repeat;
  background-size: 0.15rem 0.12rem;
}
.talk-contact .talk-to-us .left .tab-group .tab:nth-child(2) {
  background: url('https://nfcms-mainsiteoss.southcn.com/newsgd/__tpl_asset/2022new_version/img/icon-instagram.png') center top no-repeat;
  background-size: 0.12rem 0.12rem;
}
.talk-contact .talk-to-us .left .tab-group .tab:nth-child(2).current {
  background: url('https://nfcms-mainsiteoss.southcn.com/newsgd/__tpl_asset/2022new_version/img/icon-instagram-color.png') center top no-repeat;
  background-size: 0.12rem 0.12rem;
}
.talk-contact .talk-to-us .left .tab-group .tab:nth-child(3) {
  background: url('https://nfcms-mainsiteoss.southcn.com/newsgd/__tpl_asset/2022new_version/img/icon-facebook.png') center top no-repeat;
  background-size: 0.12rem 0.12rem;
}
.talk-contact .talk-to-us .left .tab-group .tab:nth-child(3).current {
  background: url('https://nfcms-mainsiteoss.southcn.com/newsgd/__tpl_asset/2022new_version/img/icon-facebook-blue.png') center top no-repeat;
  background-size: 0.12rem 0.12rem;
}
.talk-contact .talk-to-us .left .tab-group .tab:nth-child(4) {
  background: url('https://nfcms-mainsiteoss.southcn.com/newsgd/__tpl_asset/2022new_version/img/icon-twitter.png') center top no-repeat;
  background-size: 0.12rem 0.12rem;
}
.talk-contact .talk-to-us .left .tab-group .tab:nth-child(4).current {
  background: url('https://nfcms-mainsiteoss.southcn.com/newsgd/__tpl_asset/2022new_version/img/icon-twitter-blue.png') center top no-repeat;
  background-size: 0.12rem 0.12rem;
}
.talk-contact .talk-to-us .left .tab img {
  width: 0.12rem;
  height: 0.12rem;
  cursor: pointer;
}
.talk-contact .talk-to-us .left .tab .wechat {
  width: 0.15rem;
}
.talk-contact .talk-to-us .right {
  width: 4.01rem;
  height: 2.18rem;
  background: url(https://nfcms-mainsiteoss.southcn.com/newsgd/__tpl_asset/2022new_version/img/bg-talk.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding-top: 0.3rem;
}
.talk-contact .talk-to-us .right span:first-child {
  font-size: 0.13rem;
  color: white;
}
.talk-contact .talk-to-us .right span:nth-child(3) {
  color: white;
  margin-top: 0.1rem;
  font-size: 0.16rem;
  font-weight: bold;
}
.talk-contact .talk-to-us .right input {
  width: 3.3rem;
  height: 0.21rem;
  padding-left: 0.1rem;
  margin-top: 0.2rem;
  outline: none;
  border: none;
  color: white;
  background: rgba(255, 255, 255, 0.2);
  font-size: 0.09rem;
}
.talk-contact .talk-to-us .right input::placeholder {
  color: white;
  text-align: center;
}
.talk-contact .talk-to-us .right .verify-box {
  display: flex;
  margin: 0.2rem auto 0;
  width: fit-content;
}
.talk-contact .talk-to-us .right .verify-box input[name='verify-img'] {
  margin-top: 0;
  width: 2.6rem;
}
.talk-contact .talk-to-us .right .verify-box input[name='verify-key'] {
  display: none;
}
.talk-contact .talk-to-us .right .verify-box .verify-img {
  width: 0.7rem;
  height: 0.21rem;
}
.talk-contact .talk-to-us .right .btn-subscribe {
  display: inline-block;
  font-size: 0.1rem;
  margin-top: 0.2rem;
  padding: 0.05rem 0.2rem;
  color: white;
  background: #8dc11f;
  cursor: pointer;
}
.talk-contact .contact form {
  width: 1.9rem;
}
.talk-contact .contact form input,
.talk-contact .contact form select,
.talk-contact .contact form textarea {
  width: 100%;
  height: 0.21rem;
  padding-left: 0.1rem;
  margin-top: 0.05rem;
  background: #e2e2e2;
  outline: none;
  border: none;
  color: #113961;
  font-size: 0.09rem;
  font-family: Arial, Helvetica, sans-serif;
}
.talk-contact .contact form input[name='username'],
.talk-contact .contact form select[name='username'],
.talk-contact .contact form textarea[name='username'] {
  margin-top: 0;
}
.talk-contact .contact form input::placeholder,
.talk-contact .contact form select::placeholder,
.talk-contact .contact form textarea::placeholder {
  color: #113961;
}
.talk-contact .contact form select {
  padding-left: 0.07rem;
}
.talk-contact .contact form select option {
  margin: 0.1rem 0;
}
.talk-contact .contact form textarea {
  min-height: 0.82rem;
  height: 0.82rem;
  resize: none;
  padding: 0.1rem;
  margin-top: 0.3rem;
}
.talk-contact .contact form .verify-box {
  display: flex;
  margin-top: 0.05rem;
}
.talk-contact .contact form .verify-box input {
  margin-top: 0;
  width: 1.2rem;
}
.talk-contact .contact form .verify-box input[name='verify-key'] {
  display: none;
}
.talk-contact .contact form .verify-box .verify-img {
  width: 0.7rem;
  height: 0.21rem;
}
.talk-contact .contact form .submit {
  font-size: 0.09rem;
  font-family: Arial, Helvetica, sans-serif;
  width: 1.9rem;
  height: 0.21rem;
  margin-top: 0.1rem;
  display: block;
  background: #113961;
  color: white;
  text-align: center;
  line-height: 0.21rem;
  cursor: pointer;
}
/*底部广告*/
.footer-advertise {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  font-size: 0;
}
.footer-advertise .item {
  position: relative;
  width: 4.01rem;
  display: inline-block;
}
.footer-advertise .item:last-child {
  float: right;
}
.footer-advertise .close {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  z-index: 99;
  font-size: 0.1rem;
  color: white;
}
.footer-advertise img {
  width: 4.01rem;
  height: 1.83rem;
}
.footer-advertise .close img {
  width: 0.2rem;
  height: 0.2rem;
}
.footer-advertise a:first-child {
  margin-right: 0.2rem;
}
