.content-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-right: 10px;
}

.content-left {
    width: 920px;
    border: 1px solid #d1d1d1;
    border-top: 3px solid #660099;
    padding: 20px 10px;
    margin-right: 10px;
    box-sizing: border-box;
}

.left-item {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    box-sizing: border-box;
}

.left-item:hover {
    background: #f0f0f0;
}

.left-item span {
    display: inline-block;
}

.left-item span:nth-of-type(1) {
    width: 80%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-item span:nth-of-type(1) span:nth-of-type(1) {
    width: 3px;
    height: 3px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 10px;
}

.left-item span:nth-of-type(1) span:nth-of-type(2) {
    width: 98%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: 16px;
}

.left-item span:nth-of-type(1):hover span:nth-of-type(1) {
    background: #fc8080;
}


.left-item span:nth-of-type(1):hover span:nth-of-type(2) {
    color: #fc8080;
}
.left-item span:nth-of-type(2) {
    float: right;
    color: #333;
}


.page {
    text-align: right;
    padding: 20px 0;
    box-sizing: border-box;
}

.page a {
    color: #333;
    margin: 0 10px;
}

.page .page-seq {
    min-width: 30px;
    height: 28px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-weight: bold;
}

.seq-active {
    color: #fff !important;
    background: #1890ff;
}
.content-right {
    width: 270px;
}

.right-top {
    width: 100%;
    height: 260px;
    border: 1px solid #d1d1d1;
    margin-bottom: 12px;
}

.right-top .top-title {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.right-top .top-title span:nth-of-type(1) {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.right-top .top-title a {
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

.right-box {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.big-sc {
    width: 100%;
    display: flex;
    height: 72px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.big-sc img {
    width: 62px;
    height: 62px;
    display: block;
    margin-right: 10px;
    cursor: pointer;
}

.sc-right-box {
    width: calc(100% - 72px);
}

.sc-right-box p:nth-child(1) {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #333;
    margin-bottom: 5px;
    width: max-content;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.sc-right-box p:nth-child(2) {
    font-size: 14px;
    color: #666;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sy-sc li {
    width: 100%;
    font-size: 14px;
    margin-bottom: 12px;
    cursor: pointer;
    list-style-type: disc;
    list-style-position: inside;
}

.sy-sc li a {
    color: #333;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
}

.sy-sc li span {
    display: block;
}

.sy-sc li span:nth-of-type(1) {
    width: 3px;
    height: 3px;
    background: #ff8400;
    margin-right: 10px;
}

.sy-sc li span:nth-of-type(2) {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
}

.sy-sc li span:nth-of-type(2):hover {
    color: #ff6652;
    border-color: #ff6652;
}

.sy-sc li:nth-last-child(1) {
    margin-bottom: 0;
}

.detail-right-img {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
}

.detail-right-img img {
    width: 100%;
    height: 100%;
}

.right-bottom {
    width: 100%;
    height: 435px;
    border: 1px solid #d1d1d1;
    margin-bottom: 12px;
}

.right-bottom .top-title {
    padding: 10px 0;
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.right-bottom .top-title span:nth-of-type(1) {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.right-bottom .top-title span:nth-of-type(2) {
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

.right-box {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.big-sc {
    width: 100%;
    display: flex;
    height: 72px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.big-sc img {
    width: 62px;
    height: 62px;
    display: block;
    margin-right: 10px;
    cursor: pointer;
}

.sc-right-box {
    width: calc(100% - 72px);
}

.sc-right-box p:nth-child(1) {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #333;
    margin-bottom: 5px;
    width: max-content;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.sc-right-box p:nth-child(2) {
    font-size: 14px;
    color: #666;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.right-box .sy-sc li {
    width: 100%;
    margin-bottom: 12px;
    cursor: pointer;
    list-style-type: disc;
    list-style-position: inside;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 14px;
    line-height: 14px;
}

.right-box .sy-sc li a {
    width: 100%;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 14px;
    line-height: 14px;
}

.right-box .sy-sc li a span {
    display: block;
}

.right-box .sy-sc li a span:nth-of-type(1) {
    width: 3px;
    height: 3px;
    background: #ff8400;
    margin-right: 10px;
}


.right-box .sy-sc li a span:nth-of-type(2) {
    width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
}

.right-box .sy-sc li span:nth-of-type(2):hover {
    color: #ff6652;
    border-color: #ff6652;
}

.right-box .sy-sc li:nth-last-child(1) {
    margin-bottom: 0;
}

.bor-b {
    border-top: 1px solid #d1d1d1;
    margin-bottom: 10px;
}