﻿a {
    color: #333333;
}

    a:hover {
        color: #333333;
    }

ul {
    padding-left: 2.1vw;
    padding-top: 0.79vw;
}

.main {
    background: url(../images/bg_gs.png) no-repeat top center;
    background-size: 100%;
    background-color: white;
}

.text {
    height: 19.3vw;
}

    .text img {
        width: 34%;
        margin: 0 auto;
        display: block;
        padding-top: 4.69vw;
    }

.all {
    width: 84%;
    margin: 0 auto;
    background-color: #F5F5F5;
    padding-top: 2.65vw;
    display: table;
    position: relative;
}

.sreach-box {
    width: 34%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    background-color: #f5f5f5;
}

.xian {
    width: 100%;
    background-color: #E2E2E2;
    height: 2px;
    position: absolute;
    top: 3.9vw;
    z-index: 0;
}

.sreach {
    width: 96%;
    margin: 0 auto;
    height: 2.88vw;
    line-height: 2.7vw;
    background: #ffffff;
    border: 2px solid #cd151d;
    border-radius: 12px;
}

    .sreach img {
        height: 1.62vw;
    }

    .sreach input {
        border: none;
        width: calc(100% - 82px);
        font-size: 0.83vw;
        margin-left: 20px;
        outline: none;
        height: 2.5vw;
    }

        .sreach input::input-placeholder {
            color: #757575;
        }

.left, .right {
    margin-top: 2.61vw;
    background-color: white;
}

.left {
    width: 18.5%;
    float: left;
    margin-left: 8%;
}

.left-title {
    height: 3.03vw;
    line-height: 3.03vw;
    font-size: 1.25vw;
    background: #cd151d;
    text-align: center;
    color: #ffffff;
}

    .left-title img {
        height: 1.46vw;
        margin-top: -6px;
        padding-right: 5px;
    }

.left-nav ul {
    padding: 0.79vw 0 8.34vw 2.1vw;
    margin-right: 2.1vw;
}

    .left-nav ul li {
        font-size: 1.05vw;
        line-height: 2.71vw;
        list-style-type: square;
        background: url(../images/open.png) no-repeat top 0.8vw right;
    }

        .left-nav ul li::marker {
            color: rgb(163,163,163);
            font-size: 1px
        }

        .left-nav ul li ul {
            padding-top: 0;
            padding-bottom: 0;
            margin-right: 0;
        }

            .left-nav ul li ul li {
                font-size: 0.95vw;
                list-style-type: none;
                background: none;
            }

.select-left-nav::marker {
    color: #cd151d !important;
    opacity: 0.6;
}

.select-left-nav a {
    color: #cd151d;
}

.select-left-nav {
    background: url(../images/close.png) no-repeat top right !important;
    background-position-y: 0.8vw !important;
}

    .select-left-nav ul li a {
        color: #333333;
    }

.right {
    width: 62%;
    float: right;
    margin-right: 8%;
    padding-bottom: 1.05vw;
    margin-bottom: 3.13vw;
}

.right-title {
    height: 3.67vw;
    font-size: 1.22vw;
    padding-left: 1.05vw;
    margin: 0 0.53vw;
    line-height: 3.67vw;
    color: #333333;
    letter-spacing: 2.2px;
    border-bottom: 1px solid #e2e2e2;
}

    .right-title img {
        padding-right: 0.84vw;
        margin-top: -3px;
    }

.subtitle {
    width: 100%;
    border-bottom: 2px solid #e2e2e2;
}

    .subtitle span {
        width: auto;
        height: 1.98vw;
        line-height: 1.98vw;
        margin-top: 0.63vw;
        font-size: 1.05vw;
        padding: 0 1.05vw;
        background: #cd151d;
        text-align: center;
        display: inline-block;
        color: #ffffff;
        margin-bottom: -2px;
    }

.right ul li {
    background: white;
    border-radius: 18px 0 0 18px;
    padding-right: 0;
    height: 2.92vw;
    line-height: 2.92vw;
    margin-left: 1.57vw;
    font-size: 0.95vw;
    font-weight: bold;
    list-style-type: disc;
}

    .right ul li::marker {
        color: #CD151D;
        font-size: 2.5rem;
    }

.list-title {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    float: left;
}

.time {
    font-size: 0.95vw;
    color: #adadad;
    font-weight: normal;
    float: right;
    padding-right: 2.1vw;
}

.center-more {
    width: 12%;
    height: 1.98vw;
    line-height: 1.98vw;
    margin-top: 0.79vw;
    background-color: #f7f7f7;
    font-size: 1.05vw;
    color: #333333;
    display: inline-block;
    text-align: center;
    margin-left: 44%;
    margin-bottom: 2.1vw;
}

.none {
    text-align: center;
    font-size: 0.83vw;
    color: #a3a3a3;
    line-height: 1.05vw;
}

.drawer {
    right: -52vw;
}

@media only screen and (max-width: 768px) {
    body {
        background-color: #F5F5F5;
    }

    ul {
        margin-left: 3vw;
    }

    .text, .xian, .sreach-box, .left, footer, .nav-main {
        display: none;
    }

    .all {
        width: 100%;
    }

    .right {
        width: 94%;
        margin: 0 auto;
        float: none;
    }

    .right-title {
        height: 10vw;
        line-height: 10vw;
        font-size: 3vw;
    }

    .subtitle span {
        height: 6vw;
        line-height: 6vw;
        font-size: 3.5vw;
    }

    .center-more {
        height: 6vw;
        line-height: 6vw;
        font-size: 3vw;
    }

    .right ul li {
        height: 10vw;
        font-size: 3.2vw;
        line-height: 10vw;
    }

    .time {
        font-size: 3vw;
    }

    #news {
        min-height: 6vw;
    }

    .none {
        margin-top: 6vw;
    }

    .drawer {
        width: 52vw;
    }

    .left-nav ul {
        margin-right: 9vw;
    }

        .left-nav ul li {
            display: table;
            width: 100%;
        }
}
