.container .main {
  width: 1300px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}
.container .main .left {
  width: 100%;
}
.container .main .left .content {
  font-weight: 400;
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E5E5E5;
}
.container .main .left .content:last-child {
    border-bottom: none
}
.container .main .left .content .title{
  font-weight: bold;
  margin-bottom: 22px;
}
.container .main .left .content .title>a {
  font-size: 26px;
  color: #333333;
}
.container .main .left .content .title>a:hover{
    color: #0A61AF;
}
.container .main .left .content .time{
  margin-bottom: 37px;
}
.container .main .left .content .time>a {
  font-size: 20px;
  margin: 16px 0 20px;
  color: #999999;
}
.container .main .left .content .desc>a {
  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: 54px;
  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 .archives {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
}
.container .main .rigth .archives h3 {
  text-align: center;
  line-height: 54px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  background: #f3f3f3;
  margin-bottom: 20px;
}
.container .main .rigth .archives a{
    display: inline-block;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 400;
    text-decoration: underline;
    color: #535353;
    line-height: 35px;
}
.container .main .rigth .archives a:hover{
    color: #0A61AF;
    transition: all 0.3s;
}


.container .main .rigth .sell-well {
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
}
.container .main .rigth .sell-well h3 {
  text-align: center;
  line-height: 54px;
  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;
}