@charset "utf-8";

body,p,h1,h2,h3,h4,h5,h6,dl,dd {
	margin: 0;
	font-size: 12px;
	font-family: font-family :       Microsoft YaHei;
	Arial
	,"PingFang
	SC","Hiragino
	Sans
	GB",STHeiti,"WenQuanYi
	Micro
	Hei",sans-serif;
}

body {
	text-align: center;
	overflow-x: hidden;	
	background-color: #F9FAFF !important;  
}

div {
	text-align: left;
	margin: 0 auto;
}

ol,ul {
	list-style: none;
	padding: 0;  
	margin: 0;  
}

.bszn-ul,.leftNavigation > ul{
	list-style: none;
	padding: 0 !important;  
	margin: 0 !important;
}

img {
	border: none;
	vertical-align: top;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.clear {
	zoom: 1;
}
.guide_container {
    width: 1000px;
    padding:25px 0;
    margin: 0 auto;
}
.firstLevelBox{
	border-bottom: 2px solid #E7EAF3;
    height: 44px;
    box-sizing: border-box;
}
.firstLevel li{
	display: inline-block;
    float: left;
    width: 115px;
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    color: #525666;
    height: 44px;
    padding: 14px 0;
	cursor: pointer; 
    box-sizing: border-box;
	border-bottom: 2px solid #E7EAF3;
}
.firstLevel li:after {
	content: '|';
	display: inline-block;
    line-height: 16px;
    font-size: 14px;
    color: #E7EAF3;
    float: right;
}
.firstLevel li:last-child:after {
	content: '';
    font-size: 0;
}
.firstLevel .firstLevelHover, .firstLevel li:hover{
	color: #3860F4;	
    margin-bottom:-2px;
	border-bottom: 2px solid #3860F4;
	
}
.mainContent {
	padding-top: 40px;
	width: 1000px;
}
.leftNavigation{
	display: inline-block;
    float: left;
    width: 170px;
    max-height: 550px;
    border: 1px solid #E1E6F0;
    overflow-y: auto;
}
.leftNavigation li{
	height: 48px;
	border-bottom: 1px solid #E7EAF3;
	cursor: pointer; 
    line-height: 40px;
    color: #525666;
    font-size: 14px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	padding-right: 8px;
}
.leftNavigation li:before{
	content: '·';
	display: inline-block;
    font-size: 20px;
    color: #D8DFFA;
    font-weight: bolder;
    margin: 2px 20px;
}
.leftNavigation li:hover , .leftNavigation  li.active{
	height: 48px;
	border-bottom: 1px solid #E7EAF3;
	border-left: 2px solid #3860F4;
	cursor: pointer; 
	color: #3860F4;	
	background-color:#fff;
}
.leftNavigation li:hover:before , .leftNavigation  li.active:before {	
    color: #3860F4;
    margin: 2px 19px;
}
.articleListBox{
	display: inline-block;
    float: left;
    width: 806px;
    margin-left: 20px;
}
.breadcrumb{
	color: #7A8199;
    font-size: 16px;
    line-height: 32px;
	margin-bottom: 20px !important;
    background-color: transparent !important;
}

.breadcrumb span{	
	color: #3860F4;
}
.articleList{
    min-height: 550px;    
	background: #FCFDFF;
	border: 1px solid #E1E6F0;
	box-shadow: 0px 4px 20px 0px #F1F1F6;
	padding: 40px !important;
    box-sizing: border-box;   
}
.articleList li ,.articleList li a{
	font-size: 14px;
	color: #525666;
	line-height: 48px;
	text-decoration:none;
}
.articleList li a:hover{	
	text-decoration:none;
}





