﻿body {
    background-color: #fff;
}

.xzx-position {
    height: 56px;
    line-height: 56px;
    color: #555;
}

    .xzx-position a {
        color: #555;
    }

    .xzx-position span {
        color: #01b063;
    }

.list-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.list_l {
    width: 250px;
}

.xzx-nav {
    box-shadow: 0px 2px 10px 0px rgba(11, 3, 6, 0.12);
    margin-bottom: 20px;
}

    .xzx-nav .nav-item {
        display: flex;
        align-items: center;
        height: 60px;
        color: #555;
        font-size: 16px;
        padding: 0 35px;
    }

        .xzx-nav .nav-item span {
            display: block;
            width: 30px;
            height: 30px;
            margin-right: 14px;
            background-image: url('../images/icon3.png');
            background-repeat: no-repeat;
        }

        .xzx-nav .nav-item:hover, .xzx-nav .nav-item.on {
            background-color: #01b063;
            color: #fff;
        }

            .xzx-nav .nav-item:hover span, .xzx-nav .nav-item.on span {
                background-image: url('../images/icon4.png');
            }

        .xzx-nav .nav-item span.icon1 {
            background-position: 0 0;
        }

        .xzx-nav .nav-item span.icon2 {
            background-position: 0 -30px;
        }

        .xzx-nav .nav-item span.icon3 {
            background-position: 0 -60px;
        }

        .xzx-nav .nav-item span.icon4 {
            background-position: 0 -90px;
        }

        .xzx-nav .nav-item span.icon5 {
            background-position: 0 -120px;
        }

        .xzx-nav .nav-item span.icon6 {
            background-position: 0 -150px;
        }

        .xzx-nav .nav-item span.icon7 {
            background-position: 0 -180px;
        }

        .xzx-nav .nav-item span.icon8 {
            background-position: 0 -210px;
        }

        .xzx-nav .nav-item span.icon9 {
            background-position: 0 -240px;
        }

        .xzx-nav .nav-item span.icon10 {
            background-position: 0 -270px;
        }

        .xzx-nav .nav-item span.icon11 {
            background-position: 0 -300px;
        }

        .xzx-nav .nav-item span.icon12 {
            background-position: 0 -320px;
        }

.xzx-form {
    box-shadow: 0px 2px 10px 0px rgba(11, 3, 6, 0.12);
    margin-bottom: 20px;
    padding: 14px;
}

    .xzx-form .form-title {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 10px;
    }

    .xzx-form .form-count {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        margin-bottom: 10px;
    }

        .xzx-form .form-count span {
            height: 38px;
            line-height: 38px;
            padding: 0 7px;
            border-radius: 4px;
            background-color: #ff6c14;
            color: #fff;
            font-size: 22px;
            margin-right: 7px;
        }

            .xzx-form .form-count span:nth-child(1) {
                margin-left: 7px;
            }

    .xzx-form .form-item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

        .xzx-form .form-item input[type='text'] {
            display: block;
            width: 100%;
            height: 36px;
            line-height: 36px;
            padding: 0 10px;
            color: #444;
            font-size: 12px;
            border: 1px solid #ddd;
        }

        .xzx-form .form-item input[type='number'], .xzx-form .form-item select {
            display: block;
            width: 106px;
            height: 36px;
            line-height: 36px;
            padding: 0 10px;
            color: #444;
            font-size: 12px;
            border: 1px solid #ddd;
        }

    .xzx-form .safty-tips {
        display: flex;
        align-items: center;
        font-size: 12px;
        margin-bottom: 10px;
    }

        .xzx-form .safty-tips span {
            color: #666;
        }

        .xzx-form .safty-tips input[type='checkbox'] {
            margin-right: 5px;
        }

    .xzx-form .form-btn {
        height: 40px;
        line-height: 40px;
        border-radius: 6px;
        background-color: #ff6c14;
        color: #fff;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
        margin-bottom: 10px;
    }

    .xzx-form .tips {
        color: #999;
        font-size: 12px;
    }

.xzx-adv {
    display: block;
    margin-bottom: 20px;
}

    .xzx-adv img {
        display: block;
        width: 100%;
        height: auto;
    }

.recommend {
    box-shadow: 0px 2px 10px 0px rgba(11, 3, 6, 0.12);
    margin-bottom: 20px;
    padding: 15px 20px;
}

    .recommend .title {
        font-size: 16px;
        margin-bottom: 15px;
    }

.reco-list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    font-size: 12px;
}

    .reco-list li:last-child {
        margin-bottom: 0;
    }

    .reco-list li span {
        display: inline-block;
        width: 16px;
        text-align: center;
        line-height: 16px;
        border-radius: 4px;
        background-color: #a3d3ea;
        color: #fff;
        margin-right: 5px;
        border: 1px solid #93c4db;
    }

    .reco-list li:nth-child(1) span {
        background-color: #fe3a3a;
        border: 1px solid #ff0000;
    }

    .reco-list li:nth-child(2) span {
        background-color: #ff6427;
        border: 1px solid #e75119;
    }

    .reco-list li:nth-child(3) span {
        background-color: #ffa627;
        border: 1px solid #e7931b;
    }

.list_r {
    width: 930px;
}

.top-title {
    height: 60px;
    line-height: 60px;
    color: #000;
    font-size: 20px;
}

.xzx-list {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

    .xzx-list li {
        display: flex;
        padding: 25px 15px;
    }

        .xzx-list li .list-cover {
            margin-right: 15px;
            flex-shrink: 0;
        }

        .xzx-list li:hover {
            background-color: #f3f3f3;
        }

        .xzx-list li .list-cover img {
            display: block;
            width: 225px;
            height: 150px;
        }

.list-content {
    width: 100%;
    position: relative;
}

    .list-content .title {
        width: 600px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .list-content .des {
        line-height: 20px;
        font-size: 14px;
    }

    .list-content .more {
        line-height: 20px;
        font-size: 14px;
        color: #999;
    }

        .list-content .more:hover {
            color: #01b063;
        }

    .list-content .tags {
        display: flex;
        justify-content: flex-end;
        position: absolute;
        right: 0;
        bottom: 0;
    }

        .list-content .tags p {
            height: 16px;
            line-height: 16px;
            font-size: 12px;
        }

            .list-content .tags p.comment {
                background: url('../images/comment.png') no-repeat 0 center;
                padding-left: 20px;
                padding-right: 10px;
            }

            .list-content .tags p.view {
                background: url('../images/view.png') no-repeat 6px center;
                padding-left: 30px;
                padding-right: 10px;
                border-left: 1px solid #ddd;
                border-right: 1px solid #ddd;
            }

            .list-content .tags p.date {
                padding-left: 8px;
            }

.xzx-page {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 14px;
}

    .xzx-page p, .xzx-page a {
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #ddd;
        margin-right: 5px;
    }

        .xzx-page a.on,.xzx-page p.on {
            background-color: #16ac5e;
            border-color: #16ac5e;
            color: #fff;
        }

            .xzx-page a.on.on:hover,.xzx-page p.on.on:hover {
                color: #fff;
            }

        .xzx-page a:hover {
            color: #16ac5e;
        }
        #SpanInfoSafeService {
    cursor: pointer;
}

    #SpanInfoSafeService:hover {
        text-decoration: underline;
    }
