@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 768px) {
    /*通用内容页*/
    .hy-content{margin: 20px 0 20px;}
    .hy-content h3{
        margin: 25px 0 25px;
        padding: 0 5px;
        font-size: 22px;
        font-weight: bold;
    }
    .laiyuan,.inner{width: 100%!important;padding: 10px 15px;box-sizing: border-box;}
    .inner img {
        width: auto;
        height: auto!important;
        margin: 0 auto;
        display: inline-block;
        line-height: 100%!important;
        max-width: 100%;
    }
    .container #div_content div,.container #div_content p,.container #div_content p *{
        font-family: "微软雅黑"!important;
        line-height: 200%!important;
        color: #3d3d3d;
        font-size:16px!important;
    }
    .share {width: auto;margin: 0 2% 20px;}
    .share>p{margin-left: 5px;}
}

@media only screen and (max-width: 414px) {
    .hy-content h3{
        font-size: 20px;
        margin: 20px 10px 20px;
    }
    .bdsharebuttonbox{
        margin-left: 20px;
    }
    .dayin{
        margin-right: 0;
    }

    #div_content p o:p{
        text-indent: 0 !important;
    }
    .hy-content{margin: 20px 0 20px;}
}

@media only screen and (max-width: 375px) {
    .hy-content h3{
        font-size: 18px;
    }
    .laiyuan{
        line-height: 30px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 320px) {
    .hy-content h3{
        font-size: 16px;
    }
    .laiyuan{
        width: 96%;
        line-height: 30px;
        font-size: 16px;
    }
}