.ty-container {
    width: 100%;
}

.ty-title {
    width: 77%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.ty-title a:nth-of-type(1) {
    font-weight: bold;
    font-size: 22px;
    color: #660099;
    cursor: pointer;
}

.ty-title a:nth-of-type(2) {
    font-size: 14px;
    color: #660099;
    cursor: pointer;
}

.content-box {
    width: 100%;
    height: 305px;
    margin-bottom: 15px;
    border: 1px solid #d1d1d1;
    border-top: 3px solid #660099;
    box-sizing: border-box;
    display: flex;
}

.content-left {
    width: 940px;
    border-right: 1px solid #d1d1d1;
    box-sizing: border-box;
}

.left-card-top {
    width: 100%;
    height: 176px;
    padding: 20px 10px;
    border-bottom: 1px solid #d1d1d1;
    box-sizing: border-box;
    display: flex;
}

.card-item {
    width: 300px;
    height: 136px;
    display: flex;
    margin-right: 10px;
}

.card-item:nth-of-type(3n) {
    margin-right: 0;
}

.card-item img {
    width: 136px;
    height: 136px;
    display: block;
    margin-right: 10px;
    border: 2px solid #d1d1d1;
    cursor: pointer;
    box-sizing: border-box;
}

.right-content {
    width: calc(100% - 146px);
    cursor: pointer;
}

.right-content p:nth-of-type(1) {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-content p:nth-of-type(2) {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.left-link-bottom {
    width: 100%;
    height: 124px;
    padding: 20px;
    box-sizing: border-box;
}

.left-link-bottom span {
    font-size: 14px;
    color: #333;
    margin: 0 15px 10px;
    display: inline-block;
    max-width: 140px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
.left-link-bottom span a{
    color: #333;
}

.left-link-bottom span a:hover {
    color: #ff6652;
}

.big-box {
    height: 100%;
}

.content-right {
    width: 240px;
    padding: 10px;
    box-sizing: border-box;
}

.right-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.right-title span {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.right-title a {
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.right-box li {
    width: 100%;
    color: #666;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
}

.right-box li span {
    display: block;
}

.right-box li span {
    width: 3px;
    height: 3px;
    background: #ff8400;
    margin-right: 5px;
}

.right-box li a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    color: #666;
}

.right-box li a:hover {
    color: #ff6652;
    border-color: #ff6652;
}

.right-box li:nth-last-child(1) {
    margin-bottom: 0;
}