.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;
    margin-right: 10px;
}

.detail-title {
    background: #f7f8fc;
    padding: 20px 0;
    border-bottom: 1px solid #d1d1d1;
    box-sizing: border-box;
}

.detail-title h1 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.detail-title p:nth-of-type(1) {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.detail-title span {
    margin-right: 10px;
}

.detail-title span:nth-last-child(1) {
    color: #ff9d00;
    cursor: pointer;
}

.detail-msg {
    color: #333;
    padding: 0 10px;
    margin-bottom: 10px;
    word-break: break-word;
    box-sizing: border-box;
}

.detail-msg iframe {
    width: 800px;
    height: 600px;
    display: block;
    margin: 0 auto;
}

.prev-next {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    bottom: 0;
    background: #F3F3F3;
    border-bottom: 1px dotted #ddd;
}

.left-group-box, .right-group-box {
    width: 50%;
    height: 100%;
    display: inline-block;
}

.right-group-box {
    display: flex;
    justify-content: flex-end;
}

.p-n-box {
    width: 95%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    justify-content: space-between;
    color: #333;
    box-sizing: border-box;
}

.fw {
    font-weight: 700;
}

.fw i {
    font-weight: 700;
    margin-right: 2px;
}

.fw span {
    color: #333;
    font-size: 14px;
    margin-right: 5px;
}

.title-name {
    font-size: 14px;
    display: block;
    max-width: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.fw p {
    margin: 0;
}

.bot-opa {
    background: #f8f8f8;
    border-bottom: 1px solid #dddddd;
    text-align: right;
    padding: 10px 15px;
    box-sizing: border-box;
}

.bot-opa span {
    color: #660099;
    cursor: pointer;
    margin: 0 10px;
}

.bot-opa span a {
    color: #660099;
}

.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;
    box-sizing: border-box;
}

.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;
}
