.article_wrap{
    background: #f2f2f2;
    overflow: hidden;
}
.article_box{
    margin-top: 40px;
    margin-bottom: 100px;
    width: 1190px;
    overflow: hidden;
}
.article_main{
    width: 860px;
    padding: 30px 20px 30px;
    background:#fff;
}
.article_nav{
    width: 100%;
}
.article_nav ul li{
    padding-right:65px;
    float: left; 
}
.article_nav ul li a{
    display: block;
    padding-bottom: 10px;
    border-bottom: 3px solid #fff;
    color: #666;
    font-size: 16px;
    font-weight: bold;
}
.article_nav ul li a.on{
    border-bottom: 3px solid #e7143a;
    color: #e7143a;
}
.art_item{
    padding: 20px 0;
    border-top: 1px solid #eee;
}
.item_img a,.item_img img{
    display: block;
    width: 390px;
    height: 230px;
}
.item_cont{
    /*width: 450px;*/
    margin-left: 20px;
}
.item_cont h3 a{
    display: block;
    height: 50px;
    line-height: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #484848;
}
.item_cont .item_intro{
    width: 100%;
    margin: 20px 0px 25px;
    height: 45px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.item_p_last span{
    font-size: 14px;
    color: #999;
}
.item_p_last span.fr{
    padding-left: 18px;
    background:url(/img/index2018/time_icon.png) no-repeat 0px 1px;
}
.article_bar{
    width: 230px;
    padding: 30px 20px;
    background: #fff;
}
.article_bar .bar_top{
    color: #666;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 13px;
    border-bottom: 1px solid #eee;
}
.article_main .main_top{
    color: #666;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 13px;
}
.bar_cont{
    margin-top: 20px;
}
.bar_cont li{
    margin-top: 15px;
}
.bar_cont li a{
    padding-left: 18px;
    position: relative;
}
.bar_cont li a span{
    font-size: 14px;
    color: #666;
    line-height: 18px;
}
.bar_cont li a em{
    font-size: 45px;
    position: absolute;
    top:-13px;
    left: 0px;
    color: #888;
}
.bar_cont li a span{
    width: 212px;
    display: inline-block;
    float: right;
}
.bar_cont li a:hover em,.bar_cont li a:hover span{
    color: #333;
}
.news_bar{
    padding-bottom: 150px;
}
.news_bar ul{
    margin-top: 24px;
}
.news_bar ul li em{
    display: block;
    width: 42px;
    height: 42px;
}
.news_bar ul li a > div{
    width: 175px;
    margin-left: 10px;
    margin-top: 6px;
}
.news_bar ul li .p_lg{
    font-size: 14px;
    color: #666;
    margin-bottom: 3px;
}
.news_bar ul li .p_sm{
    font-size: 14px;
    color: #999;
}

/*文章详情*/
.detail_cont{

}
.detail_top{
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.detail_top h3{
    font-size: 24px;
    color: #484848;
}
.detail_top div{
    margin-top: 20px;
}
.detail_top div span{
    font-size: 14px;
    color: #999;
}
.detail_top div span a{
    color: #999;
}
.detail_top div span.detail_eye{
    margin-right: 45px;
    padding-left: 20px;
    background: url(/img/index2018/eye_icon.png) no-repeat 0 3px;
}
.detail_top div span.detail_time{
    padding-left: 20px;
    background: url(/img/index2018/time_icon.png) no-repeat 0 1px;
}
.detail_text p{
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    margin-top: 25px;
    line-height: 22px;
}
.detail_text img{
    display: block;
    margin: 30px auto 0px;
}