.banner {
    position: relative;
}
.phead {
    margin: 20px 0 87px;
}
body {
    background: #000;
    overflow-x: hidden;
    background-image: url(../images/new_img/bg-ty.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: .1px;
    background-position: center bottom;
}
.cselect {
        margin-right: 28px;
        width: 258px;
        height: 60px;
        background: none;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        position: relative;
        border-radius: 100px;
        display: flex;
        z-index: 99999;
        /* transition: all 1s; */
}
.cselect .select-op {
    position:absolute;
    z-index: 99999999;
    background: #fff;
    width: calc(100% + 2px);
    color: #000;
    border-radius: 0 0 0 50px;
    top: 32px;
    max-height: 200px;
    height: 0;
    /* transition: all 1s; */
    left: -1px;
    overflow: hidden;
}
.cselect .select-op .select-op-con {
    overflow: auto;
    height: 100%;
}
.cselect .select-op .selected {
    color: #F6D487;
} 
.cselect:hover .select-op  {
    height: 200px;
    padding: 30px 0;
}
.cselect:hover  {
    background: #fff;
    color: #000;
    /* overflow: auto; */
}

.cselect .select-op .select-item:hover   {
    background: #f2f2f2;
    cursor: pointer;
}
.cselect .select-op .select-item {

    padding: 4px 24px;
} 
.cselect .select-val {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 24px;
    position: relative;
    z-index: 9999999999;
}
.cselect .select-val .icon-down {
    color: #F6D487;
    z-index: 2;
}
.phead .name {
    font-size: 40px;
    color: #FFFFFF;
    line-height: 94px;
    text-align: left;
    /*font-weight: bold;*/
    text-transform: uppercase;
    font-family: HuXiaoBo, HuXiaoBo;
}


.phead .btn {
    width: 270px;
    height: 64px;
    line-height: 90px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 0px;
}

.phead .btn select {
    outline: none;
    padding: 0 10px;
}
.phead .btn option {
    color: #000;
}
.phead .btn .icon-down {
    width: 31px;
    height: 40px;
}

.nwrap {
    flex-direction: row-reverse;
}

.nwrap .ndesc .tit {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    margin-top: 20px;
}

.nwrap .ndesc .time {
    font-weight: 400;
    font-size: 12px;
    color: #EB4A34;
    line-height: 56px;
    margin: 56px 0 57px;
}

.nwrap .ndesc .go-next {
    width: 74px;
    height: 74px;
}

.nwrap .new-img {
    width: 750px;
    /* height: 535px; */
}

.new-list {
    margin-bottom: 38px;
    margin-top: 52px;
}

.new-list li {
    width: calc((100% - 46px) / 3);
    margin-right: 23px;
    overflow: hidden;
    position: relative;
    margin-bottom: 61px;
}

.new-list li .img-box {
    width: 100%;
    overflow: hidden;
    height: 298px;
}

.new-list li .img-box .nimg {
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.new-list li .img-box img {
    transition: all .3s;
}

.new-list li .img-box .ico-shot {
    width: 45px;
    position: absolute;
    top: 280px;
    right: 24px;
    opacity: 0;
    transition: all .3s;
}

.new-list li .text {
    color: #FFFFFF;
    margin-top: 7px;
}


.new-list li .text .tit {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 20px;
    width: 76%;
}

.new-list li .text .time {
    font-weight: 400;
    font-size: 12px;
    color: #EB4A34;
}

.new-list li:hover .img-box img {
    transform: scale(1.5);
}

.new-list li:hover .ico-shot {
    opacity: 1;
}

.new-list li:nth-child(3n) {
    margin-right: 0;
}

.banner-box {
    position: relative;
}

.banner-box .banner-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 80%, black);
    color: #FFFFFF;
}

.banner .banner-text {
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 80%, black);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: bolder;
    font-size: 54px;
}
.banner-box .banner-content .current-detail {
    color: #FFFFFF;
}

.banner-box .banner-content .current-detail .tit {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 56px;
}

.banner-box .banner-content .current-detail .go-back {
    width: 300px;
    height: 66px;
    background: #FFFFFF;
    border-radius: 49px 49px 49px 49px;
    font-weight: 400;
    font-size: 16px;
    line-height: 66px;
    color: #333333;
}

.banner-box .banner-content .current-detail .go-back .iconfont {
    color: #f6d487 !important;
}

.banner-box .banner-bg {
    width: 100%;
    opacity: .5;
}

.dimg-box {
    margin-top: 89px;
}

.dimg-box .img-name {
    color: #FFFFFF;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 56px;
}

.act-con {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
}

.act-con .intro {
    color: #8E8E8E;
}

.act-con p {
    color: #FFFFFF;
    /* margin: 40px 0; */
}

.act-con img {
    margin: 37px auto;
    width:100%
}
.act-con {
    max-width: 800px;
    margin: auto;
    color: #fff;
}

.public-link {
    font-size: 14px;
    color: #E44E3E;
    line-height: 34px;
    margin-bottom: 78px;
    display: block;
}

.public-link:hover {
    color: #E44E3E;
}

.act-msg {
    /*border-top: 1px solid #8D8D8D;*/
    padding-top: 65px;
}

.act-msg i {
    margin-right: 21px;
    color: #FFFFFF;
    font-size: 21px;
}

.act-msg .more-act {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 34px;
    width: 50%;
}

.act-msg .more-act a {
    color: #FFFFFF;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 990px) {
    .nwrap {
        display: block !important;
    }

    .nwrap .new-img {
        width: 100%;
    }

    .nwrap .ndesc .time {
        margin: 0;
    }

    .new-list li {
        width: calc((100% - 23px) / 2);
        margin-right: 23px !important;
    }

    .new-list li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .banner-box .banner-bg {
        /* display: none; */
        min-height: 375px;
        object-fit: cover;
    }

    .banner-box .banner-content {
        /* position: static; */
    }

    .banner-box .banner-content .current-detail {
        align-items: flex-start !important;
    }

    .banner-box .banner-content .current-detail .go-back {
        line-height: 54px;
        height: auto;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
        .banner {
        padding: 0;
    }
    .banner img {
        height: 100vh;
        object-fit: cover;
    }
    .banner .banner-text {
        text-align: left;
        display: flex;
        padding-bottom: calc(100vh - 490px);
        justify-content: flex-start;
        align-items: flex-end;
        padding-left: 10px;
        display: none;
    }
    .phead {
        display: block!important;
        position: absolute;
        top: calc(100vh - 200px);
        z-index: 999;
        width: 100%;
        margin: 0;
        left: 0;
        padding: 24px;
    }
    .phead .name {
        line-height: 62px;
        /*font-size: 24px;*/
        white-space: nowrap;
        /*margin-right: 20px;*/
    }
    .nwrap {
        display: block !important;
    }

    .nwrap .new-img {
        width: 100%;
        height: auto;
    }

    .nwrap .ndesc .time {
        margin: 0;
    }

    .new-list {
        margin-bottom: 0;
    }

.sort-page {
    margin-top: 20px!important;
}
    .new-list li {
        width: 100%;
        margin-right: 0px !important;
        margin-bottom: 30px;
    }

    .banner-box .banner-bg {
        /* display: none; */
    }

    .banner-box .banner-content {
        /* position: static; */
    }

    .banner-box .banner-content .current-detail {
        align-items: flex-start !important;
        display: block!important;
    }

    .banner-box .banner-content .current-detail .go-back {
        line-height: 54px;
        height: auto;
        margin-top: 20px;
        /* display: none !important; */
        width: 200px;
    }
    .act-msg .d-flex{
        flex-wrap: wrap;
    }

    .act-msg .d-flex {
        /*flex-direction: column;*/
        /*flex-wrap: wrap;*/
    }

    .act-msg .more-act {
        width: 100%;
    }
}
