/**less注入的所有页面公共文件，不同页面使用到的样式不同,可能会引入多次，修改时注意最终生效的行数S*/
/*#region*/
html {
  font-size: 10vw;
}
* {
  box-sizing: border-box;
  margin: 0;
}
body {
  margin: 0 auto;
  padding: 0;
  border: 0;
  overflow-x: scroll;
  font-size: 12px;
  min-width: 1280px;
  font-family: Arial, Helvetica, sans-serif;
}
img {
  object-fit: cover;
}
/*浮动*/
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
  overflow: hidden;
}
/*居中 */
.r-v-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v-center {
  display: flex;
  align-items: center;
}
/*统一居中容器*/
.container {
  width: 8.22rem;
  margin: 0 auto;
}
/*统一路径样式*/
.root {
  margin: 0.2rem 0;
  color: #113961;
  font-size: 0.07rem;
}
.root .icon-home {
  width: 0.06rem;
  height: 0.06rem;
}
.root a {
  color: inherit;
  margin: 0 0.02rem;
}
.root .split:last-child {
  display: none;
}
/*
//分页
center span {
    display: inline-block;
    padding: 3px 8px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-top: 25px;
    margin-bottom: 25px;
    color: rgba(17, 57, 97, 1);
}

.page {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 0.04rem 0.03rem;
    text-align: center;
    border: 1px #f0f0f0 solid;
    border-radius: 3px;
    margin-top: 25px;
    margin-bottom: 25px;
    color: rgba(17, 57, 97, 1);

    &span {
        border: 1px solid #fff
    }
}
*/
/*统一标题字体*/
/*统一摘要字体*/
/*统一时间字体*/
.time {
  font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}
/*统一限制行数*/
/*统一栏目名字体*/
/*统一下边框*/
/*统一栏目区块头部*/
.column-head {
  border-bottom: solid #e2e2e2 1px;
}
.column-head span {
  width: fit-content;
  font-size: 0.14rem;
  line-height: 0.14rem;
  color: #113961;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 0.05rem;
  margin-bottom: -1px;
  border-bottom: solid #8dc11f 2px;
}
.column-head .more {
  width: 0.55rem;
  height: auto;
  background: unset;
  float: right;
}
.column-head .more img {
  width: 0.5rem;
}
/*图片上方的栏目名/标签名*/
.column-name,
.img-column-name {
  position: absolute;
  font-size: 0.06rem;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 0.02rem 0.06rem;
  background: #009840;
  color: white;
  width: fit-content;
}
/*统一播放图标的位置到右下角*/
.icon-play {
  width: 0.35rem !important;
  height: 0.35rem !important;
  position: absolute;
  z-index: 99;
  /*0.48rem为黑色半透明背景的标题栏高度，不带该高度的需要单独修改bottom*/
  /* bottom: calc(0.48rem + 0.175rem); */
  bottom: 0.175rem;
  right: 0.175rem;
}
/*统一轮播图样式*/
.swiper-container {
  position: relative;
  /*轮播分页*/
}
.swiper-container .swiper-slide {
  width: 100%;
  position: relative;
  /*需要各组件自定义图片的高度*/
  /*需要各组件自定义标题位置*/
}
.swiper-container .swiper-slide img {
  width: 100%;
  /*当轮播图带有播放图标时需要自定义大小*/
}
.swiper-container .swiper-slide img.icon {
  width: 0.35rem !important;
  height: 0.35rem !important;
  position: absolute;
  z-index: 99;
  top: calc(50% - 0.175rem);
  left: calc(50% - 0.175rem);
}
.swiper-container .swiper-slide .title {
  font-size: 0.1rem;
  line-height: 0.16rem;
  font-weight: bold;
  color: #000000;
  /*对象作为弹性伸缩盒子展示*/
  /*伸缩盒子子元素的排列方式*/
  /*指定行数*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*对象作为弹性伸缩盒子展示*/
  -webkit-box-orient: vertical;
  /*伸缩盒子子元素的排列方式*/
  -webkit-line-clamp: 2;
  /*指定行数*/
}
.swiper-container .pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.swiper-container .pagination .swiper-button-next,
.swiper-container .pagination .swiper-button-prev {
  position: relative;
  margin-top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 0.05rem;
  height: 0.1rem;
}
.swiper-container .pagination .swiper-button-next::after,
.swiper-container .pagination .swiper-button-prev::after {
  color: #143a60;
  font-size: 0.1rem;
}
.swiper-container .pagination .m-bnpages {
  position: relative;
  margin: 0 0.14rem;
  display: flex;
  align-items: center;
}
.swiper-container .pagination .m-bnpages .swiper-pagination-bullet {
  width: 0.02rem;
  height: 0.02rem;
  margin: 0 0.02rem;
  border-radius: 0;
  color: #143a60;
}
.swiper-container .pagination .m-bnpages .swiper-pagination-bullet-active {
  width: 0.11rem;
  background: #143a60;
}
/*统一列表样式*/
ul {
  padding-inline-start: 0;
}
li {
  list-style: none;
}
/*统一a标签样式*/
a {
  color: inherit;
  text-decoration: none;
}
/*统一分页样式*/
#displaypagenum {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  font-size: 0.07rem;
  padding: 4px 0;
  text-align: center;
}
#displaypagenum span {
  font-weight: bold;
  color: white;
  background: #113961;
  min-width: 0.15rem;
  padding: 0 0.03rem;
  height: 0.15rem;
  border: 1px solid #e1e2e3;
  border-radius: 0rem;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  text-align: center;
  line-height: 0.15rem;
  margin: 0 0.025rem;
  opacity: 1;
}
#displaypagenum .page {
  min-width: 0.15rem;
  padding: 0 0.03rem;
  height: 0.15rem;
  background: #FFFFFF;
  border: 1px solid #e1e2e3;
  border-radius: 0rem;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  text-align: center;
  line-height: 0.15rem;
  margin: 0 0.025rem;
  color: #113961;
  opacity: 1;
}
#displaypagenum .page:first-child,
#displaypagenum .page:last-child {
  display: none;
}
#displaypagenum a:first-child {
  margin-left: 0;
}
#displaypagenum a:hover {
  background: #003b7e;
  color: #fff;
}
#displaypagenum .next,
#displaypagenum .prev {
  width: 0.84rem;
}
#displaypagenum .prev:after {
  margin-left: 6px;
}
#displaypagenum .next:before {
  margin-right: 6px;
}
/*带连接图片鼠标悬浮时放大*/
.breath {
  overflow: hidden;
  font-size: 0;
}
a:hover .breath img {
  transform: scale(1.1);
  transition: transform 0.5s;
}
a .title:hover,
a .desc:hover {
  text-decoration: underline;
}
.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.loadingImage {
  -webkit-animation: myRotate 5s linear infinite;
  animation: myRotate 5s linear infinite;
}
@-webkit-keyframes myRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes myRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.otherlink-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.3s;
}
.otherlink-bg.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.otherlink-pop.in {
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  z-index: 1000001;
  background-color: white;
}
.otherlink-pop a.offBtn {
  text-decoration: none;
  position: absolute;
  top: 5px;
  right: 8px;
  font-size: 20px;
  padding: 5px 10px;
  color: #ccc;
  font-weight: 700;
  line-height: 20px;
}
.otherlink-pop h2 {
  padding: 40px 40px 70px 40px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  margin-top: 0;
}
.otherlink-pop p.btns {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  text-align: right;
  font-size: 0;
}
.otherlink-pop p.btns a {
  text-decoration: none;
  display: inline-block;
  margin: 9px 15px 0 0;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 14px;
  border: 1px solid #bbbbbb;
  color: #333;
  border-radius: 5px;
}
.otherlink-pop p.btns a:hover {
  background: #e6e6e6;
}
.otherlink-pop p.btns a.toOtherLink {
  border: 1px solid #2d72e5;
  background: #2d72e5;
  color: #fff;
}
.otherlink-pop p.btns a.toOtherLink:hover {
  background: #2d72e5;
}
/*#endregion*/
/**less注入的所有页面公共文件，不同页面使用到的样式不同,可能会引入多次，修改时注意最终生效的行数E*/
