.solu-case {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.solu-case .top-title {
    width: 100%;
    font-size: 22px;
    border-bottom: 3px solid #d1d1d1;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.solu-case .top-title span {
    display: block;
}

.solu-case .top-title span {
    font-size: 16px;
    color: #f65d11;
    margin-right: 10px;
}

.solu-case .top-title a {
    font-size: 22px;
    color: #333;
    cursor: pointer;
}

.solu-box {
    width: 780px;
    max-height: 630px;
    margin-right: 20px;
    overflow: hidden;
}

.solu-list-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.solu-list-box .list-item {
    width: 380px;
    height: 135px;
    border-bottom: 1px solid #d1d1d1;
    display: flex;
    justify-content: space-between;
    margin-right: 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.solu-list-box .list-item:nth-of-type(2n) {
    margin-right: 0;
}

.solu-list-box .list-item:nth-last-child(1), .solu-list-box .list-item:nth-last-child(2) {
    margin-bottom: 0;
}

.solu-list-box .list-item img {
    width: 122px;
    height: 122px;
    display: block;
    margin-right: 10px;
    cursor: pointer;
}

.right-con {
    width: calc(100% - 130px);
}

.right-con p:nth-of-type(1) {
    color: #333;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.right-con p:hover {
    color: #ff6652;
}

.blur-con {
    width: 100%;
    color: #666;
    font-size: 14px;
    height: 62px;
    line-height: 1.5;
    margin-bottom: 5px;
    overflow: hidden;
}

.right-con p:nth-of-type(2) {
    font-size: 14px;
    color: #660099;
    cursor: pointer;
}

.case-box {
    width: 400px;
    height: 610px;
    overflow: hidden;
}

.case-list-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.case-list-box .list-item {
    width: 380px;
    height: 135px;
    border-bottom: 1px solid #d1d1d1;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.case-list-box .list-item img {
    width: 122px;
    height: 122px;
    display: block;
    margin-left: 10px;
    cursor: pointer;
}

.right-con {
    width: calc(100% - 130px);
}

.right-con p:nth-of-type(1) {
    color: #333;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.right-con p:hover {
    color: #ff6652;
}

.right-con .blur-con {
    width: 100%;
    color: #666;
    font-size: 14px;
    height: 62px;
    line-height: 1.5;
    margin-bottom: 5px;
    overflow: hidden;
}

.right-con p:nth-of-type(2) {
    font-size: 14px;
    color: #660099;
    cursor: pointer;
}

.sen-trans {
    width: 100%;
    display: flex;
    height: 130px;
    justify-content: space-between;
    margin-bottom: 10px;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
}
.sen-trans .top-title {
    width: 100%;
    font-size: 22px;
    border-bottom: 3px solid #660099;
    margin-bottom: 10px;
    line-height: 1;
    padding: 5px;
}
.sen-trans .top-title span {
    font-size: 16px;
    color: #333;
    margin-right: 3px;
}

.sen-trans .top-title a {
    font-size: 14px;
    color: #666;
    float: right;
    padding-top: 8px;
    cursor: pointer;
}

.sen-box {
    width: 600px;
    padding: 20px;
    box-sizing: border-box;
}

.trans-box {
    width: 600px;
    padding: 20px;
    box-sizing: border-box;
}

.sen-list-box {
    width: 100%;
    height: 50px;
    overflow: hidden;
    color: #666;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.sen-list-box a {
    width: 180px;
    display: inline-block;
    cursor: pointer;
    margin-right: 6px;
    color: #666;
}
.sen-list-box a:nth-of-type(1) {
    margin-bottom: 10px;
}
.sen-list-box a:hover {
    color: #ff6652;
}


