.index .right .right_1 .msgBox{
    border: 2px solid #98CFE3;
    background-color: #fff;
    margin:0 2px;
    display: flex;
    padding:30px 10px;
    align-items: center;
    position: relative;
}
.index .right .right_1 .more{
    position: absolute;
    bottom: 5px;
    right: 20px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

.index .right_2{
    display: flex;
    margin-top: 10px;
}

.index .right .right_3 .msgBox{
    border: 2px solid #98CFE3;
    background-color: #fff;
    margin:0 2px;
    display: flex;
    padding:30px 10px;
    align-items: center;
    position: relative;
}
.index .right .right_3 .more{
    position: absolute;
    bottom: 5px;
    right: 20px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}
.index .right .right_3 .msgBox div p{
    width: 214px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index .right .right_4{
    margin-left: 10px;
}
.index .right_5 .title{
    background-color: #1fa2d0;
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 5px 0;
    padding-left: 20px;
}
.index .right_5 .title img{
    margin-right: 10px;
    padding:5px 0;
}
.index .right_5{
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #1fa2d0;
    /* position: relative; */
    margin-bottom: 20px;
}
.index .right_5 .more{
    text-align: right;
    margin: 10px 10px;
    cursor: pointer;
    color: #0f519b;
    font-weight: bold;
    display: block;
    text-decoration: none;
}
.index .right_5 div{
    /* margin:40px 0; */
    font-size: 12px!important;
}


.index .right .right_6 .msgBox{
    border: 2px solid #98CFE3;
    background-color: #fff;
    margin:0 2px;
    padding:30px 10px;
    /* width: 100%; */
    overflow: hidden;
}
.index .right .right_6 .lunbo{
    display: flex;
    position: relative;
    left: 100%;
    animation: mymove 40s linear infinite;
}

@keyframes mymove{

    from {left:100%;}
    to {left:-400%;}

}
 
.index .lawyer{
    border: 1px solid #ccc;
    margin-right: 20px;
}
.index .lawyer p{
    border-top: 1px solid #ccc;
    text-align: center;
    padding:5px 0;
}
.index .lawyer img{
    margin:5px;
} 