@charset "UTF-8";
html,
body,
div,
p,
hr,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
tfoot,
tbody,
thead,
form,
input,
textarea,
label,
ul,
ol,
dl,
li,
dt,
dd,
.clearfix:after {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  /*font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', 'Helvetica', 'Arial', 'Microsoft YaHei', '微软雅黑', 'STHeitiSC-Light', 'simsun', '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', 'sans-serif' !important;*/
  font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  outline: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #3773db;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe,
img {
  border: 0;
}

img {
  vertical-align: middle;
}

input {
  outline: none;
}

button {
  border: 0;
  outline: 0;
}

/* 图片地址 */
/* 颜色 */
/* 屏幕尺寸 */
html,
body {
  position: relative;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0px;
  font-size: 0px;
  display: block;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

body {
  background: #147bd2 url("http://www.nncc626.com/broadcast/images/banner.jpg") center 0 no-repeat;
}

.nav {
  width: 100%;
  height: 66px;
  background: #ffffff;
}

.nav-logo {
  width: 161px;
  height: 51px;
  background: url("http://www.nncc626.com/broadcast/images/logo.jpg") 0 0 no-repeat;
  float: left;
  margin-top: 8px;
}

.nav-list {
  float: right;
  margin-right: 200px;
}

.nav-list a {
  line-height: 66px;
  font-size: 16px;
  color: #666;
  padding-left: 26px;
  position: relative;
}

.nav-list a.active {
  color: #28a0ec;
}

.nav-list a:before {
  content: "|";
  margin-right: 26px;
}

.nav-list a:first-child:before {
  content: "";
}

.banner {
  height: 190px;
}

.main {
  height: 650px;
}

.main-tab {
  float: left;
  width: 762px;
  height: 650px;
}

.main-tab img {
  width: 762px;
  height: 325px;
  cursor: pointer;
}

.main-tab .on {
  width: 754px;
  height: 317px;
  border: 4px solid #ffd74c;
}

.main-cont {
  float: right;
  height: 650px;
  width: 400px;
  padding: 0 19px;
  overflow: hidden;
  background: rgba(17, 20, 26, 0.8);
}

.main-cont h2 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 55px;
  border-bottom: 1px solid #737373;
}

.playBox {
  margin-top: 50px;
  background-color: #17aaff;
  opacity: 0.851;
  box-shadow: 0px -5px 25px 0px rgba(9, 104, 183, 0.004);
  width: 100%;
  height: 80px;
}

.playlist {
  height: 560px;
  overflow: scroll;
}

.xpage-list li {
  line-height: 50px;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.list-index {
  font-family: Helvetica;
  font-weight: bold;
  color: #fff;
  display: block;
  font-size: 14px;
  float: left;
  padding-right: 15px;
}

.jp-playlist-item {
  color: #bec6da;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 280px;
  display: block;
  font-size: 14px;
  float: left;
}

.list-time {
  font-size: 12px;
  color: #5c616f;
  display: block;
  float: right;
}

.xpage-more {
  width: 100px;
  margin: 20px auto;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  line-height: 28px;
  border-radius: 5px;
  font-size: 12px;
}

.list-pic,
.list-audioUrl {
  display: none;
}

.jp-jplayer {
  display: none !important;
}

.list-play,
.list-pubtime {
  display: none;
}

li.jp-playlist-current {
  height: 86px;
  background: rgba(139, 139, 154, 0.12);
}

li.jp-playlist-current .list-pubtime {
  display: block;
  line-height: 18px;
  float: left;
  color: #777d8a;
  font-size: 12px;
  width: 280px;
}

li.jp-playlist-current .jp-playlist-item {
  line-height: 28px;
  margin-top: 19px;
}

li.jp-playlist-current .list-play {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background: url("http://www.nncc626.com/broadcast/images/play.png") 0 0 no-repeat;
  margin-left: -8px;
  margin-top: 28px;
  margin-right: 7px;
}

li.jp-playlist-current .list-index {
  display: none;
}

li.jp-playlist-current .list-time {
  color: #fff;
  margin-top: 9px;
}

li.jp-playlist-current .list-cont {
  height: 86px;
  display: block;
  float: left;
  width: 280px;
}

.jp-gui {
  float: left;
  width: 180px;
  margin-top: 15px;
}

.jp-details {
  float: left;
  margin-left: 80px;
  margin-top: 10px;
  width: 700px;
}

.jp-volume-controls {
  float: right;
  margin-top: 46px;
}

.jp-previous,
.jp-next {
  width: 16px;
  height: 16px;
  margin-top: 17px;
}

.jp-previous {
  display: block;
  float: left;
  background: url("http://www.nncc626.com/broadcast/images/icon-pre.png") 0 0 no-repeat;
}

.jp-next {
  display: block;
  float: left;
  background: url("http://www.nncc626.com/broadcast/images/icon-next.png") 0 0 no-repeat;
}

.jp-play {
  width: 48px;
  height: 48px;
  background: url("http://www.nncc626.com/broadcast/images/icon-play.png") 0 0 no-repeat;
  margin: 0 40px;
  display: block;
  float: left;
}

.jp-state-playing .jp-play {
  background: url("http://www.nncc626.com/broadcast/images/icon-pause.png") 0 0 no-repeat;
}

.details-pic {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 24px;
}

.details-pic img {
  width: 100%;
  height: 100%;
}

.jp-title {
  font-size: 14px;
  color: #fff;
  width: 600px;
  float: left;
}

.jp-progress {
  float: left;
  width: 600px;
  margin-top: 17px;
}

.jp-current-time,
.jp-duration {
  font-size: 14px;
  color: #fff;
  float: left;
}

.jp-seek-bar {
  height: 5px;
  float: left;
  max-width: 500px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 7px;
  background: rgba(255, 255, 255, 0.26);
}

.jp-play-bar {
  height: 5px;
  background: #fff;
  position: relative;
}

.jp-play-bar:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  right: -3px;
  top: -3px;
  border-radius: 50%;
}

.jp-mute,
.jp-volume-max {
  width: 16px;
  height: 16px;
  float: left;
}

.jp-mute {
  background: url("http://www.nncc626.com/broadcast/images/voice-min.png") 0 0 no-repeat;
}

.jp-volume-max {
  background: url("http://www.nncc626.com/broadcast/images/voice-max.png") 0 0 no-repeat;
}

.jp-state-muted .jp-volume-controls .jp-mute {
  background: url("http://www.nncc626.com/broadcast/images/voice-close.png") 0 0 no-repeat;
}

.jp-volume-bar {
  float: left;
  width: 150px;
  height: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 7px;
  background: rgba(255, 255, 255, 0.26);
}

.jp-volume-bar-value {
  background: #fff;
  height: 5px;
  position: relative;
}

.jp-volume-bar-value:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  right: -3px;
  top: -3px;
  border-radius: 50%;
}

/*# sourceMappingURL=maps/index.css.map */
