﻿.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dots {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#pc-container main .main-1 .con {
  display: flex;
  flex-wrap: wrap;
}
#pc-container main .main-1 .con .link {
  width: calc((100% - 1.75rem * 2) / 3);
  margin-right: 1.75rem;
  margin-bottom: 2rem;
}
#pc-container main .main-1 .con .link:nth-of-type(3n) {
  margin-right: 0;
}
#pc-container main .main-1 .con .link .img {
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#pc-container main .main-1 .con .link .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.3s;
}
#pc-container main .main-1 .con .link .img::before,
#pc-container main .main-1 .con .link .img::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all ease 0.3s;
  z-index: 2;
}
#pc-container main .main-1 .con .link .img::before {
  left: 0;
}
#pc-container main .main-1 .con .link .img::after {
  right: 0;
}
#pc-container main .main-1 .con .link .text h2 {
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
#pc-container main .main-1 .con .link .text .info {
  height: 4.8rem;
  overflow: hidden;
}
#pc-container main .main-1 .con .link .text .info > div {
  transition: all ease 0.3s;
}
#pc-container main .main-1 .con .link .text .info > div .t1 {
  font-size: 1rem;
  color: #999;
}
#pc-container main .main-1 .con .link .text .info > div > span {
  font-size: 0.75rem;
  color: #999;
  line-height: 1.6;
  margin-top: 1.4rem;
  display: inline-block;
  min-height: 2.4rem;
}
#pc-container main .main-1 .con .link .text .info > div .time {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 1rem;
}
#pc-container main .main-1 .con .link .text .info > div .time::after {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 0;
  border-bottom: 0.01rem solid #f08300;
  transition: all ease 0.3s;
  transition-delay: 0.3s;
}
#pc-container main .main-1 .con .link .text .info > div .time span {
  font-size: 1rem;
  color: #999;
}
#pc-container main .main-1 .con .link .text .info > div .time em {
  font-size: 0.7rem;
  text-transform: uppercase;
}
#pc-container main .main-1 .con .link:hover .img img {
  transform: scale(1.04);
}
#pc-container main .main-1 .con .link:hover .img::before {
  transform: translateX(-101%);
}
#pc-container main .main-1 .con .link:hover .img::after {
  transform: translateX(101%);
}
#pc-container main .main-1 .con .link:hover .text .info > div {
  transform: translateY(-2.4rem);
}
#pc-container main .main-1 .con .link:hover .text .info > div .time::after {
  width: 100%;
}
#pc-container main .main-1 .con .link:hover .text .info > div .time span,
#pc-container main .main-1 .con .link:hover .text .info > div .time em {
  color: #f08300;
}
#pc-container main .show-content {
  padding-bottom: 4rem;
}
#pc-container main .show-content .tit {
  text-align: center;
}
#pc-container main .show-content .tit h1 {
  font-size: 1.4rem;
  font-weight: bold;
}
#pc-container main .show-content .tit p {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
#pc-container main .show-content .tit p span {
  margin: 0 1rem;
}
#pc-container main .show-content .show-info {
  border-top: 0.01rem solid #f5f5f5;
  border-bottom: 0.01rem solid #f5f5f5;
  padding: 2rem 0;
  min-height: 40vh;
}
#pc-container main .show-content .show-info * {
  line-height: 1.8 !important;
}
#pc-container main .show-content .other {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
}
#pc-container main .show-content .other * {
  font-size: 0.75rem;
}
#pc-container main .show-content .other a {
  color: #999;
}
#pc-container main .show-content .other a:hover {
  color: #f08300;
}
@media screen and (max-width: 768px) {
  #pc-container main .main-1 .con {
    justify-content: space-between;
  }
  #pc-container main .main-1 .con .link {
    width: 49%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  #pc-container main .main-1 .con .link .text h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  #pc-container main .main-1 .con .link .text .info > div > span {
    margin-top: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
