ul li{
    list-style: disc;
    margin: 0 0 35px 20px;
}
.menu_list .menu_item ul li {
    margin: 0;
}
.page-content{ width: 792px; padding-left: 192px; float: left;}
.title-3{ margin-bottom: 40px; margin-top: 30px;}
.title-2{ margin-bottom: 44px;}
.text{ line-height: 25px;}
.text p{ padding-bottom: 29px;}
.data{ padding-bottom: 110px;}
.data .img{ width: 100%;  background-size:cover; margin-bottom: 32px;  clear: both; display: block;}
.ul-2{ padding-bottom: 80px;}
.share{  float:left; margin-top: 200px; margin-left: 96px;}
.wrap_footer ul li{
    margin: 0;
}

@media screen and (min-width: 1199px) {
    .page-content{ width: 840px; padding-left: 144px;}
}
@media screen and (max-width: 769px) {
    .title-3{ margin-bottom: 20px; }
    .title-2,.data .img{ margin-bottom: 20px; }
    .data{ padding-bottom: 10px;}
    .ul-2{ padding-bottom: 10px;}
    body .page-content{ padding-top:8px;}
}

.page-content img {
    max-width: 100%;
    height: auto !important;
}

.livestream .page-main {
    background-image: url("https://static.www.tencent.com/img/weixin/weixin-class-pro-bg.png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    color: #FFFFFF;
}

.livestream .page-main .main,
.livestream .page-main .date,
.livestream .page-main .share a{
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
}
.content blockquote {
    border-left: 4px solid #8cc34a;
    padding: 10px 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
blockquote {
    font-size: 1.2em;
    width:80%;
    margin:12px auto;
    font-style:italic;
    color: #555555;
    padding:1.2em 60px 1.2em 75px;
    border-left:8px solid #00a870 ;
    line-height:1.6;
    position: relative;
    background:#e7e7e7;
}
blockquote p:first-child{
    padding: 12px 0 0 0;
}
blockquote p:last-child{
    padding-top: 0;
}
blockquote::before {
    content: "\201C";
    color:#00a870;
    font-size:4em;
    position: absolute;
    left: 10px;
    top:-10px;
}

blockquote::after {
    content: '\201D';
    color:#00a870;
    font-size:4em;
    position: absolute;
    right: 45px;
    bottom:-10px;
}

blockquote > * {
    margin: .75em 0;
}

blockquote cite {
    display: block;
    font-style: normal;
    font-size: 12px;
}
/* Center tables for demo */
table {
    margin: 0 auto;
}

/* Default Table Style */
table {
    color: #333;
    background: white;
    border: 1px solid grey;
    font-size: 12pt;
    border-collapse: collapse;
}
table thead th,
table tfoot th {
    color: #777;
    background: rgba(0,0,0,.1);
}
table caption {
    padding:.5em;
}
table th,
table td {
    padding: .5em;
    border: 1px solid lightgrey;
}
.page-content .data .text div {
    border-left: 4px solid #48c79c;
    padding: 10px 20px;
    overflow: hidden;
    margin: 0 24px 24px 24px;
    background: #eeeeee;
}
.page-content .data .text div > a {

    cursor: pointer;
    height: 100%;
    width: 100%;
}
.page-content .data .text div > a > img {
    width: 22%;
    float: left;
    margin-right: 24px;
}
.page-content .data .text .related-article .title {
    font-size: 18px;
    font-weight: bold;
    margin:16px 0 0 24px;
    padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
    blockquote {
        font-size: 15px;
        padding:1.2em;
        border-left:8px solid #00a870 ;
        line-height:1.6;
        position: relative;
        background:#e7e7e7;
    }
    blockquote::before {
        font-size:3em;
        position: absolute;
        left: 5px;
        top:10px;
    }
    blockquote p {
        padding-top: 29px;
    }
    blockquote::after {
        font-size:3em;
        position: absolute;
        right: 25px;
        bottom:-10px;
    }
    .page-content .data .text .related-article {
        margin: 12px;
        padding: 6px 12px;
    }
    .page-content .data .text div > a > img {
        width: 30%;
        float: left;
        margin-right: 12px;
    }

    .page-content .data .text .related-article .title {
        font-size: 14px;
        width: 66%;
        float: right;
        padding-bottom: 0;
        margin: 6px 0;
    }

    .page-content .data .text .related-article .date {
        width: 66%;
        float: right;
    }
}
