.cfix{
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}
.main-content{
	background: #f7f7f5;
	padding-bottom: 40px;
}
.main-content .left-content{
	width:880px;
}
.main-content .right-content{
	width:320px;
}
.main-content .left-content .reward-content{
	width:880px;
	padding: 0 20px;
	display:inline-block;
	background: #fff;
}
.main-content .right-content .login-content{
	width:290px;
	display:inline-block;
	text-align:left;
	background: #fff;
	height: 168px;
	background: #f7f0e4;
}
.main-content .right-content .news-content{
	width:260px;
	box-sizing: content-box;
	display:inline-block;
	text-align:left;
	background: #fff;
	padding: 0 15px;
}
.reward-content .title-bar{
	line-height: 50px;
	font-size: 18px;
	border-bottom: 1px solid #dbdbdb;
	padding-left: 12px;
	position: relative;
}
.reward-content .title-bar:before{
	height: 19px;
	width: 3px;
	background: #e35d08;
	position: absolute;
	left: 0;
	top: 15px;
}
.reward-content .reward-list{

}
.reward-content .reward-list .reward-item{
	padding: 24px 0;
	border-bottom: 1px solid #dbdbdb;
}
.reward-content .reward-list .reward-item .img-box{
	width: 146px;
	height: 108px;
	float: left;
	margin-right: 15px;
}
.reward-content .reward-list .reward-item .img-box img{
	width: 100%;
	height: 100%;
}
.reward-content .reward-list .reward-item .reward-desc{
	width: 671px;
	float: left;
}
.reward-content .reward-list .reward-item .reward-desc .title-content{
	height: 29px;
}
.reward-content .reward-list .reward-item .reward-desc .title-content .title{
	max-width: 549px;
	font-size: 18px;
	color: #333333;
	height: 22px;
	line-height: 22px;
	float: left;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.reward-content .reward-list .reward-item .reward-desc .title-content .tips{
	float: left;
	padding-left: 33px;
	height: 36px;
	margin-top: -7px;
	background: url("../images/reward.png") left center no-repeat;
	background-size: 36px 36px;
	margin-left: 5px;
}
.reward-content .reward-list .reward-item .reward-desc .title-content .tips .text{
	padding: 0 5px;
	height: 18px;
	line-height: 18px;
	box-sizing: content-box;
	border: 1px solid #e35d08;
	border-left: none;
	margin-top: 8px;
	color: #e35d08;
	font-weight: bold;
}
.reward-content .reward-list .reward-item.no-image .reward-desc{
	width: 100%;
}
.reward-content .reward-list .reward-item.no-image .reward-desc .title-content .title{
	max-width: 710px;
}
.reward-content .reward-list .reward-item .reward-desc .info{
	font-size: 12px;
	line-height: 22px;
	height: 44px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.reward-content .reward-list .reward-item .reward-desc .pub-date{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	padding-top: 5px;
}
.login-content .title{
	height: 40px;
	font-size: 22px;
	color: #333333;
	line-height: 40px;
	padding-top: 17px;
	width: 100%;
	text-align: center;
	box-sizing: content-box;
}
.login-content .tips{
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	width: 100%;
	text-align: center;
}
.login-content .tips .name{
	font-size: inherit;
	color: #4a78c4;
}
.login-content .op-btn{
	padding-top: 10px;
	width: 100%;
}
.login-content .op-btn .btn-doop{
	width: 240px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #e35d08;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	padding: 0;
}
.news-content .title{
	border-bottom: 1px solid #dbdbdb;
	color: #333;
	font-size: 18px;
	line-height: 50px;
}
.news-content .news-list{
	padding: 10px 0;
}
.news-content .news-list .news-item{
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #000;
	padding-left: 28px;
	position: relative;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.news-content .news-list .news-item .sort{
	position: absolute;
	width: 16px;
	height: 16px;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	overflow: hidden;
	background: #989898;
	color: #fff;
	left: 0;
	top: 10px;
}
.news-content .news-list .news-item:nth-child(1) .sort{
	background: #e35d08;
}
.news-content .news-list .news-item:nth-child(2) .sort{
	background: #eb8d52;
}
.news-content .news-list .news-item:nth-child(3) .sort{
	background: #eb8d52;
}