@charset "utf-8";
#main {
  width: 1100px;
  margin: 40px auto;
}
#main > .des.pull-left {
  width: 700px;
  margin-right: 50px;
}
#main > .des.pull-left > .tit {
  margin-top: 0;
  color: #555;
  line-height: 50px;
  background-color: #f5f5f5;
}
#main > .des.pull-left > img {
  margin: 30px 0;
  display: block;
  width: 100%;
  height: auto;
}
#main > .des.pull-left > p {
  font-size: 18px;
  line-height: 40px;
  color: #555;
  text-indent: 2em;
}
#main > .right {
  width: 300px;
}
#main > .right .list_tit {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 50px;
  color: #777;
  border-bottom: 1px solid #ddd;
  text-indent: 1rem;
}
#main > .right .list_tit.mb_0 {
  margin-bottom: 0;
}
#main > .right > .recommend_products > .recommend_list {
  margin: 0 10px;
}
#main > .right > .recommend_products > .recommend_list > .recommend_item {
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
#main > .right > .recommend_products > .recommend_list > .recommend_item > a {
  display: block;
  width: 100%;
  text-decoration: none;
}
#main > .right > .recommend_products > .recommend_list > .recommend_item > a > img {
  display: block;
  width: 100%;
}
#main > .right > .recommend_products > .recommend_list > .recommend_item > a > .recommend_item_tit {
  font-size: 16px;
  line-height: 50px;
  color: #777;
}
#main > .right > .recommend_products > .recommend_list > .recommend_item > a:hover > .recommend_item_tit {
  color: #20cff4;
  /*color: @navbar-default-link-active-bg;*/
}
.pager.hot-keywords-list {
  margin: 10px 0;
  text-align: left;
}
.pager.hot-keywords-list > li > a {
  margin-top: 10px;
}
.detail_content img {
  max-width: 100%;
}
