.ny-search {
	width: 100%;
	height: 286px;
	background: url(../images/search_02.jpg) no-repeat center;
	position: relative;
}
.ny-search:before{
	content: "";
	display: block;
	position: absolute;	width: 100%;
	height: 1px;
	box-shadow: 0 0px 10px rgba(0,0,0,1);
}
.search-box {
	width: 595px;
	height: 48px;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	overflow: hidden;
	padding: 0 18px;
}

#search-cont {
	float: left;
	width: 90%;
	line-height: 48px;
	border: none;
	outline: none;
	color: #CCCCCC;
	font-size: 16px;
}

.search-pic {
	width: 24px;
	height: 48px;
	float: right;
	cursor: pointer;
}

.search-pic img {
	width: 100%;
	margin-top: 12px;
}

.ny-main-block {
	width: 100%;
	overflow: hidden;
	background: #eeeeee;
	padding-bottom: 61px;
}

.breadcrumb {
	width: 100%;
	height: 49px;
	padding-top: 8px;
	line-height: 41px;
	border-bottom: 1px solid #d9d7d7;
	padding-left: 28px;
	position: relative;
}

.breadcrumb ul li {
	font-size: 14px;
	color: #555555;
	float: left;
	margin-right: 15px;
	position: relative;
}

.breadcrumb:before {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 20px;
	background: url(../images/ny1_09.png) no-repeat center;
	left: 5px;
	top: 40%;
	/*transform: translateX(-50%);*/
}

.breadcrumb ul li:after {
	content: "/";
	display: block;
	position: absolute;
	right: -10px;
	top: 0%;
	/*transform: translateY(-50%);*/
}

.breadcrumb ul li.last-bc:after {
	content: "";
}

.breadcrumb ul li a {
	color: #555555;
}

.breadcrumb ul li.last-bc a {
	color: #F27000;
}

.ny-main .radio {
	padding-top: 30px;
	padding-bottom: 0;
}

.radio-list {
	width: 100%;
	overflow: hidden;
}

.radio-list-item {
	width: 100%;
	height: 195px;
	overflow: hidden;
	background: #FFFFFF;
	padding: 5px 0;
	margin-bottom: 20px;
}

.radio-list-item:hover .w-color {
	color: #F27000;
	cursor: pointer;
}

.radio-list-pic {
	width: 290px;
	height: 100%;
	border-right: 1px solid #eeeeee;
	position: relative;
	overflow: hidden;
}

.radio-list-pic img {
/*	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
	width: 100%;
	height: 100%
}

.radio-list-words {
	width: 910px;
	padding-left: 40px;
	padding-right: 15px;
	color: #555555;
}

.radio-wl {
	width: 640px;
	overflow: hidden;
}

.radio-wl h3 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 20px;
}

.radio-wl span {
	display: block;
	font-size: 14px;
	padding-bottom: 20px;
}

.radio-wl p {
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.radio-more {
	width: 215px;
	height: 173px;
	overflow: hidden;
	position: relative;
}

.radio-more a {
	position: absolute;
	display: inline-block;
	width: 150px;
	height: 52px;
	background: #F27000;
	text-align: center;
	line-height: 52px;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.pagelist {
	width: 318px;
	height: 34px;
	margin: 0 auto;
	border: 1px solid #e9e9e9;
}

.pagelist ul li {
	float: left;
	text-align: center;
	border-right: 1px solid #e9e9e9;
}

.pagelist ul li:last-child {
	border: none;
}

.pagelist ul li a {
	display: block;
	background: #FFFFFF;
	padding: 0 13px;
	line-height: 32px;
}

.pagenext a,
.pageprev a {
	padding: 0 10px;
}

.pagelist ul li.current a {
	background: #F27000;
	color: #FFFFFF;
}

.pagelist ul li:hover a {
	background: #F27000;
	color: #FFFFFF;
}


/** 电台详情 **/

.ny-radio-det {
	background: #FFFFFF;
}

.radio-details {
	width: 100%;
	overflow: hidden;
	margin-top: 85px;
}

.radio-messages {
	width: 100%;
	/*height: 326px;*/
	/*overflow: hidden;*/
}

.radio-messages-l,
.radio-messages-r {
	width: 50%;
	/*height: 326px;*/
}

.radio-mess-pic {
	width: 546px;
	height: 326px;
	margin: 0 auto;
	border: 1px solid #eeeeee;
	overflow: hidden;
	position: relative;
}

.radio-mess-pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.radio-messages-r {
	padding: 0 23px;
	/*padding-right: 105px;*/
}

.radio-messages-r h3 {
	color: #F27000;
	font-size: 24px;
	font-weight: bold;
}

.radio-messages-r span {
	display: block;
	color: #F27000;
	font-size: 18px;
	margin: 30px 0;
}

.radio-messages-r p {
	font-size: 14px;
	color: #555555;
	line-height: 25px;
	/*overflow: hidden;*/
	text-overflow: ellipsis;
	display: -webkit-box;
	/*-webkit-line-clamp: 3;*/
	-webkit-box-orient: vertical;
}

.radio-messages-r .less {
	/*height: 70px;*/
	margin-bottom: 25px;
}

.radio-messages-r .ask-now {
	display: inline-block;
	width: 150px;
	height: 49px;
	margin-left: 30px;
	background: #F27000;
	/*margin-top: 40px;*/
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	border: 1px solid #F27000;
	line-height: 49px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.radio-messages-r .ask-now:hover{
	background: #FFFFFF;
	border: 1px solid #F27000;
	color: #F27000;
}
.radio-details-bottom {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}

.radio-tabs {
	width: 100%;
	height: 42px;
	overflow: hidden;
	border-bottom: 1px solid #F27000;
}

.radio-tabs ul li {
	font-size: 14px;
	float: left;
	width: 239px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	background: #F27000;
	color: #FFFFFF;
	border-top: 1px solid #F27000;
}

.radio-tabs ul li .tabs-btn {
	width: 50%;
	display: inline-block;
	float: left;
}

.radio-tabs ul li:last-child {
	border-right: 1px solid #F27000;
}

.radio-tabs ul li a {
	display: block;
	width: 50%;
	height: 100%;
	color: #F27000;
	background: #FFFFFF;
	float: right;
	padding-left: 25px;
	box-sizing: border-box;
	position: relative;
}

.radio-tabs ul li a:before {
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 18px;
	background: url(../images/loadowm_03.png) no-repeat center;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.radio-tabs-meun {
	padding-top: 40px;
}

.radio-tabs-meun-item {
	display: none;
}

.radio-tabs-meun-item.current {
	display: block;
}

.radio-file {
	width: 940px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 40px;
	border: 1px solid #666666;
}
.radio-file img{
	width: 100%;
}
.loadowm-file {
	display: block;
	width: 150px;
	height: 52px;
	background: #F27000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 0 auto;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 52px;
	border: 1px solid #F27000;
}
.loadowm-file:hover{
	background: #FFFFFF;
	color: #F27000;
}
