﻿@charset "utf-8";
.main {
	margin-top: 5px;
	float:left;
	min-height: 500px;
	padding-bottom: 10px;
}

.left, .right {
	position: relative;
	float: left;
}

.left {
	width: 291px;
	min-height: 500px;
	margin-top: -5px;
	margin-left: 10px;
	margin-right: 5px;
	font-family: "Microsoft YaHei","Times New Roman",Georgia,Serif;
}
.right {
	width: 675px;
	margin-left: 5px;
	margin-right: 10px;
}

aside h2 {
	display: block;
	height: 41px;
	*+height: 30px;
	padding-top: 5px;
	line-height: 1.5;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/left-nav-header.jpg) no-repeat;
}


.lm_sub:link,
.lm_sub:visited,
.lm_sub:hover,
.lm_sub:active {
    color: #f39800;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
	border-left: 5px solid #f39800;
}

.lm:link,
.lm:visited,
.lm:hover,
.lm:active {
    color: #757676;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

aside dl dt {
	border-bottom: 1px dashed #CECECE;
}
aside dl dt a {
	display: block;
	height: 40px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -5px;
	padding-top: 10px;
	border-left: 5px solid #0C5DB9;
	color: #444;
	font-weight: bold;
	font-family: "SimSun","Times New Roman",Georgia,Serif;
	letter-spacing: 3px;
	text-align: center;
}
aside dl dt a:hover {
	text-decoration: none;
	color: #f39800;
	border-left: 5px solid #F39800;
}

aside dl dt a.current {
	text-decoration: none;
	border-left: 5px solid #f39800;
}

aside dl dd a {
	display: block;
	height: 40px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-left: 125px;
	color: #777;
	font-weight: bold;
	font-family: "SimSun","Times New Roman",Georgia,Serif;
	letter-spacing: 3px;
	text-align: left;
	border-bottom: 1px dashed #CECECE;
}
aside dl dd a:hover {
	text-decoration: none;
	color: #f39800;
	border-left: 5px solid #F39800;
}

aside dl dd a.current {
	text-decoration: none;
	border-left: 5px solid #f39800;
}

.container_bottom {
	height: 2px;
	margin-left: -15px;
    margin-right: -15px;
}
article h2 {
	display: block;
	height: 40px;
	padding: 10px 8px;
	font-weight: bold;
	text-align: center;
}

article .acticle_info {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px dashed silver;
}
article .paragraph_content > div > p,
article .paragraph_content > p {
	text-indent: 2em;
	line-height: 25px;
	margin-left: 10px;
	margin-right: 10px;
    color:#333;
}
article .paragraph_content > div > p,
article .paragraph_content > p a:hover{color:#333;}
.content1 h2 {
	display: block;
	width: 240px;
	margin-left: 10px;
	font-size: 15px;
	text-align: center;
	border-bottom: 2px solid #014b92;
	background: url(../img/content-header.png) 5px bottom no-repeat;
}

.content1 p {
	margin-bottom: 15px;
    color:#333;
}

.content1 .list2 li {
	height: 35px;
	line-height: 35px;
    color:#333;
}

.content2 h2 {
	display: block;
	padding: 10px 8px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #959595;
}
.content2 h1 {
	text-align: center;
	color: red;
	font-size: 25px;
}

.content1 .list2 {
	min-height: 455px
}
.content1 article,
.content2 article {
	min-height: 455px;
}
.content2 article ol,
.content2 article ul {
	margin-left: 40px;
} 

.content2 p {
	margin: 10px;
}

article p img {
	margin: 0 auto;
}

article table {
	margin: 0 auto;
}

.breadcrumb {
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	padding-left: 10px;
	border-radius: 0;
	font-size: 12px;
}

.breadcrumb > .active:hover {
	cursor: default;
	text-decoration: none;
}

.list2 li {
	width: 97%;
	border-bottom: 1px dashed silver;
}

.row {
	margin-left: 0;
	margin-right: 0;
}
.border-info {
	border: 1px solid #A4BDDC;
}
.border-primary {
	border: 1px solid #7EA8E5;
}

.left_nav > header > h2 {
	text-align: center;
	text-shadow: 3px 3px 3px #0C5DB9,-3px -3px 3px #0C5DB9;
}

.left_nav {
	border: 1px solid #CECECE;
	border-top-left-radius: 12px;
	box-shadow: 1px 1px 3px #CECECE;
}

.left_nav_body {
	background: #0C5DB9;
	min-height: 200px;
}
.left_nav_body dl {
	background: #fff;
	min-height: 400px;
}