body {
  min-width: 1200px;
  padding-top: 50px;
}
body .content {
  width: 1200px;
  margin: 0 auto;
}
body .content .main_title {
  text-align: center;
  width: 70%;
  margin: 20px auto;
}
body .content .main_title p {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
body .content .main_title ul {
  font-size: 14px;
}
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;
}
body .content .news_about ul {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
body .content .news_about ul li {
  width: 50%;
  line-height: 30px;
}
body .content .news_about ul li a {
  color: #246cd9;
}
@media screen and (max-width: 1366px) {
  body .content {
    width: 70%;
  }
}

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

  width: 100%;
  height: 100%;
  background-color: RGBA(0, 0, 0, 0.7);
  position: fixed;
  top:0;
  left:0;
  z-index:99999;
  overflow: hidden;
}
.share_form_box
{
  width:358px;
  height:390px;
  border-radius:6px;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background:#fff;
}
.top_button_box
{
  width:308px;
  margin:0 auto;
  padding:10px 0;

}
.top_button_box .share_close_button
{
  display: block;
  float:right;
  font-size:26px;
  font-weight:700;
  outline: none;
  text-shadow: none;
  border:none;
  background:none;
  color: #000;
  opacity: .2;
}
.share_tip_text
{
  display: block;
  width:238px;
  margin:0 auto;
  margin-top:20px;
  font-size:14px;
  text-align: center;
}
.share_qrcode_img
{
  display: block;
  width:238px;
  height:238px;
  margin:0 auto;
  margin-top:20px;
}