body{
    background-color: white;
}
@media screen and (min-width: 1000px){
    .cotent-parent{
        padding-top: 61px;
        min-height: calc(100% - 100px);
        width: 1300px;
        margin: 0 auto;
        background-color: white;
    }
    .topadwrap{
        text-align: center;
        margin-top: 5px;
    }
    .tbader li {
        float: left;
    }
    .ad {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
    }
    .tbader li {
        margin: 0 5px;
    }
    .ad .imga{
        display: inline-block;
        height: 180px;
    }
    .ad:after{
        content: "";
        clear: both;
        display: block;
    }
    .ad p{
        width: 190px;
        color:#480606;
        line-height: 18px;
        font-size: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin:3px 0 0 0;
        text-align: center;
        text-decoration:underline;
    }
    .ad img{
        width: 180px;
        height: 180px;
    }
    .lrader{
        text-align: center;
    }
    .lrader li{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 600px){
    .cotent-parent{
        width: 100vw;
        padding-top: 2rem;
        min-height: calc(100% - 100px);
        width: 100%;
        margin: 0 auto;
        background-color: white;
        margin-bottom: 10rem;
    }
    .ad {
        padding: 0;
        margin: 0 auto;
        display: inline-block;
    }
    .topadwrap{
        text-align: center;
        margin-top: 2rem;
    }
    .ad li {
        margin: 0 auto 10px auto;
    }
    .ad .imga{
        display: inline-block;
        height: 300px;
    }
    .ad:after{
        content: "";
        clear: both;
        display: block;
    }
    .ad p{
        width: 300px;
        color:#480606;
        line-height: 16px;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin:3px 0 0 0;
        text-align: center;
        text-decoration:underline;
    }
    .ad img{
        width: 300px;
        height: 300px;
    }
}
@media screen and (min-width: 1000px){
    .cotent-parent:after{
        content: "";
        clear: both;
        display: block;
    }
    .article_detail{
        width: 700px;
        font-size: 18px;
    }
    .left,.right{
        width: 280px;
        min-height: calc(100% - 100px);
    }
    .left{
        margin-right: 20px;
    }
    .right{
        margin-right: 20px;
    }
    .left,.right,.article_detail{
        float: left;
        background-color: white;
    }
    .relate_article_a{
        font-size: 18px;
    }
}
@media screen and (max-width: 600px){
    .left,.right{
        display: none;
    }
    .article_detail{
        width: calc(100% - 20px);
        padding:  0 10px;
    }
    .article_detail img{
        max-width: 580px;
    }
}
.sidead{
    margin-top: 80px;
    padding: 10px 15px 15px 5px;
    margin-right: 5px;
    text-align: center;

}
.relate a{
    color:#480606;
    line-height: 22px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.keywords{
    margin-top: 80px;
    padding: 10px 15px 15px 5px;
    margin-right: 5px;
}
.keywords:after{
    content: "";
    clear: both;
    display: block;
}
.keywords a{
    color: #0084ff;
    line-height: 22px;
    font-size: 16px;
    float: left;
    padding: 5px 10px;
    margin: 5px 10px;
    background-color: rgba(0,132,255,.1);
}
.spad{
    display: none;
}
/*.sub{
    width: 80%;
    margin: 0 auto 0 auto;
}*/
.title{
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
    line-height: 32px;
    color: #191919;
    text-align: left;
}
.sub_title{
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #666666;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 15px;
}
.intime{
    font-size: 14px;
    line-height: 20px;
    color: #999;
}
.pic{
    margin-top: 5px;
    text-align: center;
}
pre {
    /*white-space: pre-wrap; !*css-3*!
    white-space: -moz-pre-wrap; !*Mozilla,since1999*!
    white-space: -pre-wrap; !*Opera4-6*!
    white-space: -o-pre-wrap; !*Opera7*!
    word-wrap: break-word; !*InternetExplorer5.5+*!*/
    overflow: auto;
    overflow-y:hidden
}
.copy_instruction{
    color:#6B8E23;
    margin-bottom: 15px;
}
.relate_article{
    color:#666;
    background-color: white;
}
.relate_article ul{
    padding-left: 0;
}
.relate_article li{
    padding: 5px 0 5px 0;
}
/*.relate_article_a{
    text-decoration:underline;
}*/
.relate_article_a:link { color: #06F; text-decoration: none; }/* 未访问的链接 */
.relate_article_a:visited { color: #999; text-decoration: line-through; } /* 已访问的链接 */
                                                                         .relate_article_a:hover { color: #F00; text-decoration: underline; }/* 鼠标移动到链接上 */
.relate_article_a:active { color: #F0F; } /* 选定的链接 */



