

body{
		margin: 0;
		padding:0;
	}	

	.container{
		font-family: 微软雅黑;
		background: #fff;
        overflow: hidden;
        margin:0px;
        padding:0px;
        color:#fff;
	}

	.container .menu{
		width: 240px; 
		float: left;
		border-right: 1px solid #aaa;
	}
 


	.container .menu h3{
		font-size: 20px;
		cursor: pointer;
	}
    .container .menu ul{
        display: none;
    }
	.container .menu ul li{
		height: 100px; 
        line-height: 100px;
        text-align:center;
	}

	.container .menu ul li a:hover{
		background: #4f4e69;
		border-radius: 14px;
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;
		-moz-border-radius:14px;
		color:#fff;
	
	}

	ul{
		list-style: none;
	}

	a{
		text-decoration: none;
		color: #999;
		font-size: 14px;
		display: block;
		width: 180px;
		height: 100px; line-height: 100px;
		padding-left: 10px;
	}

	.container .menu .selected{
		background: #4f4e69;
		border-radius: 14px;
        height: 100px;  
        line-height: 100px;
	}



   .content{
    margin-top: 15px;
    width: 80%;
    margin-left: 240px;
    color: #000;
	}

	.container .content .get-menu{
		margin-left: -10px;
	}

	.container .content .get-menu a{
		display: inline-block;
		font-size: 15px;
	    height: 40px;
	}

	.container .content .get-menu a:last-child{
		margin-left: -8px;
		color: #7D9EC0;
	}

	.container .content .get-menu span{
		display: inline-block;
	    height: 40px;
	    
	}
/*第二个菜单下的文档内容*/
	.container .content .menu2 .tab {
		display: none;
        color:#000;
	}

	.container .content .menu2 .active{
		display: block;
        color:#000;
	}

	.container .content .menu2 .tab p{
		font-size: 14px;
		line-height: 20px;
		color: rgba(0,0,0,0.8);
        word-break:break-all;
	}

	.container .content .menu2 .tab .tt{
		font-size: 14px;
		font-weight: bold;

	}
 
    .ulmenu2{
        display: block; height: 100%; background: #3f3e5c; position: fixed; overflow-y: scroll;
        scrollbar-width: none;
    }
    .ulmenu2::-webkit-scrollbar {
        display: none;
    }