.theright
{
	width:100%;
	height:auto;
	float:left;
}
.theright-support
{
	width:100%;
	height:auto;
	float:left;
	background:#fff;
}
.theright-support h4
{
	display:block;
	margin:0;
	padding:10px 7px;
	color:#fff;
	background-color: #d33a01;
	text-transform:uppercase;
}
.theright-support h4 span
{
	padding:0 10px 0 0;
}
.support-content
{
	width:100%;
	height:auto;
	float:left;
	border: 1px solid #E0CEBD;
	box-sizing:border-box;
}
.support-content p
{
	margin:0;
	padding:15px 0;
	text-align:center;
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}
.support-content p span
{
    color: #db0000;
    font-weight:bold;
}
.support-content a
{
	width:40%;
	height:auto;
	float:left;
	margin:0 5% 15px 5%;
}

.theright-high
{
	width:100%;
	height:auto;
	float:left;	
	margin:15px 0 0 0;
	//background:#B03131;
}

.theright-high-title
{
	width:100%;
	height:auto;
	float:left;	
	background:#B03131;
}

.theright-high-title h4
{
	display:block;
	margin:0;
	padding:10px 7px;
	color:#fff;
	background-color: #d33a01;
	text-transform:uppercase;
}
.theright-high-title h4 span
{
	padding:0 10px 0 0;
}

.theright-high-content
{
	width:100%;
	height:auto;
	float:left;	
	border:1px solid #E0CEBD;
	box-sizing:border-box;
	background:#fff;
}
.theright-high-item
{
	width:96%;
	height:auto;
	float:left;		
	margin:0 2%;
	padding:10px 0;
	border-top:1px solid #ddd;
}
.theright-high-item:hover
{
	background:#f4f4f4;
}
.theright-high-item:hover a
{
	color:#db0000;
}
.theright-high-item img
{
	width:100px;
	height:55px;
	float:left;
	margin:0 7px 0 0;
	border:1px solid #ddd;
	box-sizing:border-box;
}
.theright-high-item a
{
	text-decoration:none;
	color: #0035ff;
	display:block;
	padding:0;
}
.theright-high-item a p
{
	margin:0;
	padding:0;
	line-height:17px;
	position:relative;
	max-height:51px;
	overflow:hidden;
}
/*
.theright-high-content ul
{
	margin:0;
	padding:10px 10px;
	list-style-type:none;
}
.theright-high-content ul li
{
	display:block;
	padding:7px 0;
}
.theright-high-content ul li img
{
	width:100%;
	margin:0 0 5px 0;
}
.theright-high-content ul li:hover a
{
	color:#222;
}
.theright-high-content ul li a
{
	display:inline-block;
	line-height:17px;
	color:#fff;
	font-size:13px;
	padding:0;
	margin:0;
	text-decoration:none;
}
.theright-high-content ul li a span
{
	margin:2px 0 0 0;
	float:left;
}
.theright-high-content ul li a p
{
	padding:0 0 0 20px;
}
*/
.theright-promo
{
	width:100%;
	height:auto;
	float:left;		
	background:#fff;
	margin:15px 0 0 0;
}

.theright-promo-title
{
	width:100%;
	height:auto;
	float:left;	
	background:#d33a01;
}

.theright-promo-title h4
{
	display:block;
	margin:0;
	padding:10px 7px;
	color:#fff;
	background-color: #d33a01;
	text-transform:uppercase;
}
.theright-promo-title h4 span
{
	padding:0 10px 0 0;
}

.theright-promo-content
{
	width:96%;
	height:auto;
	float:left;
	padding:10px 2%;
	background:#ddd;
}

.theright-promo-content img
{
	width:100%;
	max-height:230px;
}