﻿body {
    font: 12px/22px 'Microsoft YaHei',YouYuan,Verdana, Geneva, sans-serif;
    line-height: 1.5;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto !important;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 320px;
    max-width: 1920px;
}

.con {
    position: relative;
    width: auto;
    height: auto;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    background-color: transparent;
    padding-bottom: 50px;
}

    .con .resultbox {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size:1rem;
    }

        .con .resultbox .ssjgm {
            float: left;
            width: 8%;
            text-align: right;
        }

        .con .resultbox .ssjg {
            float: left;
            width: 92%;
            color: #666;
        }

    .con .class-top {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto;
        background: #f4f5f7;
        padding: 10px 0 10px 0;
    }

        .con .class-top ul {
            display: inline-block;
            max-width: 1050px;
            clear: both;
            margin: 0 auto;
            text-align: left;
            left: 10px;
            vertical-align: top;
        }

            .con .class-top ul li {
                list-style-type: none;
                display: inline-block;
                margin-right: 10px;
            }

                .con .class-top ul li a {
                    display: inline-block;
                    color: #666;
                    /*border: 2px solid rgba(255,255,255,0.5);*/
                    padding: 3px 10px 5px 10px;
                    border-radius: 5px;
                    font-size: 1rem;
                    font-weight: 500;
                    letter-spacing: 2px;
                    /*margin-right: 20px;*/
                }

                    .con .class-top ul li a:hover {
                        text-decoration: none;
                        color: #188eee;
                    }

                .con .class-top ul li .active {
                    text-decoration: none;
                    color: #188eee;
                }

        .con .class-top #all {
            margin-top: 0;
            max-width: 150px;
        }

    .con .px {
        position: relative;
        margin-top: 20px;
        margin-bottom: 30px;
        background: #f4f5f7;
        font-size: 1rem;
    }

        .con .px ul {
            width: 70%;
            margin: 0 auto;
            padding: 0;
            float: left;
        }

            .con .px ul li {
                list-style: none;
                display: inline-block;
                margin-right: 15px;
                color: #666;
                cursor: pointer;
            }

        .con .px .pxm {
            width: 8%;
            text-align: center;
            background: #188eee;
            padding: 8px 0 8px 0;
            color: #fff;
            cursor: default;
        }

        .con .px ul .curr {
            color: #188eee !important;
        }

    .con .result {
        width: 30%;
        float: right;
        color: #666;
        text-align: right;
        padding-right: 15px;
        line-height: 2.2;
    }

    .con .load {
        position:relative;
        width:100%;
        text-align:center;
        font-size:1.6rem;
        color:#666;
    }

    .con .demo2 {
        position: relative;
        margin-left: -10px;
        margin-right: -10px;
        padding: 0;
    }

        .con .demo2 li {
            padding: 8px;
        }

            .con .demo2 li a {
                color: #333;
                font-size: 1rem;
                text-decoration: none;
            }

            .con .demo2 li img {
                border-radius: 5px;
            }

            .con .demo2 li a:hover img {
                box-shadow: 0px 0px 20px 3px rgba(80, 80, 80, 0.6);
                -webkit-transform: translateY(-5px);
                -moz-transform: translateY(-5px);
                -ms-transform: translateY(-5px);
                -o-transform: translateY(-5px);
                transform: translateY(-5px);
                transition: 0.1s;
                transition-duration: 0.1s;
            }

            .con .demo2 li a:hover .title {
                color: orangered;
            }

            .con .demo2 li .title {
                position: relative;
                display: block !important;
                color: #333;
                font-size: 1rem;
                text-align: left;
                text-shadow: none;
                padding-bottom: 0;
                text-overflow: -o-ellipsis-lastline;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                line-clamp: 1;
                -webkit-box-orient: vertical;
                height: auto;
            }

            .con .demo2 li .imgbox {
                position: relative;
                width: 100%;
                height: auto;
            }

                .con .demo2 li .imgbox .count {
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-align: center;
                    align-items: center;
                    position: absolute;
                    bottom: 0;
                    width: 100%;
                    padding: 6px 8px;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    color: #fff;
                    line-height: 16px;
                    border-bottom-right-radius: 5px;
                    border-bottom-left-radius: 5px;
                    -webkit-text-stroke: 1px #666;
                    font-weight: 900;
                }

            .con .demo2 li .desc {
                position: relative;
                font-size: 0.9rem;
                text-align: left;
                color: #6d6d6d;
                text-overflow: -o-ellipsis-lastline;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .con .demo2 li .desc2 {
                position: relative;
                font-size: 0.9rem;
                text-align: left;
                color: #6d6d6d;
                text-overflow: -o-ellipsis-lastline;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                line-clamp: 1;
                -webkit-box-orient: vertical;
            }

.am-accordion-default {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.am-accordion-item {
    border: 0 !important;
}

.am-accordion-default .am-accordion-title:hover {
    color: #666;
}

.am-accordion-default .am-active .am-accordion-title {
    background-color: transparent;
    color: #666;
}

.am-accordion-default .am-accordion-title:before {
    content: "\f196";
}

.am-accordion-default .am-active .am-accordion-title:before {
    content: "\f147";
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.zk {
    color: #666;
    text-align: left;
    padding-left: 20px;
    cursor: pointer;
}

.dtHM {
    display: flex;
    align-items: start;
    color: #666;
    font-size: 0.9rem;
    border: 0;
}

    .dtHM a {
        color: #666;
    }

        .dtHM a:hover {
            color: #006693;
            text-decoration: none;
        }

    .dtHM .dtTitle {
        width: 30%;
        display: inline-block;
        text-align:center;
    }

    .dtHM .dtCon {
        width: 45%;
        text-align: left;
        display: inline-block;
    }

        .dtHM .dtCon .cc {
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            line-clamp: 3;
            -webkit-box-orient: vertical;
        }

    .dtHM .dtTime {
        width: 10%;
        display: inline-block;
        padding-left:10px;
    }

    .dtHM .dtCount {
        width: 10%;
        display: inline-block;
    }

.am-table > thead > tr > th,
.am-table > tbody > tr > th,
.am-table > tfoot > tr > th,
.am-table > thead > tr > td,
.am-table > tbody > tr > td,
.am-table > tfoot > tr > td {
    padding: 0.3rem;
    line-height: 1.2;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.tbZM {
    font-size: 0.85rem;
}

    .tbZM .trZM:hover {
        background-color: #eee;
    }

    .tbZM .active {
        background-color: #eee;
    }

    .tbZM .trZM:hover .tdJT .jt {
        display: block;
    }

    .tbZM .trZM .tdTime {
        width: 15%;
        text-align: center;
        border: 0;
    }

    .tbZM .trZM .tdTxt {
        width: 350px;
        text-align: left;
        border: 0;
    }

        .tbZM .trZM .tdTxt a {
            color: #666;
        }

            .tbZM .trZM .tdTxt a:hover {
                color: #006693;
                text-decoration: none;
            }

    .tbZM .trZM .tdJT {
        text-align: left;
        border: 0;
    }

        .tbZM .trZM .tdJT .jt {
            display: none;
            color: #666;
            cursor: pointer;
        }

.neirong {
    width: 376px;
    position: absolute;
    left: 18px;
    top: -50px;
    display: none;
    background: url(../img/search.jpg) no-repeat 0px 0px;
    height: 377px;
    padding: 12px;
}

.con .page {
    position: relative;
    float: right;
}

    .con .page > li > a, .page > li > span {
        padding: 0.3em 0.5em;
        font-size: 1.1rem;
    }

.tth5 {
    position: relative;
    color: #666;
    padding: 10px 20px 20px 20px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    letter-spacing: 2px;
    font-size: 1rem;
}

    .tth5 a {
        color: #006693;
    }

        .tth5 a:hover {
            color: orangered;
            text-decoration: none;
        }

@media only screen and (max-width: 641px) {
    .con .resultbox {
        margin-top: 10px;
        margin-bottom: 0;
    }

        .con .resultbox .ssjgm {
            width: 24%;
        }

        .con .resultbox .ssjg {
            width: 75%;
        }

    .con .class-top #all {
        width: 15%;
        margin: 0 auto;
        text-align: left;
    }

    .con .class-top ul {
        margin: 0 auto;
        text-align: left;
        width: 83%;
        padding: 0;
    }

        .con .class-top ul li {
            margin-right: 0;
        }

    .con .px {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0 10px 0 10px;
    }

        .con .px ul {
            width: 65%;
        }

            .con .px ul li {
                margin-right: 8px;
            }

        .con .px .pxm {
            width: 15%;
        }

    .con .result {
        width: 35%;
        padding-right: 0;
        line-height: 2.5;
    }

    .con .demo2 {
        margin-left: 4px;
        margin-right: 4px;
    }

        .con .demo2 li {
            padding: 5px;
        }

    .con .page {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}
