body{
    padding: 0;
    margin:10px 0;
    background: #f1f2f6;
    font-size: 18px;
    font-family: PingFangSC-regular, sans-serif;
    -webkit-font-smoothing: antialiased;
}
a{
    color: #333;
    text-decoration: none;
}

ul ,li{
    padding: 0;
    margin: 0;
    list-style: none;
}
.page_container{
    max-width: 645px;
    margin: 0 auto;
    padding: 11px 20px;
}
.box{
    display: inline-flex;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    word-break: break-word;
    flex-direction: column;
    margin-bottom: 20px;
}
.box .content{
    margin: 15px;
}
.adver {
    margin-right: 20px;color: #545454;font-size: 8px;text-align: right;
}
.google-box {
    border-top: dashed 1px #BBBBBB;
    border-bottom: dashed 1px #BBBBBB;
    padding-top: 5px;
}
.google-div {
    width: 100%;min-height: 100px;background-color: #D9D9D9;text-align: center;
}
.advertising{
    width: 100%;
    display: inline-flex;
    text-align: center;
}
.advertising img{
    width: 100%;
    display: block;
}
.ad-box{
    width: 100%;
    display: inline-flex;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden !important;
}
.ads-area {
    width: 100% !important;
    margin: 11px 0;
}
.ads-logo {
    padding-top: 20px;
}
.ads-word {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #888888;
    margin-top: 5px;
}
.ad-close{
    background-color: #d2d2d2;
    position: absolute;
    right: 5px;
    top: 5px;
    display: flex;
    flex-direction: row;
    font-size: 10px;
    line-height: 14px;
    color: #9f9f9f;
    padding: 0 5px;
}
.ad-close img{
    width: 8px;
    height: 8px;
    margin: 3px;
}
.title{
    display: block;
    width: 100%;
    clear: both;
    font-size: 28px;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-family: system-ui;
}
.content-text{
    color: #333;
    display: block;
    margin: 0 15px 20px 15px;
    line-height: 28px;
}
.list{
    display: flex;
    margin: 11px 20px;
    clear: both;
}
.list ul li{
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    padding-top: 20px;
}
.list ul li:first-child{
    padding-top: 0;
}
.list ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.list .more-box{
    display: flex;
}
.list ul li .item-pic{
    width:7rem;
    height: 5rem;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}
.list ul li .item-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.list ul li .textInfo{
    width: 100%;
    height: 5rem;
    margin: 0 20px;
}
.list ul li .item-title{
    font-size: 16px;
    height: 23px;
    overflow: hidden;
}
.list ul li a .item-title{
    color: #000;
}
.item-content{
    font-size: 14px;
    color: #686868;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.Copyright{
    text-align: center;
    font-size: 12px;
    color: #999;
    display: block;
    clear:both;
    width: 100%;
    padding: 10px 0;
}

.author-div {
    width: 100%;
    height: auto;
    display: flex;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    position: relative;
}

.author .headimg-div {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    overflow: hidden;
}

.author .nickname-div {
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 10px;
}

.author .time-div {
    line-height: 20px;
    font-size: 14px;
    color: #999999;
}

.type-div {
    font-size: .44rem;
    font-weight: 400;
    line-height: .6rem;
    letter-spacing: 0em;
    text-align: left;
    color: #676767;
    margin: 3px 10px;
}

.content-title-div {
    font-weight: 700;display: block;
    width: 100%;
    clear: both;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 35px;
    font-family: system-ui;
}

.content-more-for-you {
    display: block;
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
}

.comment-area {
    margin: 11px 0;
}

.next-colum{
    display: block;
    width: 100%;
    clear: none;
    text-align: center;
    position: relative;
    height: 40px;
    line-height: 40px;
    margin: 20px 0 5px 0;
}
.next-colum span{
    display:inline-table;
    padding: 0 10px;
    background: #f1f2f6;
    font-family: system-ui;
    font-weight: 700;
    color: #ff6600;
    font-size: 20px;
}
.next-colum::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background:rgba(255,102,0,.4);
    position: absolute;
    left:0;
    top:50%;
    z-index: -1;
}
.box-hide{
    display: block;
    clear: both;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.hide-box{
    display: block;
    position: relative;
    text-align: center;
    clear: both;
    margin-top: -15px;
}
.hide-box::after{
    content:'';
    height: 40px;
    width: 100%;
    display: block;
    position: absolute;
    top:-25px;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 1));
    z-index: 1;
}
.hide-box button{
    background: #ff6600;
    border: none;
    color: #fff;
    border-radius: 50px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 16px;
    position: relative;
    z-index: 2;

}
.hide-box button span{
    vertical-align: top;
    display: inline-table;
    height: 30px;
}
.hide-box button span svg{
    margin-top: 8px;
}