﻿.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 #fff6dc;
        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
        }

.gtop {
    position: relative
}

    .gtop h1 {
        font-size: 38px;
        font-weight: 600;
        color: #fff;
        position: absolute;
        top: 88px;
        left: 30px;
        line-height: 38px
    }

    .gtop p {
        font-size: 24px;
        color: rgba(255, 255, 255, .7);
        position: absolute;
        top: 140px;
        left: 6px
    }

.pagecode {
    padding: 16px 0 52px;
    text-align: center;
    font-size: 18px;
    color: #666
}

    .pagecode a {
        padding: 8px 19px;
        margin: 0 5px;
        color: #666;
        text-decoration: none;
        background-color: #fff;
        border-radius: 3px;
        border: 1px solid #eaeaea
    }

    .pagecode > span {
        display: inline-block;
        line-height: 38px;
        height: 38px;
        border-radius: 3px
    }

    .pagecode span a {
        display: block;
        padding: 0;
        min-width: 38px;
        line-height: 38px;
        text-align: center;
        border-radius: 3px
    }

    .pagecode a:hover {
        color: #fff;
        background-color: #158fed
    }

    .pagecode a.current,
    .pagecode a.current:hover {
        color: #fff;
        background-color: #158fed;
        padding: 8px 15px
    }

    .pagecode a i {
        display: inline-block;
        width: 12px;
        height: 20px;
        background-position: -601px -6px;
        position: relative;
        top: 3px
    }

        .pagecode a i.lr {
            background-position: -601px -31px
        }

    .pagecode a:hover i.lr {
        background-position: -625px -31px
    }

.newlist {
    position: relative
}

.newlbox {
    margin-top: 48px;
    background: #f2f2f2
}

.newnav {
    height: 80px;
    line-height: 80px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    margin-top: -60px;
    position: relative;
    z-index: 3
}

    .newnav a {
        font-size: 18px;
        color: #666;
        margin: 0 32px;
        line-height: 80px;
        display: inline-block;
        position: relative
    }

        .newnav a.current,
        .newnav a:hover {
            color: #333;
            font-size: 24px;
            font-weight: 600;
            line-height: 80px;
            margin: 0 26px
        }

            .newnav a.current em,
            .newnav a:hover em {
                display: block;
                position: absolute;
                width: 20px;
                height: 8px;
                background: #158fed;
                border-radius: 10px;
                bottom: 0;
                left: 12px
            }

.newlbox ul.listmain {
    margin-top: 35px
}

    .newlbox ul.listmain li {
        width: 382px;
        height: 484px;
        border-radius: 10px;
        background: #fff;
        overflow: hidden;
        position: relative;
        margin-right: 24px;
        margin-bottom: 22px;
        float: left;
        border: 1px solid #fff
    }

        .newlbox ul.listmain li:hover {
            border: 1px solid rgba(255, 186, 37, .5);
            box-shadow: rgba(0, 0, 0, .1) 0 6px 10px 0
        }

        .newlbox ul.listmain li:nth-child(3n) {
            margin-right: 0
        }

        .newlbox ul.listmain li img {
            width: 340px;
            height: 192px;
            display: block;
            margin: 25px 22px 0;
            border-radius: 10px
        }

        .newlbox ul.listmain li:hover img {
            opacity: .9
        }

        .newlbox ul.listmain li p:nth-child(2) {
            font-size: 18px;
            color: #333;
            font-weight: 600;
            line-height: 30px;
            height: 56px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            margin: 20px 30px 0
        }

        .newlbox ul.listmain li p:nth-child(3) {
            font-size: 14px;
            color: #999;
            line-height: 26px;
            padding: 21px 16px;
            width: 308px;
            height: 50px;
            background: #f7f7f7;
            border-radius: 6px;
            margin: 28px 22px 0
        }

            .newlbox ul.listmain li p:nth-child(3) span {
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2
            }

        .newlbox ul.listmain li p:nth-child(4) {
            position: absolute;
            bottom: 24px;
            left: 0;
            width: 340px;
            margin: 0 22px
        }

            .newlbox ul.listmain li p:nth-child(4) span {
                font-size: 14px;
                color: #b7b7b7
            }

                .newlbox ul.listmain li p:nth-child(4) span:nth-child(1) {
                    float: left
                }

                .newlbox ul.listmain li p:nth-child(4) span:nth-child(2) {
                    float: right
                }

                .newlbox ul.listmain li p:nth-child(4) span:nth-child(1) i {
                    width: 16px;
                    height: 16px;
                    display: inline-block;
                    background-position: -517px -131px;
                    vertical-align: text-top;
                    margin-right: 3px
                }

                .newlbox ul.listmain li p:nth-child(4) span:nth-child(2) i {
                    width: 18px;
                    height: 16px;
                    display: inline-block;
                    background-position: -542px -132px;
                    vertical-align: text-top;
                    margin-right: 3px
                }

        .newlbox ul.listmain li:nth-child(3):hover {
            border: 1px solid #fff;
            box-shadow: none
        }

.hottit {
    width: 340px;
    height: 115px;
    display: block;
    position: relative;
    background: url(../images/hottit.png) no-repeat;
    margin: 25px 22px 0
}

    .hottit p {
        font-size: 24px;
        font-weight: 600;
        color: #158fed;
        position: absolute;
        top: 44px;
        left: 142px
    }

.newlbox ul.listmain li .info {
    margin: 18px 22px
}

    .newlbox ul.listmain li .info a {
        display: block;
        width: 340px;
        height: 38px;
        background: #f7f7f7;
        border-radius: 20px;
        border: 1px solid #f7f7f7;
        line-height: 38px;
        font-size: 14px;
        color: #666;
        margin-bottom: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .newlbox ul.listmain li .info span {
        font-size: 20px;
        color: #ffae45;
        vertical-align: top;
        line-height: 38px;
        font-weight: 600;
        margin: 0 10px 0 20px;
        display: inline-block
    }

    .newlbox ul.listmain li .info a:hover {
        border: 1px solid rgba(255, 186, 37, .5);
        box-shadow: rgba(0, 0, 0, .1) 0 6px 10px 0
    }

.newzt {
    margin-top: -20px
}

    .newzt ul {
        margin-top: 33px;
        margin-bottom: 25px
    }

        .newzt ul li {
            width: 272px;
            height: 175px;
            position: relative;
            float: left;
            margin-right: 37px;
            border-radius: 10px
        }

            .newzt ul li:hover {
                box-shadow: rgba(0, 0, 0, .2) 0 10px 30px 0
            }

            .newzt ul li:nth-child(4n) {
                margin-right: 0
            }

            .newzt ul li img {
                width: 272px;
                height: 175px;
                display: block;
                border-radius: 10px
            }

            .newzt ul li p {
                position: absolute;
                left: 0;
                bottom: 0;
                font-size: 18px;
                color: #fff;
                background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .46));
                display: block;
                width: 248px;
                padding: 106px 12px 14px;
                white-space: nowrap;
                overflow: hidden;
                border-radius: 10px
            }

.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
            }

.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: -115px -400px
}
