.fixed.act {
  position: fixed;
  top:  120px; 
  width: 290px;
   
  z-index: 3;
  transition: all 0.2s linear; 
}
.fixed.act .wrap {
  position: static;
  transform: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.fixed.act.top {
  top: 0; 
}
.fixed.act1 {
  position: absolute;
  bottom: 0;
}


.con .page1 .c_c .c_tit {
  width: 61%;
}
.con .page1 .c_c .c_tit h1 {
  text-align: center;
}
.con .page1 .c_c .c_tit .subTit {
  color: #999;
}
.con .page1 .c_c .c_tit .subTit p {
  margin: 0 10px;
}
.con .page1 .c_c .c_f {
    position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.con .page1 .c_c .c_f .c_l {
  flex: 0 0 61%;
  min-height: 80vh;
}
.con .page1 .c_c .c_f .c_l .info {
  line-height: 2;
}
.con .page1 .c_c .c_f .c_l .info .news_d_img {
    text-align: center;
}
.con .page1 .c_c .c_f .c_l .info .image {
  text-align: center;
}
.con .page1 .c_c .c_f .c_l .info img {
  max-width: 100%;
  margin: auto;
  justify-self: center;
}
.con .page1 .c_c .c_f .c_l .info ul,
.con .page1 .c_c .c_f .c_l .info li,
.con .page1 .c_c .c_f .c_l .info p,
.con .page1 .c_c .c_f .c_l .info span {
  font-size: inherit !important;
  line-height: 2 !important;
}
.con .page1 .c_c .c_f .c_l .page {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.con .page1 .c_c .c_f .c_l .page a {
  color: #777;
}
.con .page1 .c_c .c_f .c_l .page a span {
  color: #333;
  flex: 0 0 auto;
}
.con .page1 .c_c .c_f .c_l .page a:hover {
  color: var(--textColor);
}
.con .page1 .c_c .c_f .c_l .page a:hover span {
  color: var(--textColor);
}
.con .page1 .c_c .c_f .c_r {
  width:290px;
  margin-left: auto;
  position: relative;
}
.con .page1 .c_c .c_f .c_r .c_rTit {
  background: #f0f0f0;
  padding: 14px 20px;
}
.con .page1 .c_c .c_f .c_r .c_rInfo .list {
  border-bottom: 1px solid #dedede;
  position: relative;
}
.con .page1 .c_c .c_f .c_r .c_rInfo .list::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--textColor);
  transition: all 0.4s linear;
}
.con .page1 .c_c .c_f .c_r .c_rInfo .list .image {
  width: 100%;
  height: 0;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
  display: none;
}
.con .page1 .c_c .c_f .c_r .c_rInfo .list .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.4s linear;
}
.con .page1 .c_c .c_f .c_r .c_rInfo .list:first-child .image {
  margin: 0;
  display: block;
}
.con .page1 .c_c .c_f .c_r .c_rInfo .list .info .info_t .fl {
  color: #666;
}
.con .page1 .c_c .c_f .c_r .c_rInfo .list .info .info_t .time {
  color: #999;
}
.con .page1 .c_c .c_f .c_r .c_rInfo .list .info .tit {
  color: #333;
  transition: all 0.2s linear;
}
.con .page1 .c_c .c_f .c_r .c_rInfo .list:hover::after {
  width: 100%;
}
.con .page1 .c_c .c_f .c_r .c_rInfo .list:hover .image img {
  transform: scale(1.05);
}
.con .page1 .c_c .c_f .c_r .c_rInfo .list:hover .tit {
  color: var(--textColor);
}
@media only screen and (max-width: 768px) {
    .con .page1 .c_c .c_f .c_l {
  
  min-height: auto;
}
  .con .page1 .c_c .c_f .c_l {
    flex: 0 0 100%;
  }
  .con .page1 .c_c .c_tit {
    width: 100%;
  }
  .con .page1 .c_c .c_f .c_r {
    width: 100%;
    margin-top: 6vw;
  }
}
