#main .main_head {
  position: relative;
  width: 100%;
  height: 49px;
  background: #00c3aa;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 49px;
  text-align: center;
  color: #fff;
}
#main .main_head a{
  color: #fff;
}
#main .main_head .back {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: url("../image/icon_back.png") no-repeat left;
  background-size: 44px 50px;
  cursor: pointer;
  padding-left: 17px;
  font-size: 14px;
}
#main .main_head .home {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
}
#main .main_body {
  padding: 0 15px;
}
#main .main_body li {
  position: relative;
  list-style: none;
  padding: 10px 0;
}
#main .main_body li::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(1, 0.5);
}
#main .main_body li a {
  display: -webkit-box;
}
#main .main_body li .pic_box {
  width: 150px;
  height: 100px;
  margin-right: 10px;
  background: #f1f1f1;
  position: relative;
  border: 1px solid #e5e5e5;
}
#main .main_body li .pic_box img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#main .main_body li .content_wrap {
  -webkit-box-flex: 1;
}
#main .main_body li .content_wrap .title {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 5px;
}
#main .main_body li .content_wrap .desc {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#main .detail .detail_head {
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 7px 15px;
}
#main .detail .detail_head h1 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  line-height: 1.5;
}
#main .detail .detail_head p {
  font-size: 11px;
  color: #999;
  line-height: 1.5;
  margin-top:5px;
}
#main .detail .detail_body {
  padding: 20px 15px;
  font-size: 14px;
  color: #333;
  
}
#main .detail .detail_body img {
  max-width: 96%;
  height: auto!important;
}
#main .detail .detail_body p {
  margin-top: 5px;
}
#main .detail .detail_body hr {
  margin-top: 10px;
  margin-bottom:10px;
}


#main .detail .detail_foot {
  margin-top: 5px;
  border-top: 1px dashed #e5e5e5;
  padding: 15px 15px;
  text-align: center;
}
#main .detail .detail_foot .next,
#main .detail .detail_foot .prev {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  background-color: #00c2aa;
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
  margin: 0 5px;
}
#main .detail .detail_foot .next a,
#main .detail .detail_foot .prev a {
  color: #fff;
  font-size: 12px;
  display: block;
}
#main .detail .detail_foot .mores {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  background-color: #00c2aa;
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
  margin: 0 5px;
}
#main .detail .detail_foot .mores a {
  color: #fff;
  font-size: 12px;
  display: block;
}

#main .detail .detail_foot .recommend {
  margin-top: -10px;
  margin-bottom: 10px;
}
#main .detail .detail_foot .recommend .recommend_head {
  line-height: 30px;
  font-size: 16px;
  color: #00c2aa;
  border-bottom: 1px solid #00c2aa;
  text-align: left;
}
#main .detail .detail_foot .recommend .recommend_head span {
  display: inline-block;
  position: relative;
  line-height: 40px;
}
#main .detail .detail_foot .recommend .recommend_head span::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #00c2aa;
}
#main .detail .detail_foot .recommend .recommend_body {
  text-align: left;
  padding: 10px 5px;
}
#main .detail .detail_foot .recommend .recommend_body a {
  color: #666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 26px;
  border-bottom: 1px dashed #e5e5e5;
}
