@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%;
}

.detail_content p{
  margin-top: 10px;
  text-indent: 2rem;
  color: #555;
  font-size: 16px;
  line-height: 40px;
}



@media screen and (max-width: 768px){
  #main{
    overflow-x: hidden;
  }
  #main,#main > .des.pull-left{
    width: 100%;
  }
  .breadcrumb > li{
    margin-top: 10px;
  }
  #main > .des.pull-left > .tit{
    font-size: 24px;
  }
  .detail_content{
    padding: 0 15px;
    word-wrap: break-word;
    word-break: break-all;
  }
  #main > .right{
    width: 100%;
  }
  .recommend_products{
    margin-top: 10px;
    width: 100%;
    padding: 0 15px;
  }
  .detail_content{
    line-height: 22px;
  }
  .hot-keywords{
    padding: 0 15px;
  }
  #main > .right > .recommend_products > .recommend_list{
    margin: 0 0;
  }
}



