* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

body {
  background-color: #f2f2f2;
}

.column {
  margin: auto;
  width: 1300px;

}

.banner {
  width: 100%;
  height: auto;
}

.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* height: 400px; */
}

.changping {
  width: 100%;
  height: 300px;
}

.left-contert {
  width: 600px;
  height: 100%;
  background-color: #f8f8f8;
}
.left-contert a:hover{
	color: #BD1A2D;
}

.item {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px;
  /* background-color: orange; */
  border-bottom: 1px solid #ccc;
}

.item-title {
  font-size: 19px;
  font-weight: bold;

}

.jiejian {
  font-size: 14px;
}

.timer {
  font-size: 14px;
  color: #999;
}

.my-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 70px;
}

.swiper-container {
  width: 1300px;
  margin: auto;
}
.myHgh{
	margin-bottom: 60px;
}