@charset 'utf-8';html {
  overflow-y: scroll;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body{
  background-color: #003075;
}
html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent
}

body,html {
  font-family: sans-serif
}

article,aside,blockquote,body,button,code,dd,details,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,input,legend,li,menu,nav,ol,p,pre,section,td,textarea,th,ul {
  margin: 0;
  padding: 0
}

input,select,textarea {
  font-size: 100%
}

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

fieldset,img {
  border: 0
}

abbr,acronym {
  font-variant: normal;
  border: 0
}

del {
  text-decoration: line-through
}

address,caption,cite,code,dfn,em,th,var {
  font-weight: 500;
  font-style: normal
}

ol,ul {
  list-style: none
}

caption,th {
  text-align: left
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: 500
}

q:after,q:before {
  content: ''
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

a:hover {
  text-decoration: none
}

a,ins {
  text-decoration: none
}

blockquote,body,button,caption,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,html,input,legend,li,menu,ol,p,pre,table,td,textarea,th,ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

a,a:visited {
  text-decoration: none
}

a,a:active {
  text-decoration: none
}

body {
  width: 100%;
}


.content{
  margin:-2.5rem .2rem 0 .2rem;
  padding: .3rem 0;
  border-left: 3px solid #6ce0fd;
}
.content_list{
  width: 98%;
  height: auto;
  border: 2px solid #6ce0fd;
  border-radius: 10px;
  margin-left: .23rem;
  padding: .25rem;
  background-color: rgba(4,50,108,0.6);
  margin-bottom: .30rem;
  position: relative;
}
/* .content_list a{
  position: absolute;
  right: .25rem;
  top: .3rem;
  width: .84rem;
  height: .28rem;
  display: block;
  color: #003075;
  font-size: .24rem;
  text-align: center;
  line-height: .4rem;
} */
.content_list a img{
  width: 100%;
}
.content_list::before{
  display: inline-block;
  width: .2rem;
  height: 3px;
  background-color: #6ce0fd;
  position: absolute;
  left: -0.2rem;
  top: .4rem;
  content: '';
}
.content_list h5{
  font-size: .25rem;
  color: #fff;
}
.content_list h5::before{
  display: inline-block;
  position: absolute;
  left: -0.49rem;
  top: .25rem;
  content: '';
  width: 11px;
  height: 11px;
  border: 3px solid #6ce0fd;
  background-color: #fff;
  border-radius: 50%;
}
.content_list h5.living::before{
  background-color: #dac297;
}
.content_list h5.act::before{
  display: inline-block;
  position: absolute;
  left: -0.49rem;
  top: .25rem;
  content: '';
  width: 11px;
  height: 11px;
  border: 3px solid #6ce0fd;
  background-color: #085aa3;
  border-radius: 50%;
}
.content_list h5 span.active{
  font-size: .2rem;
  padding-left: .4rem;
  color: #fff;
  opacity: 1;
}
.content_list h5 span{
  font-size: .2rem;
  padding-left: .4rem;
  color: #fff;
  opacity: 0.3;
}
.content_list h3{
  margin:.3rem 0 .15rem 0;
  font-size: .34rem;
  color: #dac297;
  width: 5.6rem;
}
.content_list p{
  font-size: .21rem;
  color: #fff;
  width: 6.5rem;
}
.content_list .joinLive {
    position: absolute;
    right: .25rem;
    top: .3rem;
    width: 1.2rem;
    height: .4rem;
    background: url(../images/btn_bj.png) no-repeat;
    background-size: 100%;
    color: #003075;
    font-size: 12px;
    text-align: center;
    line-height: .4rem;
}
.content_list .joinLive_video {
    position: absolute;
    right: .25rem;
    top: .3rem;
    width: 1.2rem;
    height: .4rem;
    background: url(../images/btn_bj.png) no-repeat;
    background-size: 100%;
    color: #003075;
    font-size: 12px;
    text-align: center;
    line-height: .4rem;
}
.content_list .joinLive_1 {
  display: none;
}

#videoPlayWrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
}
#videoPlayWrapper .closeVideo {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
}
#videoPlayWrapper video {
  width: 100%;
  object-fit: fill;
}
.videoContent {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forbid {
  display: none;
  position: absolute;
  z-index: 3;
  top: 1rem;left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 1rem);
  overflow: hidden;
}
.forbid .limitBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.forbid .limit {
  position: absolute;
  width: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}