*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: .16rem;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* For some Androids */
        
}
html{
    font-size: 100px;
    overflow-x: hidden;
    transition: all .3s;
}

a{
    text-decoration: none;
    color: #000;
}
ul{
    list-style: none;
}
input{
    outline: 0;
    background:#fff;
}
img{
    object-fit: cover;
    cursor:pointer;
    display: block;
}
/*单词自动换行*/
/* word-break:break-all;
word-wrap:break-word; */
/*文字描边*/
 /* 设置描边宽度及颜色 默认为字体内外描边
  text-stroke: 2px #2173FF;
 */
  /* 兼容Webkit(Chrome/Safari)内核浏览器的写法
  -webkit-text-stroke: 2px #2173FF;
  color: #fff;
 */

.swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*多行溢出*/
line{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
/* 水波纹效果 */
.btn-ripple {
  vertical-align: bottom;
}
.btn-ripple:not(:disabled):hover {
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.btn-ripple:not(:disabled):hover::before {
  animation: ani_ripple 0.75s;
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
  transition: all 0.6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes ani_ripple {
    0% {
      background: rgba(0, 0, 0, 0.25);
      transform: translateX(-50%) translateY(-50%) scale(0);
    }
  
    to {
      background: transparent;
      transform: translateX(-50%) translateY(-50%) scale(1);
    }
  }

.common_a_tit:hover{
  background: #053F94;
  color: #fff;
}
.common_abox{
  display: flex;
  align-items: center;
}
.common_bread_homer{
  width: 0.18rem;
  height: 0.2rem;
  margin-right: 0.05rem;
}
.common_bread_homer img{
  width: 100%;
  height: 100%;
}

.common_bread{
  display: flex;
  align-items: center;
}
.common_bread_homer{
  width: 0.18rem;
  height: 0.2rem;
}
.common_bread_after{
  display: flex;
  align-items: center;
  color: #504D4D;
  font-size: 0.14rem;
}

.common_bread_after::after{
  content: '>';
  display: block;
  margin: 0 0.05rem;
}


/* hover-图片放大1.1 */
.scale-box {
  overflow: hidden;
}
.scale-box .scale-img {
  width: 100%;
  height: 100%;
  transition: 0.3s linear;
  cursor: pointer;
  object-fit: cover;
}
.scale-box:hover .scale-img {
  transform: scale(1.1);
}


/* 常用盒子阴影 */
.shadow_box {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}







/* 人报融媒项目css，不需要可以删除 */
body {
  background-color: #F7F7F7;
}
/* 公共面包屑 */
.common_crumb_nav {
  width: 100%;
  /*margin-top: 3rem;*/
  /* background-color: #fff; */
  /* box-shadow: 0rem 0.01rem 0.01rem 0.01rem rgba(0,0,0,0.1); */
  /* border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1); */
}
.common_crumb_nav .crumb_nav_center {
  width: 14rem;
  height: 0.8rem;
  margin: 0.1rem auto;
  display: flex;
  align-items: center;
}
/* 左侧路径 */
.common_crumb_nav .left_road {
  display: flex;
  align-items: center;
}
.common_crumb_nav .left_road img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.1rem;
}
.common_crumb_nav .left_road .road {
  font-size: 0.18rem;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.common_crumb_nav .left_road .road a {
  font-size: 0.18rem;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.common_crumb_nav .left_road .road .last {
  font-weight: bold;
}
.common_crumb_nav .left_road .road .last:nth-child(3){
    display: none;
}




/* 公共居中盒子 */
.common_page_box {
  position: relative;
  width: 100%;
}
.common_page_box .common_page_center {
  width: 14rem;
  margin: 0 auto;
  padding: 0 0 0.8rem;
}




/* 公共分页 */
.page_box {
  width: fit-content;
  margin: 0 auto;
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
}
.page_box .pages {
  display: flex;
  align-items: center;
}
.page_box .pages .item {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  border: 0.01rem dashed #CCCCCC;
  border-radius: 50%;
  text-align: center;
  line-height: 0.3rem;
  font-size: 0.16rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #999999;
}
.page_box .pages .item:hover {
  background: #DA261D;
  color: white;
  border: none;
}
.page_box .pages .active {
  background: #DA261D;
  color: white;
  border: none;
}
.page_box .prev {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  border: 0.01rem dashed #CCCCCC;
  border-radius: 50%;
  text-align: center;
  line-height: 0.3rem;
  font-size: 0.16rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #999999;
}
.page_box .prev:hover {
  background: #DA261D;
  color: white;
  border: none;
}
.page_box .next {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  border: 0.01rem dashed #CCCCCC;
  border-radius: 50%;
  text-align: center;
  line-height: 0.3rem;
  font-size: 0.16rem;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #999999;
}
.page_box .next:hover {
  background: #DA261D;
  color: white;
  border: none;
}


@media only screen and (max-width:1024px){
    .common_crumb_nav{
        display: none;
    }
    .common_page_box .common_page_center{
        width: 100%;
    }
    .news_page{
        flex-direction: column;
    }
    .page_box .pages .item{
        width: 22px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        box-sizing: border-box;
    }
    .scale-box .scale-img{
         border: 1px solid #D8D8D8;
    }
}
