/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
.fenlei {
  margin-top: 60px;
}
.fenlei .top_box {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fenlei .top_box .lf {
  font-size: 36px;
  font-weight: bold;
  border-right: 2px solid #0063af;
  margin-right: 60px;
  padding-right: 60px;
}
.fenlei .top_box .summary {
  font-size: 16px;
  line-height: 26px;
}
.fenlei .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.fenlei .list .item {
  height: 409px;
  padding-left: 35px;
  padding-top: 50px;
  color: white;
}
.fenlei .list .item .name {
  font-size: 22px;
  margin-bottom: 20px;
}
.fenlei .list .item .more {
  font-size: 16px;
}

.tuijian {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 80px;
}
.tuijian .container2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tuijian .lf {
  width: 30%;
  color: white;
}
.tuijian .lf .title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 140px;
}
.tuijian .lf .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.tuijian .lf .list .item {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: center;
}
.tuijian .lf .list .item p {
  font-size: 16px;
  margin-top: 15px;
}
.tuijian .rt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.tuijian .rt .item {
  background: white;
  width: 422px;
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  padding: 30px;
}
.tuijian .rt .item img {
  max-width: 300px;
  max-height: 250px;
}

.about {
  position: relative;
  z-index: 2;
  margin-top: 130px;
  padding: 80px;
  padding-right: 60px;
  display: flex;
  align-items: center;
  background: white;
  box-shadow: -5.871px 3.812px 16px 0px rgba(4, 0, 0, 0.38);
}
.about .rt {
  position: relative;
}
.about .rt .title {
  font-size: 36px;
  font-weight: bold;
  color: black;
  margin-bottom: 40px;
  text-align: right;
}
.about .rt .more {
  font-size: 16px;
  color: #203e7e;
  text-align: left;
}
.about .rt .line {
  position: absolute;
  right: -19px;
  top: 11px;
  width: 2px;
  height: 100px;
  background: #0063af;
}
.about .rt .summary {
  font-size: 16px;
  margin-bottom: 35px;
  text-align: left;
  line-height: 26px;
}

.poster {
  background: url("../images/poster.jpg") no-repeat center;
  background-size: cover;
  height: 467px;
  margin-top: -344px;
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
}

.news .top_box {
  margin-bottom: 50px;
}
.news .top_box .title {
  font-weight: bold;
  font-size: 36px;
}
.news .top_box .more {
  font-size: 16px;
}
.news .list {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
.news .list .item {
  width: 30%;
}
.news .list .item .pic img {
  width: 100%;
}
.news .list .item .name {
  font-size: 16px;
  margin-top: 8px;
  font-weight: bold;
}
.news .list .item .name p {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news .list .item .summary {
  font-size: 14px;
  margin-top: 8px;
}
.news .list .item .summary p {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news .list .item .addtime {
  margin-top: 8px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .fenlei .top_box {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }

  .fenlei .top_box .lf {
    font-size: 23px;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    text-align: center;
  }

  .fenlei .top_box .summary {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
  }

  .fenlei .list {
    display: block;
  }

  .fenlei .list .item {
    height: 305px;
    padding-left: 23px;
    margin-bottom: 20px;
    padding-top: 30px;
  }

  .tuijian .container2 {
    display: block;
  }

  .tuijian .lf {
    width: 100%;
  }

  .tuijian .rt {
    display: block;
  }

  .tuijian .rt .item {
    width: 100%;
  }

  .tuijian .lf .title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
  }

  .tuijian .lf .list .item {
    margin-left: auto;
  }

  .tuijian {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .poster {
    margin-bottom: 60px;
    margin-top: 0;
    height: 185px;
    background-attachment: unset;
  }

  .about {
    margin-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
    flex-direction: column-reverse;
  }

  .about .rt .line {
    display: none;
  }

  .about .rt .more {
    text-align: center;
    margin-bottom: 25px;
  }

  .about .rt .title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 23px;
  }

  .about .rt .summary {
    font-size: 14px;
    text-align: left;
  }

  .news .list {
    display: block;
    margin-bottom: 34px;
  }

  .news .list .item {
    width: 100%;
    margin-bottom: 20px;
  }

  .news .top_box .title {
    font-size: 25px;
  }

  .news .top_box .more {
    display: none;
  }

  .news .top_box {
    margin-bottom: 30px;
  }

  .poster {
    display: none;
  }

  .about {
    margin-bottom: 90px;
  }
}

/*# sourceMappingURL=index.css.map */
