.main-layout {
  margin: 0 auto;
  /*max-width: 1800px;*/
  /*padding: 0 15px;*/
  width: 100%;
}

.news--main-layout {
  /*padding: 0 10%;*/
}

.main-layout-min {
  margin: 0 auto;
  max-width: 1530px;
  padding: 0 15px;
  width: 100%;
}

ol,
ul,
li {
  list-style: none;
}

.ellipsis-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.clear:after,
.clear:before {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.fl {
  float: left;
  position: relative;
}

.fr {
  float: right;
  position: relative;
}

.project-comment {
  padding: 60px 0;
}

.hback {
  background: #ededed;
}

.news-c-top {
  position: relative;
}

.news-c-top .l-pic {
  position: absolute;
  left: 0;
  top: 50px;
  width: 50%;
  z-index: 1;
}

.news-c-top .l-pic img {
  width: 100%;
  object-fit: cover;
}

.news-c-top .l-pic .swiper-button-next {
  right: 28px;
}

.news-c-top .l-pic .swiper-button-prev {
  left: 28px;
}

.news-c-top .l-pic .swiper-button-next::after,
.news-c-top .l-pic .swiper-button-prev::after {
  display: none;
}

.news-c-top .l-pic .swiper-button-next .iconfont,
.news-c-top .l-pic .swiper-button-prev .iconfont {
  font-size: 38px;
  color: #fff;
}

.news-c-top .r-tetx {
  width: 55%;
  padding: 7% 15% 7% 10%;
  background: url(/statics/home/images/cn2.jpg);
}

.news-c-top .r-tetx .time {
  color: #999;
}

.news-c-top .r-tetx .title {
  color: #333;
  line-height: 1.4;
  padding: 4% 0;
}

.news-c-top .r-tetx .text2 {
  color: #666;
  line-height: 2;
  padding: 3% 0 7% 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-more {
  font-size: 20px;
}

ul.news-c-list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 1.5%;
  margin-top: 1.5%;
  font-size: 0;
}

ul.news-c-list li a {
  display: block;
}

ul.news-c-list li .pic {
  float: right;
  width: 35%;
  overflow: hidden;
  position: relative;
  background: #000;
}

ul.news-c-list li .pic i {
  position: absolute;
  font-size: 50px;
  left: 0;
  top: 0;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  opacity: 0;
}

ul.news-c-list li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul.news-c-list li .desc {
  float: left;
  width: 65%;
  padding-right: 6%;
}

ul.news-c-list li .desc span.time {
  padding-bottom: 15px;
  display: inline-block;
  color: #999;
}

ul.news-c-list li .desc h2.title {
  font-weight: 400;
  color: #333;
  height: 66px;
  overflow: hidden;
}

ul.news-c-list li .desc .text {
  padding-top: 20px;
  color: #666;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.news-c-list li:hover .pic {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

ul.news-c-list li:hover .pic img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}

ul.news-c-list li:hover .pic i {
  opacity: 1;
}

ul.news-c-list li:hover .desc h2.title {
  color: #006fbc;
}

ul.news-c-list li:nth-child(2n+2) {
  margin-right: 0;
}

#recruitment {
  border-top: 1px #e6e6e6 solid;
  border-bottom: 1px #e6e6e6 solid;
  padding: 25px 0;
  margin-top: 3%;
}

.el-select .el-input .el-select__caret {
  display: flex;
  align-items: center;
}

/* reset pagiation */
.pagination .el-pagination,
.pagination .el-pagination .el-pager {
  display: flex;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  min-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.com-banner2::after {
  padding-bottom: 30%;
}

@media all and (max-width:1440px) {
  ul.news-c-list li .desc .text {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

@media all and (max-width:1366px) {
  .news-c-top .r-tetx {
    padding: 70px 7% 70px 10%;
  }

  ul.news-c-list li .desc h2.title {
    height: 55px;
    font-size: 20px;
  }

  ul.news-c-list li .desc .text {
    font-size: 14px;
  }
}

@media all and (max-width:1080px) {
  .news-c-top .r-tetx .title {
    font-size: 20px;
  }

  ul.news-c-list li .desc h2.title {
    height: 50px;
    font-size: 18px;
  }
}

@media all and (max-width:1024px) {
  ul.news-c-list li .desc {
    width: 100%;
    padding-right: 0;
    margin-top: 15px;
  }

  ul.news-c-list li .pic {
    width: 100%;
    height: 0;
    padding-bottom: 66%;
  }

  ul.news-c-list li .pic img {
    position: absolute;
    top: 0;
    left: 0;
  }

  ul.news-c-list li .desc span.time {
    padding-bottom: 5px;
  }

  ul.news-c-list li .desc h2.title {
    height: auto;
    font-size: 18px;
    font-weight: 400;
    color: #333;
  }

  ul.news-c-list li:hover .pic {
    transform: none
  }

  ul.news-c-list li:hover .pic img {
    opacity: 1;
    transform: none;
  }

  ul.news-c-list li:hover .pic i {
    display: none;
  }
}

@media all and (max-width:768px) {
  .project-comment {
    padding: 25px 0;
  }

  .news-c-top .l-pic {
    position: static;
    width: 100%;
    height: auto;
  }

  .news-c-top .r-tetx {
    width: 100%;
    padding: 6%;
  }

  .news-c-top .r-tetx .text {
    margin-bottom: 0;
  }

  .news-c-top .r-tetx .link-btn:hover .link-btn-text .text-box {
    transform: none;
  }

  .news-c-top .r-tetx .link-btn:hover .circle__inner--yellow {
    transform: none;
    opacity: 1;
  }

  .news-c-top .r-tetx .link-btn:hover .circle__inner--bordered {
    transform: none;
    opacity: 0;
  }

  .news-c-top .r-tetx .link-btn:hover .circle__arrow--yellow {
    transform: none;
    opacity: 0;
  }

  .news-c-top .r-tetx .link-btn:hover .circle__arrow--black {
    transform: none;
    opacity: 1;
  }

  .r-tetx .more-pc {
    display: block;
  }

  /*.r-tetx .more-pc .circle {width:1.8em;height:1.8em;}
  */
  ul.news-c-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media all and (max-width:530px) {
  .main-layout {
    padding: 0 20px;
  }

  .news-c-top .r-tetx img {
    margin: 0 auto;
  }

  .news-c-top .r-tetx .title {
    font-size: 18px;
  }
}

.project-comment {
  font-size: 16px;
}

.nview-content .news-center-l {
  width: 62%;
  margin-right: 10%;
}

.nview-content .news-center-r {
  width: 28%;
}

.nview-content .news-view-text h1.title {
  color: #333;
  font-weight: 400;
  font-size: 30px;
}

.nview-content .news-view-text .details {
  padding: 2% 0;
  border-bottom: 1px #ccc solid;
}

.nview-content .news-view-text .details span {
  display: inline-block;
  padding: 0 15px 0 0;
  margin-right: 15px;
  position: relative;
  color: #999999;
}

.nview-content .news-view-text .details span:before {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  background: #999999;
  transform: translateY(-50%);
}

.nview-content .news-view-text .details span:last-child:before {
  background: none;
}

.nview-content .news-view-text .content-view {
  padding-top: 5%;
}

.nview-content .news-view-text .content-view img {
  margin: 0 auto 10px;
  max-width: 100%;
  width: 100%;
  height: auto;
  /*display: inline-block;*/
  /*max-width: 100%;*/
  /*height: auto;*/
  /*font-size: 0;*/
}

.nview-content .news-view-text .content-view p {
  padding-top: 15px;
  font-size: 16px;
  text-indent: 2em;
  text-align: justify;
  line-height: 1.9;
  color: #666;
  /*display: block;*/
  /*  margin-block-start: 1em;*/
  /*  margin-block-end: 1em;*/
  /*  margin-inline-start: 0px;*/
  /*  margin-inline-end: 0px;*/
}

.news-view-nav {
  position: relative;
}

.news-view-nav .next-more {
  display: block;
  color: #666666;
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-view-nav .next-more-r {
  text-align: right;
}

.news-view-nav .next-more span {
  display: block;
  color: #bdbdbd;
  padding-bottom: 10px;
}

.news-view-nav .next-more i {
  display: block;
  font-size: 22px;
  padding-top: 10px;
}

.news-view-nav .next-more:hover {
  color: #006fbc;
}

.news-view-nav .no--next-more {
  cursor: no-drop;
}

.news-view-nav .return-list {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -30px;
  width: 60px;
  text-align: center;
}

.news-view-nav .return-list img {
  margin: 0 auto;
  padding-bottom: 7px;
}

.nview-content .news-view-list h3.title {
  color: #333;
  font-weight: 400;
}

ul.vie-list li {
  padding: 25px 0;
  border-bottom: 1px #ccc solid;
}

ul.vie-list li h2.title {
  color: #333;
  font-weight: 400;
  padding-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

ul.vie-list li .time {
  color: #999;
  display: inline-block;
  padding-bottom: 10px;
}

ul.vie-list li:last-child {
  border-bottom: none;
}

ul.vie-list li:hover h2.title {
  color: #006fbc;
}

.mobile-next-nav {
  padding-top: 5%;
  display: none;
}

.mobile-next-nav a {
  width: 100%;
  float: left !important;
  text-align: left;
  padding: 5px 0;
}

.mobile-next-nav a.fr {
  float: left !important;
  text-align: left;
}

@media all and (max-width:1366px) {
  .nview-content .news-view-text h1.title {
    font-size: 26px;
  }
}

@media all and (max-width:1080px) {
  .nview-content .news-view-text h1.title {
    font-size: 20px;
  }

  .nview-content .news-view-list h3.title {
    font-size: 18px;
  }
}

@media all and (max-width:768px) {
  .mobile-next-nav {
    padding: 3% 0;
    margin: 3% 0;
    display: block;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
  }

  .news-view-nav-content {
    display: none;
  }

  .nview-content .news-center-l {
    width: 100%;
    margin-right: 0;
  }

  .nview-content .news-center-r {
    width: 100%;
    margin-top: 25px;
  }

  .nview-content .news-center-l .news-view-text {
    padding-bottom: 15px;
  }

  ul.vie-list li {
    padding: 15px 0;
  }

  .nview-content .news-view-text h1.title {
    font-size: 20px;
  }
}

@media all and (max-width:530px) {}

/* 集团画册 */
.publication-content .main-layout {
  /*padding: 3em 0 0;*/
  padding-top: 3em;
  font-size: 20px;
}

.publication-content .main-layout .title {
  position: relative;
  padding-left: .5em;
  font-weight: normal;
  line-height: 1;
}

.publication-content .main-layout .title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 90%;
  background: #000;
  transform: translateY(-50%);
}

.publication-content .main-layout .publication-list {
  padding: 2.4em 0;
}

.publication-list .item {
  width: calc(20% - 120px);
  margin-right: 150px;
  margin-bottom: 100px;
}

.publication-list .item .pic-img {
  box-shadow: -1em 0 1em .1em rgba(0, 0, 0, .1);
}

.publication-list .item .pic {
  width: 100%;
}

.publication-list .item:nth-child(5n+5) {
  margin-right: 0;
}

.publication-list .item .info {
  margin-top: 1.6em;
}

.publication-list .item .info .tit {
  font-size: 24px;
}

.publication-list .item .info .view {
  display: none;
}

.publication-list .item .arrow {
  margin-left: auto;
  transform: translate3d(-1em, 0, 0);
  opacity: 0;
}

.publication-list .item:hover .pic-img {
  transform: translate3d(0, -.5em, 0);
}

.publication-list .item:hover .arrow {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

@media all and (max-width:1440px) {
  .publication-content .main-layout {
    padding: 3em 3em 0;
    font-size: 12px;
  }

  .publication-list .item {
    width: calc(20% - 100px);
    margin-right: 125px;
    margin-bottom: 50px;
  }

}

@media all and (max-width:1081px) {
  .publication-list .item {
    width: calc(25% - 60px);
    margin-right: 80px;
    margin-bottom: 60px;
  }

  .publication-list .item:nth-child(5n+5) {
    margin-right: 80px;
  }

  .publication-list .item:nth-child(4n+4) {
    margin-right: 0;
  }

  .publication-list .item .info .tit {
    font-size: 18px;
  }
}

@media all and (max-width:1025px) {
  .publication-content .main-layout {
    padding: 3em 2.5em 0;
    font-size: 14px;
  }

  .publication-list .item {
    width: calc(50% - 60px);
    margin-right: 60px;
    margin-bottom: 60px;
  }

  .publication-list .item:nth-child(5n+5) {
    margin-right: 60px;
  }

  .publication-list .item:nth-child(4n+4) {
    margin-right: 60px;
  }

  .publication-list .item:nth-child(2n+2) {
    margin-right: 0;
  }

  .publication-list .item .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-left: 50px;
  }

  .publication-list .item .info .view {
    display: block;
    padding: 5px 12px;
    margin-top: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
  }
}

@media all and (max-width:769px) {
  .publication-content .main-layout {
    font-size: 12px;
  }

  .publication-content .main-layout .title {
    font-size: 24px;
  }

  .publication-list .item {
    width: 100%;
    margin-right: 0!important;
  }

  .publication-list .item .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 60px;
  }

  .publication-list .item .info .tit {
    font-size: 24px;
    text-align: justify;
  }
}

@media all and (max-width:500px) {
  .publication-content .main-layout {
    font-size: 12px;
  }

  .publication-content .main-layout .title {
    font-size: 24px;
  }

  .publication-list .item .info .tit {
    font-size: 16px;
  }

  .publication-list .item .info .view {
    font-size: 12px;
  }
}

/* 视频新闻 */
.news-video-content {
  font-size: 20px;
}

.news-video-content .news-video-list {
  padding: 4em 0 0;
}

.news-video-content .news-video-list .item {
  width: calc(33.333% - 2.7em);
  margin-right: 2.7em;
  margin-bottom: 2.7em;
  cursor: pointer;
}

.news-video-content .news-video-list .item:nth-child(3n + 3) {
  margin-right: 0;
}

.news-video-content .news-video-list .item .tit {
  margin-top: 1.2em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-video-content .news-video-list .icon {
  top: 50%;
  left: 50%;
  font-size: 2.7em;
  color: #fff;
  transform: translate(-50%, -50%);
}

.news-video-content .news-video-list--big {
  padding: 4em 0;
  background: #ededed;
}

.news-video-content .news-video-list--big .list .item {
  width: calc(50% - 1.5em);
  margin-right: 3em;
  margin-bottom: 0;
}

.news-video-content .news-video-list--big .list .item:last-child {
  margin-right: 0;
}

.news-video-content .news-video-list--big .item .tit {
  -webkit-line-clamp: 1;
}

.news-video-content .news-video-list .item:hover .tit {
  color: #006fbc;
}

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  font-size: 20px;
  background: rgba(0, 0, 0, .6);
  transform: scale(0);
}

.video-popup.open {
  transform: scale(1);
}

.video-popup .popup-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-popup .popup-wrapper .el-video {
  width: 100%;
  height: 100%;
}

.video-popup .popup-wrapper .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 4em;
  height: 4em;
  background: #000;
  border-bottom-left-radius: 4em;
}

.video-popup .popup-wrapper .close .close-icon {
  position: absolute;
  top: .35em;
  right: .35em;
  font-size: 2em;
  color: #fff;
  cursor: pointer;
}

.video-popup .popup-wrapper .close .close-icon:hover {
  transform: rotate(360deg);
}

@media all and (max-width:1080px) {
  .news-video-content .news-video-list .item .tit {
    font-size: 16px;
  }
}

@media all and (max-width:900px) {
  .news-video-content .news-video-list .item {
    width: calc(50% - 1.5em);
    margin-right: 3em;
  }

  .news-video-content .news-video-list .item:nth-child(2n + 2) {
    margin-right: 0;
  }

  .news-video-content .news-video-list .item:nth-child(3n + 3) {
    margin-right: auto;
  }

  .video-popup {
    font-size: 16px;
  }
}

@media all and (max-width:750px) {
  .news-video-content .news-video-list--big {
    padding: 2em 0;
  }

  .news-video-content .news-video-list .list {
    flex-direction: column;
  }

  .news-video-content .news-video-list .list .item {
    margin-right: 0;
    margin-bottom: 2em;
  }

  .news-video-content .news-video-list .item {
    width: 100% !important;
    margin-right: 0;
  }

  .video-popup {
    font-size: 14px;
  }
}

/* 附件下载 */
.news--download-attachment {
  padding-top: 2.5em;
  margin-top: 3em;
  border-top: 1px solid #e6e6e6;
  font-size: 16px;
}

.news--download-attachment .label {
  margin-bottom: 1.125em;
  font-size: 1.125em;
  color: #333;
}

.news--download-attachment ul {
  width: 50%;
  color: #333;
}

.news--download-attachment ul li {
  display: flex;
  font-size: 1em;
  line-height: 2;
}

.news--download-attachment ul li a {
  display: inline-block;
}

.news--download-attachment ul li:hover a {
  color: #0a84ff;
  text-decoration: underline;
}

@media all and (max-width:750px) {
  .news--download-attachment {
    font-size: 14px;
  }

  .news--download-attachment ul {
    width: 100%;
  }
}

.news-public-welfare {
  padding: .65rem 0;
}

.news-public-welfare .swiper-slide {
  transform: scale(0.9);
  transition: all .3s;
}

.news-public-welfare .swiper-slide .pic-img {
  height: 0;
  position: relative;
  padding-bottom: 59%;
  overflow: hidden;
}

.news-public-welfare .swiper-slide .pic-img .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-public-welfare .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.news-public-welfare .swiper-slide.swiper-slide-active .pic-img {
  height: 100%;
}

.news-public-welfare .swiper-slide .title {
  display: none;
  margin-top: .2rem;
  font-size: .22rem;
  color: #333;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-public-welfare .swiper-slide.swiper-slide-active .title {
  display: block;
}

/*.news-public-welfare .swiper-button .iconfont {font-size:.5rem;color:#fff;}
*/
/*.news-public-welfare .swiper-button::after {content:"";}
*/
.news-public-welfare .swiper-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 0;
  color: #fff;
  background: rgba(0, 0, 0, .6);
}

.news-public-welfare .swiper-button:after {
  font-size: 20px;
}

.news-public-welfare .swiper-button-next {
  right: 3%;
}

.news-public-welfare .swiper-button-prev {
  left: 3%;
}

@media all and (max-width:1080px) {
  .news-public-welfare .swiper-slide.swiper-slide-active .title {
    font-size: 16px;
  }
}

/* 20221212 新增 */
.news-content {}

.news-content .news-module {
  padding: .4rem 0;
}

.news-content .news-module .news-module-head {
  align-items: flex-end;
  margin-bottom: .3rem;
  color: #333;
}

.news-content .news-module .news-module-title-en {
  margin-left: 10px;
}

.news-content .news-module .news-module-more {
  margin-left: auto;
}

@media (max-width:768px) {
  .news-content .news-module .news-module-head {
    margin-bottom: 30px;
  }

  .news-content .news-module .news-module-head .news-module-title {
    font-size: 24px;
  }
}

.news-content .bf-news-press-activities,
.news-content .bf-news-video {
  background: #f3f3f3;
}

.bf-news-press-activities__content .left-wrap {
  width: 42%;
  padding-right: 1rem;
}

.bf-news-press-activities__content .right-wrap {
  width: 58%;
}

.bf-news-press-activities__content .left-wrap-pic {
  position: relative;
  height: 0;
  padding-bottom: 57.8%;
}

.bf-news-press-activities__content .left-wrap-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.bf-news-press-activities__content .wrap-title {
  margin-top: .15rem;
  font-weight: normal;
  line-height: 1.6;
  color: #333;
}

.bf-news-press-activities__content .wrap-date,
.bf-news-press-activities__content .wrap-txt {
  margin-top: .2rem;
  color: rgba(102, 102, 102, .6);
}

.bf-news-press-activities__content .right-wrap ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 0.26rem 0;
}

.bf-news-press-activities__content .right-wrap .wrap-title {
  width: 60%;
  margin-top: 0rem;
  font-size: 20px;
}

.bf-news-press-activities__content .right-wrap .wrap-date {
  margin-top: 0;
}

@media (max-width:1366px) {
  .bf-news-press-activities__content .wrap-title {
    font-size: .26rem;
  }

  .bf-news-press-activities__content .wrap-date,
  .bf-news-press-activities__content .wrap-txt {
    font-size: .22rem;
  }

  .bf-news-press-activities__content .right-wrap .wrap-title {
    width: 70%;
  }
}

@media (max-width:1024px) {
  .bf-news-press-activities__content {
    flex-direction: column;
  }

  .bf-news-press-activities__content .left-wrap,
  .bf-news-press-activities__content .right-wrap {
    width: 100%;
  }
  .bf-news-press-activities__content .right-wrap {
    display: none;
  }
  .bf-news-press-activities__content .left-wrap {
    padding-right: 0;
    padding-bottom: .5rem;
  }

  .bf-news-press-activities__content .left-wrap-pic {
    height: 5rem;
  }
}

@media (max-width:768px) {
  .bf-news-press-activities__content .left-wrap-pic {
    height: auto;
  }
}

.bf-news-public .bf-news-publications,
.bf-news-public .bf-news-public-welfare {
  width: 48%;
}

.bf-news-publications__list .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 22%;
}

.bf-news-publications__list .item .cover {
  flex: none;
  position: relative;
  z-index: 12;
  width: calc(50% - 1rem);
  height: 0;
  padding-bottom: calc((50% - 1rem) * 1.2857);
}

.bf-news-publications__list .item .cover .wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.bf-news-publications__list .item .cover .wrapper .book {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.bf-news-publications__list .item .cover .wrapper .book .book-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(-15deg);
  transform-origin: left center;
  transition: all 0.4s ease;
  transform-style: preserve-3d;
  z-index: 10;
}

.bf-news-publications__list .item .cover .wrapper .book .book-front>:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: rotateY(0);
}

.bf-news-publications__list .item .cover .wrapper .book .book-front>:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bf-news-publications__list .item .cover .wrapper .book .book-front>:last-child {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  right: 4px;
  background: #fffbec;
  transform-origin: left center;
  transform: rotateY(1deg);
}

.bf-news-publications__list .item .cover .wrapper .book .book-front>:last-child::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 10px;
  right: 10px;
  height: 4px;
  background: transparent;
  box-shadow: 0px 0px 30px 5px rgba(51, 51, 51, 0.8);
  transform: rotateX(80deg);
}

.bf-news-publications__list .item .cover .wrapper .book .book-page {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  right: 5px;
  backface-visibility: visible;
  transition-timing-function: ease;
  transition-property: transform;
  transform-origin: left center;
  background: linear-gradient(to right, #e1ddd8 0%, #fffbf6 100%);
  box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
  border-radius: 0px 5px 5px 0px;
}

.bf-news-publications__list .item .cover .wrapper .book .book-page.book-page-1 {
  right: -1px;
  transition-duration: 0.3s;
  transform: rotateY(-13deg);
  z-index: 9;
}

.bf-news-publications__list .item .cover .wrapper .book .book-page.book-page-2 {
  right: -2px;
  transition-duration: 0.25s;
  transform: rotateY(-11deg);
  z-index: 8;
}

.bf-news-publications__list .item .cover .wrapper .book .book-page.book-page-3 {
  right: -3px;
  transition-duration: 0.2s;
  transform: rotateY(-9deg);
  z-index: 7;
}

.bf-news-publications__list .item .cover .wrapper .book .book-page.book-page-3>img {
  width: 100%;
  height: 100%;
}

.bf-news-publications__list .item .cover .wrapper .book .book-page.book-page-4 {
  right: -4px;
  transition-duration: 0.3s;
  transform: rotateY(-7deg);
  z-index: 3;
}

.bf-news-publications__list .book-page-4_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bf-news-publications__list .book-page-4_btn {
  display: flex;
  border-radius: .5em;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(16, 24, 32, 1);
  font-size: 20px;
  overflow: hidden;
}

.bf-news-publications__list .book-page-4_btn:hover .view-pdf {
  background: #000;
  color: #fff;
}

.bf-news-publications__list .item .cover .wrapper .book .book-page.book-page-5 {
  right: -5px;
  transition-duration: 0.3s;
  transform: rotateY(-5deg);
  z-index: 2;
}

.bf-news-publications__list .item .cover .wrapper .book .book-back {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 12px);
  height: 100%;
  transform: rotateY(-3deg);
  transform-origin: left center;
  transform-style: preserve-3d;
  z-index: 1;
}

.bf-news-publications__list .item .cover .wrapper .book .book-back>:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  transform: rotateY(0deg);
}

.bf-news-publications__list .item .cover .wrapper .book .book-back>:first-child img {
  width: 100%;
  height: 100%;
}

.bf-news-publications__list .item .cover .wrapper .book .book-back>:last-child {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  right: 4px;
  background: #fffbec;
  transform-origin: left center;
  transform: rotateY(-1deg);
}

.bf-news-publications__list .item .cover .wrapper .book .book-back>:last-child::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 10px;
  right: 10px;
  height: 4px;
  background: transparent;
  box-shadow: 0px 0px 30px 5px rgba(51, 51, 51, 0.8);
  transform: rotateX(80deg);
}

.bf-news-publications__list .item .cover .wrapper .mobile-book {
  position: relative;
}

.bf-news-publications__list .item .cover .wrapper .mobile-book::before {
  content: '';
  display: block;
  width: 18.4%;
  height: 4.3%;
  position: absolute;
  left: -8.7%;
  bottom: 0.7%;
  background: url("/statics/home/images/test/book-shadow-left.png") no-repeat center/cover;
  z-index: 10;
}

.bf-news-publications__list .item .cover .wrapper .mobile-book img {
  position: relative;
  z-index: 100;
}

.bf-news-publications__list .item .cover .wrapper .mobile-book::after {
  content: '';
  display: block;
  display: block;
  width: 25.3%;
  height: 5.8%;
  position: absolute;
  right: -11.7%;
  bottom: -1.3%;
  background: url("/statics/home/images/test/book-shadow-right.png") no-repeat center/cover;
  z-index: 10;
}

.bf-news-publications__list .view-pdf {
  padding: 0.5em 1em;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
  color: #000;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform;
}

.bf-news-publications__list .info {
  margin-top: .24rem;
  text-align: center;
  color: #333;
}

.bf-news-publications__list .info .view {
  display: none;
  padding: 5px 12px;
  margin-top: 10px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 16px;
  color: #000;
}

@media all and (min-width:1025px) {
  .bf-news-publications__list .item {
    flex-direction: column;
    justify-content: flex-start;
  }

  .bf-news-publications__list .item .cover {
    width: 100%;
    padding-bottom: 128.57%;
  }

  .bf-news-publications__list .item .cover .wrapper .book:hover .book-front {
    transform: rotateY(-142deg);
  }

  .bf-news-publications__list .item .cover .wrapper .book:hover .book-page.book-page-1 {
    transform: rotateY(-137deg);
    transition-duration: 0.6s;
  }

  .bf-news-publications__list .item .cover .wrapper .book:hover .book-page.book-page-2 {
    transform: rotateY(-127deg);
    transition-duration: 0.7s;
  }

  .bf-news-publications__list .item .cover .wrapper .book:hover .book-page.book-page-3 {
    transform: rotateY(-115deg);
    transition-duration: 0.8s;
  }

  .bf-news-publications__list .item .cover .wrapper .book:hover .book-page.book-page-4 {
    transform: rotateY(-12deg);
    transition-duration: 0.9s;
  }

  .bf-news-publications__list .item .cover .wrapper .book:hover .book-page.book-page-5 {
    transform: rotateY(-7deg);
    transition-duration: 0.75s;
  }
}

@media all and (min-width:1025px) {
  .lg\:block {
    display: block
  }

  .lg\:hidden {
    display: none
  }
}

.bf-news-public-welfare__wrap .item {
  width: 49%;
}

.bf-news-public-welfare__wrap .item .pic-img {
  height: 0;
  position: relative;
  padding-bottom: 59%;
  overflow: hidden;
}

.bf-news-public-welfare__wrap .item .title {
  margin-top: 0.2rem;
  font-size: .18rem;
  color: #333;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width:1024px) {
  .bf-news-public .main-layout>div {
    flex-direction: column;
  }

  .bf-news-public .bf-news-publications,
  .bf-news-public .bf-news-public-welfare {
    width: 100%;
  }

  .bf-news-publications {
    margin-bottom: .5rem;
  }

  .bf-news-publications__list .item {
    width: 33%;
  }

  .bf-news-publications__list .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-left: 50px;
  }

  .bf-news-publications__list .info .view {
    display: block;
  }

  .bf-news-public-welfare__wrap .item .title {
    font-size: 16px;
  }
}

@media (max-width:768px) {
  .bf-news-publications__list {
    flex-direction: column;
  }

  .bf-news-publications__list .item {
    width: 100%;
    margin-bottom: 60px;
  }

  .bf-news-publications__list .tit {
    font-size: 16px;
    text-align: justify;
  }

  .bf-news-public-welfare__wrap {
    flex-direction: column;
  }

  .bf-news-public-welfare__wrap .item {
    width: 100%;
    margin-bottom: 40px;
  }

  .bf-news-public-welfare__wrap .item:last-child {
    margin-bottom: 0;
  }
}

.bf-news-video__wrap {
  font-size: 20px;
}

.bf-news-video-list .item {
  width: 31%;
  margin-bottom: .3rem;
  cursor: pointer;
}

.bf-news-video-list .item .icon {
  top: 50%;
  left: 50%;
  font-size: .54rem;
  color: #fff;
  transform: translate(-50%, -50%);
}

.bf-news-video-list .item .pic {
  width: 100%;
  height: auto;
}

.bf-news-video-list .item .tit {
  margin-top: .28rem;
}

@media (max-width:1024px) {
  .bf-news-video-list .item .tit {
    font-size: 16px;
  }
}

@media (max-width:768px) {
  .bf-news-video-list {
    flex-direction: column;
  }

  .bf-news-video-list .item {
    width: 100%;
  }
}<!--耗时1756126710.0209秒-->