/*commom style*/
*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

input {
	margin: 0;
	padding: 0;
	outline: none;
}

li {
	list-style: none;
}

a,
ins {
	text-decoration: none;
}

*:focus {
	outline: none;
}

a {
	color: #333;
}

a:hover {
	color: #2763ce;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cf:after {
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
	clear: both;
}

.cf {
	zoom: 1;
}

.hide {
	display: none;
}

.block {
	display: block;
}

body {
	background: ;
	font-family: "微软雅黑";
}

/*中部区域*/
.contain {
	min-height: 300px;
	float: left;
	background: url(../img/container-bg.png) repeat-x;
	padding-top: 0px;
	padding-bottom: 20px;
	width: 100%;
}

.main {
	width: 1170px;
	margin: 0 auto;
	min-height: 100px;
}

/*中间分割线*/
.sepearite_line {
	position: absolute;
	width: 1px;
	height: 954px;
	background: url(col-line.png) no-repeat;
	top: 14px;
	right: 400px;
}

/*左侧*/
.main_l {
	width: 734px;
	text-align: left;
	min-height: 300px;
}

.main_l_t {
	height: 54px;
	color: #ffa346;
	border-bottom: 1px solid #949494;
	line-height: 54px;
	font-size: 20px;
}

/*文章部分*/
.main_l_b {
	position: relative;
}

.main_content {
	padding-top: 15px;
	line-height: 28px;
	font-size: 14px;
	display: inline-block;
	min-height: 440px;
	width: 100%;
	text-align: left;
}

/*右侧*/
.main_r {
	width: 368px;
	text-align: left;
	min-height: 300px;
}

.col_t_box_same {
	width: 368px;
	border-bottom: 1px solid #949494;
	line-height: 54px;
	height: 54px;
	margin-top: 5px;
}

.col_t_box_same:first-child {
	margin-top: 0;
}

.col_t_same {
	padding-right: 8px;
	height: 54px;
	font-size: 20px;
	color: #333333;
	border-bottom: 2px solid #ffa346;
}

.col_m_same {
	padding-right: 1px;
}

.col_m_same a {
	color: #333333;
	font-size: 12px;
}

.col_l_same {
	padding-top: 10px;
}

.col_l_same li {
	background: url(../img/col_list_pic.png) no-repeat 1px center;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	color: #333333;
	padding-left: 16px;
	overflow: hidden;
}

.col_l_same .fr {
	margin-left: 5px;
}

.col_l_same li a {
	color: #333333;
}

.col_l_same li a:hover {
	color: rgb(255, 163, 70);
}

.bbox {
	margin-top: 0px;
	float: left;
	width: 100%;
	min-height: 100px;
}

.bbox ul {
	width: 100%;
}

.bbox ul li {
	width: 100%;
	height: 110px;
	border-bottom: 1px dashed #e6e6e6;
	position: relative;
	padding-top: 20px;
}

.bbox ul li div {
	color: #000000;
}

.bbox ul li .list-top {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}

.bbox ul li .list-bottom {
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* 限制显示的行数 */
	-webkit-box-orient: vertical;
}

.bbox ul li .date {
	position: absolute;
	bottom: 20px;
	right: 0px;
	color: #696969;
}


h1 {
	font-size: 20px;
	line-height: 48px;
	text-align: center;
	color: #333333;
}

.wzzw {
	font-size: 14px !important;
	color: #000000;
	line-height: 26px !important;
}

.wzzw p {
	font-size: 14px !important;
	line-height: 26px !important;
}

.wzzw img {
	max-width: 100%;
}

























































































/*
 <!--[if lt IE 9]> <script src="http://cdn.staticfile.org/html5shiv/r29/html5.min.js"></script> <![endif]-->
<!--[if lt IE 9]>
<script type="text/javascript">
document.createElement("header");
document.createElement("footer");
document.createElement("nav");
document.createElement("article");
document.createElement("section");
document.createElement("aside");
document.createElement("canvas");
document.createElement("details");
document.createElement("figcaption");
document.createElement("figure");
document.createElement("hgroup");
document.createElement("menu");
document.createElement("summary");
</script>
<![endif]-->
header,footer,nav,article,section,aside,canvas,details,figcaption,figure,hgroup,menu,summary{display:block;}
 */