.newtop{
    width: 100%;
}
.newtits{
    width: 612px;
    height: 124px;
    margin:0 auto;
    text-align: center;
    border-bottom:1px dashed #c0c2c3;
    padding-top: 18px;
}
.newtits>div:nth-child(1){
    line-height: 78px;
    font-size: 22px;
    color: #333333;
}
.newtits>div:nth-child(2){
    margin:0 auto;
    width: 380px;
    display: flex;
    justify-content: space-between;
}
.newtits>div:nth-child(2)>span{
    display: block;
    line-height: 20px;
    font-size: 12px;
    color: #919191;
}

.newcons{
    width: 100%;
    /*text-align: left;*/
    line-height: 32px;
    font-size: 16px;
    color: #424242;
    padding-top: 36px;
}
.newcons>p{
    text-indent: 26px;
    margin-bottom: 40px;
}
.prevnew{
    margin-top: 40px;
    border:1px dashed #c0c2c3;
    background: #fbfbfb;
    padding: 10px;
    margin-bottom: 50px;
}
.prevnew>span,.prevnew>span>a{
    display: block;
    line-height: 30px;
    font-size: 12px;
    color: #333333;
}
.bshare-custom{
    line-height: 114px!important;
}
.newtits{
    width: auto!important;
    height: auto!important;

}

.newtits>div:nth-child(1){
    line-height: 28px;
    margin-bottom: 20px;
    font-size: 22px;
    margin-top: 30px;
}
.newtits>div:nth-child(2){
    margin-bottom: 20px;
}

.actives{
    border-bottom: 2px solid #3a4169;
}