body {
    background: white;
}

.location img {
    width: 12px;
    height: 12px;
    display: inline-block;
}

.proclss {
    padding: 20px 0;
}

.newright {
    width: 25%;
    float: right;
}

.width5 {
    width: 5%;
    float: left;
}

.newleft {
    width: 70%;
    float: left;
    background: white;
    padding:0px 20px 0px 0px;
    box-sizing: border-box;
}
.case_detail{
    /* border: 1px solid red; */
}
/* 左侧文章 */
.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: 40px;
    font-size: 14px;
    color: #888888;
    margin-top: 10px;
}

.newtime {
    margin-left: 20px;
}

.newclass {
    color: #385fc9;
    background: #e9edf7;
    padding: 0 5px;
    margin-right: 10px;
}

.newarticle {
    margin-top: 20px;
}

.article {
    line-height: 40px;
    letter-spacing: 1px;
}

.article>p {}

.article>img {
    max-width: 100%;
}

/* 右侧 */
.newr_box {
    background: #e6f4ff;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.newrb_title {
    position: relative;
    font-weight: bold;
    font-size: 22px;
    padding: 20px 10px 10px 20px;
    overflow: hidden;
}

.newrb_title img {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: center;
}

.newrb_cont {
    padding: 10px 10px;
    background: white;
    margin: 5px 15px 15px 15px;
    border-radius: 10px;
}

.newcont_txt {
    text-align: center;
    height: 40px;
    line-height: 38px;
    box-sizing: border-box;
    border: 1px solid #ededed;
    border-radius: 5px;
    margin: 15px 0px;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: hidden;
    font-size: 14px;
    transition: all ease 0.5s;
    cursor: pointer;
}

.newcont_txt:hover {
    background: #eff7ff;
    transform: translateY(-5px);
    border: 1px solid #178eff;
}

.newcont_btn {
    background: #178eff;
    color: white;
    font-size: 16px;
    border: 1px solid #178eff;
    margin: 15px 15px 0px 15px;
}

.newcont_btn:hover {
    background: #0888ff;
    color: white;
}

.newr_box2 {
    background: #fbf2ff;
}



.newcont_item {
    margin: 15px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 25px;
    height: 25px;
    padding-left: 25px;
    position: relative;
}
.newcont_item:hover{
    color: #0888ff;
}
.newcont_item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #333333;
}
.new_text{
    font-size: 14px;
    color: #888888;
    line-height: 30px;
    max-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-left: 25px;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.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;
    }
}