@CHARSET "UTF-8";
.top_nav .dropdown {
    width: 714px;
}
.login-name-text,
.top_nav .navbar .navbar-list {
    color: #5278A0;
}
.top_nav .navbar .navbar-list.active,
.top_nav .navbar .navbar-list:hover {
    border-bottom: 4px solid #2A93FF !important;
    color: #2A93FF !important;
}
.promotion-page #header{
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
}

#banner {
    height: 640px;
    background: url(/images/promotion/banner8.webp) no-repeat center top;
}

.promotion-main {
    position: relative;
    background: #E2F2FF;
}

#newgong{
    position: relative;
    background: none;
    height: 50px;
    margin: -17px 0 24px;
}
#newgong #new-center{
    height: 50px;
    border-radius: 10px;
    border: 1px solid #94C1F0;
    background: linear-gradient(0deg, #EEF7FF 0%, #F4FAFF 100%);
}
#newgong .newsgao ul li a{
    color: #999;
    line-height: 50px;
}
#newgong #new-center #notice{
    top: 14px;
    width: 22px;
    height: 22px;
    background: url(../images/index/notice.png) no-repeat center top;
}
#newgong #new-center #notice i{
    display: none;
}

/*导航分类*/
.tab-promotion li {
    float: left;
    width: 123px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    color: #58A7FB;
    font-weight: 700;
    cursor: pointer;
    transition: all .1s;
    background: linear-gradient(90deg, #58A7FB 0%, #58DEFB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    border-radius: 4px;
    border: 1px solid #58A7FB;
}
.tab-promotion  i {
    margin-right: 10px;
    vertical-align: middle;
    font-size: 18px;
    display: none;
}
.icon-liwu{
    color: #725eb2;
}
.icon-tiyu{
    color: #7585ea;
}
.icon-youxishoubing{
    color: #77d0e9;
}
.icon-heitao{
    color: #74ce43;
}
.icon-dianzi{
    color: #b94ede;
}
.icon-majiang1{
    color: #faaa28;
}
.icon-caipiao{
    color: #ec4088;
}
.tab-promotion li:hover,
.tab-promotion li.active  {
    color: #FFF;
    background: linear-gradient(90deg, #58A7FB 0%, #58DEFB 100%);
    -webkit-text-fill-color: inherit;
    border: none;
}
.tab-promotion li:hover i,
.tab-promotion li.active i {
    font-size: 18px;
    color: #fff;
}


.promotion-list-cont {
    padding: 20px 0;
}
.p-item{
    position: relative;
    width: 1200px;
    height: 320px;
    margin: 0 auto 30px;
    border-radius: 10px;
    transition: all .3s;
    cursor: pointer;
}


.p-item:hover{
    /*-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);*/
    /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);*/
    /*-webkit-transform: translateY(-2%);*/
    /*-ms-transform: translateY(-2%);*/
    /*transform: translateY(-2%);*/
    transform: scale(1.01);
}

.p-header{
    position: relative;
    height: 57px;
    clear: both;
}

.act-tag{
    position: absolute;
    top:30px;
    left:0;
    z-index:10;
}
.type-tag{
    position: absolute;
    top:15px;
    right: -5px;
    z-index:10;
}
.p-content{
    line-height: 1;
    padding: 30px 80px 20px;
}
.img-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    width: 100%;
    height:100%;
    z-index: 5;
    border-radius: 10px;
}
.context{
    position: relative;
    z-index: 10;
}
.title{
    line-height: 1;
    font-size: 28px;
    color: #273247;
    font-weight: bold;
}
.subtitle{
    position: relative;
    font-size: 16px;
    margin: 20px 0 10px;
    color: #91A0BD;
    font-weight: 700;
}
.act-time{
    color: #91A0BD;
    font-size: 16px;
    font-weight: 700;
}
/*.type-name{*/
    /*display: inline-block;*/
    /*height: 18px;*/
    /*line-height: 18px;*/
    /*padding: 0 10px;*/
    /*margin: 0 5px;*/
    /*border-radius:9px;*/
    /*text-align: center;*/
    /*vertical-align: middle;*/
    /*font-size: 12px;*/
    /*color: #fff;*/
    /*background: #5e76b3;*/
/*}*/

.btn{
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    margin-top: 43px;
    font-size: 18px;
    color: #58A7FB;
    border: 1px solid #58A7FB;
    border-radius: 20px;
    transition: all .3s;
}
.p-item:hover .btn{
    background: linear-gradient(90deg, #58A7FB 0%, #58DEFB 100%);
    border: none;
    color: #FFF;
}



