.divContainer {
	background: #ffffff;
	display: inline-block;
	position: relative;
	height: auto;
}

.imodule_title {
	width: 100%;
	text-align: left;
	font-weight: 700;
	padding: 15px;
	margin: 0 auto;
	float: left;
	position: relative;
	min-height: 32px;
	line-height: 32px;
	text-shadow: #fff 0 1px 1px;
	text-transform: uppercase;
	border-top: 1px solid #cccccc;
}

.title a {
	color: #006cb7;
}

.radio_item .title {
	text-align: left;
	margin-bottom: 2px;
	margin-right: 2px;
	font-size: 14px;
	margin-left: 160px;
}

.radio_item .title a {
	font-weight: bold;
}

.xemthem {
	border: 1px solid #c6c6c6;
	border-radius: 6px;
	line-height: 18px;
	float: right;
	margin-top: 6px;
	background-color: #fff;
}

.xemthem span {
	padding: 3px 10px;
	font-size: 12px;
	float: left;
	text-transform: none;
}

.xemthem img {
	padding: 5px;
}

.song_list_home {
	width: 100%;
	float: left;
	padding: 0 15px;
}

.song_list_home .song_item.large {
	border: none;
}

.song_list_home .song_item {
	position: relative;
}

.song_list_home .song_item.large .title {
	font-size: 16px;
	margin-top: 5px;
	line-height: 20px;
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
}

.bold {
	font-weight: 700;
}

.song_list_home .song_item .singer {
	margin: 0;
	width: 250px;
	line-height: 24px;
}

.list_radio .radio_item {
	border: 1px solid #dddee0;
	color: #5b5b5b;
	padding: 5px;
	height: 110px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	line-height: 20px;
}
.song_item.large .img-wrap {
	float: left;
	width: 100%;
}
.song_list_home .song_item.large .img-wrap img {
	width: 100%;
}

.radio_item_a1 {
	margin-right: 0px;
	margin-left: 11px;
}

.radio_item_a0 {
	margin-right: 8px;
}

.radio_item_a1 {
	width: 365px !important;
}

.radio_item_a2 {
	width: 100% !important;

}

.song_list_home .song_item.large {
	overflow: hidden;
}

@media (min-width: 1240px) {
	.radio_item_a2 {
		width: 370px !important;
	}

	.song_list_home .song_item.large {
		margin-bottom: 0px;
	}
}

.icon_play {
	display: block;
	width: 150px;
	float: left;
	margin-right: 8px;
}

.radio_detail_info {
	margin: 0;
	background-color: #FFF;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	position: relative;
	height: 45px;
}

.radio_detail_info .title {
	font-size: 16px;
	margin: 10px;
	float: left;
	font-weight: 700;
	width: 100%;
	line-height: 30px;
	text-align: left;
	text-transform: capitalize;
}

.content-player {
	position: relative;
	bottom: 45px;
	width: 600px;
	margin: 0 auto;
}

.isong_list {
	width: 100%;
	float: left;
}

.isong_list .item {
	width: 230px;
	height: 135px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	position: relative;
}

.isong_list .news-item {
	width: 180px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 125px;
	overflow: hidden;
}

.isong_list .img {
	width: 100%;
	float: left;
	height: 100%;
	overflow: hidden;
}

.isong_list .img img {
	width: 100%;
	float: left;
	min-height: 100%;
}

.isong_list .title {
	float: left;
	position: absolute;
	bottom: 0px;
	left: 5px;
	right: 0;
	background: none 0 0 repeat scroll rgba(0, 0, 0, 0.5);
}

.isong_list .title a {
	width: 100%;
	padding: 6px 5px;
	color: #FFF;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: 700;
}

.isong_list .title .code {
	padding: 2px;
	color: #87F15D;
	font-size: 13px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.song_list_home .song_item.large .btn-guitang {
	width: 122px;
	height: 30px;
	padding-left: 32px;
	background: url('/assets/client/lixi/images/guitang.png') no-repeat;
	line-height: 35px;
	margin-left: -5px;
	cursor: pointer;
}

.btn-guitang1 {
	cursor: pointer;
	position: absolute;
	top: 70px;
	right: -130px;
	z-index: 9;
	width: 125px;
	height: 30px;
	line-height: 35px;
	background: url('/assets/client/lixi/images/guitang.png') no-repeat;
}

.send_song {
	position: absolute;
	right: 5px;
	bottom: 9px;
	z-index: 90;
	width: 30px;
	height: 30px;
	display: block;
	background: url('/assets/client/lixi/images/guitang.png') 0 0 no-repeat;
}

.bg-player {
	width: 600px;
	height: 183px;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

@media screen and (max-width: 480px) {
	.radio_detail_info .title {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	.bg-player {
		width: 100%;
	}

	.isong_list .news-item {
		width: 50%;
		margin-right: 0;
	}
}