
header {
  background-color: #fff;
}
header .top {
  background-image: linear-gradient(#fff, #E5E9EC);
}
header .top p {
  color: #000;
  line-height: 30px;
  font-size: 12px;

  border-bottom: 1px solid #ddd;
  margin: 0;
}
header .logo {
  padding: 20px 0
}
header .logo h3 {
  color: var(--main-color);
  font-size: 36px;
  font-weight: bold;
  margin: 0;
}
header .menu {
  background-color: var(--main-color);
}
header .menu ul {
  margin: 0;
}
header .menu li {
  width: 120px;
}
header .menu li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: var(--text-color);
  line-height: 46px;
}
header .menu li a:hover {}
header .menu li.active a {
  background: rgba(255, 255, 255, 0.3);
}
.main {
  background-color: #fff;
  padding: 15px;
  padding-bottom: 35px;
}
.main .catname {
  background: #f1f1f1;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
  padding-left: 10px;
  margin-top: 20px;
}
.main a {
  display: block;
}
.main .pic {
  width: 100%;
  padding-bottom: 137.5%;
  position: relative;
  overflow: hidden
}
.main .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
}
.main p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 10px 5px;
  height: 42px;
  text-align: center;
}
.link {
  border: 1px solid #ececec;
  padding: 20px;
  background-color: #fff;
}
.link .title {
  width: 21px;
  height: 77px;
  color: var(--text-color);
  font-size: 12px;
  line-height: 1;
  background: var(--main-color);
  writing-mode: vertical-lr;
  letter-spacing: 3px;
}
.link .swiper-container {
  width: calc(100% - 30px);
}
.link .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.link a {
  display: block;
  padding-bottom: 40.56%;
  position: relative;
}
.link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.item{ display: none;}
.main2{}
      .main2 .box{
    background: #fff;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
      .main2 .title{
    background: linear-gradient(to bottom, #fff, #B9D1E9);
}
      .main2 .title h3{
    font-weight: 400;
    width: 160px;
    height: 37px;
    line-height: 37px;
    color: var(--text-color);
    font-size: 18px;
    padding-left: 40px;
    /* background: no-repeat center left / 100% auto; */
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% auto;
}
      .main2 .content{
    padding: 20px;
}
      .main2 .content p{}