/*信息*/
.content-info{
	overflow: hidden;
}

.content-info .content-info-menu{
	background: #f3f3f3;
    border: 1px solid #ccc;
    border-top: 0;
    width: 166px;
    float: left;
    line-height: 28px;
}
.content-info .content-info-menu ul li{
	
}
.content-info .content-info-menu ul li h3{
	font-size: 14px;
    background: #dedede url(../images/help_ico.gif) no-repeat;
    text-indent: 40px;
    color: #666;
    border: 1px solid #ccc;
    border-width: 1px 0;
}
.content-info .content-info-menu ul li ol li{
	background: url(../images/help_ico.gif) no-repeat 45px -30px;
    padding-left: 55px;
}
.content-info .content-info-menu ul li ol li a{
	color: rgb(67, 67, 67);
	transition: color 0.5s;
}
.content-info .content-info-menu ul li ol li a:hover{
	text-decoration: underline;
	color: #F0189D;
}
.content-info .content-info-main{
	width: 1000px;
    float: right;
    color: rgb(67, 67, 67);
    line-height: 24px;
    overflow: hidden;
}
.content-info .content-info-main .title{
	line-height: 28px;
    border-bottom: 1px solid rgb(204, 204, 204);
}
.content-info .content-info-main .title span{
	color: rgb(204, 0, 102);
}
.content-info .content-info-main .txt-box{
	width: 100%;
}
