.h2_title {
  font-size: 30px;
  text-align: center;
  padding: 60px 0 10px;
}
a.news_back {
  text-decoration: none;
}
.news_content {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 50px;
}
div.news_message {
  position: relative;
  text-align: center;
  font-size: 16px;
  padding: 0 0 30px;
}
.news_message .share {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 30%;
  background: url("../image/icon_share.png") no-repeat 0 0;
}
.share a ,.share span{
  float: left;
  height: 24px;
  width: 24px;
  display: inline-block;
  padding: 0 2px;
  background: url("../image/icon_share.png") no-repeat;
  background-position: 0 -24px;
  cursor: hand;
  cursor: pointer;
}
a.icon_weibo {
  background-position: 0 -48px;
}
a.icon_fab {
  background-position: 0 -72px;
}
a.icon_lin {
  background-position: 0 -96px;
}
span.icon_weixin:hover {
  background-position: 0 -120px;
}
a.icon_weibo:hover {
  background-position: 0 -144px;
}
a.icon_fab:hover {
  background-position: 0 -168px;
}
a.icon_lin:hover {
  background-position: 0 -192px;
}
.share_icon {
  width: 120px;
  padding-left: 24px;
  display: none;
}
.tk_sharepic:hover .share_icon{
  display: block;
}
.news_content p {
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 40px;
  text-align:justify;
  text-justify:inter-ideograph;
}
.news_content img {
  max-width:100%;
  height:auto;
}
.news_content h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 30px 0;
}
.news_img {
  width: 100%;
  padding: 12px 0;
}
.news_img img {
  width: 100%;
}
img{
	display: inline-block;
}

@media (max-width: 1200px) {
  .section { width: 90%; margin-left: 5%;}
}
@media (max-width: 992px) and (min-width: 768px) {
  .news_content { width: 100%;}
  .share_icon { padding-left: 40px;}
}
@media (max-width: 768px) {
img{
	display: inline-block;
	width: 100%;
}
  .news_content { width: 100%;}
  .news_message .share { top: 0; right: 50%;}
  .share_icon { padding-left: 40px;}
}
