
.banner {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.mbx-w {
    border-bottom: 1px solid #eee;
}
.mbx {
    margin: 0 auto;
    width: var(--mwidth);
    height: 5rem;
    display: flex; align-items: center;
}
.mbx .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.mbx .it {
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.mbx .it a{
    color: #333;
}
.mbx .span {
    margin: 0 5px;
    color: #999;
}



.main{
    margin: 0 auto;
    padding-top: 2rem;
    width: var(--mwidth);
    display: flex; align-items: flex-start; justify-content: space-between;
}




.mid {
    width: 95rem;
}
.mid .hd {
    margin-bottom: 2rem;
    font-size: 3rem;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.mid .hd h2{
    font-size:3rem
}

.mid .date {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    color: #999;
    text-align: center;
}
.mid .line {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin-bottom: 2rem;
}
.mid .ctt {
    font-size: 1.8rem;
    color: #333;
    line-height: 3.6rem;
}
.mid .ctt p{
    /*margin-bottom: 2rem;*/
}
.mid .ctt img{
    max-width: 100%;
}




.right {
    width: 235px;
    background-color: #fff;
}
.right .row1{
    padding: 1rem 1rem 0;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
}
.right .row1 .hd-w{
    display: flex; align-items: center;
}
.right .row1 .hd-w .deco{
    margin-right: 1rem;
    width: 0.3rem;
    height: 2rem;
    background-color: #CA0D1D;
}
.right .row1 .hd-w .hd{
    font-size: 1.6rem;
    color: #111;
    font-weight: bold;
}
.right .row1 .ls{
    margin-top: 1rem;
}
.right .row1 .ls a{
    color: #333;
}
.right .row1 .ls .it{
    height: 4rem;
    line-height: 4rem;
    cursor: pointer;
    border-top: 1px solid #eee;
    display: flex; align-items: center; justify-content: flex-start;
}
/* .right .row1 .ls .it:last-child{
    margin-bottom: 0rem;
    border-bottom: none;
} */
.right .row1 .ls .it .deco{
    margin-right: 1rem;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #CA0D1D;
    transform-origin: center;
    transform: rotate(45deg);
    flex-shrink: 0;
}
.right .row1 .ls .it .ttl{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.right .row1 .ls .it .ttl:hover{
    color: var(--color);
}


.right .row2{
    margin-top: 2rem;
    background: #FFFFFF;
}
.right .row2 .hd-w{
    height: 5.2rem;
    display: flex; align-items: center; justify-content: center;
    background: #DDD url(/webui/sstj/right-hd-bg.png) no-repeat scroll top / cover;
}
.right .row2 .hd-w .deco{
    margin: 0 1rem;
    width: 1rem;
    height: 0.2rem;
    background-color: #fff;
}
.right .row2 .hd-w .hd{
    font-size: 2rem;
    color: #FFFFFF;
    font-weight: bold;
}

.right .row2 .ls{
    padding: 1rem;
    border: 2px dotted #EF4145;
    border-top: 0;
}
.right .row2 .ls .it{
    margin-bottom: 1rem;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.right .row2 .ls .it:last-child{
    margin-bottom: 0rem;
    border-bottom: none;
}
.right .row2 .ls .it .img{
    width: 100%;
    aspect-ratio: 1 / 1;
}
.right .row2 .ls .it .ttl{
    margin-top: 0.5rem;
    font-size: 1.6rem;
    color: #333;
    /*height: 4.6rem;*/
    line-height: 2.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical;
}
.right .row2 .ls .it .price{
    margin-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2rem;
    color: #CA0D1D;
    font-weight: bold;
    text-align: center;
}
.right .row2 .ls .it:last-child .price{
    padding-bottom: 0rem;
}



