.xw_de {
    width: 62.5vw;
    background-color: #fff;
    margin: auto;
    padding: 3% 5%;
}

.xw_de h1 {
    font-size: 1.30208vw;
    color: #333;
    text-align: left;
    font-weight: 400;
    margin-bottom: 2%;
}

.xw_de h2 {
    max-width: 10.41667vw;
    margin-right: .78125vw;
    font-size: .67708vw;
    color: #adadad;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xw_de h3 {
    border: .05208vw solid #f0efef;
    border-bottom: none;
    margin: 1.04167vw 0;
}

.xw_de .detail {
    min-height: 20.83333vw;
    font-size: .72917vw;
    color: #676767;
    overflow: hidden;
}

.xw_de h5 {
    display: flex;
    align-items: center;
}

.xw_de h5 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: center;
    display: block;
    font-size: .72917vw;
    color: #888888;
    width: 50%;
    white-space: nowrap;
}

.zhuti {
    padding: 5% 0;
    box-sizing: border-box;
    background-color: #f6f6f6;
}

.shareListPanel .shareIcon {
    width: 33px;
    height: 33px;
    margin: 0 .52083vw;
    display: inline-block;
    background-color: #fff
}

.shareListPanel {
    margin-top: 4%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.shareListPanel p {
    font-size: .67708vw;
    color: #666;
    padding-top: .52083vw;
}

.shareListPanel .Weixin {
    background: url(../images/vbg01.png) -1302px -100px no-repeat
}

.shareListPanel .sina_weibo {
    background: url(../images/vbg01.png) -1302px -190px no-repeat
}

.shareListPanel .qq_zone {
    background: url(../images/vbg01.png) -1302px -235px no-repeat
}

.shareListPanel .qq_share {
    background: url(../images/vbg01.png) -1302px -145px no-repeat
}

.shareListPanel .qq_weibo {
    background: url(../images/vbg01.png) -1302px -280px no-repeat
}

@media screen and (max-width:1200px) {
    .shareListPanel p {
        font-size: 14px;
    }

    .xw_de {
        width: 100%;
        padding: 4% 8%;
        box-sizing: border-box;
    }

    .xw_de h1 {
        font-size: 16px;
    }

    .xw_de h2 {
        font-size: 15px;
        max-width: 100%;
    }

    .xw_de h3 {
        border-width: 1px;
        margin: 2% 0;
    }

    .xw_de .detail {
        font-size: 12px;
        min-height: 400px;
    }

    .shareListPanel .shareIcon {
        margin: 0 2%;
    }

    .shareListPanel {
        margin-bottom: 5%;
    }

    .xw_de h5 a {
        overflow: hidden;
        font-size: 14px;
    }

    .xw_de h5 {
        margin-top: 4%;
    }
}