﻿@charset "utf-8";

/* Base Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font: inherit;
	/* vertical-align: baseline; */
}

li {
	list-style: none;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

:focus {
	outline: 0;
}

img {
	border: 0;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}

.none {
	display: none;
}

.hidden {
	visibility: hidden;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
	*zoom: 1;
}

html,
body,
form {
	margin: 0px;
}

body,
p {
	font: 12px/1 "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	color: #3c3c3c;
}

a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #555555;
}

a:hover,
a:active {
	color: #ff6600;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	 overflow: hidden;
}

.wrapper .inner {
	width: 100%;
	margin: 0 auto;
}
.menu{ min-height: 25px;}
.menu ul {
	clear: left;
	float: right;
	margin: 0px 0 0px auto;
	padding: 0px;
	border: 0px;
	text-align: center;
	list-style-type: none;
	background-color: #005cb1;
	width: 100%;
}

.menu ul li {
	float: left;
	/*横向显示*/
	min-width: 25%;
	line-height: 25px;
	text-align: center;
	background: url(images/menu_space.png) no-repeat;
}

.menu ul li a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 0 0 0;
	/*阴影效果,参数:水平距离,垂直距离,模糊距离(可选),阴影颜色(可选)*/
}

.menu ul li a:visited {
	font-weight: normal;
	color: #fff;
	text-shadow: 0 0 0;
}

.menu ul li a:hover {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
}

.title {
	padding: 5px 0 5px 10px;
	color: #005cb1;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 3px #CCCCCC;
}
.newlist{padding:0 10px 20px 10px;}
.newlist li{ line-height: 32px;width: 100%; overflow: hidden; text-overflow: ellipsis;white-space:nowrap; height: 30px; }
.newlist li span{ display: inline-block; width: 80px; text-align: left; }
.foot {
    background: url(images/bottom_bg.png) repeat-x;
    width: 100%;
    min-height: 58px;
    color: #fff;
    text-align: center;
    line-height: 58px;
    text-shadow: 0 0 0;
}
.copyright{ color: #FFFFFF; text-align: center; padding-top: 15px; line-height: 20px;}
.col_list{ padding: 10px ;}

.new_list1{ margin:10px; border-radius: 4px; border:solid 1px #dddddd; background-color: #f6f6f6;}
.new_list1>ul>li{ height: 36px; line-height: 36px;overflow: hidden; text-overflow: ellipsis;white-space:nowrap; padding: 0 15px; border-bottom: solid 1px #dddddd;}
.new_list2{margin:10px;}
.new_list2 li{ margin-top: 15px;}
.new_list2 li img{ width: 100%;}
.new_list2 li h3{ line-height: 24px; text-align: center;}
.r_title{ margin: .5em 2px;
    background-color: #f6f6f6;
    border-color: #ddd;
    border-width: 1px;
    border-style: solid;
    height: 43px; line-height: 43px; font-size: 16px;}
.r_title span.tit{ padding-left: 15px; float: left;}
.r_title span.bck{ padding-right: 15px; float: right;}

.article{ padding: 10px; text-align: left; line-height: 24px;}
.article .arti_title{ font-size: 16px; text-align: center;}
.article .arti_metas{ line-height: 30px; text-align: center; color: #666666;}
.wp_paging li.pages_count,.wp_paging li.page_jump{ display: none;}
.paging_content{ padding: 10px;}
.article img{ max-width: 95%; margin:0 auto;}
