/* 主体内容 */
.infor_details {
  width: 100%;
}

/* 左半内容 */
.details_left {
  width: 826px;
  float: left;
}

/* 危害 */
.commodity_hazards {
  width: 100%;
}

.commodity_hazards h1 {
  font-size: 25px;
  color: #333;
}

.commodity_hazards .dds_txt {
  width: 100%;
  height: 58px;
  background-color: #f9f9f9;
  border: solid 1px #d6d6d6;
  margin-top: 19px;
  padding: 8px 20px 12px 24px;
}

.commodity_hazards .dds_txt span {
  display: block;
  float: left;
  width: 30px;
  height: 32px;
  margin-right: 12px;
  font-size: 13px;
  color: #36b6a7;
}

.commodity_hazards .dds_txt p {
  float: right;
  width: 732px;
  height: 35px;
  line-height: 18px;
  font-size: 12px;
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.commodity_hazards .hazards_btm {
  width: 100%;
  height: 25px;
  margin-top: 19px;
}

.hazards_btm .left {
  float: left;
}

.hazards_btm .left a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #e5e5e5;
  margin-right: 8px;
  font-size: 12px;
}

.hazards_btm .left a:hover{
  background-color: #36b6a7;
  color: #fff;
}

.hazards_btm .right {
  float: right;
}

.hazards_btm .right span {
  display: inline-block;
  padding: 5px 0;
  font-size: 13px;
  color: #999;
  margin-left: 37px;
}

.hazards_btm .right span i {
  display: inline-block;
  margin-right: 5px;
}

/* 文章 */
.article {
  width: 100%;
  margin-top: 15px;
}

.article img {
  display: block;
  max-width: 600px;
  max-height: 600px;
  margin: 0 auto 30px;
}

.article p {
  text-indent: 2em;
  line-height: 30px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 30px;
}

.article p:nth-last-child(1) {
  margin-bottom: 0;
}

.mzsms {
  width: 100%;
  margin: 30px 0;
}
.mzsms span {
  color: red;
  font-weight: 700;
}

/* 推荐阅读 */
.reading {
  width: 100%;
  margin: 0 0 48px;
}

.reading .read_title {
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 25px;
  color: #333;
  font-weight: 700;
}

.reading_box1,
.reading_box2 {
  width: 100%;
  height: 182px;
  padding: 24px 0;
  border-top: 1px solid #e6e6e6;
  margin-top: 24px;
}


.reading_box1 .reading_pic {
  display: block;
  width: 192px;
  height: 134px;
  margin-right: 28px;
  float: left;
}

.reading_box1 .reading_txt {
  width: 602px;
  height: 134px;
  float: right;
}

.reading_box1 .reading_txt .h2{
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.reading_box1 .reading_txt .h2:hover {
  color: #36b6a7;
}

.reading_box1 .reading_txt p {
  width: 100%;
  height: 50px;
  line-height: 25px;
  font-size: 13px;
  color: #666;
  margin-top: 12px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

.reading_box1 .reading_txt p:hover {
  color: #36b6a7;
}

.reading_btm {
  width: 100%;
  height: 25px;
  margin-top: 25px;
}

.reading_btm .left {
  float: left;
}

.reading_btm .left a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #e5e5e5;
  margin-right: 8px;
  font-size: 12px;
}

.reading_btm .left a:hover{
  background-color: #36b6a7;
  color: #fff;
}

.reading_btm .right {
  float: right;
}

.reading_btm .right span {
  display: inline-block;
  padding: 5px 0;
  font-size: 13px;
  color: #999;
  margin-left: 37px;
}

.reading_btm .right span i {
  display: inline-block;
  margin-right: 5px;
}

/* 盒模2 */
.reading_box2 .h2{
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.reading_box2 .h2:hover , .reading_box2 p:hover {
  color: #36b6a7;
}

.reading_box2 p {
  height: 50px;
  line-height: 25px;
  font-size: 13px;
  color: #666;
  margin-top: 12px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

/* 右 */
.details_right {
  width: 337px;
  float: right;
}

/* 精彩必读 */
.must_read {
  width: 100%;
  padding: 16px 23px;
  border: solid 1px #e6e6e6;
}

.must_read span {
  font-size: 16px;
  color: #01728d;
  font-weight: 700;
}

.must_read ul {
  margin-top: 5px;
}

.must_read ul li {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.must_read ul li a{
  display: inline-block;
  height: 46px;
  width: 250px;
  border-bottom: dashed 1px #e6e6e6;
}

.must_read ul li:nth-last-child(1) a{
  border-bottom: 0;
}

.must_read ul li a:hover {
  color: #36b6a7 !important;
}

.must_read ul li span {
  display: inline-block;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  margin-right: 17px;
  background-color: #888888;
  font-size: 14px;
  color: #fff;
}

.must_read ul li:nth-child(-n + 3) span {
  background-color: #f8655e;
}

/* 养生好物推荐 */
.good_health {
  width: 100%;
  margin-top: 20px;
}

.good_health_top {
    width: 100%;
    font-size: 16px;
	color: #01728d;
    font-weight: 700;
    margin-bottom: 7px;
}

.good_health_top span{
    float: left;
    margin-right: 5px;
}

.good_health_btm {
  width: 100%;
  padding: 19px 26px;
  border: solid 1px #e6e6e6;
}

.good_health_box{
    width: 100%;
    background-color: #f9f9f9;
    padding: 18px 19px;
    margin-top: 15px;
}

.good_health_box:nth-child(1){
    margin-top: 0;
}

.good_health_box .good_pic{
    display: block;
    width: 199px;
    height: 200px;
    margin: 0 auto;
}

.good_health_box p{
    width: 100%;
    font-size: 14px;
    height: 44px;
    line-height: 22px;
    margin: 5px 0 10px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.good_health_box:hover .good_txt{
  color: #36b6a7 !important;
}

.good_txt{
  color: #333 !important;
}

.good_health_box span{
    font-size: 13px;
    color: #999;
}

.good_health_box span i{
    font-size: 13px;
    color: #ed1821;
    font-weight: 700;
}