body {
    font-family: 'SourceHanSerifCN-Medium';
}
.main1 {
    background: #fff;
    position: relative;
    border-radius: 16px 16px 0 0;
    margin-top: -1rem;
}
.main2 {
    background: #EBF5FF;
    position: relative;
    border-radius: 16px 16px 0 0;
    margin-top: 2rem;
    padding-bottom: 1rem;
}
.lm-header {
    background: url(https://res.cqnews.net/ires/2025/6/27/2007782/image/icon.png) left center no-repeat;
    background-size: 1.2rem;
    background-position-x: .8rem;
    background-position-y: 1.6rem;
    padding: 1.4rem 1rem 1.5rem 1.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}
.lm-name {
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: .7rem;
}
.lm-more {
    color: #B1B3B2;
    display: inline-block;
    font-size: .9rem;
    padding-top: .2rem;
    background: url(https://res.cqnews.net/ires/2025/6/27/2007782/image/more.png) right center no-repeat;
    background-size: .36rem;
    background-position-y: .3rem;
    background-position-x: 2.2rem;
    width: 2.7rem;
}
.lm-list1 {
    margin-bottom: 1rem;
}
.lm-list1 .content {
    display: flex;
    width: 93%;
    align-items: flex-start;
    margin: 0 auto;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #EFEFEF;
}
.lm-list1 li:last-child .content {
    border-bottom: 0 none;
    padding: 0;
}
.listImg {
    flex: 0 0 35%;
    width: 35%;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 1.2rem;
}
.listText {
    flex: 1;
}
.listTitle {
    line-height: 1.4rem;
    display: block;
    font-size: 1rem;
    min-height: 3.2rem;
}
.time {
    display: block;
    color: #B1B3B2;
    padding-top: .4rem;
}
.lm-list2 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0 1rem;
}
.lm-list2 li {
    width: calc(50% - .5rem);
}
.lm-list2 img {
    border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 6.5rem;
    object-fit: cover;
}
.lm-list2 .listTitle {
    margin-top: .5rem;
    line-height: 1.3rem;
    font-size: .95rem;
    display: -webkit-box;
    overflow: hidden;
    min-height: 3.6rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.main2 .lm-list2 li {
    padding-bottom: 1rem;
}
.ifr {
    margin: 0 1rem;
}
.ifr iframe {
    border: 8px solid #EBF5FF;
    border-radius: 10px;
    width: 100%;
    height: 40rem;
    box-sizing: border-box;
}
.lm-switch {
    display: flex;
    gap: .6rem;
    padding-left: 1rem;
    margin-bottom: 1.3rem;
}
.lm-switch > div { 
    display: inline-block;
    width: 46.5%;
    height: 2rem;
    line-height: .9rem;
    padding-left: 2.7rem;
    padding-top: .5rem;
    box-sizing: border-box;
    font-size: 1rem;
}
.lm-switch img {
    width: 1rem;
}
.lm-switch label {
    padding-left: .4rem;
}
.l-sel {
    background: url(https://res.cqnews.net/ires/2025/6/27/2007782/image/lm-l-sel.png) center no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.r-nosel {
    background: url(https://res.cqnews.net/ires/2025/6/27/2007782/image/lm-r-nosel.png) center no-repeat;
    background-size: 100% 100%;
    color: #47B5EA;
}
.l-nosel {
    background: url(https://res.cqnews.net/ires/2025/6/27/2007782/image/lm-l-nosel.png) center no-repeat;
    background-size: 100% 100%;
    color: #47B5EA;
}
.r-sel {
    background: url(https://res.cqnews.net/ires/2025/6/27/2007782/image/lm-r-sel.png) center no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.lm-list2.sel {
    display: flex;
}
.lm-list2.nosel {
    display: none;
}
.icon_bottom {
    display: block;
    margin: auto;
    margin-bottom: 4rem;
    width: 50%;
}