@charset "utf-8";
/* CSS Document */

/*main-right S*/

.main-right{

	width: 240px;

}

.main-right .download{

	padding: 10px;

}

.main-right .download .do-list ul li{

	position: relative;

	padding-left: 18px;

	line-height: 38px;

	color: #666;

	font-size: 16px;

	border-bottom: 1px dashed #d9d9d9;

}

.main-right .download .do-list ul li:before{

	content: '';

	display: inline-block;

	*zoom: 1;

	*display: inline;

	position: absolute;

	left: 0;

	top: 15px;

	width: 8px;

	height: 8px;

	background: url(../images/download-li-img.png) no-repeat;

}

.main-right .download .title-bar{

	padding-bottom: 10px;

	border-bottom: 1px dashed #d9d9d9;

}

.main-right .bidd{

	padding: 10px;

}

.main-right .bidd .bid{

	padding: 10px 0;

	margin-bottom: 4px;

	background-color: #f7f7f7;

	border: 1px solid #d9d9d9;

	border-radius: 3px;

	font-size: 16px;

	color: #333;

	font-weight: bold;

}

.main-right .bidd .bid:last-child{

	margin-bottom: 0;

}

.main-right .bidd .bid img{

	margin: 0 12px;

	display: inline;

	vertical-align: middle;

}

.main-right .cate{

	padding: 0;

}

.main-right .title-more a{

	font-size: 12px;

	color: #666;

}

.main-right .common .com{

	padding: 15px;

	border-bottom: 1px solid #ddd;

}

.main-right .common .com .title h3{

	font-size: 15px;

	color: #333;

	font-weight: bold;

}

.main-right .common .com .title p{

	color: #ccc;

	font-weight: bold;

	font-size: 11px;

}

.main-right .common .com .img i{

	font-size: 30px;

	color: #3693cf;

}

.main-right .common .com .img.orange i{

	color: #ff6000;

}

.main-right .common .com .img.blue i{

	color: #4da715;

}

.main-right .section{

	margin-bottom: 15px;

	background-color: #fff;

	border-radius: 3px;

	border: 5px solid #e6e6e6;

}

.main-right .user {

	padding: 0 10px;

}

.main-right .user .cate{

	margin-bottom: 20px;

	line-height: 47px;

	border-bottom: 1px solid #ccc;

}

.main-right .user .form-input{

	position: relative;

	margin-bottom: 20px;

	border: 1px solid #ccc;

	height: 33px;

}

.main-right .user .form-input input{

	width: 100%;

	height: 100%;

	vertical-align: top;

	text-indent: 35px;

}

.main-right .user .form-input i{

	position: absolute;

	left: 10px;

	top: 0;

	height: 33px;

	line-height: 33px;

	font-size: 18px;

	color: #999;

}

.main-right .user .form-input.form-login input{

	color: #fff;

	background-color: #1298ea;

	text-indent: 0;

	text-align: center;

	border-color: #1298ea;

	font-weight: bold;

	cursor: pointer;

}

.main-right .user .form-reg{

	margin-bottom: 0;

	border: 0;

	text-align: right;

	font-size: 14px;

	color: #2f88c2;

}
.float_l{
	float: left !important;
}
.float_r{
	float: right !important;
}
.cate{
	padding-left: 10px;
	font-size: 18px;
	color: #2f88c2;
	font-weight: bold;
}

.cate a{
	position: relative;
}

.cate.border a:after{
position: absolute;
content: '';
right: -10px;
top: 5px;
width: 3px;
height: 17px;
/* background-color: #2f88c2; */
}
.font-bold {
font-weight: bold;
}
.clear:after {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	visibility: hidden;
	content: " ";
}
/*main-right E*/

