*{
		margin: 0;
		padding:0;
	}
ul{
		list-style: none;
	}

	a{
		text-decoration: none;
        /*color: #444;*/
        color: #666;
	}
	p,h4{color:#666;}

	.contab{
		margin: 10px 0px 50px 0px;
		border: 1px solid #e5e5e5;
        position: relative;
        background-color: #fff;
        z-index: 9;
        height: 100%;

	}

	.contab .menu{
		border-right: 1px solid #ddd;
		width: 180px;
        height: 100%;
        background-color: #fafbfc;
        position: absolute;
        top: 0;
        left: 0;

	}

	.contab .menu h3{
		height: 100%;
		padding-left:10%;
		font-size: 16px;
		font-weight:normal;
		color: #fff;
		cursor: pointer;
		text-align:left;
		background-color: #007afc;
		height: 40px;
		line-height: 40px;
		border-bottom: 1px solid #fff;

	}
    .contab .menu ul{
        display: none;
    }
	.contab .menu ul li{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		color: #444;
		font-weight:normal;

	}

	.contab .menu ul li a:hover{
		background: #f1f1f1;
		color:#007afc;
		display: block;

	}
    .contab .ulmenu{ text-align: center;}

	.contab .menu .selected{
		background: #ecebeb;
		/*border-radius: 14px;*/
		height: 40px;
		line-height: 40px;
		display: block;
		color: #3760b4;
		font-weight:bold;
	}


	.contab .content{
		padding: 5px 5px 10px 25px;
        margin-left: 180px;
        min-height: 430px;
	}


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

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

	.contab .content .menu1 .tab p{
		font-size: 14px;
		line-height: 30px;
		color: #666;
		text-indent: 2em;
        word-break:break-all;
	}

	.contab .content .menu1 .tab .tt{
		padding: 10px 0px;
		font-size: 16px;
		font-weight: normal;
		color: #3760b4;


	}
	.contab .content .menu1 .tab .center{
		text-align: center;
	}
	.contab .content .menu1 .tab .tt-hd{
		margin-top: 30px;
	}