body {
    padding: 0;
    margin: 0;
    font-family: 'microsoft yahei', 'Helvetica', simhei, simsun, sans-serif;
    background-color: #F7F7F7;
}
/* 控制文字在一行之内，多余部分显示... */
.oneLine {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.video_wrap {
    position: relative;
    overflow: hidden;
}
.play_btn {
    position: absolute;
    left: 65px;
    bottom: 10px;
    z-index: 10;
    width: 40px !important;
}
a {
    text-decoration: none;
}
.playerTitle{
    width:100%;
    margin: 0 auto;
    line-height:100px;
    font-size: 40px;
    text-align: center;
}
.player{
    /*width: 720px;
    height: 280px;*/
    /*margin: 10px auto;
    background: url("../images/loading.gif") center no-repeat;*/
   background:#000000;
    background-size: cover;
    position: relative;
}
video{
    height:100%;
    width:100%;
    margin: 0 auto;
    display: none;
}
.controls {
        /* width: 720px; */
    height: 40px;
    position: absolute;
    left: 0px;
    bottom: 1px;
    /* background-color: #000;*/
}
.controls > .switch{
    width: 20px;
    height: 20px;
    display: block;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 10px;
}
.controls > .expand{
    width: 20px;
    height: 20px;
    display: block;
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
}
.controls > .progress{
    width: 100px;
    height: 10px;
    position: absolute;
    left: 40px;
    bottom: 15px;
    background-color: #555;
}
.controls > .progress > .bar{
    width:100%;
    height:100%;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 999;
}
.controls > .progress > .loaded{
    width:60%;
    height:100%;
    background-color: #999;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.controls > .progress > .elapse{
    width:0%;
    height:100%;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.controls > .time{
    width: 110px;
    height: 20px;
    position: absolute;
    left: 160px;
    top: 10px;
    color: #fff;
    font-size: 10px;
}

/*222222222*/
.player1{
    /*width: 720px;*/
    height:506px;
    /*margin: 10px auto;
    background: url("../images/loading.gif") center no-repeat;*/
   background:#000000;
    background-size: cover;
    position: relative;
}

.controls1 {
        /* width: 720px; */
    height: 40px;
    position: absolute;
    left: 0px;
     bottom: 1px; 
    /* background-color: #000;*/
}
.controls1 > .switch1{
    width: 20px;
    height: 20px;
    display: block;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 10px;
}
.controls1 > .expand1{
    width: 20px;
    height: 20px;
    display: block;
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
}
.controls1 > .progress1{
    width: 700px;
    height: 10px;
    position: absolute;
    left: 40px;
    bottom: 15px;
    background-color: #555;
}
.controls1 > .progress1 > .bar1{
    width:100%;
    height:100%;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 999;
}
.controls1 > .progress1 > .loaded1{
    width:60%;
    height:100%;
    background-color: #999;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.controls1 > .progress1 > .elapse1{
    width:0%;
    height:100%;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.controls1 > .time1{
    width: 130px;
    height: 20px;
    position: absolute;
    left: 760px;
    top: 10px;
    color: #fff;
    font-size: 14px;
}
/*页码*/
.am_news_load a{
  width:66px!important;
    border-radius: 6px;
    border: 1px solid #eaa16c;
    padding: 0.3rem 1rem;
    color: #9c9b9b;
    margin-right:1rem;
}
.am_news_load span{
  width:66px!important;
  background-color:#eaa16c;
    border-radius: 6px;
    border: 1px solid #eaa16c;
    padding: 0.3rem 1rem;
    color: #fff;
    margin-right:1rem;
  display:inline;
}
.am_news_load a:hover{
    background-color:#eaa16c;
    color: #fff;
}
/*播放器*/
.jw-icon-barlogo-new {
    display: none !important;
}