@charset "utf-8";
section{ margin-top: 120px; padding-bottom: 60px; }


.newsinfo { /*overflow: hidden;*/}
.add{ display:flex; background: url('../images/add.png') no-repeat; background-size: 20px 20px; padding-left: 30px;}
.add a{ display:block; font-size:16px; margin-right:10px; color: #515151; padding-right: 20px; position:relative; }
.add a:before{ content:'/'; position: absolute; right: 0; color: #515151;}
.add a:last-child:before{ display:none; }

.date {
  height: 26px;
  line-height: 26px;
  overflow-wrap: break-word;
  color: rgba(103, 103, 103, 1);
  font-size: 15px;
  text-align: right;
  white-space: nowrap;
}

.newsinfo .title {
  width: 100%;
  overflow-wrap: break-word;
  color: rgba(31, 31, 31, 1);
  font-size: 48px;
  text-align: left;
  line-height: 76px;
  margin-top: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}

.introduction {
  overflow-wrap: break-word;
  color: rgba(46, 46, 46, 1);
  font-size: 24px;
  text-align: left;
  line-height: 33px;
  margin-top: 24px;
}

.share{
  width: 144px;
  margin-top: 28px;/* overflow: hidden;*/
  margin-bottom: 80px;
}
.share div{ float: left;}
.share p{ font-size: 18px; color: #676767; margin-bottom: 16px; }


.box_10 {
  width: 24px;
  height: 24px;
  background: url(../images/SketchPng69c06cb27d67a50b6fba64b95f5936a4e0762e4f78d007eeb76e91af7d4e79ca.png) 100% no-repeat;
  background-size: 100% 100%;
  position: relative; cursor: pointer;
}
.box_10 div{ width: 100px; height: 100px; display: none; position: absolute; top: 25px; left: 0px; cursor: pointer; }
.box_10:hover div{ display: block; }
.box_11 {
  width: 24px;
  height: 24px;
  background: url(../images/SketchPng2cdc10ac771388d366013f58392f30f0690b506c60d95cc61eda870e3912d5eb.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-left: 16px;
  position: relative; cursor: pointer;
}

.box_12 {
  width: 24px;
  height: 24px;
  background: url(../images/SketchPngf48647b74058b2a91e56856b8559d6645450b7406e1421acb0362b61e6fbd95f.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-left: 16px;
  position: relative; cursor: pointer;
}

.box_13 {
  width: 24px;
  height: 24px;
  background: url(../images/SketchPng172dc3c232e2bc685b08db1e0e7b6e821e905ee35005d14f0d3fd4894789bf27.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-left: 16px;
  position: relative; cursor: pointer;
}
.info{
	font-size: 18px;
	line-height: 32px;
}