/*九博Plus*/
.plus-btn{
	height: 22px; 
	line-height: 22px;
	}
.plus-btn .titl {
	color: #666; 
	margin-right: 10px; 
	font-weight: bold;
	}
.propagate{
	height: 36px;
	line-height: 36px;
}
.propagate .titl{
	color: #666; 
	font-weight: bold;
	width: 122px;
	text-align: right;
	margin-right: 10px;
}
.propagate-inpt{
	width: 560px;
	border: 1px solid #e3e3e3;
    background-color: #fff;    
}
.propagate .msg{
	padding-left: 10px;
	color: #f5694b;
}
.plus-titl{
	font-weight: normal;
	font-size: 14px;
	color: #666;
	}
.plus-flow{
	height: 80px;
}
.plus-flow .text{
	display: block;
	width: 126px;
	height: 69px;
	float: left;
	background: #e9fff3;
	border: 1px solid #66be8c;
	border-radius: 5px;
	text-align: center;
	color: #4c996d;
	}
.plus-flow .text p.from1{
	padding-top: 22px;
    }
.plus-flow .text p.from2{ 
	padding-top: 14px;
    }
.plus-flow .icon{
	font-size: 26px; 
	height: 69px; 
	line-height: 69px; 
	color: #66be8c; 
	margin: 0 15px;
	display: block;
}
.plus-detail{
	height: auto;
	overflow: hidden;
}
.detail-img{
	width: 580px;
	height: 860px;
}
.detail-text{
	width: 260px;
	height: auto;
	margin-left: 20px;
}
.detail-text li{
    width: 240px;
    height: auto;
    padding: 10px;
    background: #e9fff3;
    border: 1px solid #66be8c;
    border-radius: 5px;
    color: #4c996d;
    margin-top: 20px;
}
.detail-text li > h2{
	font-weight: bold;
	color: #4c996d;
	font-size: 14px;
	line-height: 24px;
}
.detail-text li > p{
	color: #4c996d;
	font-size: 14px;
	line-height: 24px;
}