.select-sort {
    float: left;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 310px;
}

.catalog-promotion{
	display: block;
	width: 100%;
	position: relative;
	border-top: solid 1px #e1e1e1;
  background-image: url('/images/catalog-prod-bg.png');
  background-repeat: repeat-x;
  background-position: top;
  margin-top: 5px;
}
.sort{
	position: relative;
	width: 100%;
	height: 40px;
}

.promotion-item{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 40px 0;
}
.promotion-item .left,
.promotion-item .right{
	display: inline-block;
	position: relative;
}
.promotion-item .left{
	width: 599px;
	float: left;
	text-align: center;
}
.promotion-item .left img{
	max-height: 260px;
	max-width: 595px;
}
.promotion-item .right{
	float: right;
	width: 522px;
	text-align: center;
}
.promotion-date{
	border-left: solid 9px #f9b515;
	text-align: left;
}
 .promotion-date span{
	display: block;
	margin-left: 5px;
}
.promotion-date .head{
	color: #999;
	font-family: "Roboto Light";
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.promotion-date .date{
	color: #3a3a3c;
	font-family: "RobotoMedium";
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
}
.promotion-date .date.deadline{
	color: #e86340;
}
.promotion-item .right .text{
	position: relative;
	overflow: hidden;
	width: 100%;
	border-bottom: solid 1px #e1e1e1;
	padding-bottom: 15px;
	text-align: left;
}
.promotion-item .right .text .promotion-title{
	color: #406fc1;
	font-size: 18px;
	display: block;
	margin: 20px 0;
}
.promotion-item .right .text p{
	color: #666;
	font-size: 16px;
	line-height: 24px;
}
.promotion-item .right .share{
	display: inline-block;
	position: relative;
	margin-top: 18px;
}
.share>span{
	display: inline-block;
	float: left;
	color: #666;
	font-size: 15px;
	vertical-align: middle;
	line-height: 25px
}
.share>ul{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.share>ul li{
	display: inline-block;
}
.share .addthis_inline_share_toolbox{
    clear: none !important;
}
.see-more-promotion{
	width: 260px;
}
.promotion-name{
	color: #3a3a3c;
  font-family: "Roboto Light";
  font-size: 36px;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 36px;
}
.promotion-desc{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.promotion-desc .img{
	height: 260px;
	width: 595px;
	float: left;
        margin: 10px 25px 0 0;
}
.promotion-desc .img img
{
	max-height: 260px;
	max-width: 595px;
}
.promotion-desc p{
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.prod-promotion .content{
	padding: 0;
	margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
	.promotion-item .right,
	.promotion-item .left
	 {
	  float: none;
	  width: 100%;
	  text-align: center;
	}
	.promotion-item .right{
		text-align: right;
	}
	.promotion-desc .img {
    float: none;
    margin: 10px auto;
	}
	.promotion-item .left img {
	   max-height: 300px;
	   width: 100%;
	   margin-bottom: 20px;
	}
	.promotion-footer .list-promotion {
    float: none;
    margin-top: 8px;
    display: table;
    margin: 10px auto;
	}
}
