page,body,html{
    background: #f3f6ff;
}
.proclss{
    padding: 20px 0;
}
.newright{
    width: 25%;
    float: right;
}
.width5{
    width: 5%;
    float: left;
}
.newleft{
    width: 70%;
    float: left;
    background: white;
    padding: 20px;
    box-sizing: border-box;
}
/* 左侧文章 */
.newdtitle{
    border-bottom: 1px solid #f0f0f0;
}
.tittext{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 20px;
}
.titwo{
    height: 25px;
    line-height: 25px;
    padding-bottom: 20px;
}
.newclass{
    color: #385fc9;
    background: #e9edf7;
    padding: 0 5px;
    margin-right: 10px;
}
.newarticle{
    margin-top: 20px;
}
.article{
    line-height: 25px;
    letter-spacing: 1px;
}
.article>p{

}
.article>img{
    max-width: 100%;
}
/* 右侧 */
.newr_box{
    background: white;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.newrb_title {
    position: relative;
    background: #2a51b4;
    color: white;
    font-weight: bold;
    padding: 15px 10px 15px 20px;
    overflow: hidden;
    font-size: 24px;
}
.cricle{
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #73c233;
}
.newrb_cont{
    padding: 0 10px;
}
.newcont_item{
    margin: 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 25px;
    height: 25px;
    padding-left: 20px;
    position: relative;
}
.newcont_item:hover{
    transform:translateY(-10px);
    transition:ease all 0.5s;
}
.newcont_item::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #888;
}
.newcont_item1{
    margin: 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 25px;
    height: 25px;
}
.newcontimg{
    margin: 10px 0 20px;
}
.newcontimg>img{
    width: 55%;
    margin: auto;
}
@media screen and (max-width:900px) {
    .newright{
       display: none;
    }
    .width5{
        display: none;
    }
    .newleft{
        width: 100%;
        float: none;
    }
}