.newxq-content {
    width: 100%;
}
.newxq-top {
    width: 100%;
    margin-top: 20px;
}
.newxq-top .newxq-p {
    font-size: 16px;
    margin-bottom: 5px;
}
.newxq-top p {
    font-size: 12px;
    text-align: center;
}
.newxq-top .newxq-p1 {
    color: #999;
}
.newxq-top .newxq-p2 {
    color: #666;
}
.newxq-txt {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.newxq-txt img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}
.new-prev, .new-next{
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

/*视频详情页*/
.vedio-img {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;

}
.vimg {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.vimg img {
    width: 100%;
    height: 100%;
    display: block;
}
.pxq-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background: url(../img/play.png)no-repeat;
    background-size: auto 100%;
    z-index: 2;
}
.pxq-btn.cur
{
background: url(../img/pause.png)no-repeat;
    background-size: auto 100%;
    opacity:.2;
}
.vedio-img #h-vedio {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
   z-index:1;
    /*opacity: 0;*/
}
.vedio-img .active
{
  opacity:1 !important;  
}
/*end*/
.vpay-content
{
    width:100%;

}
.vpay-left
{
    width:100%;

}
.vpay-right {
    width: 100%;
    padding: 10px;
}
.vpay-right .vpay-p
{
  font-size:15px;  
}
.vpay-right .vpay-p1 {
    font-size: 12px;
    color: #009ae0;
    line-height: 25px;
}
.vpay-right  ul
{
  width:100%;
    border: 1px solid #dcdcdc;
    margin-top:10px;
}
.vpay-right  ul li
{
    width:100%;
    position:relative;
    overflow: hidden;
    padding:5px 15px;
    border-bottom:1px solid #dcdcdc;
}
.vpay-right  ul li:last-child
{
    border-bottom:0;  
}
.vpay-a
{
  width:100%;
    position:relative;
    overflow: hidden;  
}
.input-radio {
    width: 15px;
    height: 15px;
    float: left;
    margin-top: 12px;
    margin-right:5px;
}
.newxq-txt .img-m {
    width: 30px;
    height: auto;
    float: left;
    display: block;

}
.input-p {
    float: left;
    line-height: 40px;
  padding-left: 10px;'

}
.vpay-buttom
{
    width:100px;
    display:block;
    background:#009ae0;
    color:#fff;
    border-radius:5px;
    text-align:center;
    line-height:30px;
margin-top:10px;
}
.vpic-t {
    width: 250px;
    height: 120px;
    background: rgba(255,255,255,.3);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 20px 20px;
}
.vpt-p
{
    color:#fff;
    font-size:12px;
    text-align:center;
    position:relative;
    overflow: hidden;
    line-height:30px;
}
.vpt-p:after
{
 content:""; 
 width:100%;
 height:1px;
 background:#fff;
 bottom:0;
 left:0;
 position:absolute;  
}
.vpic-t .pxq-btn {
    width: 40px;
    height: 40px;
 
    top: 38px;
 
}
@media(min-width:768px)
{
 .vedio-img {
  
    height: 350px;
   
}  
.vpay-left {
    width: 55%;
    float: left;
} 
.vpay-content #vedio-im
{
    height:232px;
}
.vpay-right {
    width: 45%;
   
    float: left;
}
}
@media(min-width:992px)
{
.vedio-img {
    height: 392px;
    width: 700px;
    margin: auto;
}
.pxq-btn {
    width: 60px;
    height: 60px;
  
}
.vpay-content #vedio-im {
    height: 310px;
    width: 100%;
}
.vpay-right {
 
    padding: 0px 40px;
    margin-top: 40px;
}
.vpay-right .vpay-p1 {
    
    line-height: 30px;
}
.vpay-right ul {
 
    margin-top: 20px;
}
.vpay-buttom {

    line-height: 40px;
    margin-top: 20px;
}
}
@media(min-width:1200px)
{
.newxq-top .newxq-p {
    font-size: 18px;
  
}
}
@media(min-width:1660px)
{
.vpt-p {
  font-size: 14px;
   line-height: 40px;
}
.vpay-content #vedio-im {
    height: 364px;
  
}
.vpic-t {
    width: 380px;
    height: 200px;
 
    padding: 50px;
}
.vpay-right {
  
    margin-top: 74px;
}
}