.text {
 
  box-sizing: border-box;
}
.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:100%;
}
.text .text-detail p img {
  max-width: 600px;
  height: auto;
}
.text .text-detail h1 {
  margin-top: 40px;
  text-align: center;
  font-size:24px;
}
.text .text-detail .time {
  text-align: center;
  color: #a19f9f;
  font-size: 14px;
  margin: 20px 0 20px 0;
}
.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;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .text {
    margin-bottom: 10px;
  }
  .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: "微软雅黑";
  }
}