.nav-pc {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  letter-spacing: 1px;
  background-color: #323334;
  z-index: 9999;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.nav-pc .inner-wrap {
  max-width: 1200px;
  display: flex;
  align-items: center;
}
.nav-pc .inner-wrap .level-1 {
  padding: 0 40px;
  font-size: 20px;
  position: relative;
}
.nav-pc .inner-wrap .level-1 > a {
  line-height: 80px;
  text-shadow: 10px 10px rgba(255, 255, 255, 0.2);
}
.nav-pc .inner-wrap .level-1 .level-2-group {
  position: absolute;
  background-color: #323334;
  left: 0;
  font-size: 16px;
  font-weight: lighter;
  min-width: 100%;
  text-align: center;
  line-height: 3;
  display: none;
  word-break: keep-all;
}
.nav-pc .inner-wrap .level-1 .level-2-group li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 20px;
}
.nav-pc .inner-wrap .level-1 .level-2-group li:hover {
  color: #f8b62d;
  cursor: pointer;
}
.nav-pc .inner-wrap .level-1:hover > a {
  color: #f8b62d;
  transform: scale(1.2);
}
.nav-pc .inner-wrap .level-1:hover .level-2-group {
  display: block;
}
.nav-pc .inner-wrap .level-1:hover a::after {
  content: "";
  background: linear-gradient(45deg, transparent, #f8b62d, transparent);
  height: 1px;
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
}
.nav-pc .inner-wrap a {
  color: inherit;
  text-decoration: none;
}
.float-lt {
  float: left;
}
.float-rt {
  float: right;
}
.heart {
  color: red;
}
.demo-text-absolute-bottom {
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 26px;
  font-weight: lighter;
  bottom: 0;
  background-image: linear-gradient(0, black 1%, transparent);
  padding: 30px;
  letter-spacing: 2px;
  z-index: 9998;
}
.demo {
  margin: 30px;
  border-radius: 20px;
  box-shadow: 7px 10px 32px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.banner-h {
  height: 30vh;
}
.banner-h .img {
  height: 100%;
  background-position: center 40%;
  background-size: cover;
}
.banner img {
  width: 100%;
}
.table-wrap {
  background: linear-gradient(0deg, rgba(255, 0, 0, 0.5), rgba(255, 127, 0, 0.5), rgba(255, 255, 0, 0.5), rgba(0, 255, 0, 0.5), rgba(0, 255, 255, 0.5), rgba(0, 0, 255, 0.5), rgba(139, 0, 255, 0.5), transparent 90%);
  background-size: 100% auto;
  background-position: bottom;
  padding-bottom: 100px;
}
.table-wrap table {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  border-collapse: collapse;
  background-color: rgba(255, 255, 255, 0.8);
}
.table-wrap table tr th,
.table-wrap table tr td {
  padding: 15px;
  border: 1px solid #ced9e5;
  text-align: center;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-wrap {
  display: flex;
  margin: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-wrap > .item {
  width: 100%;
}
.list-wrap > .item .list-card{
  display: flex;
  flex-wrap: wrap;
}
.list-wrap > .item .tit {
  text-align: center;
  color: #f8b62d;
  text-shadow: 2px 2px rgba(248, 182, 45, 0.1);
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1;
  font-family: "楷体";
}
.list-wrap > .item .img {
  overflow: hidden;
  position: relative;
  line-height: 0;
  font-size: 0;
}
.list-wrap > .item .img img {
  width: 100%;
}
.list-wrap > .item .text {
  line-height: 1.5;
  position: relative;
}
.list-wrap > .item .text .t-1 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
  text-align: justify;
}
.list-wrap > .item .text .t-2 {
  color: #777;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.list-wrap > .item .text .t-3 {
  color: #72a5f4;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.list-wrap > .item .list-text > li,
.list-wrap > .item .list-text-img > li,
.list-wrap > .item .list-active > li {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.list-wrap > .item .list-text > li:last-child,
.list-wrap > .item .list-text-img > li:last-child,
.list-wrap > .item .list-active > li:last-child {
  border-bottom: none;
}
.list-wrap > .item .list-text > li .left,
.list-wrap > .item .list-text-img > li .left,
.list-wrap > .item .list-active > li .left {
  margin-right: 15px;
  flex-shrink: 0;
}
.list-wrap > .item .list-text > li .left.img,
.list-wrap > .item .list-text-img > li .left.img,
.list-wrap > .item .list-active > li .left.img {
  width: 120px;
  height: 80px;
}
.list-wrap > .item .list-text > li .left.img img,
.list-wrap > .item .list-text-img > li .left.img img,
.list-wrap > .item .list-active > li .left.img img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.list-wrap > .item .list-text > li .left.calendar,
.list-wrap > .item .list-text-img > li .left.calendar,
.list-wrap > .item .list-active > li .left.calendar {
  width: 80px;
  height: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border-radius: 10%;
  line-height: 40px;
}
.list-wrap > .item .list-text > li .left.calendar .t-1,
.list-wrap > .item .list-text-img > li .left.calendar .t-1,
.list-wrap > .item .list-active > li .left.calendar .t-1 {
  background-color: #682887;
  color: #fff;
  height: 50%;
}
.list-wrap > .item .list-text > li .left.calendar .t-2,
.list-wrap > .item .list-text-img > li .left.calendar .t-2,
.list-wrap > .item .list-active > li .left.calendar .t-2 {
  background-color: rgba(104, 40, 135, 0.05);
  color: #682887;
  height: 50%;
  font-size: 26px;
  font-family: '宋体';
}
.list-wrap > .item .list-card-img > li,
.list-wrap > .item .list-card > li {
  width: 32%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -5px 3px 20px #eee;
  margin-right: 2%;
  margin-bottom: 20px;
}
.list-wrap > .item .list-card > li .text-notop {
  color: white;
  border-radius: 30px 0 0 30px;
  min-width: 48px;
  height: 23px;
  font-size: 14px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #C1C1C1;
  max-width: 50px;
  position: absolute;
  right: 0;
}
.list-wrap > .item .list-card > li .text-top1{
  background: #E52B07;
}
.list-wrap > .item .list-card > li .text-top2{
  background: #587189;
}
.list-wrap > .item .list-card > li .text-top3{
  background: #FDB528;
}

.list-wrap > .item .list-card > li:nth-child(3n){
  margin-right: 0;
}
.list-wrap > .item .list-card-img > li .text,
.list-wrap > .item .list-card > li .text {
  padding: 10px 15px;
}
.list-wrap > .item .list-card-img > li .text .t-3,
.list-wrap > .item .list-card > li .text .t-3 {
  margin-top: 5px;
}
.list-wrap > .item .list-card-img > li > .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(0, black 1%, transparent);
  z-index: 9998;
  color: #fff;
  font-size: 16px;
  padding: 20px 15px;
}
.list-wrap .line {
  width: 1px;
  border-radius: 40%;
  background: linear-gradient(0, transparent, #bbbbbb 30%, transparent);
}

