body {
  padding-top: 1.16rem;
}
body .content {
  padding: 0px 20px;
}
body .content .main_title {
  text-align: left;
  margin: 20px auto;
}
body .content .main_title p {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
body .content .main_title ul {
  font-size: 16px;
}
body .content .content_main img {
  max-width: 100%;
  display: inline-block;
}
body .content .content_main p {
  margin-bottom: 5px;
  font-size: 14px;
}
body .content .content_main .content_main_title {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0px;
}
body .content .content_main div {
  margin-bottom: 30px;
}
body .content .news_about {
  margin-bottom: 50px;
}
body .content .news_about .news_about_title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
}
body .content .news_about ul li {
  font-size: 12px;
  line-height: 30px;
}
body .content .news_about ul li a {
  color: #246cd9;
  font-size: 12px;
}

.share_icon_div
{
  width:70px;
  height:90px;
  margin: 0 auto;
  /*position: fixed;*/
  /*right:20px;*/
  /*top:70px;*/
  /*z-index:10;*/
  /*background:#fff;*/
}
.share_icon_div img
{
  width:36px;
  height:36px;
  display: block;
  margin:0 auto;
  border-radius:100%;
  background:#fff;
}
.share_icon_div text
{
  display: block;
  text-align: center;
  margin-top:5px;
  font-size:14px;
  color:#333;
}

.flex_justify_around {
  display: flex;
  justify-content: space-around;
}