/* CSS Document */
.partials_right{
	width:250px;
}
.partials_right .item{
	padding: 0 15px;
	border:1px solid #e6e6e6;
}
.partials_right .item.bt0{
	border-top:0px;
}
.partials_right dt{
	font-size: 16px;
	font-weight: normal;
	color:#222222;
	line-height: 25px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom:1px dashed #a9a9a9;
}
.partials_right dd{
	padding-top:10px;
	padding-bottom:20px;
}
.partials_right dd a{
	cursor:pointer;
	font-size:14px;
	font-weight: normal;
	color:#666666;
	padding-left:15px;
	background:url('/static/images/desktop/home/arrow-right.png') -1px -1px no-repeat #fff;
}
.partials_right dd a:hover{
	color:#ff6000;
}
.partials_right dd li{
	line-height: 25px;
	list-style: none outside none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre;
	width: 220px;
	word-break: break-all;
}
.partials_right i{
	background:url('/static/images/desktop/home/orange/info-icon.png') #fff;
	height:20px;
	width:20px;
	margin-right: 7px;
	margin-top: -5px;
}
.partials_right .i_icon{
	//text-indent:-3000px;
	display:inline-block;
	vertical-align:middle;
}
.partials_right .i_icon.i_service_pro{
	background-position:0 0;
}
.partials_right .i_icon.i_service_new{
	background-position:0 -26px;
}
.partials_right .i_icon.i_service_question{
	background-position:0 -53px;
}
.partials_right .i_icon.i_service_download{
	background-position:0 -84px;
}