.nbody_bar{
    width: 100%;
    height: 200px;
    padding: 30px 0;
    position: relative;
    border-top: 1px solid #e5e5e5;
    transition: all .36s ease;
    overflow: hidden;
    word-break: break-word;
}
.nbody_bar:first-child {
    border-top: 1px solid transparent;
}

.nbody_bar:hover{
    box-shadow: 0 0 10px 5px rgba(153, 153, 153, 0.15);
    width: 1250px;
    padding-left: 25px;
}

.mc{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

.Box_inf{
    transition: all .36s ease;
    width: 1000px;
    position: relative;
    z-index: 2;
}

.Box_inf1{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Box_inf1 a{
    font-weight: normal;
    font-size: 16px;
    color: #303030;
}

.nbody_bar:hover>.Box_inf>.Box_inf1>a{
    color:#f6b32f;
}

.Box_inf2{
    padding-top: 11px;
    font-size: 13px;
    overflow: hidden;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nbody_time{
    position: absolute;
    right: 27px;
    color: #999;
    top: 55px;
    font-size: 22px;
    line-height: 30px;
}

.nbody_time span{
    display: none;
}

.nbody_icon{
    position: absolute;
    width: 56px;
    top: 135px;
    right: 27px;
    height: 26px;
    border-left: 1px solid #e5e5e5;
    color: transparent;
}

.nbody_you1{
    transition: all .36s ease;
    font-weight: 400;
    position: absolute;
    top: 50%;
    color: #999;
    font-size: 20px;
    transform: translateY(-50%);
    left: 15px;
}

.nbody_bar:hover>.nbody_icon>.nbody_you1{
    left: 30px;
    opacity: 0;
}

.nbody_bar:hover>.nbody_icon>.nbody_you2{
    left: 15px;
    opacity: inherit;
}

.icon_img{
    width: 20px;
    height: 20px;
}

.nbody_you2{
    left: -30px;
    opacity: 0;
    font-weight: 400;
    transition: all .36s ease;
    position: absolute;
    top: 50%;
    color: #999;
    font-size: 20px;
    transform: translateY(-50%);
}

.nbody_you2:hover{

}

.block_icon>img::before{
    content: "\e624";
}

.clearfix{
    zoom: 1;
}

.clearfix::after{
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.articledetail-user-shareit{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

.stButton{
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: #000;
    display: inline-block;
    cursor: pointer;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 11px;
    line-height: 16px;
}

.stLarge {
    background-size: cover;
    -ms-behavior: url(https://ws.sharethis.com/images/2017/backgroundsize.min.htc);
    display: inline-block;
    height: 32px;
    width: 32px;
    position: relative;
}

.share-span {
    display: inline-block;
    margin: 1px;
    text-align: center !important;
    cursor: pointer;
}

.en-social-icon.social-icon-line {
    background: url(../img/line.png);
}

.en-social-icon.social-icon-wechat {
    background: url(../img/weixin.png);
}

.en-social-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: baseline;
}

.stButton .stLarge {
    background-size: cover;
    -ms-behavior: url(https://ws.sharethis.com/images/2017/backgroundsize.min.htc);
    display: inline-block;
    height: 32px;
    width: 32px;
    position: relative;
}

@media only screen and (max-width: 1800px) {
    #news_nbody{margin: auto;}
}

@media only screen and (max-width: 1200px){
    .nbody_icon{display: none;}
    .Box_inf{width: 96%; margin: 0 2%;}
    .Box_inf1{width: 100%;margin-top: 0;margin-bottom: 20px;}
    .Box_inf1>a{width:100%;}
    .Box_inf2{width: 100%;height: auto;display: block;}
    .nbody_time{font-size: 12px;left: 2%;top: 50px;display: flex;}
    .nbody_time>span{display: block;margin-right: 5px;}
    .mc{width: 100%;height: auto;}
    .nbody_bar{width: 100%;height: 100%;}
    .nbody_bar:hover{padding-left: 0;width: 100%;box-shadow: none;}

    .col-xs-12{
        text-align: left !important;
    }
}

@media only screen and (max-width: 510px) {
    .Box_inf2{-webkit-line-clamp: 3;}
}