

body{
		margin: 0;
		padding:0;
	}	

	.container{
		font-family: 微软雅黑;
		background: #fff;
        overflow: hidden;
        display: flex;
	}

	.container .menu{
		width: 240px;

	}



	.container .menu h3{
		font-size: 20px;
		cursor: pointer;
	}
    .container .menu ul{
        display: none;
        background: #F0F0F0;
    }
	.container .menu ul li{
		padding: 0 !important;
		height: 52px;
		line-height: 52px;
		border-bottom: none !important;
	}

	.container .menu ul li a:hover{
		background: linear-gradient(#FA6885,#FE99A1);
		width: calc(100% - 16px);
		padding-left: 20px;
		color: #fff;
		font-weight: bold;
		font-size: 15px;
	
	}

	ul{
		list-style: none;
	}

	a{
		text-decoration: none;
		color: #666666;
		font-size: 14px;
		display: block;
		/*width: 100%;*/
		height: 52px;
		padding-left: 20px;
		
	}

	.container .menu .selected{
		background: linear-gradient(#FA6885,#FE99A1);
		width: calc(100% - 16px);
		padding-left: 20px;
	}



	.container .content{
		width: calc(100% - 280px );
		margin-left: 40px;
		position: relative;
	}

	.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;
	    margin-left: -110px;
	}

	.container .content .menu1 .tab {
		display: none;
	}

	.container .content .menu1 .active{
		display: block;
	}

	.container .content .menu1 .tab p{
		font-size: 14px;
		line-height: 20px;
		color: rgba(0,0,0,1);
        word-break:break-all;
	}

	.container .content .menu1 .tab .tt{
		font-size: 14px;
		font-weight: bold;

	}
