*{
	padding:0px;
	margin:0px;
}
#container{
	font-family: "Î¢ÈíÑÅºÚ";
	width: 974px;
	padding:48px 65px 12px;
	margin: 0 auto;
	color:#383838;
   -webkit-box-shadow: #666 0px 0px 10px;  
   -moz-box-shadow: #666 0px 0px 10px;  
   box-shadow: #666 0px 0px 10px; 
   border-radius:7px;
	-moz-border-radius:7px;
	-ms-border-radius:7px;
	-o-border-radius:7px;
	background-color:#fff;
	-webkit-border-radius:7px; 
}
.indextop {
    height: 90px;
    width: 100%;
    background: #f3f3f3;
    margin-bottom:20px;
}
.center1200 {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.lcblogo {
    display: block;
    float: left;
    height: 80px;
    line-height: 80px;
    padding-left: 80px;
    line-height: 80px;
    color: #b6b6b6;
    font-size: 20px;
    position: relative;
}
.bgYbSassImg {
    background: url(../../img/logo.png) no-repeat;
}
.lcblogo_icon {
    width: 124px;
    height: 50px;
    position: absolute;
    left: 53px;
    top: 25px;
}
body{
	background-color:#FAFAFA;
}
#headh3{
	margin-bottom: 34px;
	font-size: 26px;
	font-weight:500;
}
li{
	font-size: 14px !important;
}
 ul li{
 	list-style-type:disc;
 	list-style-position: inside;
 }
ol{
	display: block;
	margin-top: 20px;
	padding-left:0;
/*	background: pink;*/
}
 ol li{
 	list-style-position:inside;
 }
 li,p{
 	line-height: 25px;
 }
 p{
 	font-size: 16px;
 }
 #blueol{
 	color:#4285f4;
 }