/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: url(../images/bg.jpg) center top no-repeat #A72A24;
}

h1, h2, h3, h4, h5, h6, .heading {
  font-family: Georgia, Times New Roman, Times, serif;
}

a {
  text-decoration: none;
}

header {
  width: 100%;
}
header img {
  max-width: 96%;
  display: block;
  margin: 0 auto;
}

nav {
  background: rgba(0, 0, 0, 0.3);
  margin-top: 30px;
}
nav ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
}
nav ul:before {
  content: "";
  display: table;
}
nav ul:after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}
nav ul li {
  float: left;
}
nav ul li a {
  display: block;
  padding: 20px 30px;
  color: #fff;
  font-size: 1.5rem;
}

article {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-bottom: 20px;
}
article .title img {
  max-width: 100%;
  margin: 50px auto;
  display: block;
}
article .act {
  margin-top: 50px;
}
article .act .acttime img {
  max-width: 100%;
  display: block;
  margin: 20px auto;
}
article .live:before {
  content: "";
  display: table;
}
article .live:after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}
article .live .livearea {
  width: 44%;
  height: 100%;
  float: left;
  margin: 0 3%;
  position: relative;
}
article .live .livearea .bg img {
  width: 100%;
  border: 2px solid #fdefc3;
}
article .live .livearea .inforarea {
  width: 92%;
  height: 65%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding-top: 15%;
  margin: 4%;
  border: 1px solid #fff;
}
article .live .livearea .inforarea h2 {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
article .live .livearea .inforarea a {
  padding: 10px 40px;
  background-color: red;
  color: #fff;
  display: table;
  margin: 20px auto;
  font-size: 1.3em;
}
article .live .livearea .inforarea a.review {
  background-color: #c5962f;
  color: #fff;
}
article .newslist:before {
  content: "";
  display: table;
}
article .newslist:after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}
article .newslist li {
  float: left;
  width: 46%;
  color: #fff;
  border-bottom: 1px dashed #fff;
  margin-right: 3%;
  list-style-position: inside;
}
article .newslist li a {
  color: #fff;
  padding: 0.5% 0;
  margin: 1%;
  display: inline-block;
  font-size: 1.2rem;
}
article .news, article .video {
  position: relative;
  padding-bottom: 80px;
}
article .news .morebtn, article .video .morebtn {
  position: absolute;
  bottom: 0;
  right: 80px;
}
article .news .morebtn a, article .video .morebtn a {
  color: #fff;
  width: 200px;
  padding: 15px 25px;
  background: #C4952D;
  font-size: 1.3rem;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
article .live .title {
  position: relative;
}
article .live .title .site {
  position: absolute;
  right: 10px;
  bottom: -50px;
  color: #e2ca94;
  font-size: 1.3rem;
}
article .live .title .site a {
  color: #fff;
}
article .livecon {
  text-align: center;
  font-size: 1.2em;
  color: #fff;
}
article .tabs {
  list-style: none;
  width: 75%;
  margin: 20px auto;
}
article .tabs:before {
  content: "";
  display: table;
}
article .tabs:after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}
article .tabs li {
  float: left;
  margin-right: 20px;
  border: 3px solid #cca241;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #FFF;
  padding: 0.5% 1%;
}
article .tabs li.check {
  background: #fff9e8;
}
article .tabcontent {
  color: #fff;
  width: 80%;
  margin: 0 auto 30px auto;
}
article .tabcontent iframe, article .tabcontent .azuremediaplayer {
  display: block;
  margin: 0 auto;
  max-width: 853px;
  width: 95%;
  height: 480px;
  border: 10px solid #cca241;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
article .tabcontent img {
  width: 100%;
  max-width: 853px;
  margin: 0 auto;
  display: block;
}
article .vediolist {
  color: #fff;
}
article .vediolist time {
  display: inline-block;
  padding-right: 1%;
}
article .vediolist time:after {
  content: " | ";
}
article .vediolist h3 {
  display: inline-block;
  font-size: 1.5rem;
}
article .vediolist .vedioarea:before {
  content: "";
  display: table;
}
article .vediolist .vedioarea:after {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}
article .vediolist .vedioarea .youtube, article .vediolist .vedioarea .youku {
  float: left;
  width: 48%;
  margin-right: 1%;
}
article .vediolist .vedioarea .youtube iframe, article .vediolist .vedioarea .youku iframe {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 320px;
}
article .vediolist .vedioarea .youku a {
  display: none;
}

.scrollup {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: 50px;
  display: none;
  text-indent: -9999px;
  background: url(../images/top.png) no-repeat;
  z-index: 1;
}

footer img {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 1024px) {
  article {
    width: 96%;
    margin: 0 auto;
  }
  article .live .livearea .inforarea h2 {
    font-size: 1.3rem;
    width: 100%;
  }
  article .live .livearea .inforarea a {
    padding: 5px 25px;
    margin: 15px auto;
  }
  article .live .title .site {
    font-size: 1.1rem;
    bottom: -30px;
  }
  article .tabcontent iframe, article .tabcontent .azuremediaplayer {
    height: 380px;
  }
  article .newslist li {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  article .title img {
    margin: 20px auto;
  }
  article .live .livearea {
    width: 98%;
    float: none;
    margin: 0 1%;
  }
  article .live .livearea .inforarea {
    height: 70%;
    padding-top: 10%;
  }
  article .live .livearea .inforarea h2 {
    font-size: 1rem;
  }
  article .live .title .site {
    font-size: 1rem;
  }
  article .livecon {
    font-size: 1rem;
    padding-top: 20px;
  }
  article .tabcontent iframe, article .tabcontent .azuremediaplayer {
    height: 320px;
  }
  article .newslist {
    margin: 0;
    padding: 0;
  }
  article .newslist li {
    float: none;
    width: 100%;
    list-style: none;
  }
  article .newslist li a {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  header img {
    width: 75%;
  }

  article .act {
    margin-top: 0;
  }
  article .livecon h2 {
    font-size: 1.4rem;
  }
  article .livecon p time {
    display: block;
  }
  article .tabs {
    width: 100%;
    margin: 20px auto;
    padding: 0;
  }
  article .tabs li {
    width: 34%;
    margin-left: 5%;
  }
  article .tabs li img {
    max-width: 100%;
  }
  article .tabcontent {
    width: 100%;
    margin: 0;
  }
  article .tabcontent iframe, article .tabcontent .azuremediaplayer {
    height: 200px;
    border: 5px solid #cca241;
  }
  article .tabcontent img {
    max-width: 100%;
  }
  article .vediolist time {
    display: block;
  }
  article .vediolist time:after {
    content: "";
  }
  article .vediolist h3 {
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }
  article .vediolist .vedioarea .youtube, article .vediolist .vedioarea .youku {
    float: none;
    width: 100%;
  }
  article .vediolist .vedioarea .youtube iframe, article .vediolist .vedioarea .youku iframe {
    height: 240px;
    margin-bottom: 15px;
  }
  article .vediolist .vedioarea .youku a {
    display: block;
  }
  article .vediolist .vedioarea .youku a img {
    width: 30%;
  }
  article .vediolist .vedioarea .youku iframe {
    display: none;
  }

  .scrollup {
    bottom: 10px;
    right: 10px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
