* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
th,
td,
input,
legend,
li,
ol,
p,
pre,
textarea,
ul {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
}

a {
	text-decoration: none;
}

input {
	outline: none;
}

ul,
li,
ol {
	list-style: none;
}

img {
	border: 0;
}

button {
	outline: 0;
}
body{
  background: #fff !important;
}
.content{
	width: 1200px;
	margin:  0 auto 50px;
}
.content_nav {
    background: #F5F5F5;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    margin: 40px auto 20px;
    color: #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: #333;
}
.content_nav span {
    font-size: 16px;
}
.content_main{
	width: 1200px;
	/* border: 1px #e0e0e0 solid; */
	overflow: hidden;
}
.news_top{
	width: 1080px;
	height: 200px;
	margin: 0 auto;
	border-bottom: 1px dashed #E3E3E3;
	text-align: center;
	padding-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.news_top h2{
	color: #333;
}
.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: 25px;
	margin-bottom: 25px;
}
.news_detail p{
	text-align: justify;
	margin-top: 10px;
	line-height: 28pt;
}
/* ´òÓ¡bar */
.print_wrap{
	width: 100%;
	height: 100px;
	/* border: 1px solid red; */
	line-height: 100px;
	text-align: center;
}
.print_wrap >*{
	width: 80px;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 14px;
	background-color: #F2F2F2;
	display: inline-block;
	text-align: center;
	margin-left: 10px;
}
/* .print_wrap .on{
	background-color: #6EA7D7;
	color: #fff;
} */
.print_wrap>*:hover{
	background-color: #1E64AA;
	color: #fff;
}
































