[v-cloak] {
    display: none;
}

.midder {
    width: 80%;
    margin: 30px auto;
    background-color: white;
    border-radius: 8px 8px 8px 8px;
    padding: 20px 0;
}

.midder .title {
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    height: 50px;
}

.midder .title .name {
    font-size: 20px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: bold;
    color: #333333;
    width: 80px;
    height: 100%;
    border-bottom: 3px solid #3662EC;
}

.midder .nr {
    width: 90%;
    margin: 0 auto;
}
.midder .nr .list:hover .p1{
    color: #3662EC;
}

.midder .nr .p1 {
    font-size: 18px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.midder .nr .p2 {
    font-size: 14px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.midder .nr .p3 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    color: #9E9E9E;

}

@media screen and (max-width: 767px) {
    .midder {
        width: 95% !important;
        margin: 30px auto;
    }
}