.container {
    width: 1200px;
    margin: 0 auto;
}

.container .content {
    margin: 0 auto;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

/* 左-列表 */
.container .content .left {
    float: left;
    width: 900px;
    padding: 0 0 20px 0;
    box-sizing: border-box;
}
.container .content .left .lefttop2 {
    height: 36px;
    border-bottom: 1px solid #dedede;
    margin-right: 20px;
    text-align: left;
}
.container .content .left .lefttop2 a {
    color: #262626;
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    margin-right: 45px;
    text-decoration: none;
    height: 36px;
}
.red {
    border-bottom: 3px solid #e12d0a;
    color: #e12d0a;
}
.left_list {
    margin-bottom: 60px;
    padding-right: 20px;
}
.left_list_div {
    position: relative;
}
.left_list_div a {
    display: flex;
}
.left_list_div:after {
    content: '';
    display: block;
    height: 205px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    z-index: -1;
}
.left_list_div:hover:after {
    background-color: #f4f4f4;
    width: 100%;
    transition: 0.3s;
}
.left_list_div a {
    padding: 18px 10px;
    display: flex;
}
.list_le {
    width: 260px;
    height: 165px;
    margin-right: 30px;
    overflow: hidden;
}
.list_le img {
    width: 100%;
    transition: 1s;
    transform-origin: center center;
}
.left_list_div:hover .list_le img {
    transform: scale(1.2);
}
.list_re {
    height: 165px;
    flex: 1;
}
.text_top {
    height: 50px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    text-align: left;
    overflow: hidden;
    word-break: break-all;
    text-align: justify;
}
.left_list_div:hover .text_top {
    color: #e12d02 !important;
}
.text_bot_cen {
    text-decoration: none;
    line-height: 25px;
    color: #5E6B73;
    font-size: 14px;
    height: 50px;
    margin-top: 12px;
    word-break: break-all;
    text-align: justify;
    overflow: hidden;
}
.text_bot_time {
    padding-right: 20px;
    color: #A7A7A7;
    margin-top: 15px;
    height: 30px;
    line-height: 30px;
    word-break: break-all;
    text-align: right;
}

/* 右-列表 */
.container .content .right {
    float: left;
    width: 300px;
    box-sizing: border-box;
}
.container .content .right .Choiceness {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    font-family: "Noto Sans SC", "Microsoft YaHei", "SimSun";
}
.container .content .right .Choiceness .Cheader {
    height: 35px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 30px;
}
.container .content .right .Choiceness .Cheader span {
    font-size: 18px;
    border-left: 3px solid #f34540;
    text-align: center;
    height: 21px;
    line-height: 21px;
}
.container .content .right .Choiceness .Cheader span i {
    margin-left: 10px;
    color: #262626;
}
.time {
    float: right;
    color: #666666;
}
.right_special {
    padding: 0 0 33px;
    border-radius: 4px;
    background-color: #ffffff;
}
.right_special li {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
}
.right_special li div {
    flex: 1;
    font-size: 14px;
    color: #000000;
    text-align: center;
    padding: 2px 0;
}
.right_openrouter li div:first-child {
    flex: 3;
    text-align: left;
    padding-left: 14px;
}
.right_openrouter li div:last-child { 
    flex: 1;
    text-align: end;
}
.right_openrouter svg {
    width: 12px;
    height: 12px;
    vertical-align: middle;
}
.tokens_num{
   display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #71717A;
    font-size: 12px;
    margin-top: 2px;
}
.right_special li div.jzll_gree {
    color: #228c02;
}
.right_special li div.jzll_red {
    color: #FF0000;
}
a.right_mouch {
    float: right;
    color: #666666;
}
a.right_mouch:hover {
    color: #f34540;
    text-decoration: underline;
}