

	.cotain{
		font-family: 微软雅黑;
		background: #fff;
		padding: 30px;
		margin:50px auto;
        overflow: hidden;
	}

	.cotain .menu{
		width: 20%;
		float: left;
		border-right: 1px solid #aaa;
	}
/*position 菜单背景图标*/
	.positionIicon{
		display: inline block;
		width: 32px;
		height: 32px;
		margin: 0px 4px;
		float: left;
		margin-right: 10px;
	}
/*menu图标*/
	.q-menu-img{
		background: url("/template/default/images/iconfont-kuaisulu.png");
	}
	
	.q-menu-doit{
		background: url("/template/default/images/iconfont-0bangzhushouce.png");
	}

	.q-menu-three{
		background: url("/template/default/images/iconfont-wenti.png");
	}


	.cotain .menu h3{
		font-size: 20px;
		cursor: pointer;      margin: 16px 0;
	}
    .cotain .menu ul{
        display: none;
    }
	.cotain .menu ul li{
	height: 56px;
    line-height: 60px;
	}

	.cotain .menu ul li a:hover{
		background: #9FB6CD;
		border-radius: 14px;
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;
		-moz-border-radius:14px;
		color:#fff; padding: 12px;
	
	}
.jbxxtg{line-height: 66px;font-size: 18px;letter-spacing: 5px;}

	.cotain .menu .selected{
		background: #cccccc59;
		border-radius: 14px;    padding: 12px;
	}



	.cotain .content{
		margin-top: 15px;
		width: 78%;
        margin-left: 24%;
	}

	.cotain .content .get-menu{
		margin-left: -10px;
	}

	.cotain .content .get-menu a{
		display: inline-block;
		font-size: 15px;
	    height: 40px;
	}

	.cotain .content .get-menu a:last-child{
		color: #7D9EC0;
	}

	.cotain .content .get-menu span{
		display: inline-block;
	    height: 40px;
	}

	.cotain .content .menu1 .tab {
		display: none;
	}

	.cotain .content .menu1 .active{
		display: block;
	}

	.cotain .content .menu1 .tab p{
		color: rgba(0,0,0,1);
        word-break:break-all;
	}

	.cotain .content .menu1 .tab .tt{
		font-size: 14px;
		font-weight: bold;

	}
/*第二个菜单下的文档内容*/
	.cotain .content .menu2 .tab {
		display: none;
	}

	.cotain .content .menu2 .active{
		display: block;
	}

	.cotain .content .menu2 .tab p{
		font-size: 14px;
		line-height: 20px;
		color: rgba(0,0,0,0.8);
        word-break:break-all;
	}

	.cotain .content .menu2 .tab .tt{
		font-size: 14px;
		font-weight: bold;

	}
/*第三个菜单下的文档内容*/
	.cotain .content .menu3 .tab {
		display: none;
	}

	.cotain .content .menu3 .active{
		display: block;
	}

	.cotain .content .menu3 .tab p{
		font-size: 14px;
		line-height: 20px;
		color: rgba(0,0,0,0.8);
        word-break:break-all;
	}

	.cotain .content .menu3 .tab .tt{
		font-size: 13px;
		font-weight: bold;

	}