.text {
  padding: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
}
.text .list-t {
  height: 35px;
  box-sizing: border-box;
  padding-left: 43px;
  line-height: 35px;
}
.text .list-t span {
  font-size: 16px;
}
.text .list-t .breadcrumb {
  padding: 0;
  margin: 0;
  background: none;
  display: inline-block;
}
.text .list-t .breadcrumb li {
  font-size: 16px;
  font-family: "微软雅黑";
}
.text .list-t .breadcrumb li a {
  color: #3b2b23;
}
.text .list-t .breadcrumb > li + li:before {
  color: #3b2b23;
  content: ">";
  padding: 0 5px;
}
.text .text-left {
  width: 320px;
  height: 500px;
  border: 3px solid #eec;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  margin-top: 80px;
}
.text .text-left .text-l-t {
  position: absolute;
  top: -18px;
  left: 10%;
  width: 120px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: #fff;
  letter-spacing: 3px;
  z-index: 1;
}
.text .text-left ul li {
  border-bottom: 1px dashed #ccc;
  font-size: 18px;
  font-family: "微软雅黑";
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text .text-left ul a {
  color: #3b2b23;
}
.text .text-left ul a:hover {
  text-decoration: none;
}
.text .text-detail {
  width: 760px;
}
.text .text-detail p img {
  max-width: 600px;
  height: auto;
}
.text .text-detail h1 {
  margin-top: 40px;
  text-align: center;
  font-size: 34px;
}
.text .text-detail .time {
  text-align: right;
  color: #a19f9f;
  font-size: 18px;
  margin-bottom: 20px;
}
.text .text-detail .time span {
  color: #3b2b23;
}
.text .text-detail .line {
  background-color: #ccc;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}
.text .text-detail p,
.text .text-detail div {
  font-size: 16px;
  margin-bottom: 20px;
  
  font-family: "微软雅黑";
  line-height: 1.6;
}


.next{ line-heigth:35px; margin-top:35px; }
.next strong{ height:25px; line-height:25px;}
.next a{ displiy:block; height:25px; line-height:25px; color: #666;}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .text {
    margin-bottom: 10px;
  }
  .text .list-t {
    padding: 0;
  }
  .text .list-t span {
    display: none;
  }
  .text .list-t .breadcrumb li a {
    font-size: 14px;
  }
  .text .list-t .breadcrumb > li + li:before {
    color: #3b2b23;
    content: ">";
    padding: 0 2px;
  }
  .text .text-left {
    display: none;
  }
  .text .text-detail {
    width: 100%;
    float: none;
  }
  .text .text-detail h1 {
    margin-top: 20px;
    font-size: 20px;
  }
  .text .text-detail .time {
    font-size: 14px;
  }
  .text .text-detail p {
    font-size: 14px;
    margin-bottom: 10px;
    text-indent: 2em;
    font-family: "微软雅黑";
    line-height: 1.5;
    color: #3b2b23;
  }
  
  .text .text-detail p img {
		 width: 80%;
		 height: auto;
		 padding: 0px;
		 margin: 0px;
	}
	
  .text .text-recommand {
    display: block !important;
    width: 100%;
  }
  .text .text-recommand .text-recommand-t {
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .text .text-recommand .text-recommand-t .red {
    width: 5px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    background-color: red;
  }
  .text .text-recommand .text-recommand-t .recommand-title {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
  }
  .text .text-recommand ul li {
    height: 30px;
    padding-left: 10px;
    box-sizing: border-box;
    border-bottom: 1px dashed #ccc;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text .text-recommand ul li a {
    font-size: 14px;
    color: #3b2b23;
    font-family: "微软雅黑";
  }
}
