/* 头部修改 */
.h-r .news {
    width: 30px;
    height: 50px;
    /*background-image: url(/images/new/a3.png);*/
    background-size: 20px auto;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 1.56875vw;
    position: relative;
    cursor: pointer;
}
.h-r .news a img{padding-top:10px}
.h-r .news .after{
    position: absolute;
    width: 10px;
height: 10px;
background: #FF525D;
/* border: 1px solid #686088; */
border-radius: 50%;
right: 3px;
top: 14px;
}
.h-news-pop {
    position: absolute;
    top: 100%;
    right: -100%;
    display: none;
    /* visibility: hidden; */
    width: 300px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(164, 164, 164, 0.45);
    border-radius: 10px;
    padding: 16px;
    /* opacity: 0; */
}
@media screen and (min-width: 1200px){
    .h-r .news:hover .h-news-pop{
        display: block;
    }
}

/* .active .h-news-pop{
    width: 300px;
    opacity: 1;
    visibility: visible;
} */
.h-news-pop .tit{
    font-size: 17px;
    padding-bottom: 6px;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.h-news-pop .tit .close{
    width: 16px;
    height: 16px;
    background-image: url(/images/new/a1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px auto;
}
.h-news-pop .group{
    padding: 10px 0 20px;
    border-bottom: 1px solid #f4f4f4;
    display: block;
    font-size: 12px;
    color: #999;
}
.h-news-pop .group:last-child{
    border-bottom: none;
}
.h-news-pop .g1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.h-news-pop .g1 .tit1{
font-size: 14px;
color: #333;
transition: .3s;
}
.h-news-pop .group:hover .g1 .tit1{
    color: #f07026;
}
.h-news-pop .box{
    max-height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
}
.htop{
    padding-top: 50px;
}
.header.fbg{height:50px;padding-top:0;background-color:rgba(30,21,39,.8);transition:.3s}
@media screen and (max-width: 1200px){
    .h-news-pop{
        top: 50px;
        left: 0;
        right: 0;
        width: 100%;
        position: fixed;
        border-radius: 0;
        background-color: #1e1527;
        color: #fff;
        display: block;
        opacity: 0;
        visibility: hidden;
    }
    .active .h-news-pop{
        opacity: 1;
        visibility: visible;
    }
    .h-news-pop .g1 .tit1{
        color: #fff;
    }
    .active .h-news-pop{
        width: 100%; 
    }
}
/* 头部修改 end*/
/* 云顶国际8588yd页样式 */
.row-news{
    background-color: #F9F8F7;
    padding: 50px 0 100px;
}
.m-news1{
    background: #FFFFFF;
box-shadow: 0px 1px 4px 0px rgba(164,164,164,0.07);
border-radius: 10px;
}
.ul-newslist1{
    padding: 28px 35px 8px;

}
.ul-newslist1 li{
    display: inline-block;
    margin-right: 28px;
}
.ul-newslist1 .con{
    display: block;
    padding: 0 5px 10px;
    border-bottom: 4px solid transparent;
    font-size: 14px;
    color: #999;
    transition: .3s;
}
.ul-newslist1 .on .con,
.ul-newslist1 .con:hover{
    color: #333;
    border-color: #F07127;
}
.ul-newslist2{
}
.ul-newslist2 .con{
    display: block;
    transition: .3s;
    padding: 28px 35px 24px;
    border-bottom: 3px solid #f8f8f8;
}
.ul-newslist2 .con:hover{
    background: #F9F8F7;
}
.ul-newslist2 .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.ul-newslist2 .tit{
    font-weight: bold;
    font-size: 14px;
    max-width: 80%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space:nowrap;
    flex: 1;
}
.ul-newslist2 .info{
    display: flex;
    align-items: center;
    font-size: 12px;
color: #999999;
}
.ul-newslist2 .caut span{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 24px;
    font-size: 12px;
    color: #333;
    background-color: #f5f5f5;
    margin-right: 22px;
}
.ul-newslist2 .desc{
    font-size: 12px;
font-family: MicrosoftYaHei;
font-weight: 400;
color: #999999;
display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space:nowrap;
}
.m-news1{
    margin-bottom: 20px;
}
.pages{
    padding: 26px 35px;
    background: #FFFFFF;
box-shadow: 0px 1px 4px 0px rgba(164,164,164,0.07);
border-radius: 10px;
}
.pages ul{
    text-align: right;
}
.pages ul li{
    display: inline-block;
    vertical-align: bottom;
}
.pages ul a{
    display: block;
    width: 31px;
height: 31px;
background: #F4F4F5;
border-radius: 5px;
font-size: 12px;
color: #9FA09F;
transition: .3s;
margin: 0 4px;
text-align: center;
line-height: 31px;
}
.pages ul .on a,
.pages ul a:hover{
    background-color: #FFE1D2;
    color: #F07127;
}
.pages ul .prev a,
.pages ul .next a{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px auto;
}
.pages ul .prev a{
    background-image: url(/images/new/left.png);
}
.pages ul .prev a:hover{
    background-image: url(/images/new/left-1.png);
}
.pages ul .next a{
    background-image: url(/images/new/right.png);
}
.pages ul .next a:hover{
    background-image: url(/images/new/right-1.png);
}
.pages ul span{
    margin-left: 5px;
}
.pages ul span input{
    width: 60px;
height: 32px;
border: 1px solid #E0E0E0;
border-radius: 4px;
font-size: 12px;
padding: 0 12px;
margin: 0 10px;
}
/* 详情页 */
.m-detail{
    background-color: #F9F8F7;
    padding-top: 40px;
}
.m-detail .tit{
    text-align: center;
    font-size: 26px;
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 12px;
}
.m-detail .tit::after{
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 54px;
height: 4px;
background-color: #F07026;
}
.m-detail .txt{
    padding: 42px 0 98px;
    background-color: #fff;
    font-size: 14px;
    color: #666;
   
}
.m-detail .desc{
    line-height: 1.9;
}
.m-detail .tit1{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 72px;
    text-align: center;
    color: #333;
}
.wpd1{width:100%;max-width:1410px;margin:0 auto}
@media only screen and (max-width:1440px){
    .wpd1{width:1180px}
}
@media only screen and (max-width:1199px){
    .wpd1{width:auto;padding:0 10px}
    .pages ul{
        text-align: center;
    }
    .pages ul li{
        display: none;
    }
    .pages ul .on,
    .pages ul .next,
    .pages ul .prev{
        display: inline-block;
    }
    .ul-newslist1{
        padding: 15px 15px 6px;
    }
    .ul-newslist2 .con{
        padding: 15px;
        border-width: 1px;
    }
    .ul-newslist2 .tit{
        max-width: 100%;
        margin-bottom: 5px;
    }
    .ul-newslist2 .top{
        margin-bottom: 10px;
        display: block;
    }
    .ul-newslist1 .con{
        padding: 0 2px 4px;
        border-width: 2px;
    }
    .m-detail .tit{
        font-size: 22px;
    }
    .m-detail .tit1{
       font-size: 20px;
       margin-bottom: 15px; 
    }
}
@media only screen and (max-width:959px){
    .row-news{
        padding: 30px 0;
    }
    .pages{
        padding: 15px;
    }
    .m-detail .tit::after{
        height: 2px;
    }
    .m-detail .txt{
        padding: 30px 0;
    }
    .m-detail .tit1{
        
    }
}<!--9.2983245849609E-5-->