﻿.indextit {
    position: relative;
    margin: 0 0 0 25px;
    display: flow-root
}

    .indextit em {
        font-size: 24px;
        color: #333;
        margin: 36px 20px 30px;
        line-height: 24px
    }

    .indextit p {
        font-size: 30px;
        font-weight: 600;
        color: #333;
        line-height: 32px;
        margin-top: 20px;
        float: left
    }

    .indextit span {
        font-size: 60px;
        font-weight: 600;
        color: rgba(51, 51, 51, .08);
        display: block;
        line-height: 60px;
        position: absolute;
        left: 0;
        top: 0;
        user-select: none
    }

    .indextit a {
        width: 98px;
        height: 28px;
        background: #fff;
        border: 1px solid #158fed;
        box-shadow: rgba(254, 200, 12, .15) 0 5px 15px 0;
        border-radius: 14px;
        display: block;
        float: right;
        margin-top: 16px;
        margin-right: 29px;
        font-size: 14px;
        color: #158fed;
        text-align: center;
        line-height: 28px
    }

        .indextit a:hover {
            box-shadow: rgba(254, 200, 12, .3) 0 5px 15px 0
        }

.newgood {
    padding-bottom: 60px
}

    .newgood ul {
        margin-top: 32px
    }

        .newgood ul li {
            width: 110px;
            float: left;
            margin-right: 26px
        }

            .newgood ul li:nth-last-child(1) {
                margin-right: 0
            }

            .newgood ul li img {
                width: 110px;
                height: 110px;
                border-radius: 30px;
                display: block
            }

            .newgood ul li p {
                font-size: 16px;
                color: #333;
                white-space: nowrap;
                overflow: hidden;
                text-align: center;
                line-height: 30px;
                height: 30px;
                display: block;
                margin-top: 20px
            }

            .newgood ul li:hover p {
                color: #fff;
                background: linear-gradient(-90deg, #158fed, #158fed);
                border-radius: 15px
            }

.newdetail {
    /*background: url(../images/newdetail.png) center center no-repeat;*/
    height: 190px;
    width: 100%;
    position: absolute;
    top: 132px;
    left: 0;
    z-index: 5
}

.newb {
    position: relative;
    z-index: 6
}

.newbox_l {
    width: 800px;
    float: left;
    /* padding: 18px; */
    padding-right: 36px;
}

.newbox_r {
    width: 362px;
    float: left;
    overflow: hidden;
    background: #f2f2f2;
    border: 1px solid #e2e2e2;
    /* margin-top: 80px; */
    background: #fff;
    border-radius: 12px 12px 0 0;
}

.newde1 {
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    background: #fff;
    padding-bottom: 10px;
}

    .newde1 h1 {
        font-size: 32px;
        color: #333;
        font-weight: 600;
        text-align: center;
        margin: 22px 30px 0;
        display: block;
        line-height: 48px;
        max-height: 96px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .newde1 p {
        font-size: 14px;
        color: #999;
        line-height: 14px;
        text-align: center;
        margin-top: 36px
    }

        .newde1 p em {
            margin: 0 15px;
            color: #999;
            display: inline-block;
            transform: scale(.8)
        }

        .newde1 p span:nth-child(1) i {
            width: 18px;
            height: 16px;
            display: inline-block;
            background-position: -542px -132px;
            vertical-align: text-top;
            margin-right: 3px
        }

        .newde1 p span:nth-child(3) i {
            width: 16px;
            height: 18px;
            display: inline-block;
            background-position: -517px -130px;
            vertical-align: text-top;
            margin-right: 3px
        }

.newde2 {
    /* margin-top: 36px; */
    padding: 18px;
    /* border-radius: 12px; */
    background: #fff;
}

    .newde2 a {
        line-height: 26px;
        text-indent: 0;
        color: #00e
    }

        .newde2 a:hover {
            opacity: .9;
            color: #009ad6
        }

    .newde2 p {
        line-height: 26px;
        color: #444;
        margin-bottom: 16px;
        text-indent: 2em;
        font-size: 16px;
        word-break: break-all
    }

    .newde2 strong {
        margin: 20px 0
    }

    .newde2 img {
        display: block;
        margin: 16px auto;
        text-align: center;
        max-width: 90%
    }

    .newde2 p img {
        display: block;
        margin: 2px auto;
        text-align: center
    }

    .newde2 h3 {
        margin-bottom: 16px;
        line-height: 28px;
        font-size: 18px;
        font-weight: 700;
        color: #158fed
    }

.newde3 {
    margin-bottom: 20px;
    border-radius: 12px 12px 0 0;
    background: #fff;
}

    .newde3 .hotgame {
        width: 800px;
        height: 145px;
        background: url(../images/hotgame.png) center center no-repeat;
        border-radius: 10px;
        border: 1px solid rgba(255, 186, 37, .5)
    }

        .newde3 .hotgame img {
            width: 110px;
            height: 110px;
            border-radius: 30px;
            display: block;
            float: left;
            margin: 18px
        }

        .newde3 .hotgame .info {
            display: block;
            float: left;
            width: 500px;
            overflow: hidden
        }

            .newde3 .hotgame .info > a {
                font-size: 24px;
                color: #333;
                font-weight: 600;
                line-height: 24px;
                margin-top: 28px;
                display: block
            }

            .newde3 .hotgame .info span {
                font-size: 14px;
                color: #333;
                line-height: 14px;
                margin-top: 15px;
                display: block
            }

            .newde3 .hotgame .info p {
                margin-top: 16px
            }

                .newde3 .hotgame .info p a {
                    display: inline-block;
                    height: 24px;
                    line-height: 24px;
                    padding: 0 12px;
                    font-size: 14px;
                    color: #333;
                    background: rgba(51, 51, 51, .12);
                    margin-right: 10px;
                    border-radius: 3px
                }

        .newde3 .hotgame > a:nth-last-child(1) {
            display: block;
            float: right;
            width: 112px;
            height: 36px;
            background: linear-gradient(-90deg, #158fed, #158fed);
            box-shadow: rgba(254, 200, 12, .5) 0 2px 10px 0;
            border-radius: 18px;
            margin-right: 20px;
            margin-top: 54px;
            color: #fff;
            line-height: 36px;
            text-align: center;
            font-size: 16px
        }

.next_pre {
    width: 798px;
    height: 127px;
    background: #fbfbfb;
    border: 1px solid #ebebeb;
    /* margin-top: 26px; */
}

    .next_pre a {
        float: left;
        width: 398px
    }

        .next_pre a:nth-child(1) {
            border-right: 1px solid #ebebeb
        }

        .next_pre a img {
            width: 120px;
            height: 78px;
            border-radius: 3px;
            display: block;
            float: left;
            margin: 23px 18px 26px 22px
        }

        .next_pre a .info {
            width: 235px;
            float: left
        }

            .next_pre a .info span {
                font-size: 14px;
                color: #000;
                margin-top: 26px;
                line-height: 14px;
                display: block
            }

                .next_pre a .info span em {
                    color: #a1a1a1;
                    margin-left: 7px
                }

            .next_pre a .info p {
                margin-top: 12px;
                color: #666;
                font-size: 14px;
                line-height: 20px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2
            }

        .next_pre a:hover .info p {
            color: #158fed
        }

.newde4 {
    width: 800px;
    box-sizing: border-box;
    padding: 18px;
    border-radius: 12px;
    background: #fff;
}

    .newde4 .newgood {
        padding-bottom: 20px
    }

        .newde4 .newgood ul {
            margin-top: 32px
        }

            .newde4 .newgood ul li {
                width: 110px;
                float: left;
                margin-right: 46px
            }

                .newde4 .newgood ul li:nth-last-child(1) {
                    margin-right: 0
                }

                .newde4 .newgood ul li img {
                    width: 100px;
                    height: 100px;
                    border-radius: 30px;
                    display: block
                }

                .newde4 .newgood ul li:hover img {
                    opacity: .9
                }

                .newde4 .newgood ul li p {
                    font-size: 16px;
                    color: #333;
                    white-space: nowrap;
                    overflow: hidden;
                    text-align: center;
                    line-height: 30px;
                    height: 30px;
                    display: block;
                    margin-top: 20px
                }

                .newde4 .newgood ul li:hover p {
                    color: #fff;
                    background: linear-gradient(-90deg, #158fed, #158fed);
                    border-radius: 15px
                }

.newde5 {
    width: 800px
}

    .newde5 ul {
        margin-top: 24px;
        margin-bottom: 26px
    }

        .newde5 ul li {
            width: 255px;
            float: left;
            margin-right: 16px;
            margin-bottom: 24px
        }

            .newde5 ul li:nth-child(3n) {
                margin-right: 0
            }

            .newde5 ul li img {
                width: 255px;
                height: 144px;
                border-radius: 10px;
                display: block
            }

            .newde5 ul li:hover img {
                transform: scale(1.05);
                opacity: .9;
                transition: all .3s ease-out 0s
            }

            .newde5 ul li p {
                font-size: 14px;
                color: #666;
                line-height: 24px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                margin-top: 10px
            }

            .newde5 ul li:hover p {
                color: #158fed
            }

.newde6 {
    overflow: hidden
}

.newrecL {
    width: 322px;
    height: 180px;
    margin: 18px;
    position: relative;
    float: left;
    overflow: hidden
}

    .newrecL ul {
        position: relative;
        overflow: hidden
    }

    .newrecL li {
        width: 322px;
        height: 180px;
        float: left;
        position: relative;
        overflow: hidden;
        border-radius: 10px
    }

        .newrecL li img {
            width: 322px;
            height: 180px
        }

    .newrecL .text {
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: 14px;
        color: #fff;
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
        display: block;
        width: 298px;
        padding: 106px 12px 6px;
        white-space: nowrap;
        overflow: hidden;
        border-radius: 10px
    }

:root .newrecL .text {
    filter: none
}

.newrecL .text span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 260px
}

.newrecL .dot {
    width: 30px;
    position: absolute;
    bottom: 12px;
    right: 5px;
    overflow: hidden
}

    .newrecL .dot div {
        padding-right: 5px;
        float: right
    }

    .newrecL .dot i {
        display: block;
        width: 8px;
        height: 8px;
        overflow: hidden;
        margin: 5px 4px 0 0;
        background-color: #999;
        float: left;
        cursor: pointer
    }

        .newrecL .dot i.current {
            background: #fd8042
        }

.newde6 .indextit {
    margin-top: 36px
}

.newde7 {
    margin-top: 20px
}

    .newde7 .indextit a {
        margin-top: 0;
        margin-right: 20px !important
    }

.newde8 {
    margin-top: 45px
}

    .newde8 .indextit a {
        margin-top: 0;
        margin-right: 20px !important
    }

.newde7 ul {
    margin: 26px 20px 0
}

    .newde7 ul li {
        overflow: hidden;
        position: relative;
        height: 66px;
        margin-bottom: 20px
    }

        .newde7 ul li img {
            width: 120px;
            height: 66px;
            border-radius: 6px;
            display: block;
            float: left;
            margin-right: 12px
        }

        .newde7 ul li:hover img {
            opacity: .9
        }

        .newde7 ul li .info {
            float: left;
            width: 190px
        }

            .newde7 ul li .info p {
                font-size: 14px;
                color: #333;
                line-height: 20px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2
            }

        .newde7 ul li:hover .info p {
            color: #158fed
        }

        .newde7 ul li .info span {
            font-size: 12px;
            color: #999;
            position: absolute;
            left: 134px;
            top: 46px
        }

.newde8 ul {
    position: relative;
    z-index: 3;
    margin: 30px 20px 0
}

    .newde8 ul li {
        width: 323px;
        height: 132px;
        position: relative;
        border-top: 1px dashed rgba(0, 0, 0, .15)
    }

        .newde8 ul li a > i {
            width: 24px;
            height: 40px;
            display: block;
            position: absolute;
            background-position: -368px -107px;
            left: 28px;
            top: -3px;
            z-index: 3
        }

        .newde8 ul li:nth-child(2) a > i {
            background-position: -400px -107px
        }

        .newde8 ul li:nth-child(3) a > i {
            background-position: -432px -107px
        }

        .newde8 ul li a > span {
            width: 56px;
            height: 28px;
            background: #158fed;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;
            color: #fff;
            font-size: 12px;
            line-height: 28px;
            text-align: center;
            position: absolute;
            right: 0;
            top: 0;
            display: block
        }

        .newde8 ul li img {
            width: 72px;
            height: 72px;
            display: block;
            border: 2px solid #ff8d00;
            border-radius: 20px;
            float: left;
            margin-top: 32px;
            margin-left: 2px
        }

        .newde8 ul li:hover img {
            opacity: .9
        }

        .newde8 ul li:nth-child(2) img {
            border-color: #9fd900
        }

        .newde8 ul li:nth-child(3) img {
            border-color: #00beff
        }

        .newde8 ul li .info {
            width: 200px;
            float: left;
            margin-left: 18px
        }

            .newde8 ul li .info p:nth-child(1) {
                font-size: 18px;
                color: #333;
                font-weight: 300;
                line-height: 18px;
                margin-top: 34px;
                white-space: nowrap;
                overflow: hidden
            }

        .newde8 ul li:hover .info p:nth-child(1) {
            color: #158fed
        }

        .newde8 ul li .info p:nth-child(2) {
            font-size: 14px;
            color: #999;
            margin-top: 8px;
            margin-bottom: 3px
        }

        .newde8 ul li .info span {
            font-size: 14px;
            color: #999
        }

            .newde8 ul li .info span i {
                width: 16px;
                height: 18px;
                background-position: -250px -106px;
                display: inline-block;
                vertical-align: sub
            }

            .newde8 ul li .info span em {
                margin: 0 4px 0 8px;
                font-size: 12px;
                color: #999
            }

.newde8 .abox {
    border-top: 1px dashed rgba(0, 0, 0, .15);
    border-bottom: 1px dashed rgba(0, 0, 0, .15);
    margin: 0 20px
}

    .newde8 .abox a {
        font-size: 16px;
        color: #444;
        width: 330px;
        margin: 0 0 22px;
        display: block;
        white-space: nowrap;
        overflow: hidden
    }

        .newde8 .abox a:nth-child(1) {
            margin-top: 22px
        }

        .newde8 .abox a:hover {
            color: #158fed
        }

        .newde8 .abox a span {
            font-size: 20px;
            color: #b9c0c8;
            font-style: italic;
            font-weight: 600;
            display: inline-block;
            width: 34px;
            text-align: center;
            margin-right: 16px
        }

.location {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    position: relative;
    text-indent: 25px
}

.location_f {
    color: #fff
}

.location a {
    color: #000
}

    .location a:hover {
        color: #158fed
    }

.location i {
    position: absolute;
    top: 14px;
    left: 2px;
    width: 16px;
    height: 20px;
    background-position: -2px -400px
}

    .location i.ico2 {
        background-position: -115px -400px
    }

.newde5 ul li {
    margin-bottom: 16px
}

    .newde5 ul li p {
        height: 48px;
        text-overflow: ellipsis
    }
