@charset "utf-8";
/* 开票方式 */
.border{
	border:1px solid red;
}

.content_left{
	width:170px;
	float:left;
	box-sizing: border-box;
}
.content_left>p{
	background-color: #2B4079;
	line-height:50px;
	font-size: 18px;
	color:#FFF;
	padding-left:20px;
}
.content_left>div{
	background-color: #fff;
	line-height:40px;
	font-size:14px;
	color:#333;
	padding-left:20px;
}
.content_left>div:nth-last-of-type(1){
	padding-bottom: 20px;
}
.content .content_left>div>a{
	display: block;
}
.content .content_left>div>a>img{
	float:right;
	padding:15px 10px 0 0;
}

.content_right{
	width:81.5%;
	min-height: 636px;
	float:right;
	background-color:#fff;
	padding: 30px 0 30px 0;
	position: relative;
}
.content_right>b{
	font-size:18px;
    color:#333;
    display: block;
    padding-bottom: 20px;
    margin-left:30px;
}
.content_right>h3{
	font-size:14px;
    color:#333;
    padding:4px 0 5px 30px;
}
.helpCenter_active{
	color:#2B4079;
}
.content_right>div.absolute{
	width:60px;
	height:200px;
	display:block;
	position:absolute;
	bottom:5%;
	right:-11%;
	

}
.content_right>div.absolute>div{
	width:50px;
	height:50px;
	background-color:#2B4079;
	border-radius: 5px;
	margin-bottom: 2px;
	text-align: center;
	line-height: 50px;
}
.content_right>div.absolute>div:hover{
	background-color: #163077;
}
.content_right>div.absolute>div>img{
	vertical-align: middle;
}

	


































