﻿.tpxw:before,
.swyw-title:before,
.gsgg-title:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "";
    vertical-align: top;
    background: url("/images/01-01-common-sprint-icon.png") no-repeat;
}

.tpxw:before {
    background-position: -225px -125px;
}

.swyw-title:before {
    background-position: -150px -125px;
}

.gsgg-title:before {
    background-position: -188px -125px;
}


.swyw {
    width: 580px;
    float: left;
}

.gsgg {
    width: 580px;
    float: right;
}

    .swyw .list-date,
    .gsgg .list-date {
        margin: 15px 0;
        padding: 0 5px;
    }


.zwdt-last-list {
    margin-bottom: 20px;
    background-color: #f3f3f3;
}

    .zwdt-last-list .esint-tab-items {
        background-color: #e1ebf2;
    }

    .zwdt-last-list .list-date {
        /* padding: 0 10px; */
        background-color: #f3f3f3;
    }

    .zwdt-last-list .list-date-blue {
        float: left;
        width: 555px;
        color: #333;
    }

        .zwdt-last-list .list-date-blue:nth-child(odd) {
            margin-right: 60px;
        }
/* .swyw .list-date li::before {
    content: "";
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: url("/images/print.png") no-repeat;
} */




div.site {
    overflow: hidden
}

div.wrapper {
    position: relative;
    /* width: 928px; */
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.container {
    width: 928px;
    position: relative;
    height: 458px;
    margin: 0 auto;
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

    .container > li.cards_list {
        border-radius: 5px;
        background-color: #f4f4f4;
        overflow: hidden
    }

        .container > li.cards_list > div.img > img {
            display: block;
            width: 420px;
        }

        .container > li.cards_list > div.main_con {
            /* padding: 0 1rem; */
            box-sizing: border-box;
        }

    .container > li.cards_list {
        width: 420px;
    }


.caroursel-content {
    position: relative;
    width: 988px;
    height: 388px;
    margin: 38px auto 55px;
}

.poster-main .poster-list {
    width: 928px;
    height: 388px;
    margin: 0 auto;
}

.poster-main li > a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 388px;
}

.poster-main img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.poster-main .poster-list,
.poster-main .poster-list a {
    line-height: 24px;
    font-size: 16px;
    color: #333;
}

.poster-main .poster-item {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(3, 0, 0, 0.5);
    border: 1px solid #cfcfcf;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #333;
    opacity: 1 !important;
    background: #fff;
}

    .poster-main .poster-item p {
        margin-top: 8px;
        padding: 0 11px;
        line-height: 30px;
    }
/* btn */
.arrow-left,
.arrow-right,
.poster-btn {
    position: absolute;
    top: 0;
    /* transform: translateY(-50%); */
    width: 35px;
    height: 80px;
    cursor: pointer;
    z-index: 100;
}

.arrow-left,
.poster-prev-btn {
    /* left: -116px; */
    left: -86px;
    background: url("/images/01-01-jt-blue-left.png") no-repeat;
    background-size: 35px 80px;
    background-position: 0 50%;
}

.arrow-right,
.poster-next-btn {
    left: 100%;
    margin-left: 72px;
    background: url("/images/01-01-jt-blue-right.png") no-repeat;
    background-size: 35px 80px;
    background-position: 0 50%;
}
