body {
  background: #F6F7F9;
}
.border_B {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pb20 {
  padding-bottom: 20px;
}
.con {
  padding: 30px 0 80px 0;
}
.con .tab {
  margin-bottom: 36px;
}
#page{
    margin: 0;
}
.con .tab p {
  font-weight: 600;
  transition: all 0.2s linear;
  color: #000000;
  padding-bottom: 20px;
  position: relative;
  margin-right: 4.8%;
  cursor: pointer;
}
.con .tab p:last-child {
  margin-right: 0;
}
.con .tab p::after {
  content: "";
  width: 0;
  height: 2px;
  background: var(--onColor);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s linear;
}
.con .tab p:hover {
  color: var(--onColor);
}
.con .tab p.act {
  color: var(--onColor);
}
.con .tab p.act::after {
  width: 100%;
}
.con .main {
  margin-top: 40px;
}
.con .main .list {
  flex: 0 0 calc((100% - 4%)/3);
  margin-right: 2%;
  background: #fff;
  margin-bottom: 72px;
}
.con .main .list .list_l {
  flex: 1;
}
.con .main .list .list_l .image {
  padding-top: 56%;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
}
.con .main .list .list_l .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: all 0.4s linear;
}
.con .main .list .info {
  color: #000000;
  padding: 38px 50px 30px 50px;
}
.con .main .list .info .tit {
  font-weight: 600;
  line-height: 1.5;
  height: 3em;
  transition: all 0.2s linear;
}
.con .main .list .info .mes {
  color: #1D1D1F;
  line-height: 1.8;
  margin-top: 8px;
  height: 3.6em;
}
.con .main .list:not(:first-child) .list_l{
    flex: 0 0 100%;
}
.con .main .list .info .time {
  margin-top: 20px;
  color: #000000;
}
.con .main .list .info .time .mr20{
    margin-right: 20px;
}
.con .main .list .info .time > p {
  opacity: 0.7;
}
.con .main .list .info .toPage {
  display: flex;
  align-items: center;
}
.con .main .list .info .toPage span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  background: linear-gradient(-60deg, #359edc 0%, #5f5bfe 100%), #0054a3;
  margin-right: 14px;
  transition: all 0.2s linear;
}
.con .main .list .info .toPage span svg {
  transition: all 0.4s linear;
}
.con .main .list .info .toPage:hover {
  text-decoration: underline;
}
.con .main .list .info .toPage:hover span {
  margin-right: 20px;
  background: #fff;
  border: 1px solid #0054a3;
}
.con .main .list .info .toPage:hover svg path {
  fill: #0054a3;
}
.con .main .list:hover img {
  transform: scale(1.05);
}
.con .main .list:hover .info .tit {
  color: var(--onColor);

}
.con .main .list:first-child {
  flex: 0 0 auto;
  margin-right: 0;
  padding: 32px 110px 32px 24px;
  border-radius: 10px;
  width: 100%;
}
.con .main .list:first-child .info {
  flex: 1;
  align-self: center;
  margin-left: 100px;
  padding: 0;
}
.con .main .list:first-child .info .tit {
  height: 2.4em;
  line-height: 1.2;
}
.con .main .list:first-child .info .mes {
  margin-top: 20px;
  height: 5.4em;
}
.con .main .list:first-child .info .time {
  margin-top: 50px;
}
.con .main .list:nth-child(7),
.con .main .list:nth-child(4) {
  margin-right: 0;
}
@media only screen and (max-width: 1600px) {
  .con {
    padding: 20px 0 4.1667vw 0;
  }
  .con .main .list:first-child {
    padding: 32px 5.7292vw 32px 24px;
  }
  .con .main .list {
    margin-bottom: 3.75vw;
  }
  .con .main .list:first-child .info {
    margin-left: 5.2vw;
  }
  .con .main .list:first-child .info .time {
    margin-top: 2.6042vw;
  }
  .con .main .list .info {
    padding: 1.9792vw 2.6042vw 1.5625vw 2.6042vw;
  }
}
@media only screen and (max-width: 1366px) {
    .con .main .list .info .toPage span{
        width: 36px;
        height: 36px;
    }
    .con .main .list .info .time .mr20 {
    margin-right: 10px;
}
}
@media only screen and (max-width: 768px) {
  .con .main .list:first-child .list_l {
    flex: 0 0 100%;
  }
  .con .main .list:first-child .info {
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .con .main .list:first-child {
    padding: 20px;
  }
  .con .main .list:first-child .info .mes {
    margin-top: 20px;
  }
  .con .main .list:first-child .info .time {
    margin-top: 10px;
  }
  .con .main .list {
    flex: 0 0 100%;
  }
  .con .main .list .info {
    padding: 20px;
  }
  .con .main .list .info .tit {
    height: auto;
  }
  .con .tab {
    margin-bottom: 20px;
  }
  .con {
    padding-bottom: 40px;
  }
}
