body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
form,
th {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

body, button, input, select, textarea {
    font: 14px/1 "ol","Microsoft yahei";
}


.f_l {
	float: left;
}

.f_r {
	float: right;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp,
tt {}

small {
	font-size: 12px;
}

ul,
ol {
	list-style: none outside none;
}


#newsshow .ncon .con ul,#newsshow .ncon .con ol{
	list-style: auto;
}

#newsshow .ncon .con img{
	max-width: 100% !important;
}


#newsshow .ncon .con div{
	max-width: 100% !important;
}

#newsshow .ncon .con .aligncenter{
	text-align: center;
	margin: 0 auto;
}

#newsshow .ncon .alignleft{
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}

#newsshow .ncon .alignright{
	margin-right: 0;
	margin-left: auto;
	
}
a {
	text-decoration: none;
	color: #000;
	vertical-align: middle;
}

a:hover {
	text-decoration: none;
	color: #999;
}

abbr[title],
acronym[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

q:before,
q:after {
	content: '';
}

legend {
	color: black;
}

button,
input,
select,
textarea {
	font-size: 100%;
	outline: none
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	border: none;
	height: 1px;
}

html {
	overflow-y: auto;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*html .clearfix {
	height: 1%;
}

.clear {
	clear: both;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.justify-content {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-box-align:left;
	-ms-flex-align:left;
	-webkit-align-items: left;
	align-items: center
}

.border-radius-50 {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-border-radius: 50%;
}

.box-shadow {
	-moz-box-shadow: 2px 2px 5px #333;
	-webkit-box-shadow: 2px 2px 5px #333;
	box-shadow: 2px 2px 5px #333;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.opacity {
	filter: alpha(opacity=50);
	-webkit-opacity: .5;
	-moz-opacity: .5;
	-khtml-opacity: .5;
	-ms-opacity: .5;
	-o-opacity: .5;
	opacity: .5
}

.wrap_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
