.newscont {
  width: 100%;
  height: auto;
  padding: 0.1rem;
  box-sizing: border-box;
  background: #f5f5f5;
}
.newscont .cont {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 5px;
}
.newscont .cont .title {
  width: 100%;
}
.newscont .cont .title .name {
  width: 100%;
  padding: 0.12rem 0;
  border-bottom: 1px solid #e9e9e9;
  font-size: 0.15rem;
  color: #383838;
  text-align: center;
}
.newscont .cont .title .author {
  width: 100%;
  text-align: center;
  line-height: 0.35rem;
  font-size: 0.12rem;
  color: #acacac;
}
.newscont .cont .title .author .sp2 {
  margin-left: 0.1rem;
}
.newscont .cont .dec_box {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.08rem;
}
.newscont .cont .dec_box .des_cont {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.1rem;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 0.18rem;
  position:relative;
  z-index:222;
}
.newscont .cont .dec_box .des_cont a {
  font-size: 12px;
  text-decoration: none;
  font-family: "Microsoft YaHei",sans-serif;
}
.newscont .cont .dec_box .des_cont p {
  font-size: 12px;
  color: #333;
}

.newscont .cont .dec_box .des_cont span {
 word-wrap: break-word;
word-break: break-all;
white-space: pre-wrap !important;
}

.newscont .cont .dec_box .des_cont img {
 height:auto;	
 width: 100%;
  display: block;
}
.newscont .cont .article {
  width: 100%;
  padding: 0.15rem 0.08rem;
  box-sizing: border-box;
}
.newscont .cont .article div {
  font-size: 0.13rem;
  color: #383838;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newscont .cont .article div a {
  font-size: 0.13rem;
  color: #039be5;
}
.newscont .cont .article div:nth-of-type(1) {
  margin-bottom: 0.06rem;
}
.newscont .cont_bo {
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 5px;
  padding: 0 0.08rem;
  box-sizing: border-box;
  margin-top: 0.1rem;
}
.newscont .cont_bo .title {
  height: 0.43rem;
  line-height: 0.43rem;
  font-size: 0.14rem;
  color: #383838;
  padding-left: 0.14rem;
  position: relative;
}
.newscont .cont_bo .title:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 0.15rem;
  background: #ff6a00;
  left: 0.02rem;
  top: 0.15rem;
}
.newscont .cont_bo .list {
  width: 100%;
  padding-bottom: 0.1rem;
}
.newscont .cont_bo .list ul {
  width: 100%;
}
.newscont .cont_bo .list ul li {
  width: 100%;
  height: 0.27rem;
}
.newscont .cont_bo .list ul li a {
  display: block;
  width: 2.55rem;
  height: 0.27rem;
  line-height: 0.27rem;
  font-size: 0.12rem;
  color: #383838;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newscont .cont_bo .list ul li span {
  height: 0.27rem;
  line-height: 0.27rem;
  font-size: 0.14rem;
  color: #999999;
  margin-right: 0.1rem;
}
