.top_nav .nav{
	    margin: 0 auto !important;
}

.content{
	width: 1200px;
	margin:  0 auto;
	padding-top: 30px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgb(51 51 51 / 20%);
}
.content_nav {
   /* background: #F5F5F5; */
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    margin: 0 auto 20px;
    color: #015293;
		padding-left: 37px;
    /* border-left: 4px solid #015293; */
}
.content_nav li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}
.content_nav img {
    vertical-align: middle;
    margin: 0px 15px;
}
.content_nav a {
    color: #0b5997;
}
.content_nav span {
    font-size: 16px;
}
.content_main{
	width: 1200px;
	overflow: hidden;
}
.news_top{
	width: 1080px;
/* 	height: 200px; */
	margin: 0 auto;
	border-bottom: 1px solid #E3E3E3;
	text-align: center;
	padding-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.news_top h2{
	color: #333;
	font-size: 30px;
}
.miaoshu{
	width: 100%;
	margin: 50px auto;
	    display: flex;
	    align-items: flex-start;
	    justify-content: space-between;
}
.miaoshu .item{
	width: 450px;
}
.miaoshu img{
	width: 600px;
	height: 400px;
}
.miaoshu p{
	line-height: 50px;
	font-size: 18px;
	text-align: left;
}
.miaoshu p span{
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
}
/* .news_top .from{
	font-size: 14px;
	color: #999;
	margin-top: 40px;
} */
/* .news_top .from span{
	margin-left: 50px;
} */
/* 新闻图文 */
.news_detail{
	width: 100%;
	text-align: center;
	padding: 25px 55px 100px 55px;
	/* border-bottom: 1px  solid #E3E3E3; */
}
.news_detail img{
	max-width: 70%;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.news_detail p{
/* 	text-indent: 2em; */
	text-align: justify;
	margin-top: 10px;
	line-height: 30pt;
	font-size: 18px;
}
.news_detail h3{
	text-align: left;
}


/* 二维码*/
.domain {
          width: 100%;
          padding-top: 30px;
         padding-bottom: 30px;
      }
      .domain .like_print_correctError_close {
          padding: 20px;
          border-bottom: 1px solid #ededed;
          margin-bottom: 20px;
      }
      .like_print_correctError_close a{
          color:#333;
      }
      .clearfloat {
          zoom: 1;
      }
      .fr {
          float: right;
      }
      .fr {
          float: right;
      }
      #div_div {
          width: 145px;
          margin: 0 auto;
          text-align: center;
      }
      #qr_container {
          color: #666;
          font-size: 13px !important;
          line-height: 26px;
          position: relative;
          padding-bottom: 15px;
      }































