﻿.news_left_content {
    position: relative;
}

.news_left_content .share {
    position: absolute;
    top: 0px;
    right: -30px;
    z-index: 999;
    width: 36px;
    height: 36px;
    text-align: center;
    background: #fff;
    /*border: 1px solid #fff;*/
    overflow: hidden;
    background: no-repeat url(/images/sp-base.png) center;
}

.news_left_content .share_1 {
    width: 170px;
    height: auto;
    padding: 10px;
    top: -1px;
    right: -1px;
    border: 1px solid #e3e3e3;
    background: #fff;
}

.news_left_content .share p {
    padding: 5px;
    line-height: 20px;
    font-size: 12px;
    margin: 0;
    display: none;
}

.news_left_content .share_1 p {
    display: block;
}

.news_left_content .share p i {
    font-weight: bold;
    font-style: normal;
    color: #db214c;
}

.news_left_content .share p img {
    width: 145px;
    height: 145px;
}

@media screen and (max-width: 750px) {
    .news_left_content .share {
        display: none;
    }
}
.content iframe {
    width: 100%;
    height: 400px;
    margin: 0 auto;
}