.main {
  width: 1000px;
  margin: 20px auto 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}
.main .contentBox {
  background-color: #fff;
  width: 699px;
  border-left: 1px solid #ebebeb;
  padding: 40px 50px;
  min-height: 675px;
  position: relative;
}
.main .contentBox .title {
  margin-bottom: 35px;
  border-bottom: 1px solid #ebebeb;
}
.main .contentBox .title h2 {
  border-bottom: 2px solid #ff8e67;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 18px;
  display: inline-block;
}

.tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tagList .tag {
  line-height: 25px;
  font: 0;
}
.tagList .tag a {
  color: #666;
  font-size: 14px;
}
.tagList .tag a:hover {
  color: #ff8533;
}
.tagList .tag::after {
  margin-right: 12px;
  color: #666;
  content: "|";
  margin-left: 12px;
  display: inline-block;
  height: 19px;
  font-size: 14px;
}

.bottomPage {
  position: absolute;
  bottom: 36px;
  text-align: center;
  width: calc(100% - 100px);
}
.container {
  padding-top: 32px;
  background: #fff;
}
.container .wrapper {
  float: left;
  padding-top: 15px;
  padding-left: 50px;
  text-align: left;
  width: 150px;
}
.container .wrapper ul a {
  font-size: 13px;
  color: #555555;
}
.container .wrapper ul a:hover {
  font-size: 13px;
  color: #ff8e68;
}
.container .wrapper ul {
  margin-left: 16px;
  padding: 0;
  display: none;
}
.container .wrapper ul li {
  margin-bottom: 15px;
}
.container .wrapper ul li:nth-last-child(1) {
  margin-bottom: 20px;
}
.container .arrow-right {
  display: inline-block;
  background: url(../imgs/tags/arrowRight.png) no-repeat center;
  width: 11px;
  height: 11px;
  margin-right: 5px;
}
.container .arrow-down {
  display: inline-block;
  background: url(../imgs/tags/arrowDown.png) no-repeat center;
  width: 11px;
  height: 11px;
  margin-right: 5px;
}
.container .tag {
  cursor: pointer;
  margin-bottom: 21px;
}
.container .tag span {
  color: #333;
  font-size: 15px;
}
.container .tag-box.show .arrow-right {
  background: url(../imgs/tags/arrowDown.png) no-repeat center;
}
.container .tag-box.show ul {
  display: block;
}

.hot-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hot-content {
  width: 1200px;
  margin: 37px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.hot-content .title,
.hot-content .item {
  font-size: 16px;
  color: #777777;
  margin: 0px 0;
}
.hot-content .title {
  margin-right: 33px;
}
.hot-content .split {
  color: #a5a5a5;
  display: inline-block;
  font-size: 16px;
}
.hot-content .item {
  margin: 0 27px;
  color: #777;
}
.hot-content .item:hover {
  color: #ff8533;
}
