@charset "UTF-8";

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
	form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

ol, ul, li {
	list-style: none;
}

input, textarea {
	outline: none;
}

a, a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}

body {
	min-width: 1200px;
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

.btnRed {
	display: inline-block;
	padding: 0px 8px 0px 8px;
	height: 24px;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 3px;
	text-align: center;
	vertical-align: middle;
	background-color: #bb2634;
	border: solid 1px #a41725;
	border-radius: 3px;
	overflow: hidden;
}

.page-container {
	width: 1200px;
	margin: 0 auto;
}

.divPage {
	width: 100%;
	background-color: #4a515a;
}

.divPage .inner {
	width: 1180px;
	padding: 10px;
	margin: 0 auto;
	background-color: #fff;
}

.divPage .left {
	float: left;
	width: 245px;
}

.left {
	float: left;
}

.divPage .right {
	padding-left: 250px;
}

.divPage .banner {
	height: 210px;
	width: 100%;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.divPage .path {
    margin-right: 10px;
    color: #3c3c3c;
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px solid #d7d7d7;
}

.divPage .cnt {
	min-height: 700px;
	padding-bottom: 20px;
	margin: 10px 40px;
	overflow: hidden;
}

.articleInfo {
	
}

.articleInfo .title {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	color: #002247;
	padding: 20px 0;
}

.articleInfo .line {
	display: block;
	font-size: 14px;
	color: #444444;
	text-align: center;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 10px;
	margin-bottom: 30px;
}