﻿/* 国庆节活动页面样式 */
/* body{filter: grayscale(1) !important;}*/
.act-style .title_cont_lx > p i {
    /*margin-right: 0;*/
    border-color: #ff7700;
}

.title_cont_lx > p {
    /*transform: translateX(-10px);*/
    margin-left: 12px;
}

.top_news_home > div {
    width: -webkit-fill-available
}

.act-style .separate_l {
    margin: 0 5px;
    border-color: #4896be;
}

.act-style.nav_part {
    height: 180px;
    background-image: url('/plug/main/home/gq/bg_main.png'); /*背景大图手机版*/
    background-size: 100% 100%;
    background-position: 0 bottom;
    background-repeat: no-repeat;
}

.act-style .top_home {
    margin-top: 0;
    width: calc(100% - 20px);
    padding: 10px 10px 0 10px;
    position: relative;
    z-index: 5;
}

.my_nav {
    margin-top: -18px;
}

.act-style .to_home {
    left: 28px;
    top: -8px;
}

.act-style .my_nav > li > a {
    color: #0062b5 !important; /*顶部头像旁链接颜色*/
}

.act-style .me {
    position: relative;
    top: -5px;
}

.act-style .news_home {
    border: 2px solid #4896be; /*快报边框*/
    box-shadow: none; /*快报阴影*/
    position: relative;
    z-index: 2;
    width: calc(100% - 56px);
    margin: 0 auto;
    margin-top: 12px;
    padding-bottom: 10px;
    background: #FFFAF3;
}

    .act-style .news_home::after {
        position: absolute;
        bottom: -31px;
        left: -28px;
        content: "";
        width: 86px;
        height: 86px;
        display: inline-block;
        background-image: url('/plug/main/home/gq/img_left.png'); /*快报左下图*/
        /*background-image: url('/plug/main/home/gq/img_top_right_corner.png');*/ /*快报右上角装饰图*/
        background-size: 100% 100%;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .act-style .news_home::before {
        position: absolute;
        bottom: -31px;
        right: -28px;
        content: "";
        width: 88px;
        height: 88px;
        background-image: url('/plug/main/home/gq/img_right.png'); /*快报右下图*/
        background-size: 100% 100%;
        z-index: 3;
    }

.act-style .notice_scroll_part {
}

.act-style .news_home .img_notice {
    background-image: url('/plug/main/home/gq/icon_trumpet.png'); /*滚动播报小喇叭*/
    background-size: 100% 100%;
    margin-left: 18px;
}

.act-style .top_news_home {
    position: relative;
    height: 63px;
    backgroundcolor: #ffffff; /*快报背景色*/
}

    .act-style .top_news_home::before {
        position: absolute;
        top: -25px;
        width: 70px;
        height: 46px;
        left: -14px;
        content: '';
        display: inline-block;
        background-image: url('text.png'); /* 快报左上节日图*/
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .act-style .top_news_home::after {
        position: absolute;
        top: -40px;
        right: -26px;
        content: '';
        display: inline-block;
        width: 120px;
        height: 80px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

.nav_part.act-style {
    position: relative;
}

    .nav_part.act-style::after { /* 快报底部阴影图*/
        position: absolute;
        left: 0;
        bottom: -4px;
        content: '';
        width: 100%;
        height: 38px;
        background-image: none;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 0 -4px;
    }

.act-style .cont_ntc_s, .act-style .lr_cont_ntc {
    height: 23px;
    line-height: 23px;
    width: 88%;
}

.act-style .notice_scroll_part {
    font-size: 12px;
    background: #4896be; /*滚动播报背景色*/
    /*box-shadow: 0px 2px 4px rgba(255,255,255,0); 滚动播报边框色*/
    border-bottom-left-radius: 8px; /* 滚动播报左下角圆角*/
}

.act-style .cont_ntc_e li, .act-style .cont_ntc_s li > a {
    color: #FEF5EF;
}

.act-style .cont_ntc_e li, .act-style .cont_ntc_s li {
    color: #FEF5EF;
}

.cont_lx.act-style::before {
    content: '';
    display: inline-block;
    clear: both;
}

.act-style .title_cont_lx {
    margin-top: -10px;
    line-height: 25px;
}

    .act-style .title_cont_lx > p i {
        /*border-left: none;
    width: 32px;
    height: 32px;
    background: url('/plug/main/home/gq/icon_festival.png') no-repeat;*/ /*玩转乐讯社区标题图标*/
        /*background-size: 100% 100%;*/
    }

    .act-style .title_cont_lx > p span {
        color: #ff7700; /* 玩转乐讯社区标题颜色*/
        margin-left: 8px;
    }

.act-style .label_more {
    line-height: 25px;
}

    .act-style .label_more > span {
        color: #ff7700; /* 玩转乐讯社区-导航按钮颜色*/
        font-weight: bold;
        font-size: 13px;
    }

    .act-style .label_more > i::before {
        content: "+";
        color: #ff7700; /* 玩转乐讯社区-导航按钮+颜色*/
    }

@media screen and (min-width: 799px) {
    /*PC端右上图宽高适配*/
    .act-style .top_news_home::after {
        width: 160px;
        height: 106px;
    }
    /*PC端左上图宽高适配*/
    .act-style .top_news_home::before {
        top: -32px;
        width: 94px;
        height: 59px;
        left: -18px;
    }
    /*PC端右下图宽高适配*/
    .act-style .news_home::before {
        width: 102px;
        height: 102px;
        bottom: -43px;
        right: -27px;
    }
    /*PC端左下图宽高适配*/
    .act-style .news_home::after {
        width: 100px;
        height: 100px;
        bottom: -43px;
        left: -27px;
    }

    .act-style .news_home {
        padding-bottom: 10px;
        width: calc(100% - 54px);
        margin-top: 20px;
    }

    .nav_part.act-style::after {
        bottom: 0px;
        background: none !important;
    }

    .act-style.nav_part {
        height: 200px;
        background-image: url('/plug/main/home/gq/bg_main_pc.png'); /*背景大图PC版*/
        background-size: 100% 200px;
    }

    .lr_cont_ntc {
        width: 90% !important;
    }

    .act-style .news_home .img_notice {
        margin-left: 40px;
    }
}

#scroll_Two li {
    display: flex;
}

    #scroll_Two li a {
        width: calc(100% - 40px);
    }

.cont_scroll_two li i {
    display: block;
    width: 29px;
    height: 17px;
    background: #4896be !important; /*快报话题分类背景色*/
    /*box-shadow: 0px 2px 5px 0px rgba(232,56,22, 0.5); /*快报话题分类阴影*/
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    text-align: center;
    padding: 2px 5px !important;
    border-radius: 20px !important;
    position: relative;
    transform: scale(.85);
}

    .cont_scroll_two li i.type1:after {
        content: '';
        width: 16px;
        height: 10px;
        background-size: 100% 100%;
        position: absolute;
        transform: scale(1.3);
        top: -4px;
        left: -2px;
    }

    .cont_scroll_two li i.type2:after {
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        transform: scale(1.3);
        top: -4px;
        left: -2px;
        background-size: 100% 100%;
    }

#scroll_Two li {
    display: flex;
    align-items: center;
    position: relative;
}