.typeArea .sidebar-content{
	width: 425px;
}

.typeArea .sidebar-content .lunbo{
    /* width: 425px; */
		/* height: 250px; */
		height: 0;
		padding-bottom: 58.8%;
    border-radius: 3px;
    margin-bottom: 60px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.lunbo ul li {
    float: left;
}

.lunbo ul li a {
    display: block;
    position: relative;
}

.typeArea .sidebar-content .lunbo img{
		width: 100%;
		border-radius: 3px;
}

.sidebar-content .hr-line{
		/* border-bottom: 1px solid rgb(231, 230, 230); */
		margin-top: 25px;
}

.sidebar-content .hr-no-line{
	margin-top: 40px;
}

.lunbo .dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px;
	z-index: 999;
    padding: 5px 20px;
	border-radius: 20px;
	width: 60%;
	text-align: center;
}

.sidebar-content .hot-sort{
    /* margin-top: 40px; */
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: rgb(34, 34, 34);
		margin-bottom: 25px;
    padding-bottom: 20px;
		border-bottom: 1px solid #ddd;
}

.lunbo .dots li {
	width: 12px;
	display: inline-block;
	height: 12px;
	background-color: rgba(255,255,255,0.3);
    border: 2px solid rgba(0,0,0,0.1);
	border-radius: 50%;
	behavior: url(../pie/PIE.htc);
	cursor: pointer;
	margin-right: 10px;
}

.lunbo .dots li.active {
	opacity: 1;
	border-radius: 6px;
	background: #fff;
	border: 2px solid rgba(0,0,0,0.5);
	behavior: url(../pie/PIE.htc);
}

.lunbo .arrow {
	position: absolute;
	top: 200px;
}

.lunbo #al {
	left: 20px;
	top: 272px;
	color: #fff;
	font-size: 56px;
	opacity: 0.5;
}

.lunbo #al:hover {
	color: #E30B20;
	opacity: 1;
}

.lunbo #ar {
	right: 20px;
	top: 272px;
	color: #fff;
	font-size: 56px;
	opacity: 0.5;
}

.lunbo #ar:hover {
	color: #E30B20;
	opacity: 1;
}

.lunbo ul li {
	float: left;
	overflow: hidden;
}

.lunbo .slider-content {
	border-radius: 4px;
	behavior: url(../../src/pie/PIE.htc);
}

.lunbo ul li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.lunbo ul li .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9;
	line-height: 80px;
	color: #fff;
	font-weight: bolder;
	font-size: 28px;
	left: 0;
}

.lunbo ul li .text:hover {
	color: #E30B20;
}

.lunbo .text .special {
	width: 80px;
	height: 35px;
	background-color: #E30B20;
	color: #fff;
	font-size: 16px;
	font-weight: bolder;
	line-height: 35px;
	text-align: center;
	border-radius: 4px;
	display: inline-block
}



.lunbo .jSlider .navigator .prev {
	margin-left: -50px
}

.lunbo .jSlider .navigator .next {
	margin-right: -50px
}

.lunbo .jSlider .controller .indicator {
	text-align: right;
	margin-right: 20px;
	z-index: 10
}

.lunbo .jSlider .controller .indicator span {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)
}

.lunbo .jSlider .controller .indicator .selected {
	background-color: #fff;
	width: 20px
}

.right-list .item{
	font-size: 14px;
	line-height: 21px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 25px;
	display: flex;
}

.right-list .item:last-child{
	margin-bottom: 20px;
}

.right-list .item .number{
  font-weight: bold;
	margin-right: 9px;
	color: #222;
	padding-right: 5px;
	max-width: 18px;
}

.right-list .item .number.number-1 {
	border-radius: 6px;
	background-color: #F0D134;
	color: #fff;
	padding: 0px 5px;
	line-height: 19px;
	height: 18px;
}
.right-list .item .number.number-2 {
	padding: 0px 5px;
	line-height: 19px;
	height: 18px;
	border-radius: 6px;
	background-color: #66C1F2;
	color: #fff;
}
.right-list .item .number.number-3 {
	padding: 0px 5px;
  line-height: 19px;
	height: 18px;
	border-radius: 6px;
	background-color: #F481C1;
	color: #fff;
}

.right-list .item .text{
	color: #222;
	font-size: 14px;
	line-height: 21px;
	/* height: 42px; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.right-list .item .text:hover{
	text-decoration: underline;
}

@media screen and (max-width:1440px) {
	.typeArea .sidebar-content{
		width: 300px;
		/* flex: 1; */
	}

	.typeArea .sidebar-content .lunbo{
		width: 100%;
		border-radius: 3px;
		margin-bottom: 60px;
		position: relative;
		margin: 0 auto;
		overflow: hidden;
	}
}