﻿/* 图片自适应 */
.info_news_1400_025 .imged {
  position: relative;
  padding-top: 65%;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  background-size: cover !important;
  background-position: center center !important;
}

a:hover .imged {
  transform: scale(1.1);
}

.info_news_1400_025 .scale {
  overflow: hidden;
}

/* 组件样式 */
#info_news_1400_025 {
  font-size: .16rem;
}

.info_news_1400_025 {
  padding-top: .6rem;
  padding-bottom: 1rem;
}

.info_news_1400_025 a {
  display: block;
}

/* 版心宽度 */
.ins1425-wid {
  max-width: 15rem;
  margin: 0 auto;
  width: 100%;
}

.ins1425-tit {
  text-align: center;
  position: relative;
  margin-bottom: .9rem;
  font-size: 0;
}

.ins1425-tit::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  transform: translateX(-50%);
  width: 2.97rem;
  height: .75rem;
  background: url(../images/ins1425-tit.png) no-repeat center center;
  background-size: 100% 100%;

}

.ins1425-tit h3 b {
  font-size: .38rem;
  font-weight: bold;
  color: #272727;
  font-style: italic;
}

.ins1425-tit h3 b:first-child {
  transform: translateY(-0.2rem);
  display: inline-block;
}

.ins1425-tit h3 span {
  font-size: .16rem;
  color: rgba(88, 77, 215, 0.4);
  position: absolute;
  left: 55%;
  top: -0.15rem;
  transform: translateX(-50%);
}


.ins1425-tit a {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);

  font-size: .16rem;
  color: #636363
}




.ins1425-lt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ins1425-lt ul li {
  width: 31.2%;
}



.ins1425-tx h3 {
  font-size: .26rem;
  font-weight: normal;
  line-height: .34rem;
  color: #9E1418;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ins1425-tx p {
  font-size: .18rem;
  line-height: .3rem;
  height: .6rem;
  color: #2C2C2C;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: .1rem;
}


.ins1425-lt ul li a .scale {
  width: 100%;
  margin-top: .2rem;
}

.ins1425-lt ul li a {
  display: flex;
  flex-wrap: wrap;
}

.ins1425-tx {
  width: 100%;
}

.ins1425-lt ul li:nth-child(2) a .scale {
  margin-top: 0;
  margin-bottom: .2rem;
  order: 1;
}

.ins1425-lt ul li:nth-child(2) a .ins1425-tx {
  order: 2;
}

.ins1425-lt ul li a {
  padding: .25rem;
  position: relative;
}

.ins1425-lt ul li a:hover {
  background: url(../images/ins1425-txbg.jpg) no-repeat;
  background-size: 100% 80%;
  background-position: center top !important;
}
.ins1425-lt ul li:nth-child(2) {
  margin-top: -0.25rem;
}
.ins1425-lt ul li:nth-child(2) a:hover {
  background: url(../images/ins1425-txbg.jpg) no-repeat;
  background-size: 100% 80%;
  background-position: center bottom !important;
}

.ins1425-lt ul li a:hover h3 {
  color: #ffffff;
}


.ins1425-lt ul li a:hover p {
  color: #ffffff;
}




@media screen and (max-width: 1520px) {
  .ins1425-wid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ins1425-tit h3 span {
    left: 56%;
  }
}

@media screen and (max-width: 1024px) {
  .ins1425-tit h3 span {
    display: none;
  }

  .info_news_1400_025 {
    padding: 30px 0;
  }

  .ins1425-lt ul li {
    width: 32%;
  }

  .ins1425-lt ul li a {
    padding: 15px;
  }

  .ins1425-tit a,
  .ins1425-tit h3 span {
    font-size: 14px !important;
  }

  .ins1425-tit h3 b {
    font-size: 24px !important;
  }

  .ins1425-tit::after {
    background-size: 150px;
    bottom: -40px;
  }

  .ins1425-tx h3 {
    font-size: 24px !important;
  }

  .ins1425-tx p {
    font-size: 16px !important;
  }

  .ins1425-tit {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .ins1425-lt ul li {
    width: 100%;
  }

  .ins1425-tx {
    order: 2;

  }

  .ins1425-lt ul li a .scale {
    margin: 0;
    margin-bottom: 20px;
  }

  .ins1425-lt ul li a:hover {
    background-size: 100% 100%;
  }
}