.adv-banner-box {
    background-color: #fff;
    height: 75px;
    overflow: hidden;
}

.adv-banner {
    width: 1202px;
    margin: 0 auto;
}

.adv-banner-icon {
    float: left;
    width: 136px;
    height: 75px;
    line-height: 75px;
    color: #666;
    text-align: right;
    position: relative;
}

    .adv-banner-icon s {
        width: 20px;
        height: 17px;
        background: url('../images/index-icon.png') no-repeat;
        position: absolute;
        right: 90px;
        top: 30px;
        background-position: 0 -26px;
    }

.adv-banner-context {
    float: left;
    width: 1066px;
    line-height: 75px;
    font-size: 16px;
    color: #333;
}

.adv-banner-title {
    float: left;
    height: 75px;
    width: 966px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .adv-banner-title a {
        font-size: 16px;
        color: #333;
    }

.adv-banner-time {
    float: right;
    height: 75px;
}

.index-contaner {
    width: 1202px;
    margin: 30px auto;
}

.index-list {
    float: left;
    width: 366px;
}

.index-mb-box {
    float: right;
    width: 774px;
    height: 449px;
    padding: 24px 24px 24px 24px;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
}

.index-item {
    height: 118px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
    margin-bottom: 8px;
    overflow: hidden;
}

    .index-item.itemhover {
        background-color: #1462cd;
    }

    .index-item.nomargin-bt {
        margin-bottom: 0;
    }

.index-item-txt {
    font-size: 18px;
    color: #333;
    padding-left: 112px;
    position: relative;
    line-height: 58px;
    margin-top: 30px;
    margin-left: 76px;
}

    .index-item-txt s {
        background: url('../images/index-icon.png') no-repeat;
        position: absolute;
        left: 0;
    }

        .index-item-txt s.item-txt-one {
            width: 54px;
            height: 52px;
            background-position: -23px -8px;
        }

        .index-item-txt s.item-txt-two {
            width: 55px;
            height: 56px;
            background-position: -81px -6px;
        }

        .index-item-txt s.item-txt-three {
            width: 58px;
            height: 57px;
            background-position: -141px -5px;
            left: -5px;
        }

        .index-item-txt s.item-txt-four {
            width: 54px;
            height: 54px;
            background-position: -202px -7px;
        }

.index-item.itemhover s.item-txt-one {
    background-position: -23px -66px;
}

.index-item.itemhover s.item-txt-two {
    background-position: -81px -64px;
}

.index-item.itemhover s.item-txt-three {
    background-position: -141px -63px;
}

.index-item.itemhover s.item-txt-four {
    background-position: -202px -66px;
}

.index-item.itemhover .index-item-txt {
    color: #fff;
}

.index-dt-context, .index-mb-item {
    height: 100%;
}

.index-mb-item {
    display: none;
}

    .index-mb-item.current {
        display: block;
    }

.index-dt-left {
    width: 350px;
    float: left;
    color: #000;
    height: 100%;
}

.index-dtl-img {
    height: 262px;
}

    .index-dtl-img img {
        width: 100%;
        height: 100%;
    }

.index-dtl-title {
    font-size: 16px;
    text-align: center;
}

.index-dtl-sub {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.index-dtl-content {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-top: 24px;
    height: 390px;
    position: relative;
}

.index-dtl-text {
    overflow-y:auto;
    height: 350px;
}

.index-dtl-content a {
    color: #1462cd;
    position: absolute;
    right: 0;
    bottom: 0;
}

.index-dtl-content img {
    width: 320px;
    height: 190px;
}

.index-dt-right {
    float: left;
    margin-left: 16px;
    width: 362px;
    height: 100%;
    border-left: 1px solid #cacaca;
    padding-left: 18px;
    padding-right: 26px;
}

.index-dtr-menu {
    border-bottom: 2px solid #f9f9f9;
}

.index-dtr-menubtn {
    width: 50%;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    float: left;
    text-align: center;
    position: relative;
}

    .index-dtr-menubtn s {
        position: absolute;
        width: 100%;
        background-color: #1462cd;
        height: 2px;
        left: 0;
        bottom: 0;
        display: none;
    }

    .index-dtr-menubtn.hover {
        color: #1462cd;
    }

        .index-dtr-menubtn.hover s {
            display: block;
        }

.index-dtr-context {
    margin-top: 10px;
}

    .index-dtr-context ul {
        display: none;
    }

    .index-dtr-context li a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: #333;
    }

        .index-dtr-context li a:hover {
            color: #1462cd;
        }

.index-dtr-conname {
    float: left;
    width: 244px;
    white-space: nowrap;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    padding: 22px 0;
    padding-left: 12px;
    position: relative;
}

    .index-dtr-conname s {
        position: absolute;
        width: 3px;
        height: 2px;
        background-color: #333;
        left: 0;
        top: 50%;
        margin-top: -1px;
    }

.index-dtr-contime {
    float: right;
    padding: 22px 0;
    height: 20px;
    line-height: 20px;
}

.index-mb-gk {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.index-mb-gkimg {
    width: 600px;
    height: 335px;
    margin: 0 auto;
}

    .index-mb-gkimg img {
        width: 100%;
        height: 100%;
    }

.index-mb-gktext {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    height: 415px;
    width: 100%;
    overflow-y:auto;
}

    .index-mb-gktext img {
        width: 570px;
        height: 335px;
        margin: 0 auto;
    }

.index-mb-gk a {
    font-size: 14px;
    line-height: 24px;
    color: #1462cd;
    position: absolute;
    right: 0;
    bottom: 0;
}

.swiper-container {
    height: 100%;
}

.index-dt-pagination {
    bottom: 0 !important;
}

.app-banner-btns {
    position: absolute;
    z-index: 9;
    width: 1202px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin-left: -601px;
    margin-top: -25px;
}

.app-banner-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 100%;
    background: rgba(51,51,51,.8) url('../images/banner-icon.png') no-repeat;
}

    .app-banner-btn.app-btn-left {
        left: 0;
        top: 0;
    }

    .app-banner-btn.app-btn-right {
        right: 0;
        top: 0;
        background-position: -50px 0;
    }

    .app-banner-btn.app-btn-left:hover {
        background-position: 0 -50px;
    }

    .app-banner-btn.app-btn-right:hover {
        background-position: -50px -50px;
    }

.app-banner-pagation {
    position: absolute;
    height: 30px;
    width: 100%;
    left: 0;
    bottom: 30px;
    z-index: 10;
    text-align: center;
}
