.baozi_detail {
  margin-bottom: 20px;
}
.baozi_detail .baozi_desc {
  height: 300px;
  width: 940px;
  float: right;
  padding: 20px;
}
.baozi_detail .baozi_desc .left_part {
  width: 280px;
  float: left;
}
.baozi_detail .baozi_desc .right_part {
  width: 300px;
  float: right;
}
.baozi_detail .baozi_desc .middle_part {
  width: 300px;
  float: left;
}
.baozi_detail .baozi_desc .middle_part h2 {
  margin-bottom: 10px;
  line-height: 30px;
}
.baozi_detail .baozi_desc h1 {
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
  padding: 5px 0 0px 0;
}
.baozi_detail .baozi_desc .des_row {
  color: #ff8c00;
  line-height: 24px;
  margin: 5px 0;
  font-size: 13px;
}
.baozi_detail .btn-s {
  text-align: center;
  margin-right: 30px;
  float: right;
}
.baozi_detail_main h1 {
  font-size: 30px;
  text-align: center;
}






.baozi_detail_main .des_row {
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
}
.baozi_detail_main .des_row span {
  color: #ff8c00;
  padding: 0 10px;
}
.baozi_detail_main .content {
  line-height: 24px;
  padding: 20px;
  margin-bottom: 30px;
}
.baozi_detail_main .content p {
  text-indent: 2em;
  margin-bottom: 10px;
}
.catog h2 {
  color: #ff8c00;
  font-size: 16px;
  padding-left: 38px;
  background: url(../images/ch2.png) left center no-repeat;
}
.catog ul li {
  margin: 20px 0;
  padding-left: 20px;
}
.catog ul li .item {
  padding: 0 20px;
  background: url(../images/line2.png) left 20px no-repeat;
}



.catog ul li .item h3 {
  line-height: 50px;
  border-bottom: solid 1px #ddd;
  margin: 0px 0 10px;
  padding-left: 28px;
  background: url(../images/aaa.png) left center no-repeat;
}
.catog ul li .item a {
  display: block;
  width: 46%;
  margin: 0 2%;
  float: left;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}































.recom_list {
  margin-top: 20px;
  padding-top: 20px;
}
.recom_list .title_nav {
  margin: 0 0px 0;
  padding: 0 30px;
  background: #e0e0e0;
  line-height: 36px;
}
.recom_list .title_nav a {
  padding: 0 20px;
  display: inline-block;
}
.recom_list .title_nav a.active {
  background: #ff8c00;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .baozi_detail .cover {
    width: 200px !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
  }
  .baozi_detail .baozi_desc {
    height: 400px;
    float: none;
    width: 100%;
  }
  .baozi_detail .baozi_desc > div {
    float: none!important;
    width: 100% !important;
  }
  .baozi_detail .baozi_desc .right_part {
    margin: 10px 0;
  }
}
