@import url(article.ie.css) screen and (min-width:750px);
    .main-left{width: 100%;display: inline-block;}
    .article{width: 100%;float: left;position: relative;background: #fff;border-radius: 10px 10px 0 0;}
    .content{line-height: 28px;font-size: 17px;;overflow: hidden;background: #fff;padding: 0 3%}
    .content p{font-size: 17px;line-height: 28px;color: #333;padding-bottom: 12px;}
    .content img{
        max-width: 100%;
    }
    .article .title{line-height: 30px;font-size: 20px;padding: 5% 3%;color: #333;background: #fff;font-weight: bolder}
    .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: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;
}