.container .main {
  width: 1300px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}
.container .main .left {
  width: 100%;
}
.container .main .left .content {
  font-family: Microsoft YaHei;
  font-weight: 400;
  margin: 40px 0;
}
.container .main .left .content :nth-child(1) {
  font-size: 28px;
  color: #333333;
}
.container .main .left .content :nth-child(2) {
  font-size: 20px;
  margin: 16px 0 20px;
  color: #999999;
}
.container .main .left .content p {
  font-size: 17px;
  color: #7b7b7b;
  line-height: 28px;
}
.container .main .left .content .select {
  color: #0a61af;
}
.container .main .left .paging ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.container .main .left .paging ul li {
  width: 44px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  text-align: center;
  line-height: 44px;
  margin-right: 10px;
}
.container .main .left .paging ul .select {
  color: #fff;
  background: #0a61af;
}
.container .main .rigth {
  width: 300px;
  margin-left: 40px;
  margin-top: 50px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #535353;
}
.container .main .rigth .latest {
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #eeeeee;
}
.container .main .rigth .latest h3 {
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  background: #f3f3f3;
}
.container .main .rigth .latest img {
  margin: 15px 0;
  width: 170px;
}
.container .main .rigth .latest p {
  text-align: left;
  padding: 0 20px;
}
.container .main .rigth .sell-well {
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
}
.container .main .rigth .sell-well h3 {
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  background: #f3f3f3;
}
.container .main .rigth .sell-well div {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  margin: 14px 12px;
  padding: 10px;
}
