.container {
  width: 1200px;
  margin: 0 auto;
}
.banner {
  height: 364px;
  background: url(../image/in_img-1.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}
.banner .title {
  padding: 120px 0 20px;
  font-weight: bold;
  font-size: 1.5em;
}
.banner .dgr {
  font-size: 1.5em;
  position: relative;
}
.banner .dgr span {
  position: relative;
}
.banner .dgr span::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 180px;
  height: 1px;
  background: #fff;
  left: -210px;
}
.banner .dgr span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 180px;
  height: 1px;
  background: #fff;
  right: -210px;
}
.Panelcrumbs {
  background: url(/image/in_bg-1.png) no-repeat right center;
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0;
  color: #a3a3a3;
  font-size: 14px;
}
.Panelcrumbs .active {
  color: #0052cd;
}
.floor1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
}
.floor1 .box {
  box-shadow: 0 0 24px #e2e2e2;
  padding: 0 10px 10px;
  width: 385px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.floor1 .box .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #d8d8d8;
}
.floor1 .box .title .tit {
  font-weight: bold;
  padding-left: 10px;
  position: relative;
  font-size: 18px;
}
.floor1 .box .title .tit::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 18px;
  background: #0052cd;
}
.floor1 .box .title .more {
  color: #8195b3;
  font-size: 12px;
  font-style: oblique;
  padding-top: 2px;
}
.floor1 .box .title .more:hover {
  color: #0052cd;
}
.floor1 .box .hotlist li {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 12px;
}
.floor1 .box .hotlist li .kong {
  display: block;
  position: relative;
  color: #7a7a7a;
  padding-left: 14px;
  font-size: 14px;
}
.floor1 .box .hotlist li .kong::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #a3a3a3;
  transition: 0.4s;
}
.floor1 .box .hotlist li .kong a:hover {
  color: #f60;
}
.floor1 .box .hotlist li .time {
  font-size: 12px;
  color: #b9b9b9;
}
.floor2 {
  margin-top: 20px;
}
.floor2 .title {
  font-size: 24px;
  font-weight: bold;
}
.floor2 .swiper .swiper-slide {
  width: 600px;
  box-sizing: border-box;
  padding: 25px 30px;
}
.floor2 .swiper .atitle {
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 16px;
}
.floor2 .swiper .atitle:hover {
  color: #f60;
}
.floor2 .swiper .text {
  font-size: 14px;
  border-left: 2px solid #bdd7ff;
  padding-left: 26px;
  line-height: 2;
  color: #7a7a7a;
  overflow: hidden;
  text-overflow: ellopsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.floor2 .swiper .name {
  padding-top: 4px;
  font-size: 12px;
  vertical-align: middle;
  color: #333;
  line-height: 40px;
  margin-top: 20px;
}
.floor2 .swiper .name img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .banner {
    font-size: 25px;
    overflow: hidden;
  }
  .floor2 .swiper {
    margin-top: 20px;
  }
  .floor2 .swiper .swiper-slide {
    width: 320px;
    padding: 25px 10px;
    border: 1px solid #e2e2e2;
  }
  .floor2 .swiper .text {
    border-left: none;
    padding-left: 0;
  }
}
