.banner-bar {
  width: 100%;
  /* height: 472px; */
  overflow: hidden;
  position: relative;
}

.swiper-block {
  width: 100%;
  /* height: 776px; */
  position: absolute;
  top: 0;
  z-index: 99;
}

.swiper-block .block-container {
  position: absolute;
  width: 1200px;
  height: 256px;
  left: 360px;
  top: 273px;
}

.blog {
  display: flex;
  justify-content: space-between;
  padding: 0 360px 80px 60px;
  margin-top: 100px !important;
}

.blog .content {
  margin-top: 60px;
}

.blog .content .item {
  border-bottom: solid 1px rgb(238, 238, 238);
  padding: 40px 0;
  width: 1200px;
  height: 281px;
}

.blog .content .item .pic img {
  width: 240px;
  height: 240px;
}

.blog .content .item .detail .title {
  color: rgb(0, 0, 0);
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  width: 750px;
  /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.blog .content .item .detail .time {
  color: rgb(153, 153, 153);
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}

.blog .content .item .detail .desc {
  color: rgb(85, 85, 85);
  width: 700px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-align: left;
  margin: 6px 0 16px 0;
}

.blog .content .item .btns button {
  transition-duration: 0.5s;
  cursor: pointer;
  outline: none;
  padding: 12px 30px;
  border: 1px solid rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  background-color: #fff;
}

.blog .content .item .btns:hover button {
  color: #fff;
  background-color: rgb(0, 0, 0);
}

/* 详情页 */
.blog-detail {
  padding-top: 60px;
  padding-bottom: 52px;
}

.blog-detail .title {
  color: rgb(0, 0, 0);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}

.blog-detail .time {
  color: rgb(102, 102, 102);
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  margin: 14px 0 24px 0;
  display: block;
}

.blog-detail h2 {
  color: #2d2d2d;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: left;
}

.blog-detail p {
  color: rgb(51, 51, 51);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: left;
}
