@charset "utf-8";
.main {
	margin-top: 5px;
	float:left;
	min-height: 500px;
	padding-bottom: 10px;
}
.row {
	background: #e1eeff;
}

.left, .right {
	position: relative;
	float: left;
}

.left {
	width: 260px;
	min-height: 500px;
	margin-left: 10px;
	margin-right: 5px;
	font-family: "Microsoft YaHei","Times New Roman",Georgia,Serif;
}
.right {
	width: 660px;
	margin-left: 25px;
	margin-right: 10px;
	margin-bottom: 5px;
}

aside h2 {
	display: block;
	height: 45px;
	*+height: 30px;
	padding-top: 10px;
	line-height: 1.5;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	background: #3488E2;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #999;
}


.lm_sub:link,
.lm_sub:visited,
.lm_sub:hover,
.lm_sub:active {
    color: #3067ba;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
   	background: #FFDA4E;
	border-radius: 5px;
}

.lm:link,
.lm:visited,
.lm:hover,
.lm:active {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
	border-radius: 5px;
}

aside dl dt a {
	display: block;
	height: 50px;
	position: relative;
	padding-top: 15px;
	color: #444;
	font-weight: bold;
	font-family: "SimSun","Times New Roman",Georgia,Serif;
	letter-spacing: 2px;
	text-align: center;
}
aside dl dt a:hover {
	text-decoration: none;
	background: #FFDA4E;
}

aside dl dt a.current {
	text-decoration: none;
	background: #FFDA4E;
	border-radius: 3px;
}

aside footer,
.content1 footer,
.content2 footer {
	height: 3px;
	margin-top: 5px;
	background: #3488E2;
}

.content1 p {
	margin-bottom: 15px;
}
.content1 h2 {
	height: 55px;
}
.content1 h2 span {
	padding: 15px 10px;
	font-size: 16px;
	color: #3488E2;
	border-bottom: 1px dashed #3488E2;
}
.content1 article {
	border: 1px solid #C9C9C9;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.content1 .list2 {
	min-height: 455px;
	margin-top: 15px;
}
.content1 .list2 li {
	height: 35px;
	line-height: 35px;
	padding-left: 25px;
	background: url(../images/arrow-icon.png) left center no-repeat;
}
.content1 .list2 li a:hover {
	color: #34a6e5;
}
.content1 .list2 li a,
.content1 .list2 li span {
	height: 35px;
	line-height: 35px;
	color: #666;
}
.content2 article {
	border: 1px solid #C9C9C9;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.content2 h2 {
	display: block;
	padding: 20px 0;
	margin: 0 30px;
	color: #666666;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dashed #6a2829;
}

.content1 article,
.content2 article {
	min-height: 455px;
}

article .paragraph_content p {
    text-indent: 2em;
	line-height: 25px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
article table {
    margin: 5 auto;
}
article table p {
    words-break: break-all;
}

article p img {
	margin: 0 auto;
}

.breadcrumb {
	background: #e1eeff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	padding-left: 15px;
	border-radius: 0;
	font-size: 12px;
}

.breadcrumb > .active:hover {
	cursor: default;
	text-decoration: none;
}
.breadcrumb a {
	color: #666;
}

.list2 li {
	width: 97%;
}

.row {
	margin-left: 0;
	margin-right: 0;
}