@import url(article.ie.css) screen and (min-width:750px);
@media screen and (max-width: 750px) {
    .main-left{width: 100%;display: inline-block;}
    .article{width: 100%;float: left;position: relative;background: #fff;border-radius: 10px 10px 0 0;margin-top: 11px;border-top: 1px solid #e8e8e8;}
    .content{line-height: 28px;font-size: 17px;width: 100%;float: left;overflow: hidden;background: #fff;}
    .content p{font-size: 17px;line-height: 28px;color: #333;margin: 0px 3%;padding-bottom: 12px;width: 94%!important;}
    .content p:nth-child(2){background: #f5f5f8;padding: 15px;font-family: fantasy;font-size: 15px;color: #666;margin-bottom: 15px;line-height: 30px;border-radius: 10px;}
    .content p:nth-child(1){text-align: center;font-size: 26px;font-weight: 700;padding: 42px 0;margin-bottom: 0;font-family: emoji;padding-top: 26px;padding-bottom: 11px;line-height: 40px;}
    .title{line-height: 30px;font-size: 20px;padding: 5% 3%;color: #333;background: #fff;}
    .title:before{content:"w";float: left;height: 18px;width: 18px;line-height: 18px;font-size: 16px;color: #30a8ec;overflow: hidden;border: 1px solid #86baff;text-align: center;background: #fff;border-radius: 2px;margin-top: 5px;margin-right: 10px;}
    .info a{color: #999;font-size: 12px;display: none;}
    .info span{padding: 0 3px;}
    .info{height: 28px;line-height: 22px;margin: 0 auto;color: #999;font-size: 16px;width: 96%;padding: 0 2%;padding-bottom: 10px;border-bottom: 1px solid #e8e8e8;float: left;background: #fff;}
    .download_btn{display:none;}
    .previous{margin-top: 10px;font-size: 14px;float: left;width: 94%;border-top: 10px solid #eee;padding: 2% 3%;}
    .previous span{line-height: 32px;height: 32px;float: left;overflow: hidden;width: 50%;}
    .content .rel_art_line{padding-left: 10px!important;}
    .related_article_img{float: left;width: 94%;border-top: 10px solid #eee;padding: 2% 3%;}
    .related_article_img .related_top{height: 40px;width: 100%;border-bottom: 1px solid #EEE;}
    .related_article_img .related_top code{float: left;font-size: 16px;height: 40px;line-height: 40px;color: #333;background: #fff;border-bottom: 2px solid #1c1c1c;font-family: initial;font-weight: 700;}
    .related_article_img ul{margin-top: 13px;width: 100%;float:left;display: flex;justify-content: space-between;align-content: center;flex-flow: wrap;}
    .related_article_img li{overflow: hidden;width: 48%;height: 132px;float: left;}
    .related_article_img li a:hover span{text-decoration: underline;}
    .related_article_img li a img{height: 98px;float: left;width: 100%;}
    .related_article_img li a span{float: left;height: 24px;width: 99%;line-height: 30px;font-size: 14px;color: #2965b1;overflow: hidden;text-align: center;}

}


.content .rel_art_line:before {
    background: #e8b856;
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 6px;
    border-radius: 10px;
    left: 10px;
    top: 12px;
}

.after_height_light~p:after {
    content: "";
    border-bottom: 1px dashed #cecece;
    width: 68%;
    top: 15px;
    display: inline-block;
    position: absolute;
    right: 46px;
}

.content .after_height_light~p {
    position: relative;
    width: 50%;
    overflow: hidden;
    height: 33px;
    float: left;
    font-size: 15px;
    color: #2965b1;
}

.content .rel_art_line::after {
    display: none;
}

.content .after_height_light~p a {
    display: inline-block;
    background: #fff;
    font-size: 15px;
    position: absolute;
    z-index: 2;
    max-width: 68%;
    overflow: hidden;
    height: 24px;
    padding-right: 5px;
}

.content .after_height_light~p span {
    float: right;
    font-size: 12px;
    color: #bebbbb;
    background: #fff;
    position: absolute;
    z-index: 2;
    right: 19px;
    padding-left: 6px;
}

.content .rel_art_line {
    line-height: 40px !important;
    padding-left: 20px;
    font-size: 15px;
    background-color: #f2f8fc;
    border-radius: 10px;
    float: left;
    width: 97%!important;
    font-weight: 700;
    color: #333!important;
    padding-bottom: 12px!important;
    margin-bottom: 12px!important;
    font-size: 16px!important;
}