@charset "UTF-8";


/* 图片自适应 */
.info_news_1600_049 .imged {
  position: relative;
  padding-top: 65%;
  width: 100%;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  background-size: cover !important;
  background-position: center center !important;
}

#info_news_1600_049 .scale {
  overflow: hidden;
}

a:hover .imged {
  transform: scale(1.1);
}

/* 组件样式 */
#info_news_1600_049 {
  font-size: 16px;
  overflow-x: hidden;
}

.info_news_1600_049 a {
  display: block;
}

.info_news_1600_049 {
  padding: 80px 0;
}

/* 版心宽度 */
.ins1649-wid {
  max-width: 1600px;
  margin: 0 auto;
}


/* 内容样式 */
.ins1649-ban {
  width: 65%;
}

.ins1649-r {
  width: 31%;
}

.ins1649-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ins1649-ban .imged {
  height: 582px;
  padding-top: 0;
}

.ins1649-ban a {
  position: relative;
}

.ins1649-date {
  position: absolute;
  top: 30px;
  left: 30px;
  background: #4160FF;
  text-align: center;
  padding: 10px;
}

.ins1649-date span {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 5px;
}


.ins1649-date b {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;

}
.ins1649-ban .ins1649-tx {
  background: rgba(38, 38, 38, 0.7);
}
.ins1649-tx {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 30px;
  z-index: 1;
}

.ins1649-tx h3 {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ins1649-tx h3 span {
  float: left;
  padding-right: .15rem;
  margin-right: .15rem;
  position: relative;
}

.ins1649-tx h3 span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 15px;
  background: url(/images/s1-line.png) no-repeat center center;
  background-size: auto 100%;
}

.ins1649-tx p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ins1649-r a {
  position: relative;
}

.ins1649-r a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.ins1649-r .ins1649-tx p {
  font-size: 18px;
  height: 20px;
  line-height: 20px;
  color: #FFFFFF;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}

.ins1649-r .ins1649-tx span {
  font-size: 18px;
  color: #FFFFFF;
}

.ins1649-r .imged {
  padding-top: 0;
  height: 274px;
}

.ins1649-r ul li:first-child {
  margin-bottom: 30px;
}

.ins1649-bot {
  margin-top: 34px;
  padding: 35px 0;
  border: 1px solid #999999;
  border-left: none;
  border-right: none;
}

.ins1649-bot ul li a b {
  font-size: 16px;
  font-weight: bold;
  color: #282828;
  display: block;
}

.ins1649-bot ul li a h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3D3D3D;
  margin-top: 15px;
  margin-bottom: 35px;
}

.ins1649-bot ul {
  margin-left: -30px;
  margin-right: -30px;
}

.ins1649-bot ul li a {
  margin: 0 30px;
}

.ins1649-bot ul li a p {
  font-family: Gen Jyuu Gothic;
  font-size: 16px;
  font-weight: 300;
  color: #666666;
}


.ins1649-bot ul li a:hover h3 {
  color: #2155E4;
}

.ins1649-bot ul li a:hover p {
  color: #2155E4;
}






@media screen and (max-width: 1630px) {
  .ins1649-wid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .info_news_1600_049 {
    padding: 30px 0;
  }

}

@media screen and (max-width: 1024px) {
  .ins1649-ban {
    width: 100%;
    margin-bottom: 25px;
  }

  .ins1649-r {
    width: 100%;
  }

  .ins1649-ban .imged {
    padding-top: 63%;
    height: auto;
  }

  .ins1649-r .imged {
    height: auto;
    padding-top: 62%;
  }


  .ins1649-date b {
    font-size: 18px;
  }

  .ins1649-date span {
    font-size: 14px;
  }

  .ins1649-date {
    left: 10px;
    top: 10px;
  }

  .ins1649-bot ul li a h3,
  .ins1649-r .ins1649-tx p,
  .ins1649-tx h3 {
    font-size: 15px !important;
  }
  .ins1649-r .ins1649-tx span,
  .ins1649-tx p {
    font-size: 14px !important;
  }

  .ins1649-tx {
    padding: 10px 15px;
  }

  .ins1649-bot ul li a {
    padding: 0 20px;
  }

  .ins1649-bot {
    padding: 20px 0;
  }

  .ins1649-bot ul li a h3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}