.content .left {
    width: 920px;
    margin-top: 30px;
    margin-right: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}

a {
    color: inherit;
}

.content .toptitle {
    padding: 18px 40px;
    margin-bottom: 10px;
    border-bottom: solid 1px #b1b0b0;
}

.content .toptitle span {
    color: #1e87f0 !important;
}

.content .items {
    display: flex;
    flex-wrap: wrap;
    display: none;
}

.content .pagebutton {
    margin-top: 40px;
    margin-left: 60px;
    margin-bottom: 40px;
}

.content .pagebutton .active {
    background: #1e87f0 !important;
    color: white !important;
}

.content .pagebutton .page {
    padding: 4px 12px;
    border: solid 1px #c7c6c6;
    margin-right: 12px;
    border-radius: 4px;
    cursor: pointer;
}

.content .show {
    display: block !important;
}

.content .item {
    padding: 30px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .04);
}

.content .item .itemimg {
    width: 200px;
}

.content .item .itemright {
    padding-left: 30px;
}

.content .item .itemright p {
    margin-top: 20px;
}

.content .item h1 {
    font-size: 18px;
    padding-bottom: 8px;
    font-weight: normal;
}

.content .item p {
    font-size: 14px;
    overflow: hidden;
    /* 隐藏溢出的内容 */
    text-overflow: ellipsis;
    /* 使用省略号表示溢出的文本 */
}

.content .right {
    width: 250px;
    height: 560px;
    margin-top: 30px;
    border: solid 1px #e3e3e3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}

.content .right .top {
    margin-bottom: 20px;
}

.content .right .rtitle {
    color: #000;
    width: 250px;
    font-weight: bolder;
    /* text-indent: 40px !important; */
    padding: 20px 0 !important;
}

.content .right .rtitle span {
    border-left: solid 4px #1e87f0;
    padding-left: 10px;
}

.content .right .ritem {
    padding: 14px 0;
    width: 250px;
    text-indent: 54px;
    border-bottom: solid 1px #e3e3e3;
    background-color: #fff;
}

.content .rtitle p {
    font-size: 16px;
    text-align: center;
}

.content .rtitle h3 {
    font-size: 22px;
    text-align: center;
}

.hover:hover {
    background-color: #1e87f0 !important;
    color: #fff !important;
    cursor: pointer;
}