@charset "utf-8";
/* CSS Document */
body{background:/*#F5F3F4 #FDFDFB #F1F1F1*/ #f5f6fa;}
.box{width:900px; margin:50px auto;}
.pos a{color:#16A1E7;}
.box .con{ background: #FFF; position:relative;  margin-top:30px; height:auto;box-shadow: 0px 0px 5px /*#dedede*/ rgba(0, 0, 0, 0.2);/*border: 1px solid #dedede;*/ padding:30px 50px}
.box .con .tit{ background:url(../img/line.png) center bottom no-repeat; height:40px; font-size:20px; font-weight:bold; text-align:center; line-height:40px; letter-spacing:1px;} 
.box .con .arcticle p{ text-indent:2em; line-height:1.9em; margin:10px 0px;}    


/*------------内容区---------------------*/

.fixed{padding:8px 0px;background:#fff;  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); top:30%; right:10%; position:fixed;}
.fixed li:hover{ background-color:#F1F1F1}
.fixed .icon{ margin:2px 8px; padding:3px; height:28px;width:30px; cursor:pointer;}
.fixed .icon:nth-of-type(1){ background-position:0px -418px;}
.fixed .icon:nth-of-type(2){background-position: -30px -418px; display:none; opacity:0; filter:alpha(opacity=0);}
/*---------------固定右边小菜单---------------------*/

.Catalog{ width:100px; height:auto; position:absolute;  z-index:3;background:#F4F4F7; right:120px; top:0px; padding:20px 0px 30px;
           box-shadow: 1px 0 2px 0 rgba(51,51,51,.07) inset; font-size:16px; border:1px solid #dedede; border-left:none; display:none;overflow:hidden;}

.Catalog .cata_2{padding:0px 30px;height:auto; position:absolute; right:0px; top:30px;}
.Catalog .scroll{ position:absolute; right:8px; top:0px;width:8px; height:0px; border-radius:5px; background:#ccc; z-index:4; cursor:pointer;}
.Catalog .scroll:hover{ background:#09C;}/*----------------目录滚动条------------------*/

.Catalog .cata_1{ padding:0px 30px; width:100%; height:auto; overflow:hidden;}
.Catalog .cata_con{ position:relative; top:0px;}
.Catalog li{ line-height:44px; border-bottom:1px dashed #CCC; height:40px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.Catalog li span{ width:10px; height:10px; border-radius:50%; background:#B1D3E4; display:block; float:left; margin-right:10px; margin-top:6%;}
.Catalog li .tit{ font-weight:bold;color:#666;font-size: 17px;}
.Catalog li  a{color:#333;}/*------------------目录内容--------------------*/

