.content .left {
    width: 920px;
    margin-right: 30px;
}

.content .toptitle {
    padding: 10px 0;
    margin-bottom: 10px;
    margin-top: 60px;
    border-bottom: solid 1px #b1b0b0;
}

.content .toptitle span {
    color: #1e87f0 !important;
}

.content .items {
    display: flex;
    flex-wrap: wrap;
}

.content .item {
    width: 296px;
    height: 374px;
    margin-right: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    margin-bottom: 30px;
}

.content .item h1 {
    font-size: 18px;
    padding-bottom: 8px;
    font-weight: normal;
}

.content .item p {
    width: 254px;
    height: 64px;
    font-size: 14px;
    overflow: hidden;
    /* 隐藏溢出的内容 */
    text-overflow: ellipsis;
    /* 使用省略号表示溢出的文本 */
}

.content .right {
    width: 250px;
    margin-top: 80px;

}

.content .right .top {
    margin-bottom: 20px;
}

.content .right .rtitle {
    background-color: #1e87f0 !important;
    color: #fff;
    width: 250px;
    padding: 24px 0 !important;
    font-size: 22px;
    text-align: center;
}

.content .right .ritem {
    padding: 14px 0;
    width: 250px;
    text-align: center;

    margin-bottom: 1px;
    background-color: #e0e0e0;
}

.content .rtitle p {
    font-size: 16px;
}

.hover:hover {
    background-color: #1e87f0 !important;
    color: #fff !important;
    cursor: pointer;
}