* {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all;
  -o-transition: all;
  -ms-transition: all;
  -moz-transition: all;
  -webkit-transition: all;
}
body,
html {
  font-family: "Microsoft Yahei", arial, \5b8b\4f53, Helvetica, STHeiTi,
    sans-serif;
  width: 100%;
  height: auto;
  background: #fff;
  font-size: 0.14rem;
  color: #2f2f2f;
}

a {
  text-decoration: none;
  transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  color: #222222;
}
a:hover {
  text-decoration: none;
}
em,
i,
strong {
  font-style: normal;
}
img {
  border: 0;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
input,
textarea,
select {
  font-family: "Microsoft Yahei", arial, \5b8b\4f53, Helvetica, STHeiTi,
    sans-serif;
  outline: none;
  font-size: 0.14rem;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="file"],
button,
select {
  -webkit-appearance: none;
  outline: none;
}

div,
a {
  box-sizing: border-box;
}
.content {
  width: 11.8rem;
  margin: 0 auto;
}
.y-flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.y-flex-col {
  display: flex;
  flex-direction: column;
}
.y-line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-list {
  overflow: hidden;
}
.news-list .item {
  width: 45%;
  margin-bottom: 0.1rem;
  margin-right: 5%;
  float: left;
  padding: 0 0 0.15rem 0;
  border-bottom: 0.01rem solid #e8e8e8;
}
.news-list .item .tag {
  background: #ffa72a;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.news-list h2.y-line-1 {
  font-size: 0.16rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.28rem;
}
.news-list .des .date {
  margin-right: 0.15rem;
}
.news-list .des .date img,
.news-list .des .view img {
  width: 0.16rem;
  margin-right: 0.08rem;
}
.y-line-2 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.more-arrow-icon {
  width: 0.19rem;
  height: 0.16rem;
  background: url(/static/safe/images/blue-icon.png) no-repeat;
  background-size: contain;
}
.anim {
  -webkit-transform: translateY(1rem) translateX(0);
  -moz-transform: translateY(1rem) translateX(0);
  transform: translateY(1rem) translateX(0);
  opacity: 0;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /* overflow: hidden; */
}

.anim-show {
  -webkit-transform: translateY(0rem) translateX(0);
  -moz-transform: translateY(0rem) translateX(0);
  transform: translateY(0rem) translateX(0);
  opacity: 1;
}

.main {
  overflow: hidden;
}

.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 22;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.header .content {
  justify-content: space-between;
  height: 0.94rem;
}
.header .logo img {
  width: 1.19rem;
}
.header .right-c,
.header .right-c .nav,
.header .right-c .nav ul,
.header .right-c .nav li {
  height: 100%;
}
.header .right-c .nav {
  padding-right: 0.4rem;
}
.header .right-c .nav li > a {
  font-weight: bold;
  font-size: 0.16rem;
}
.header .right-c .nav li {
  position: relative;
  line-height: 0.98rem;
  box-sizing: border-box;
  margin: 0 0.15rem;
}
.header .right-c .nav li:hover > a,
.header .right-c .nav li.active > a {
  color: #1bcced;
}
.header .right-c .nav li::after,
.header .right-c .nav li.active::after {
  content: "";
  width: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 0.03rem solid #1bcced;
  transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
.header .right-c .nav li:hover::after,
.header .right-c .nav li.active::after {
  width: 100%;
}

.header .right-c .nav li .drop-down {
  padding: 0 0.1rem;
  min-width: 100%;
  position: absolute;
  top: 0.94rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  line-height: 0.4rem;
  background: #fff;
  display: none;
  box-shadow: 0.02rem 0.02rem 0.05rem rgba(0, 0, 0, 0.3);
}
.header .right-c .nav li .drop-down a {
  font-size: 0.14rem;
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
  border-bottom: 0.01rem solid #eee;
  height: 0.5rem;
  display: block;
}
.header .right-c .nav li .drop-down a:last-child {
  border-bottom: 0;
}
.header .right-c .nav li .drop-down a:hover {
  color: #1bcced;
}

.header .right-c .back-home {
  color: #1bcced;
  width: 1.36rem;
  height: 0.4rem;
  line-height: 0.36rem;
  border: 0.02rem solid #1bcced;
  border-radius: 0.2rem;
  text-align: center;
}
.header .right-c .back-home:hover {
  background: #1bcced;
  color: #fff;
}
.header .right-c .search {
  position: relative;
}
.header .right-c .search .search-btn {
  width: 0.35rem;
  height: 0.35rem;
  margin-left: 0.4rem;
  cursor: pointer;
}

.header .right-c .search .search-box {
  width: 0;
  height: 0.5rem;
  background: #eee;
  border-radius: 0.1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  overflow: hidden;
}
.header .right-c .search .search-box input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  padding: 0 0.5rem 0 0.1rem;
  box-sizing: border-box;
}
.header .right-c .search .search-box .seach-box-btn {
  position: absolute;
  top: 50%;
  right: 0rem;
  transform: translateY(-50%);
  cursor: pointer;
  width: 0.35rem;
}
.header .right-c .search .search-box.show {
  width: 2.5rem;
}

.header .right-c .menu {
  margin-left: 0.25rem;
  cursor: pointer;
  background: url(/static/safe/images/menu-icon.png) no-repeat;
  background-size: contain;
  width: 0.35rem;
  height: 0.35rem;
}
.header .right-c .menu.show {
  background-image: url(/static/safe/images/menu-icon-show.png);
}

.menuBox.show {
  right: 0;
}
.menuBox {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 20;
  padding-top: 0.94rem;
  transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
.menuBox .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu_top {
  width: 100%;
  float: left;
}
.menu_top a {
  display: inline-block;
  margin-right: 0.44rem;
  padding-left: 0.67rem;
  line-height: 0.22rem;
  font-size: 0.16rem;
  color: #282828;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.menu_top a:before {
  display: block;
  width: 0.52rem;
  height: 0.01rem;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 48%;
  background-color: #282828;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.menu_top a:hover {
  padding-left: 0.6rem;
  margin-right: 0.51rem;
}
.menu_top a:hover:before {
  width: 0.45rem;
}
.menuBox .content > ul {
  width: 100%;
  float: left;
  margin-top: 8%;
}
.menuBox .content > ul li.hide {
  display: none;
}
.menuBox .content > ul li {
  float: left;
  margin-right: 6%;
}
.menuBox .content > ul li > p {
  display: block;
  font-size: 0.24rem;
  line-height: 0.25rem;
  margin-bottom: 0.4rem;
  padding-left: 0;
}
.menuBox .content > ul li > p a {
  color: #282828;
}
.menuBox .content > ul li > p span {
  font-size: 0.18rem;
  font-family: "Century Gothic";
}
.menu_list {
  display: block;
  overflow: hidden;
}
.menu_li_c > div a {
  font-size: 0.14rem;
  color: #666;
  margin-left: 0.44rem;
  display: block;
  line-height: 0.28rem;
}
.menu_li_c > p a em {
  display: inline-block;
  width: 0rem;
  height: 0.01rem;
  background-color: #666666;
  margin-right: 0.03rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.menu_li_c > p a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.29rem;
  color: #666666;
  padding-left: 0.28rem;
}
.menu_li_h > div {
  display: none;
}
.menu_li_c > p a:hover em {
  width: 0.12rem;
}
.menuBox .content > ul li > p a:hover,
.menu_li_c > p a:hover,
.menu_top a:hover,
.menu_li_c > div a:hover {
  color: #e60012;
}

.banner {
  position: relative;
  padding-top: 0.94rem;
  overflow: hidden;
}

.introduce {
  position: relative;
  top: -0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  z-index: 2;
  width: 11.8rem;
  height: 3rem;
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(15, 26, 67, 0.1);
  border-radius: 4px;
}
.introduce .info {
  width: 11.19rem;
  height: 50%;
  font-size: 0.16rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  word-wrap: break-word;
  word-break: break-all;
}
.arrange .content {
  width: 12.8rem;
}
.arrange .content .module-title {
  width: 11.8rem;
  margin: 0 auto;
  padding: 0.15rem 0 0.45rem;
}
.arrange .container {
  position: relative;
  padding: 0 0 0 0.82rem;
}
.arrange .swiper-container {
  height: 3.07rem;
  position: relative;
  overflow: hidden;
}
.arrange .container::after {
  content: "";
  position: absolute;
  top: 1.8rem;
  left: 50%;
  width: 100%;
  height: 0.1rem;
  background: url(/static/safe/images/timeline.png) no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.arrange .item {
  width: 2.4rem;
  padding: 0 0.3rem 0 0.2rem;
}
.arrange .item .des-box {
  width: 2.3rem;
  position: relative;
  z-index: 1;
  height: 1.4rem;
}
.arrange .item .des-box::before {
  content: "";
  position: absolute;
  bottom: -0.48rem;
  left: 50%;
  width: 0.18rem;
  height: 0.18rem;
  background: url(/static/safe/images/节点.png) no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}
.arrange .item .des-box h2 {
  display: flex;
  align-items: center;
  margin: auto;
  font-size: 0.18rem;
  color: #444;
  font-weight: 500;
  width: 60%;
  height: 100%;
}
.arrange .item .des-box::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2.4rem;
  height: 100%;
  background: url(/static/safe/images/气泡.png) no-repeat;
  z-index: -1;
  background-size: contain;
}
.arrange .item .des-box:hover h2 {
  color: #1bcced;
}

.arrange .item .date {
  position: relative;
  top: 0.7rem;
  left: 0.2rem;
  font-size: 0.18rem;
  color: #666666;
  font-weight: 400;
  text-align: center;
}
.arrange .item .time {
  position: relative;
  top: 0.7rem;
  left: 0.2rem;
  font-size: 0.14rem;
  color: #666666;
  font-weight: 400;
  text-align: center;
}

.arrange .btn {
  outline: none;
  width: 1.1rem;
  height: 1rem;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
}
.arrange .btn::after {
  width: 0.69rem;
  height: 0.69rem;
  position: absolute;
  top: 0.79rem;
  margin-top: 0;
  transform: translateY(-50%);
  outline: none;
  content: "";
}
.arrange .btn.swiper-button-prev::after {
  top: 0.2rem;
  background: url(/static/safe/images/toggle-left.png) no-repeat;
  background-size: 0.15rem 0.27rem;
}
.arrange .btn.swiper-button-next::after {
  top: 0.2rem;
  right: -0.8rem;
  background: url(/static/safe/images/toggle-right.png) no-repeat;
  background-size: 0.15rem 0.27rem;
}

.module-title {
  padding: 0.45rem 0;
  justify-content: space-between;
  color: #1bcced;
}
.module-title .text {
  font-size: 0.36rem;
  font-weight: bold;
}
.module-title .text img {
  width: 0.25rem;
}

.agenda {
  background: #f1f3f6 url(../images/地球底图.png) no-repeat 0 bottom;
}
/* .agenda-content {margin-top: 0.3rem;} */
.agenda-content .date {
  position: relative;
  z-index: 1;
  line-height: 0.22rem;
  width: 1.5rem;
  height: 0.38rem;
  font-size: 0.24rem;
  padding-bottom: 0.16rem;
  border-bottom: 4px solid #1bcced;
}
.agenda-content .agenda-info {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 32%);
  justify-content: space-between;
  top: -0.02rem;
  width: 14rem;
  padding-top: 0.27rem;
  border-style: solid;
  border-color: #e2e2e2;
  border-width: 2px 0 0 0;
}
.agenda-content .agenda-info .agenda-moudle {
  margin-bottom: 0.2rem;
}
.agenda-content .agenda-info .time {
  height: 0.7rem;
  background: linear-gradient(95deg, #4e56f0, #0cd9f1);
  font-size: 0.16rem;
  font-weight: 400;
  color: #ffffff;
  padding-left: 0.26rem;
}
.agenda-info .detail {
  height: 1.8rem;
  padding: 0.3rem 0.26rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
}
.agenda-content:nth-child(2) .detail {
  height: 1.3rem;
}
.agenda-info .detail h3 {
  padding-bottom: 0.2rem;
}
.agenda-info .detail span {
  font-size: 0.14rem;
  color: #999999;
}

.publish .content {
  position: relative;
  width: 12.8rem;
}
.publish .content .module-title {
  width: 11.8rem;
  margin: 0 auto;
}
.publish-container {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 0.3rem);
  padding: 0 0.5rem;
}
.publish .publish-content .publish-moudle {
  position: relative;
  width: 3rem;
  height: 3.98rem;
  overflow: hidden;
  margin: 0 0.26rem 0.26rem 0;
}
.publish .publish-content .publish-moudle img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.publish-content .shadow {
  transition: height 0.3s ease-out;
  position: absolute;
  bottom: 0;
  height: 20%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.15rem;
}
.publish-content .shadow .explain {
  color: #fff;
}
.publish-content .shadow .explain p {
  display: none;
}

.publish-content .shadow:hover {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.publish-content .shadow:hover .explain p {
  margin-top: 0.26rem;
  display: block;
}

.activity-good {
  position: relative;
  padding-bottom: 0.7rem;
}
.activity-good .content {
  width: 12.8rem;
}
.activity-good .content .module-title {
  width: 11.8rem;
  margin: 0 auto;
}
.activity-good .swiper-container {
  position: relative;
  overflow: hidden;
  padding: 0 0.5rem;
}

.activity-good .item {
  width: calc(33.33% - 0.3rem);
  margin-right: 0.3rem;
  position: relative;
}
.activity-good .item .pic img {
  transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
.activity-good .item:hover .pic img {
  transform: scale(1.1);
}
.activity-good .item .pic {
  height: 2.48rem;
  overflow: hidden;
}
.activity-good .item .pic img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.activity-good .item .text {
  background: url("/static/safe/images/jchd.png") no-repeat;
  background-size: cover;
  padding: 0.25rem;
  color: #fff;
}
.activity-good .item .text h2 {
  font-size: 0.16rem;
}
.activity-good .item .text .des {
  margin-top: 0.2rem;
  opacity: 0.8;
  line-height: 0.28rem;
}

.exhibition {
  position: relative;
}
.exhibition .pic {
  margin: auto;
  background: url("/static/safe/images/3.png") no-repeat;
  background-size: contain;
  width: 11.8rem;
  height: 13rem;
}

.result {
  background: #f1f3f6;
}
.result .container {
  width: 11.8rem;
  margin: auto;
  display: flex;
  align-items: center;
  padding-bottom: 1.1rem;
}
.result .left {
  width: 3.6rem;
  height: 5.17rem;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
.result .left a {
  height: 0.74rem;
  width: 100%;
  line-height: 0.74rem;
  padding-left: 0.26rem;
  color: #222222;
  font-size: 0.18rem;
}
.result .left a:nth-last-of-type(1) {
  color: #666;
}

.result .container .right {
  position: relative;
  width: 9.2rem;
  height: 4.5rem;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
}
.result .right .result-info {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto auto;
  align-content: center;
  padding-left: 1rem;
  height: 4.5rem;
}
.result .right .result-info img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 9.2rem;
}
.result .right .result-info h3 {
  position: relative;
  z-index: 1;
  width: fit-content;
  font-size: 0.18rem;
  font-weight: 500;
  color: #666666;
  margin-bottom: 0.2rem;
}
.result .right .result-info p {
  position: relative;
  z-index: 1;
  width: 3rem;
  z-index: 2;
  overflow: hidden;
  font-size: 0.16rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.28rem;
}
.result .container .left a:nth-last-of-type(1) {
  background: url("/static/safe/images/anchor-icon.png") no-repeat;
  background-position: 46% 52%;
}
.result .left a:hover {
  color: #1bcced;
  font-size: 0.18rem;
}
.result .right .move {
  transition: all 0.3s ease-in;
}
.target {
  background: linear-gradient(95deg, #4e56f0, #0cd9f1) !important;
  color: #fff !important;
}

.special {
  position: relative;
}
.special .swiper-button {
  width: 0.4rem;
  height: 0.8rem;
  background: rgba(0, 0, 0, 0.7) center;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}
.special .swiper-button::after {
  display: none;
  outline: none;
}
.special .swiper-button.swiper-button-next {
  right: -0.4rem;
  border-top-right-radius: 0.08rem;
  border-bottom-right-radius: 0.08rem;
  background-image: url(/static/safe/images/right-btn.png);
  background-size: 0.245rem 0.455rem;
  background-repeat: no-repeat;
}
.special .swiper-button.swiper-button-prev {
  left: -0.4rem;
  border-top-left-radius: 0.08rem;
  border-bottom-left-radius: 0.08rem;
  background-image: url(/static/safe/images/left-btn.png);
  background-size: 0.245rem 0.455rem;
  background-repeat: no-repeat;
}
.special .swiper-pagination {
  display: none;
}

.main .activity-photos {
  background: url(/static/safe/images/activity-bk.png) no-repeat;
  background-size: cover;
}
.main .activity-photos .content {
  padding-bottom: 0.7rem;
}
.main .activity-photos .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
.main .activity-photos .swiper-slide-active .mask {
  opacity: 0;
}
.main .activity-photos .swiper-slide {
  position: relative;
}
.main .activity-photos .swiper-slide .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.2rem 0.35rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.18rem;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  padding-left: 0.5rem;
}
.main .activity-photos .swiper-slide .text::after {
  content: "";
  width: 0.18rem;
  height: 0.18rem;
  background: url(/static/safe/images/photos-icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0.2rem;
  transform: translateY(-50%);
}
.main .activity-photos .swiper-slide::after {
  content: "";
  background: linear-gradient(to top, #000, rgba(255, 255, 255, 0));
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  box-sizing: border-box;
}
.main .activity-photos .num {
  position: absolute;
  bottom: 0;
  right: 1.8rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  padding: 0.2rem 0 0.3rem;
}
.main .activity-photos .swiper-button {
  color: #fff;
  font-weight: bold;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  background-color: transparent;
  width: 0.8rem;
  text-align: left;
  font-size: 0.16rem;
}
.main .activity-photos .swiper-button.swiper-button-next {
  right: 0.3rem;
  background-position-x: 0.55rem;
}
.main .activity-photos .swiper-button.swiper-button-prev {
  left: 0.3rem;
  background-position-x: 0rem;
}
.main .gallery-thumbs {
  margin: 0.5rem 0 0;
  overflow: hidden;
}
.main .thumbs-box {
  position: relative;
}
.main .thumbs-box .swiper-slide {
  height: 0.9rem;
  position: relative;
}
.main .thumbs-box .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
.main .thumbs-box .swiper-slide.swiper-slide-thumb-active::after {
  border: 5px solid #ddd;
  border-image: -webkit-linear-gradient(90deg, #0255ff, #00a8ff) 30 30;
  border-image: -moz-linear-gradient(90deg, #0255ff, #00a8ff) 30 30;
  border-image: linear-gradient(90deg, #0255ff, #00a8ff) 30 30;
}
.main .thumbs-box .swiper-slide img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.module-title {
  padding: 0.45rem 0;
  justify-content: space-between;
  color: #222222;
}
.module-title .text {
  font-size: 0.36rem;
  font-weight: bold;
}
.module-title .text img {
  width: 0.25rem;
}
.module-title .more {
  font-size: 0.16rem;
  color: #1bcced;
  padding: 0.03rem 0.2rem;
}
.module-title .more .more-arrow-icon {
  margin-left: 0.08rem;
}
.module-title .refresh {
  font-size: 0.16rem;
  color: #1bcced;
  font-weight: bold;
  cursor: pointer;
}
.module-title .refresh img {
  width: 0.19rem;
  margin-right: 0.15rem;
}
.module-title .refresh:hover {
  opacity: 0.8;
}

.module-title.color-white,
.module-title.color-white .more {
  color: #fff;
}
.module-title.color-white .more {
  border-color: #fff;
}
.module-title.color-white .more .more-arrow-icon {
  background-image: url(/static/safe/images/arrow-icon-w.png);
}

.module-title .more:hover .more-arrow-icon {
  border: 1px dashed #f00;
}
.module-title.color-white .more:hover {
  background: #fff;
  color: #1bcced;
}
.module-title.color-white .more:hover .more-arrow-icon {
  background-image: url(/static/safe/images/arrow-icon.png);
}

.news {
  background-color: #f1f3f6;
}
.news .item-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 0.3rem);
  padding-bottom: 0.5rem;
}
.news .item-list .item {
  width: calc(33.3% - 0.3rem);
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  background: #fff;
}
.news .item-list .item .pic {
  overflow: hidden;
}
.news .item-list .item .pic img {
  transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
.news .item-list .item:hover .pic img {
  transform: scale(1.1);
}
.news .item-list .item .info {
  padding: 0.24rem;
}
.news .item-list .item .info .item-title {
  color: #444444;
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.28rem;
  height: 0.56rem;
}
.news .item-list .item .info .item-title:hover {
  color: #1bcced;
}
.news .item-list .item .info .item-des {
  justify-content: space-between;
  padding-top: 0.1rem;
  color: #999999;
}
.news .item-list .item .info .item-des .tag {
  background: #ffa72a;
  color: #fff;
  padding: 0.02rem 0.1rem;
  border-top-right-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
  margin-right: 0.1rem;
}
.news .item-list .item .info .item-des .right img {
  margin-right: 0.1rem;
  width: 0.16rem;
}

.main-download .container {
  padding-bottom: 1.1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 11.8rem;
  margin: auto;
}
.main-download .container .data-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-download .download-module {
  display: flex;
  margin-bottom: 0.29rem;
}
.main-download .loadmore {
  width: 100%;
}
.download-module .data-icon {
  width: 0.22rem;
  height: 0.28rem;
}
.download-module .download-content {
  width: 5.45rem;
  margin-left: 0.2rem;
  padding-bottom: 0.41rem;
  border-style: solid;
  border-color: #e8e8e8;
  border-width: 0 0 1px 0;
}
.download-module .download-content .text {
  margin-bottom: 0.23rem;
  width: 560px;
  height: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.download-module .download-content span {
  padding-right: 0.08rem;
}
.download-module .download-content a {
  margin: 0 0.1rem 0 0.23rem;
}
.download-module .download-content a:hover {
  border: 1px dashed red;
  box-sizing: border-box;
}

/* .video-list{ background: url(/static/safe/images/video-list-bg.jpg) no-repeat center; background-size: contain; } */
.video-list .content {
  padding-bottom: 0.8rem;
}
.video-list .y-flex-row {
  justify-content: space-between;
}
.video-list .item-list .left {
  width: 8.16rem;
  height: 7.12rem;
}
.video-list .item-list .left .left-b {
  margin-top: 0.3rem;
}
.video-list .item-list .left .left-b .item {
  width: calc(50% - 0.15rem);
}
.video-list .item-list .item {
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  background: #f1f3f6;
}
.video-list .item-list .left .item {
  height: 4.62rem;
}
.video-list .item-list .left .left-b .item {
  height: 2.21rem;
}
.video-list .item-list .item .pic {
  height: 100%;
  transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
.video-list .item-list .item .pic {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.video-list .item-list .item .item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.58rem;
  background: linear-gradient(95deg, #4e56f0, #0cd9f1);
  justify-content: left;
  padding: 0 0.3rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.18rem;
}
.video-list .item-list .item .item-title img {
  margin-right: 0.1rem;
  width: 0.26rem;
}
.video-list .item-list .item:hover .pic {
  transform: scale(1.1);
}
.video-list .item-list .right {
  width: 4.34rem;
  height: 7.12rem;
}
.video-list .pic-box {
  position: relative;
  height: 100%;
}
.video-list .pic-box::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: url(/static/safe/images/video-btn.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-list .left > .item .pic-box {
  height: 4.6rem;
}
.video-list .left > .left-b .item .pic-box {
  height: 2.21rem;
}
.video-list .item-list .left .left-b .pic-box::after {
  width: 0.35rem;
  height: 0.35rem;
}

.photos {
  background: url(/static/safe/images/photos-bg.jpg) no-repeat center;
  background-size: contain;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.photos .snow-canvas {
  z-index: -1;
}
.photos .content {
  padding-bottom: 0.75rem;
}
.photos .gallery-top {
  height: auto;
}
.photos .gallery-top .swiper-slide {
  position: relative;
}
.photos .gallery-top .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.2rem 0.35rem 0.3rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.18rem;
  width: 100%;
  z-index: 1;
}
.photos .gallery-top .text::after {
  content: "";
  background: linear-gradient(to top, #000, rgba(255, 255, 255, 0));
  opacity: 0.7;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
}
.photos .gallery-top .text img {
  width: 0.18rem;
  margin-right: 0.1rem;
}
.photos .gallery-top .text span {
  max-width: 70%;
}
.photos .gallery-top .num {
  position: absolute;
  bottom: 0;
  right: 0.35rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  padding: 0.2rem 0 0.3rem;
}

.photos .gallery-thumbs {
  margin: 0.2rem 0.5rem 0;
  overflow: hidden;
}
.photos .thumbs-box {
  position: relative;
}
.photos .thumbs-box .swiper-slide {
  height: 0.9rem;
  position: relative;
}
.photos .thumbs-box .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
.photos .thumbs-box .swiper-slide.swiper-slide-thumb-active::after {
  background: transparent;
  border: 4px solid #1bcced;
}

.photos .thumbs-box .swiper-slide img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.photos .swiper-button {
  top: auto;
  bottom: 0;
  width: 0.3rem;
  height: 0.89rem;
  background: url(/static/safe/images/photos-next.jpg);
  right: 0;
  outline: none;
  background-size: contain;
}
.photos .swiper-button::after {
  content: "";
}
.photos .swiper-button.swiper-button-prev {
  background-image: url(/static/safe/images/photos-prev.jpg);
  left: 0;
}
.photos .gallery-top:hover .swiper-button {
  visibility: visible;
  opacity: 1;
}
.photos .gallery-top .swiper-button {
  width: 0.4rem;
  height: 0.8rem;
  background: rgba(0, 0, 0, 0.7) center;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  opacity: 0;
}
.photos .gallery-top .swiper-button.swiper-button-next {
  border-top-left-radius: 0.08rem;
  border-bottom-left-radius: 0.08rem;
  background-image: url(/static/safe/images/right-btn.png);
  background-size: 0.245rem 0.455rem;
  background-repeat: no-repeat;
}
.photos .gallery-top .swiper-button.swiper-button-prev {
  border-top-right-radius: 0.08rem;
  border-bottom-right-radius: 0.08rem;
  background-image: url(/static/safe/images/left-btn.png);
  background-size: 0.245rem 0.455rem;
  background-repeat: no-repeat;
}

.footer {
  background: #0c132f;
  position: relative;
}
.footer::after {
  content: "";
  position: absolute;
  top: -0.6rem;
  left: 0;
  width: 100%;
  height: 1.15rem;
}
.footer .content {
  padding: 0.8rem 0 0.5rem;
  justify-content: space-between;
}
.footer .left,
.footer .left a {
  color: #fff;
  font-size: 0.14rem;
}
.footer .left a:hover {
  color: #1bcced;
}

.footer .left .copyright {
  margin-top: 0.4rem;
  opacity: 0.8;
  line-height: 0.3rem;
}

.footer .right .item {
  margin-left: 0.2rem;
  color: #fff;
  text-align: center;
}
.footer .right .item p {
  margin-top: 0.1rem;
}

.page {
  padding-top: 0.95rem;
}
.n-banner {
  position: relative;
}
.n-banner .content {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  justify-content: center;
  color: #fff;
}
.n-banner .content h4 {
  font-size: 0.48rem;
  margin-bottom: 0.2rem;
}
.n-banner .content p {
  font-size: 0.24rem;
}

.n-container {
  position: relative;
}

.crumbs {
  background: rgba(255, 255, 255, 0.9);
  padding: 0 0.3rem;
  height: 0.6rem;
  justify-content: flex-end;
  color: #999999;
  position: absolute;
  z-index: 1;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  overflow-y: auto;
  white-space: nowrap;
}
.crumbs i {
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  background: url(/static/safe/images/crumbs-icon.png) no-repeat;
  background-size: contain;
  margin-right: 0.1rem;
}
.crumbs a {
  color: #999999;
}
.crumbs a:hover {
  color: #1bcced;
}

.loadmore {
  font-size: 0.16rem;
  font-weight: bold;
  margin-top: 0.3rem;
  color: #999999;
  justify-content: center;
}
.loadmore span {
  cursor: pointer;
}
.loadmore i {
  display: none;
  width: 0.16rem;
  height: 0.16rem;
  background: url(/static/safe/images/loading.gif) no-repeat;
  background-size: contain;
  margin-right: 0.1rem;
}
.loadmore.load i {
  display: block;
}

/* 新闻详情 */
.news-details {
  position: relative;
}
.news-details .news-banner {
  position: absolute;
  top: 0.95rem;
  left: 0;
  width: 100%;
}
.news-details .news-container {
  margin-top: 2.4rem;
  background: #ffffff;
  padding: 0 0.5rem;
}
.news-details .news-container .title {
  text-align: center;
  padding: 0.2rem 0;
}
.news-details .news-container .title h2 {
  font-size: 0.3rem;
  margin-bottom: 0.25rem;
}
.news-details .news-container .title .des {
  font-size: 0.16rem;
  color: #999999;
  justify-content: center;
}
.news-details .news-container .title .des span {
  margin: 0 0.1rem;
}
.news-details .news-container .title .share {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin-top: 0.3rem;
}
.news-details .news-container .title .share::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  z-index: -1;
}
.share .bshare-custom {
  background: #fff;
  padding: 0 0.2rem;
}
.share .bshare-custom a {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0.2rem;
  background-size: contain;
  background-position: center;
}
.share .bshare-custom a.bshare-sinaminiblog {
  background-image: url(/static/safe/images/share-icon1.png);
}
.share .bshare-custom a.bshare-linkedin {
  background-image: url(/static/safe/images/share-icon2.png);
}
.share .bshare-custom a.bshare-weixin {
  background-image: url(/static/safe/images/share-icon3.png);
}

.news-details .n-container {
  padding-bottom: 0.8rem;
}
.news-details .news-container .info {
  line-height: 30px;
  font-size: 14px;
}
.news-details .news-container .info img {
  width: auto;
}
.news-details .news-container .info p {
  line-height: 30px;
}

.news-details .bottom {
  margin-top: 0.5rem;
  color: #999;
  font-size: 16px;
  justify-content: space-between;
}
.news-details .bottom .share .bshare-custom {
  padding: 0 0rem;
}
.news-details .bottom .share .bshare-custom a {
  margin: 0 0.1rem;
}
.news-details .bottom .back {
  font-size: 0.16rem;
  color: #1bcced;
  padding: 5px 30px;
  border: 2px solid #1bcced;
  border-radius: 20px;
  font-weight: bold;
}
.news-details .bottom .back:hover {
  color: #fff;
  background: #1bcced;
}
.news-details .activity-news {
  background: #fff;
  padding: 0.4rem 0.5rem 0.8rem;
  margin-top: 0.6rem;
}
.news-details .activity-news h4.title {
  font-size: 0.3rem;
  color: #222;
  font-weight: 500;
  line-height: 28px;
  height: 0.6rem;
  line-height: 0.6rem;
}

/* 运动列表 */
.activity-list-page .p1 {
  background: url(/static/safe/images/activity-list-page-page1-bg.jpg) no-repeat top
    center;
  background-size: contain;
  padding: 0.4rem 0 0.8rem;
}
.activity-list-page .p1 h2 {
  font-size: 0.36rem;
  color: #1bcced;
}
.activity-list-page .p1 h4 {
  font-size: 0.2rem;
  color: #444444;
  margin: 0.25rem 0;
}
.activity-list-page .p1 p {
  font-size: 0.16rem;
  color: #444444;
  margin-bottom: 0.3rem;
  line-height: 0.3rem;
}
.activity-list-page .p1 h3 {
  font-size: 0.2rem;
  color: #1bcced;
}
.activity-list-page .item-list {
  background: url(/static/safe/images/activity-list-page-bg.jpg) bottom center;
  background-size: contain;
  padding: 0.8rem 0;
}
.activity-list-page .item-list .content {
  position: relative;
  z-index: 1;
}
.activity-list-page .item-list .content::after {
  content: "";
  width: 1.86rem;
  height: 2.87rem;
  background: url(/static/safe/images/activity-list-page-bg-icon1.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -0.8rem;
  left: -1.4rem;
  z-index: -1;
}
.activity-list-page .item-list .content::before {
  content: "";
  width: 2.95rem;
  height: 3.05rem;
  background: url(/static/safe/images/activity-list-page-bg-icon2.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -0.5rem;
  right: -1.6rem;
  z-index: -1;
}
.activity-list-page .item-list .item {
  position: relative;
  margin-bottom: 0.4rem;
}
.activity-list-page .item-list .item a {
  background: #e6f0fb;
  width: 7rem;
  height: 3.1rem;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  padding: 0.5rem 0.15rem 0 0.4rem;
}
.activity-list-page .item-list .item .pic {
  display: none;
}
.activity-list-page .item-list .item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.activity-list-page .item-list .item .text h2 {
  font-size: 0.2rem;
  color: #333333;
  position: relative;
  padding-left: 0.2rem;
  z-index: 1;
  margin-bottom: 0.3rem;
}
.activity-list-page .item-list .item .text h2::after {
  content: "";
  width: 0.39rem;
  height: 0.38rem;
  background: url(/static/safe/images/activity-list-page-item-title-icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.activity-list-page .item-list .item .text .des {
  font-size: 0.16rem;
  color: #666666;
}
.activity-list-page .item-list .item .text .des span {
  position: relative;
  padding-left: 0.3rem;
  margin-right: 0.3rem;
}
.activity-list-page .item-list .item .text .des span::after {
  content: "";
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.activity-list-page .item-list .item .text .des span.date::after {
  background: url(/static/safe/images/activity-list-page-item-icon1.png) no-repeat;
  background-size: contain;
}
.activity-list-page .item-list .item .text .des span.address::after {
  background: url(/static/safe/images/activity-list-page-item-icon2.png) no-repeat;
  background-size: contain;
}
.activity-list-page .item-list .item .text .info {
  font-size: 0.16rem;
  color: #444444;
  line-height: 0.28rem;
  margin: 0.25rem 0;
}
.activity-list-page .item-list .item .text .btn {
  font-size: 0.16rem;
  color: #1bcced;
  font-weight: bold;
  border: 2px solid #1bcced;
  padding: 0.03rem 0.2rem;
  border-radius: 0.2rem;
  transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
.activity-list-page .item-list .item .text .btn i {
  display: inline-block;
  width: 0.19rem;
  height: 0.16rem;
  background: url(/static/safe/images/arrow-icon.png) no-repeat;
  background-size: contain;
}
.activity-list-page .item-list .item .text .btn:hover {
  background: #1bcced;
  color: #fff;
}
.activity-list-page .item-list .item .text .btn:hover i {
  background-image: url(/static/safe/images/arrow-icon-w.png);
}
.activity-list-page .item-list .item .text h2:hover {
  color: #1bcced;
}
.activity-list-page .item-list .item .text .info:hover {
  opacity: 0.8;
}

/* 新闻中心 -- 焦点新闻 */
.news-center-page {
  padding-bottom: 1rem;
}
.news-center-page .tab-nav {
  background: #fbfbfb;
}
.news-center-page .crumbs {
  background-color: #fff;
}
.news-center-page .tab-nav .content {
  justify-content: center;
  border-bottom: 1px solid #e8e8e8;
}
.news-center-page .tab-nav a {
  font-size: 0.3rem;
  font-weight: bold;
  color: #666666;
  margin: 0 0.45rem;
  padding: 0.15rem 0;
  border-bottom: 0.03rem solid transparent;
}
.news-center-page .tab-nav a.active,
.news-center-page .tab-nav a:hover {
  color: #1bcced;
  border-bottom-color: #1bcced;
}
.news-center-news .big-item {
  background: #fbfbfb;
  padding: 0.6rem 0;
}
.news-center-news .big-item .content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(2, 2.22rem);
  grid-gap: 0.2rem 0.2rem;
  justify-content: space-between;
  box-sizing: border-box;
}
.news-center-news .big-item .content .item:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
}
.news-center-news .big-item .item {
  position: relative;
}
.news-center-news .big-item .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
}
.news-center-news .big-item .item .pic,
.news-center-news .big-item .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: hidden;
  transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}

.news-center-news .big-item .item .news-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0.3rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.18rem;
}
.news-center-news .big-item .item:hover .pic img {
  transform: scale(1.1);
}

.news-center-news .m-big-item {
  display: none;
}

.tag {
  background: #1bcced;
  color: #fff;
  padding: 0.02rem 0.1rem;
  border-top-right-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
  margin-right: 0.1rem;
  flex-shrink: 0;
  font-size: 0.14rem;
  font-weight: normal;
}
.news-center-news .big-item .item .news-title::after {
  content: "";
  background: linear-gradient(to top, #000, rgba(255, 255, 255, 0));
  opacity: 0.7;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
}
.news-title p {
  flex-shrink: 6;
}
.news-title .hot {
  width: 0.15rem;
  height: 0.17rem;
  background: url(/static/safe/images/hot-icon.png) no-repeat;
  background-size: contain;
  margin-left: 0.15rem;
}

.news-center-news .list-item {
  padding: 0.6rem 0;
}
.news-center-news .list-item::after {
  content: "";
  width: 3.17rem;
  height: 3.78rem;
  background: url(/static/safe/images/news-center-news-bg.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -0.5rem;
  right: 1rem;
}
.news-center-news .list-item .item {
  background: #fff;
  align-items: flex-start;
  margin-bottom: 0.4rem;
}
.news-center-news .list-item .item .pic {
  width: 4.07rem;
  height: 2.32rem;
  overflow: hidden;
  flex-shrink: 0;
}
.news-center-news .list-item .item .pic img {
  object-fit: contain;
  height: 100%;
}
.news-center-news .list-item .item .text {
  padding: 0.48rem 0 0 0.68rem;
  width: calc(100% - 4.07rem);
}
.news-center-news .list-item .item .text .news-title p {
  font-size: 0.18rem;
  font-weight: bold;
}
.news-center-news .list-item .item .text .des {
  margin: 0.2rem 0;
  color: #999999;
}
.news-center-news .list-item .item .text .des .author {
  margin-right: 0.3rem;
}
.news-center-news .list-item .item .text .des .author img {
  width: 0.15rem;
  margin-right: 0.1rem;
}
.news-center-news .list-item .item .text .des .view img {
  width: 0.13rem;
  margin-right: 0.1rem;
}
.news-center-news .list-item .item .text .info {
  width: calc(100% - 1.5rem);
  padding-right: 0.6rem;
}
.news-center-news .list-item .item .text .info .y-line-2 {
  line-height: 0.28rem;
  color: #666666;
  font-size: 0.16rem;
}
.news-center-news .list-item .item .text .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  width: 1.6rem;
  color: #555555;
  position: relative;
}
.news-center-news .list-item .item .text .date::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0.9rem;
  transform: translateY(-50%);
  background: #c2c2c2;
}
.news-center-news .list-item .item .text .date .day {
  font-size: 0.48rem;
  font-weight: bold;
}
.news-center-news .list-item .item:hover {
  background: #fafafa;
  box-shadow: 3px 3px 10px rgba(204, 204, 204, 0.75);
}

/* 新闻中心 -- 精彩图集 */
.news-center-photos .tab-nav,
.news-center-video .tab-nav {
  background: #fff;
}
.anchor .content {
  justify-content: center;
  padding: 0.45rem 0;
}
.anchor span {
  padding: 0 0.4rem 0 0.15rem;
  height: 0.4rem;
  line-height: 0.4rem;
  margin: 0 0.16rem;
  background: #fff;
  border: 1px solid #1bcced;
  color: #666666;
  font-size: 0.16rem;
  box-shadow: 5px 5px 0 rgba(0, 50, 150, 0.2);
  cursor: pointer;
  position: relative;
  transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
.anchor span::after {
  content: "";
  width: 0.19rem;
  height: 0.16rem;
  background: url(/static/safe/images/anchor-icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.15rem;
  transform: translateY(-50%);
  transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
.anchor span.active,
.anchor span:hover {
  color: #fff;
  background: #1bcced;
}
.anchor span.active::after,
.anchor span:hover::after {
  background-image: url(/static/safe/images/anchor-icon-c.png);
}

.news-center-page .type-list .group {
  padding-bottom: 0.5rem;
}
.news-center-page .type-list .group .title {
  font-size: 0.24rem;
  color: #444444;
  font-weight: bold;
  background: url(/static/safe/images/activity-list-page-item-title-icon.png) no-repeat;
  background-size: 0.39rem 0.38rem;
  line-height: 0.45rem;
  padding-left: 0.15rem;
}
.news-center-page .type-list .group .item-list {
  padding: 0.3rem 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.news-center-page .type-list .group .item-list .item {
  width: calc(25% - 0.075rem);
  margin: 0 0.1rem 0.1rem 0;
  cursor: pointer;
  overflow: hidden;
}
.news-center-page .type-list .group .item-list .item:nth-child(4n) {
  margin-right: 0;
}
.news-center-page .type-list .group .item-list .item .pic img {
  transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-center-page .type-list .group .item-list .item:hover .pic img {
  transform: scale(1.1);
}

.news-center-page .type-list .group .item-list .item:nth-of-type(n + 9) {
  display: none;
}
.news-center-page .type-list .group.open .item-list .item {
  display: block;
}

.news-center-page .type-list .group .unfold {
  justify-content: center;
}
.news-center-page .type-list .group .unfold span {
  font-size: 0.16rem;
  color: #1bcced;
  border: 2px solid #1bcced;
  border-radius: 0.2rem;
  padding: 0.05rem 0.25rem 0.05rem 0.55rem;
  position: relative;
  cursor: pointer;
  transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
.news-center-page .type-list .group .unfold span::after {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 50%;
  width: 0.18rem;
  height: 0.11rem;
  margin-top: -0.055rem;
  background: url(/static/safe/images/unfold-icon.png) no-repeat;
  background-size: contain;
  transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
.news-center-page .type-list .group .unfold span:hover {
  background: #1bcced;
  color: #fff;
}
.news-center-page .type-list .group .unfold span:hover::after {
  background-image: url(/static/safe/images/unfold-icon-c.png);
}
.news-center-page .type-list .group.open .unfold span::after {
  transform: rotateX(-180deg);
}

.news-center-page .note h2 {
  font-size: 0.18rem;
  color: #444444;
  margin-bottom: 0.3rem;
}
.news-center-page .note h2 img {
  margin-right: 0.1rem;
  width: 0.18rem;
}
.news-center-page .note p {
  line-height: 0.3rem;
  font-size: 0.16rem;
}

.photos-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  display: none;
}
.photos-popup .swiper {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.18rem;
  max-width: 80%;
  color: #fff;
}
.photos-popup .swiper .swiper-container {
  width: 9.18rem;
  max-width: 100%;
}
.photos-popup .swiper .close {
  font-size: 0.16rem;
  position: absolute;
  top: -0.5rem;
  right: 0;
  cursor: pointer;
}
.photos-popup .swiper .close img {
  width: 0.18rem;
  margin-left: 0.08rem;
}
.photos-popup .swiper .des {
  text-align: center;
  padding: 0.15rem 0;
  line-height: 0.3rem;
}
.photos-popup .swiper .swiper-pagination {
  bottom: auto;
  top: -0.3rem;
  font-weight: bold;
}
.photos-popup .swiper .swiper-button-next {
  right: -0.5rem;
  outline: none;
}
.photos-popup .swiper .swiper-button-prev {
  left: -0.5rem;
  outline: none;
}
.photos-popup .swiper .swiper-button-next:after,
.photos-popup .swiper .swiper-button-prev:after {
  color: #fff;
}

/* 新闻中心 -- 精彩视频 */
.news-center-video .type-list .group .item-list .item {
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  position: relative;
  cursor: pointer;
  width: calc(33.33% - 0.2rem);
}
.news-center-video .type-list .group .item-list .item:nth-child(3n) {
  margin-right: 0;
}
.news-center-video .type-list .group .item-list .item:nth-child(4n) {
  margin-right: 0.3rem;
}
.news-center-video .type-list .group .item-list .item:nth-of-type(n + 7) {
  display: none;
}
.news-center-video .type-list .group.open .item-list .item {
  display: block;
}
.news-center-video .group .item .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news-center-video .group .item .pic::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: url(/static/safe/images/video-btn.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-center-video .group .item .pic img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
.news-center-video .group .item:hover .pic img {
  transform: scale(1.1);
}
.news-center-video .group .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0.2rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.18rem;
}
.news-center-video .group .item .text img {
  width: 0.26rem;
  margin-right: 0.15rem;
}
.news-center-video .group .item .text::after {
  content: "";
  background: linear-gradient(to top, #000, rgba(255, 255, 255, 0));
  opacity: 0.7;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
}

/* 分页按钮 */
.laypage {
  position: relative;
  z-index: 3;
}
.laypage .content {
  justify-content: center;
}
.laypage .pager {
  padding: 0 0.2rem;
}
.laypage .pager a {
  border: 1px solid #dddddd;
  height: 0.38rem;
  line-height: 0.38rem;
  margin: 0 0.02rem;
  padding: 0 0.2rem;
}
.laypage .pager a i {
  display: inline-block;
  width: 0.05rem;
  height: 0.09rem;
  background: url(/static/safe/images/laypage-icon.png) no-repeat;
  background-size: contain;
  margin-right: 0.1rem;
}
.laypage .pager a.next-btn i {
  transform: rotateZ(-180deg);
  margin-right: 0;
  margin-left: 0.1rem;
}
.laypage .pager .list a {
  padding: 0 0.1rem;
}
.laypage .pager a:hover,
.laypage .pager a.active {
  color: #fff;
  background: #1bcced;
  border-color: #1bcced;
}
.laypage .pager a:hover i,
.laypage .pager a.active i {
  background-image: url(/static/safe/images/laypage-icon-c.png);
}

/* 返回顶部 */
.back-top {
  width: 0.6rem;
  height: 0.6rem;
  background: #1bcced url(../images/back-top-icon.png) no-repeat center;
  background-size: 0.24rem 0.13rem;
  position: fixed;
  bottom: 0.5rem;
  right: 0.2rem;
  cursor: pointer;
  display: none;
  z-index: 4;
}

/* 视频弹出框 */
.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: none;
}
.video-popup .video-play-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.04rem solid #fff;
  height: 4.43rem;
  background: #000;
}
.video-popup .video-play-box video {
  height: 100%;
  object-fit: contain;
}
.video-popup .close-video {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: -0.04rem;
  right: -0.45rem;
  cursor: pointer;
}
.swiper-button-next,
.swiper-button-prev {
  color: #1bcced;
}
.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-button-next.swiper-button-disabled:after,
.swiper-button-prev.swiper-button-disabled:after {
  font-size: 0.3rem;
}

@media screen and (max-width: 1380px) {
  .content {
    width: 88%;
  }

  .video-list .item-list .left {
    width: 65%;
  }
  .video-list .item-list .right {
    width: 34.5%;
  }
  .header .content {
    height: 0.75rem;
  }
  .header .logo img {
    width: 0.9rem;
  }
  .header .right-c .nav li {
    line-height: 0.75rem;
  }
  .header .right-c .nav li .drop-down,
  .baike-page .banner-bg {
    top: 0.75rem;
  }
  .banner,
  .page {
    padding-top: 0.75rem;
  }
  .news-details .news-banner {
    top: 0.75rem;
  }
  .download .content {
    padding-right: 0.5rem;
  }

  .activity-good .swiper-container {
    padding: 0 0.5rem;
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 860px) {
  body,
  html {
    overflow-x: hidden;
  }
  .header .right-c .nav {
    display: none;
  }
  .header .right-c .search .search-box.show {
    width: 2.2rem;
  }
  .header .right-c .back-home {
    width: 1.2rem;
    font-size: 0.12rem;
  }
  .header .logo img {
    width: 0.8rem;
  }
  .header .content {
    height: 0.7rem;
  }
  .banner,
  .page {
    padding-top: 0.7rem;
  }
  .header .right-c .search .search-box .seach-box-btn {
    width: 0.35rem;
  }
  .banner .rs-arrows .rs-next,
  .banner .rs-arrows .rs-prev {
    width: 0.25rem;
    height: 0.25rem;
  }
  .banner .rs-arrows .rs-next {
    right: 0.1rem;
  }
  .banner .rs-arrows .rs-prev {
    left: 0.1rem;
  }
  .baike-page .banner-bg {
    top: 0.7rem;
  }

  .header .right-c .menu {
    margin-left: 0.1rem;
  }
  .header .right-c .search .search-btn {
    margin-left: 0.15rem;
  }

  .introduce {
    position: relative;
    top: -0.3rem;
    margin: 0 auto;
    z-index: 2;
    width: 88%;
    background: #ffffff;
    height: 1.2rem;
    box-shadow: 0px 0px 27px 0px rgba(15, 26, 67, 0.1);
    border-radius: 4px;
  }
  .introduce .info {
    width: 80%;
    overflow: hidden;
    font-size: 0.16rem;
    font-weight: 300;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    word-break: break-all;
  }

  .module-title {
    padding: 0.25rem 0;
  }
  .module-title .text {
    font-size: 0.26rem;
  }
  .module-title .more {
    font-size: 0.14rem;
  }
  .news .item-list {
    padding-bottom: 0.2rem;
  }
  .news .item-list .item {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .news .item-list .item:nth-child(n + 4) {
    display: none;
  }

  .special .swiper-button {
    display: none;
  }
  .special .swiper-slide {
    width: 5.2rem;
    height: 2.98rem;
  }
  .special .swiper-pagination {
    width: 100%;
    text-align: center;
    margin-top: 0.1rem;
    display: block;
  }
  .special .swiper-pagination span {
    width: 0.13rem;
    height: 0.13rem;
    background: #fff;
    margin: 0 0.1rem;
    outline: none;
  }

  .download .pic {
    display: none;
  }
  .download .content {
    padding: 0.4rem 0;
  }
  .download .left {
    padding-right: 0;
  }
  .download .left .title {
    text-align: center;
    font-size: 0.38rem;
  }
  .download .left .subtitle {
    text-align: center;
    font-size: 0.26rem;
  }
  .download .left .btn {
    justify-content: center;
  }
  .download .left .btn a {
    font-size: 0.14rem;
  }
  .download .left .btn a img {
    width: 0.23rem;
  }

  .video-list .content {
    padding-bottom: 0.2rem;
  }
  .video-list .item-list {
    flex-direction: column;
    margin-top: 0;
  }
  .video-list .item-list .left .left-b {
    margin-top: 0rem;
    align-items: flex-start;
  }
  .video-list .item-list .left .left-b .item {
    width: 49%;
  }
  .video-list .item-list .left {
    width: 100%;
  }
  .video-list .item-list .right {
    width: 100%;
    display: none;
  }
  .video-list .item-list .item {
    margin-bottom: 0rem;
  }
  .video-list .item-list .item .item-title {
    padding: 0 0.1rem;
    font-size: 0.16rem;
    height: auto;
    padding: 0.1rem 0;
    position: relative;
    background: transparent;
    color: #000;
    font-weight: normal;
  }
  .video-list .item-list .item .item-title img {
    width: 0.2rem;
    display: none;
  }
  .video-list .item-list .item .item-title span {
    white-space: normal;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0 0.05rem;
  }
  .video-list .pic-box::after {
    top: 50%;
  }
  .video-list .left > .item .pic-box {
    height: 2.1rem;
  }
  .video-list .left > .left-b .item .pic-box {
    height: 1.1rem;
  }

  .thumbs-box {
    display: none;
  }
  .photos .content {
    padding-bottom: 0.4rem;
  }
  .photos .gallery-top .text {
    padding: 0.1rem 0.2rem;
    font-size: 0.14rem;
  }
  .photos .gallery-top .num {
    padding: 0.1rem 0;
    right: 0.2rem;
    font-size: 0.14rem;
  }
  .photos .gallery-top .swiper-button {
    display: none;
  }

  .activity-photos .swiper-slide .pic {
    height: 100%;
  }
  .activity-photos .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .activity-photos .swiper-slide .text {
    font-size: 0.16rem;
    padding: 0.2rem 0.2rem 0.2rem 0.4rem;
  }
  .activity-photos .num {
    display: none;
  }
  .special .swiper-pagination span {
    background: #1bcced;
    margin: 0 0.05rem;
  }

  .special .swiper-button {
    display: none;
  }
  .special .swiper-slide {
    width: 5.2rem;
    height: 2.98rem;
  }
  .special .swiper-pagination {
    width: 100%;
    text-align: center;
    margin-top: 0.1rem;
    display: block;
  }
  .special .swiper-pagination span {
    width: 0.13rem;
    height: 0.13rem;
    background: #fff;
    margin: 0 0.1rem;
    outline: none;
  }

  .arrange .container {
    padding: 0.2rem 0.5rem 0rem;
  }
  .arrange {
    height: auto;
    margin-top: -0.2rem;
  }

  .arrange .content {
    width: 80%;
  }
  .arrange .swiper-slide {
    position: relative;
    left: -0.15rem;
    align-items: center;
  }
  .arrange .container::after {
    content: "";
    position: absolute;
    top: 1.98rem;
    left: 50%;
    width: 100%;
    height: 0.1rem;
    background: url(/static/safe/images/timeline.png) no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
  }
  .arrange .swiper-slide:nth-child(odd) .item .des-box::before {
    top: auto;
    bottom: -0.43rem;
  }
  .arrange .swiper-slide:nth-child(even) .item .des-box::after {
    padding-top: 0.1rem;
  }
  .arrange .swiper-slide:nth-child(even) .item .des-box::before {
    top: auto;
    bottom: -0.43rem;
  }
  .arrange .swiper-slide:nth-child(even) .item .des-box {
    padding-top: 0.2rem;
  }

  .arrange .btn.swiper-button-prev::after {
    left: -0.1rem;
  }
  .arrange .btn.swiper-button-next::after {
    right: -0.6rem;
  }

  .agenda {
    height: auto;
  }
  .agenda-content .agenda-info {
    grid-template-columns: 1fr;
    height: auto;
    width: 96%;
  }
  .main .move-next-btn {
    right: 17%;
  }

  .activity-good {
    padding-bottom: 0.4rem;
  }
  .activity-good .swiper-container {
    padding: 0 0.5rem;
  }
  .news-list .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .activity-good .item-list .item {
    width: 100% !important;
  }
  .activity-good .item-list .item .pic {
    height: 2rem;
  }
  .activity-good .item-list .item .text {
    padding: 0.2rem;
  }
  .activity-good .item-list {
    width: 100%;
  }

  .exhibition .pic {
    width: 90%;
    background: url("/static/safe/images/m3.png") no-repeat;
    background-size: contain;
  }

  .result .container {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding: 0;
  }
  .result .container .left {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 100%;
    grid-template-rows: repeat(auto-fill, 1fr);
    height: min-content;
    width: 100%;
  }
  .result .container .left a {
    padding: 0.1rem;
    line-height: normal;
    height: min-content;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .result .container .right {
    width: 100%;
  }
  .result .right .result-info img {
    width: auto;
    max-width: none;
  }
  .result .container .result-info {
    padding: 0.1rem 0 0 0.1rem;
    align-content: flex-start;
  }

  .main-download .container {
    width: 100%;
  }
  .main-download .data-content {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    width: 90%;
    display: flex;
    flex-direction: column;
  }
  .main-download .download-content {
    width: 100%;
  }
  .main-download .data-content .text {
    height: 0.3rem;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .download-module {
    width: 90%;
    padding-left: 0.25rem;
  }

  .footer .content {
    flex-direction: column;
    padding: 0.5rem 0 0.3rem;
  }
  .footer .right {
    justify-content: center;
    margin-top: 0.2rem;
  }
  .footer .right .item {
    width: auto;
    margin: 0 0.1rem;
  }

  .menuBox {
    top: 0rem;
    background-color: rgba(255, 255, 255, 1);
    padding-top: 0.7rem;
  }
  .menu_top,
  .menuBox .content > ul li > p span {
    display: none;
  }
  .menuBox .content {
    width: 100%;
    position: static;
    transform: translate(0);
  }
  .menuBox .content > ul li {
    width: 100%;
    margin-right: 0rem;
  }
  .menuBox .content > ul li > p {
    padding: 0rem 4%;
    margin-bottom: 0rem;
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 0.16rem;
    background: url(https://www.iyuhong.com.cn/images/wapico1.png) no-repeat 96%
      center;
    border-bottom: 0.01rem solid #eee;
  }
  .menuBox .content > ul li > p.cur a {
    color: #1bcced;
  }
  .menu_li_c > div {
    display: none;
  }
  .menu_li_c > p a {
    font-size: 0.14rem;
  }
  .menu_li_c > div a {
    display: block;
    padding: 0rem 10%;
    line-height: 0.3rem;
    color: #666;
    margin-left: 0rem;
  }
  .menu_list {
    background: #f5f5f5;
    display: none;
  }
  .menuBox .content > ul li.cur .menu_list {
    display: block;
  }
  .menu_li_c > p {
    padding: 0rem 6%;
    line-height: 0.36rem;
  }
  .menu_li_c > p a {
    display: inline-block;
    padding-left: 0rem;
  }
  .menu_li_c > p a.cur {
    color: #1bcced;
  }
  .menu_li_c > p.on {
    background: url(https://www.iyuhong.com.cn/images/wapico1.png) no-repeat 96%
      center;
  }
  .menu-handler.active .burger {
    background: #1bcced;
  }
  .menu-handler.active {
    background: none;
  }
  .menuBox .content > ul li.hide {
    display: block;
  }
  .menuBox .content > ul li.hide > h2 {
    background: none;
  }

  .video-popup .video-play-box {
    height: 2.2rem;
    width: 90%;
  }
  .video-popup .close-video {
    top: -0.45rem;
    right: -0.04rem;
  }

  .n-banner {
  }
  .n-banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .n-banner .content h4 {
    font-size: 0.3rem;
  }
  .n-banner .content p {
    font-size: 0.2rem;
  }
  .crumbs {
    position: relative;
    background: #fff;
    transform: translate(0, 0);
    justify-content: flex-start;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0.2rem;
  }

  .news-details .news-banner {
    top: 0.7rem;
    height: 2rem;
  }
  .news-details .news-banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .news-details .news-container {
    margin-top: 0;
  }
  .news-details {
    padding-top: 2rem;
  }
  .news-details .news-container {
    padding: 0;
  }
  .news-details .news-container .title h2 {
    font-size: 0.2rem;
  }
  .news-details .news-container .title .des {
    font-size: 0.12rem;
  }
  .share .bshare-custom a {
    width: 0.25rem;
    height: 0.25rem;
  }
  .news-details .activity-news {
    padding: 0.2rem;
  }

  .news-center-page .tab-nav .content {
    justify-content: space-between;
  }
  .news-center-page .tab-nav a {
    font-size: 0.2rem;
    padding: 0.2rem 0;
    margin: 0 0.1rem;
  }

  .news-center-news .big-item {
    display: none;
  }
  .news-center-news .big-item,
  .news-center-news .list-item {
    padding: 0.2rem 0;
  }
  .news-center-news .big-item .content {
    grid-template-columns: 1fr;
  }
  .news-center-news .big-item .content .item:nth-child(1) {
    grid-area: auto;
  }
  .news-center-news .big-item .item .news-title {
    padding: 0.2rem;
    font-size: 0.16rem;
  }

  .news-center-news .m-big-item {
    display: block;
    width: 88%;
    margin: 0 auto;
  }
  .news-center-news .m-big-item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .news-center-news .m-big-item .swiper-slide {
    height: auto;
  }
  .news-center-news .m-big-item .swiper-pagination {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .news-center-news .m-big-item .swiper-pagination span {
    margin: 0 0.05rem;
  }

  .news-center-news .list-item .item {
    margin-bottom: 0.2rem;
  }
  .news-center-news .list-item .item .pic {
    width: 1.55rem;
    height: 1rem;
  }
  .news-center-news .list-item .item .text {
    width: calc(100% - 80px);
    padding: 0 0.1rem;
    flex-direction: column;
  }
  .news-center-news .list-item .item .text .info {
    width: 100%;
    padding-right: 0;
  }
  .news-center-news .list-item .item .text .des,
  .news-center-news .list-item .item .text .info .y-line-2 {
    display: none;
  }
  .news-center-news .list-item .item .text .news-title p {
    flex-shrink: 10;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
    font-weight: normal;
    font-size: 0.16rem;
    line-height: 0.28rem;
  }
  .news-center-news .list-item .item .text .news-title .tag,
  .news-center-news .list-item .item .text .news-title .hot {
    display: none;
  }
  .news-center-news .list-item .item .text .date {
    width: 100%;
    display: none;
  }
  .news-center-news .list-item .item .text .date::after {
    border: 0;
    border-top: 1px solid #c2c2c2;
    width: 100%;
    height: 100%;
    background: transparent;
  }

  .laypage .des {
    display: none;
  }
  .laypage .pager a.pager-btn {
    display: none;
  }

  .anchor .content {
    overflow-y: auto;
    padding: 0.2rem 0;
    justify-content: flex-start;
  }
  .anchor span {
    flex-shrink: 0;
  }
  .news-center-photos .type-list .group {
    padding-bottom: 0.2rem;
  }
  .news-center-photos .type-list .group .unfold span {
    font-size: 0.14rem;
    padding: 0.05rem 0.15rem 0.05rem 0.35rem;
  }
  .news-center-photos .type-list .group .unfold span::after {
    left: 0.13rem;
  }
  .news-center-photos .type-list .group .item-list {
    padding: 0.2rem 0;
  }
  .news-center-photos .type-list .group .item-list .item {
    width: calc(50% - 0.05rem);
  }
  .news-center-photos .type-list .group .item-list .item.item:nth-child(4n) {
    margin-right: 0.1rem;
  }
  .news-center-photos .type-list .group .item-list .item.item:nth-child(2n) {
    margin-right: 0;
  }

  .photos-popup .swiper .swiper-button-next {
    right: -0.3rem;
    top: 40%;
  }
  .photos-popup .swiper .swiper-button-prev {
    left: -0.3rem;
    top: 40%;
  }
  .details-container {
    padding: 0 0 0.8rem;
  }
  .photos-popup .swiper .swiper-button-next::after,
  .photos-popup .swiper .swiper-button-prev::after {
    font-size: 0.22rem;
  }

  .details-container .title-head .des {
    flex-wrap: wrap;
    margin-top: 0.1rem;
  }
  .details-container .title-head .des span {
    margin-top: 0.1rem;
  }
  .video-list .item-list .left {
    height: 5rem;
  }
  .video-list .item-list .left .item {
    height: 2.5rem;
  }
  .video-list .item-list .left .left-b .item {
    height: 1.5rem;
  }
  .publish .content,
  .activity-good .content {
    width: 80%;
  }
}
<!--耗时1777226276.7051秒-->