.zixun {
  width: 100%;
}
.zixun .zixunSwiper {
  margin: 0 auto;
  min-width: 1280px;
  max-width: 1280px;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.zixun .zixunSwiper .swiper-slide {
  /* background: rgb(234, 65, 65); */
  position: relative;
}
.zixun .zixunSwiper .swiper-slide img{
  width: 100%;
}
.zixun .zixunSwiper .swiper-slide .context {
  position: absolute;
  left: 0;
  bottom: 50px;
  padding: 20px 40px;
  color: #fff;
}
.zixun .zixunSwiper .swiper-slide .context h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 60px;
}
.zixun .zixunSwiper .swiper-slide .context p {
  max-width: 700px;
  line-height: 24px;
}
.zixun .zixunSwiper .swiper-pagination {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}
.zixun .zixunSwiper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 0.4;
  border-radius: 50%;
}
.zixun .zixunSwiper .swiper-pagination .swiper-pagination-bullet:nth-child(n+1) {
  margin-right: 16px;
}
.zixun .zixunSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.zixun .newListBox {
  margin: 0 auto;
  min-width: 1280px;
  max-width: 1280px;
  line-height: 36px;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
.zixun .newListBox .newsBox {
  width: 48%;
  min-width: 500px;
  margin-bottom: 30px;
  flex-shrink: 0
}
.zixun .newListBox .newsBox-title {
  font-size: 36px;
  line-height: 60px;
  border-bottom: 3px solid #eee;
  margin-bottom: 16px;
  box-sizing: border-box;
}
.zixun .newListBox .newsBox-title a:hover{
  color: rgb(34, 78, 191) !important;
}
.zixun .newListBox .newsBox-title span {
  display: inline-block;
  position: relative;
}
.zixun .newListBox .newsBox-title span::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: rgb(34, 78, 191);
  height: 3px;
  left: 0;
  right: 0;
  bottom: -3px;
}
.zixun .newListBox .newsBox-item p {
  
  padding-left: 20px;
  position: relative;
}
.zixun .newListBox .newsBox-item p a:hover{
  cursor: pointer;
  color: rgb(34, 78, 191) !important;
}
.zixun .newListBox .newsBox-item p a{
  display: flex;
  justify-content: space-between;
}
.zixun .newListBox .newsBox-item p::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #666;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 14px;
}
.zixun .newListBox .newsBox-item p .text {
  padding-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}
.zixun .newListBox .newsBox-item p .time {
  width: 110px;
}/*# sourceMappingURL=zixun.min.css.map */