/* ============================================
   首页样式 - 参考52pkvr风格
   ============================================ */

.vr1200 {
    width: 1200px;
    margin: 0 auto;
}

.h20 {
    height: 20px;
    clear: both;
}

._none {
    display: none;
}

._clearfix::after {
    content: '';
    display: table;
    clear: both;
}

.hide {
    display: none !important;
}

/* topnav热门导航 */
.topnav {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
}

.topnav_t {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px dashed #f0f0f0;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.topnav-ico {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FF7D3C'%3E%3Cpath d='M13.5.67s.74 2.65.74 4.8c0 2.06-1.35 3.73-3.41 3.73-2.07 0-3.63-1.67-3.63-3.73l.03-.36C5.21 7.21 4 9.42 4 12.07c0 3.53 2.87 6.4 6.4 6.4s6.4-2.87 6.4-6.4C16.8 8.01 15.48 4.58 13.5.67zM11.71 19c-1.78 0-3.22-1.4-3.22-3.14 0-1.62 1.05-2.76 2.81-3.12 1.77-.36 3.6-1.21 4.62-2.58.39 1.29.59 2.65.59 4.04 0 2.65-2.15 4.8-4.8 4.8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.topnav_t .boxnav {
    display: inline-block;
    vertical-align: middle;
    background: #eee;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    padding: 0;
}

.topnav_t .boxnav span {
    display: inline-block;
    padding: 0 18px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
}

.topnav_t .boxnav span.current {
    background: #FF7D3C;
    color: #fff;
    border-radius: 4px;
}

.topnav_t .boxnav span em {
    display: none;
}

.hotsec {
    margin-left: auto;
    line-height: 32px;
}

.hotsec p {
    margin: 0;
    font-size: 13px;
    color: #666;
}

.hotsec p a {
    color: #FF7D3C;
    text-decoration: none;
    margin-left: 12px;
}

.hotsec p a:hover {
    text-decoration: underline;
}

.topnav_b {
    position: relative;
}

.box_b {
    overflow: hidden;
}

.box_b ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.box_b ul li {
    width: 108px;
    text-align: center;
}

.box_b ul li a {
    display: block;
    text-decoration: none;
    color: #333;
}

.box_b ul li a img {
    width: 108px;
    height: 108px;
    border-radius: 8px;
    display: block;
    margin-bottom: 8px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.box_b ul li a:hover img {
    transform: scale(1.05);
}

.box_b ul li a p {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box_b ul li a:hover p {
    color: #FF7D3C;
}

/* 轮播+右侧资讯区域（参考 52pkvr） */
.index-row {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.indexRec {
    width: 830px;
    height: 467px;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}

.indexRecL.slider {
    width: 830px;
    height: 467px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #f0f0f0;
}

.indexRecL.slider ul {
    position: relative;
    width: max-content;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
    transition: left 0.5s ease;
}

.indexRecL.slider ul li {
    float: left;
    width: 830px;
    height: 467px;
    position: relative;
}

.indexRecL.slider ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.indexRecL.slider ul li a img {
    width: 830px;
    height: 467px;
    display: block;
    object-fit: cover;
}

.indexRecL.slider ul li a .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 570px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 45px 0 15px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: linear-gradient(90deg, #D84800 0%, rgba(216, 72, 0, 0) 100%);
    border-radius: 0 0 0 6px;
}

/* 右侧垂直切换缩略图列表（黑蒙版+图片+文字） */
.indexRecL.slider .dot {
    width: 260px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    height: 467px;
    background: rgba(0, 0, 0, 0.5);
}

.indexRecL.slider .dot i {
    display: block;
    width: 260px;
    height: 93px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-sizing: border-box;
}

.indexRecL.slider .dot i:last-child {
    border-bottom: none;
}

.indexRecL.slider .dot i img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: 0.55;
    transition: opacity 0.3s ease;
}

/* 黑色蒙版层 - 进一步压暗保证文字清晰 */
.indexRecL.slider .dot i .dot-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.75) 100%);
    pointer-events: none;
}

/* 标题文字层 */
.indexRecL.slider .dot i .dot-cap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 12px;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 当前激活状态：完整不透明图片 + 橙色左指示条 */
.indexRecL.slider .dot i.current {
    background-color: transparent;
    box-shadow: inset 3px 0 0 #FF7D3C;
}

.indexRecL.slider .dot i.current img,
.indexRecL.slider .dot i:hover img {
    opacity: 1;
}

.indexRecL.slider .dot i.current .dot-mask,
.indexRecL.slider .dot i:hover .dot-mask {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.5) 100%);
}

/* 右侧资讯 .indexgl */
.indexgl {
    width: 350px;
    height: 467px;
    flex-shrink: 0;
    margin-left: 20px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-sizing: border-box;
}

.indexgl .glbox {
    position: relative;
    margin: 20px 20px 0;
    width: 310px;
    height: 174px;
}

.indexgl .glbox a {
    display: block;
    text-decoration: none;
}

.indexgl .glbox img {
    width: 310px;
    height: 174px;
    display: block;
    object-fit: cover;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.indexgl .glbox a:hover img {
    transform: scale(1.03);
}

.indexgl .glbox .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 174px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    border-radius: 4px;
}

.indexgl .glbox .info a {
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 22px;
    position: absolute;
    padding: 0 15px;
    bottom: 12px;
    left: 0;
    right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    pointer-events: auto;
    text-decoration: none;
    transition: color 0.2s ease;
}

.indexgl .glbox .info a:hover {
    color: #FFD4BF;
}

.indexgl ul {
    margin: 18px 20px 0;
    padding: 0;
    list-style: none;
}

.indexgl ul li {
    margin-bottom: 14px;
}

.indexgl ul li:last-child {
    margin-bottom: 0;
}

.indexgl ul li a {
    text-decoration: none;
    display: block;
}

.indexgl ul li a p {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    line-height: 18px;
    margin: 0;
    display: flex;
    align-items: center;
    transition: color 0.2s ease;
}

.indexgl ul li a p i.icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #FF7D3C;
    border-radius: 50%;
    margin-right: 8px;
    flex-shrink: 0;
}

.indexgl ul li a p span {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexgl ul li a p em {
    font-size: 12px;
    color: #aaa;
    font-style: normal;
    margin-left: 10px;
    flex-shrink: 0;
}

.indexgl ul li:hover a p,
.indexgl ul li:hover a p span {
    color: #FF7D3C;
}

/* jtbox 兼容样式（保留备用） */
.jtbox {
    margin-top: 15px;
    padding: 10px;
    background: #fff;
    border-radius: 6px;
}

.jtinfo {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed #f0f0f0;
}

.jtinfo:last-child {
    border-bottom: none;
}

.jtinfo img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    object-fit: cover;
    margin-right: 12px;
    flex-shrink: 0;
}

.jtinfo .info {
    flex: 1;
    overflow: hidden;
}

.jtinfo .info p {
    margin: 0;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jtinfo .info p:last-child {
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}

.jtinfo .info p span {
    color: #FF7D3C;
}

.jtinfo .info p em {
    margin: 0 5px;
    color: #ccc;
}

/* 推荐区域 */
.tjapp {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
}

.tjapp .loadtit {
    margin-bottom: 15px;
}

.tjapp .loadtit p {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.tjapp .loadtit p .icon {
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #FF7D3C;
    border-radius: 2px;
    margin-right: 8px;
    vertical-align: middle;
}

.tjapp .loadtit p a {
    float: right;
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    text-decoration: none;
}

.tjapp .loadtit p a:hover {
    color: #FF7D3C;
}

.tjapp-cat .loadtit {
    margin-bottom: 10px;
}

.tjapp-cat .boxnav {
    margin-top: 0;
    margin-bottom: 15px;
}

.tjapp .boxnav {
    display: block;
    background: #f5f5f5;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    padding: 0;
    overflow: hidden;
}

.tjapp .boxnav span {
    display: inline-block;
    padding: 0 22px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    position: relative;
    transition: color 0.2s ease;
}

.tjapp .boxnav span.current {
    background: #FF7D3C;
    color: #fff;
    font-weight: 500;
}

.tjapp .boxnav span:hover:not(.current) {
    color: #FF7D3C;
}

.tjapp .boxnav span em {
    display: none;
}

.tjapp .tab_cont {
    overflow: hidden;
}

.tjapp .sub_box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tjapp .sub_box ul li {
    float: left;
    width: 130px;
    margin: 0 10px 15px 0;
}

.tjapp .sub_box ul li:nth-child(8n) {
    margin-right: 0;
}

.tjapp .sub_box ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    position: relative;
}

.tjapp .sub_box ul li a img {
    width: 130px;
    height: 130px;
    border-radius: 8px;
    object-fit: cover;
    display: block;
    margin-bottom: 8px;
}

.tjapp .sub_box ul li a p {
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.tjapp .sub_box ul li a .info {
    margin-top: 4px;
}

.tjapp .sub_box ul li a .info p {
    font-size: 12px;
    color: #999;
    line-height: 16px;
}

.tjapp .sub_box ul li a .info p span {
    color: #FF7D3C;
}

.tjapp .sub_box ul li a .info p em {
    margin: 0 4px;
    color: #ccc;
}

.tjapp .sub_box ul li a:hover p {
    color: #FF7D3C;
}

/* 面包屑导航 */
.pk-local {
    height: 20px;
    font-size: 12px;
    color: #aaa;
    padding-top: 16px;
    padding-bottom: 15px;
}

.pk-local a {
    color: #aaa;
    text-decoration: none;
}

.pk-local a:hover {
    color: #FF7D3C;
}

.pk-local em {
    color: #FF7D3C;
    margin: 0 5px;
}

.pk-local-cur {
    color: #999;
}

/* 区块标题栏 */
.loadtit {
    margin: 0 0 15px 0;
    position: relative;
}

.loadtit p {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    position: relative;
    padding-left: 12px;
    margin: 0;
}

.loadtit-deco {
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #FF7D3C;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 3px;
}

.loadtit p .icon.deco-l {
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #FF7D3C;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 3px;
}

.loadtit p .icon.deco-r {
    display: none;
}

.loadtit-more {
    float: right;
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.loadtit-arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23aaa'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.loadtit-more:hover {
    color: #FF7D3C;
}

.loadtit-more:hover .loadtit-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FF7D3C'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6z'/%3E%3C/svg%3E");
}

.loadtit p a {
    float: right;
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    text-decoration: none;
}

.loadtit p a:hover {
    color: #FF7D3C;
}

/* 标签切换导航 */
.boxnav {
    background: #eee;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    overflow: hidden;
}

.boxnav span {
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.boxnav span.current {
    background: #fff;
    color: #FF7D3C;
    font-weight: 600;
}

.boxnav span em {
    display: none;
}

.boxnav-tabs {
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    line-height: 36px;
}

.boxnav-tags {
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    height: auto;
    line-height: normal;
    padding: 0;
}

.boxnav-tags a {
    display: inline-block;
    padding: 4px 12px;
    margin: 0 4px 4px 0;
    font-size: 12px;
    color: #666;
    background: #f5f5f5;
    border-radius: 4px;
    text-decoration: none;
    line-height: normal;
    transition: all 0.2s ease;
}

.boxnav-tags a:hover {
    background: #FF7D3C;
    color: #fff;
}

/* 两栏布局 */
.loadmain {
    width: 1200px;
    margin: 0 auto;
}

.loadmain .load_l {
    float: left;
    width: 830px;
}

.loadmain .load_r {
    float: left;
    width: 350px;
    margin-left: 20px;
}

/* ============================================
   排行榜
   ============================================ */
.mh-rank-section {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
}

.mh-rank-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.mh-rank-column .boxnav {
    margin-bottom: 10px;
}

.mh-rank-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mh-rank-list li {
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    border-bottom: 1px dashed #f0f0f0;
    overflow: hidden;
}

.mh-rank-num {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #eee;
    color: #999;
    font-size: 12px;
    border-radius: 3px;
    margin-right: 8px;
    vertical-align: middle;
}

.mh-rank-num-top {
    background: #FF7D3C;
    color: #fff;
}

.mh-rank-list li a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    vertical-align: middle;
}

.mh-rank-list li a:hover {
    color: #FF7D3C;
}

.mh-rank-list li em {
    float: right;
    font-size: 12px;
    color: #aaa;
}

/* ============================================
   推荐漫画
   ============================================ */
.mh-recommend-section {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
}

.mh-recommend-section .loadtit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab_cont {
    overflow: hidden;
}

.sub_box {
    overflow: hidden;
}

.mh-recommend-grid {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mh-recommend-grid li {
    float: left;
    width: 130px;
    margin: 0 10px 12px 0;
    text-align: center;
}

.mh-recommend-grid li:nth-child(6n) {
    margin-right: 0;
}

.mh-recommend-grid li a {
    display: block;
    text-decoration: none;
    color: #333;
}

.mh-recommend-grid li a img {
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 6px;
    margin-bottom: 6px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mh-recommend-grid li a:hover img {
    transform: scale(1.05);
}

.mh-recommend-grid li a span {
    display: block;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mh-recommend-grid li a:hover span {
    color: #FF7D3C;
}

/* ============================================
   分类漫画
   ============================================ */
.mh-category-section {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
}

.mh-category-section .loadtit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.mh-category-grid {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mh-category-grid li {
    float: left;
    width: 130px;
    margin: 0 10px 12px 0;
    text-align: center;
}

.mh-category-grid li:nth-child(6n) {
    margin-right: 0;
}

.mh-category-grid li a {
    display: block;
    text-decoration: none;
    color: #333;
}

.mh-category-grid li a img {
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 6px;
    margin-bottom: 6px;
    object-fit: cover;
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease;
}

.mh-category-grid li a:hover img {
    transform: scale(1.05);
}

.mh-category-grid li a span {
    display: block;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mh-category-grid li a:hover span {
    color: #FF7D3C;
}

/* ============================================
   最新资讯
   ============================================ */
.mh-news-section {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
}

.mh-news-grid {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mh-news-grid li {
    float: left;
    width: 190px;
    margin: 0 10px 12px 0;
}

.mh-news-grid li:nth-child(4n) {
    margin-right: 0;
}

.mh-news-grid li a {
    display: block;
    text-decoration: none;
    color: #333;
}

.mh-news-grid li a img {
    display: block;
    width: 190px;
    height: 120px;
    border-radius: 6px;
    margin-bottom: 6px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mh-news-grid li a:hover img {
    transform: scale(1.03);
}

.mh-news-grid li a span {
    display: block;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mh-news-grid li a:hover span {
    color: #FF7D3C;
}

.mh-news-grid li a em {
    display: block;
    font-size: 12px;
    color: #aaa;
    margin-top: 2px;
}

/* ============================================
   热门专题
   ============================================ */
.mh-topic-section {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
}

.mh-topic-grid {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mh-topic-grid li {
    float: left;
    width: 190px;
    margin: 0 10px 12px 0;
}

.mh-topic-grid li:nth-child(4n) {
    margin-right: 0;
}

.mh-topic-grid li a {
    display: block;
    text-decoration: none;
    color: #333;
}

.mh-topic-grid li a img {
    display: block;
    width: 190px;
    height: 100px;
    border-radius: 6px;
    margin-bottom: 6px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mh-topic-grid li a:hover img {
    transform: scale(1.03);
}

.mh-topic-grid li a span {
    display: block;
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mh-topic-grid li a:hover span {
    color: #FF7D3C;
}

/* ============================================
   标签
   ============================================ */
.mh-tags-section {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
}

.mh-tags-content {
    line-height: 28px;
}

.mh-tags-content a {
    display: inline-block;
    padding: 3px 12px;
    margin: 0 6px 6px 0;
    font-size: 12px;
    color: #666;
    background: #f5f5f5;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.mh-tags-content a:hover {
    background: #FF7D3C;
    color: #fff;
}

/* ============================================
   友情链接
   ============================================ */
.mh-links-section {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
}

.mh-links-content {
    line-height: 28px;
}

.mh-links-content a {
    font-size: 12px;
    color: #666;
    text-decoration: none;
    margin: 0 10px;
}

.mh-links-content a:hover {
    color: #FF7D3C;
}

/* ============================================
   资讯+专题合集区域
   ============================================ */
.news-topic-section {
    display: flex;
    gap: 20px;
    background: transparent;
}

.news-col {
    flex: 1;
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
}

.topic-col {
    width: 350px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.topic-block {
    background: #fff;
    border-radius: 6px;
    padding: 15px;
    box-sizing: border-box;
}

/* 最新资讯列表 - 一列30行 */
.news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-list li {
    height: 36px;
    line-height: 36px;
    padding: 0 4px;
    border-bottom: 1px dashed #f5f5f5;
    overflow: hidden;
    transition: background-color 0.2s ease;
}

.news-list li:last-child {
    border-bottom: none;
}

.news-list li:hover {
    background: rgba(255, 125, 60, 0.03);
}

.news-list li a {
    display: block;
    height: 36px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    overflow: hidden;
}

.news-num {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #f0f0f0;
    color: #999;
    font-size: 12px;
    border-radius: 3px;
    margin-right: 12px;
    vertical-align: middle;
    font-style: normal;
    font-weight: 500;
}

.news-num-top {
    background: linear-gradient(135deg, #FF7D3C, #FF9A5C);
    color: #fff;
    box-shadow: 0 2px 4px rgba(255, 125, 60, 0.3);
}

.news-title {
    display: inline-block;
    vertical-align: middle;
    max-width: 520px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.news-list li a:hover .news-title {
    color: #FF7D3C;
}

.news-date {
    float: right;
    font-size: 12px;
    color: #bbb;
    font-style: normal;
    margin-left: 12px;
}

/* 专题小卡片 */
.topic-mini-grid {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topic-mini-grid li {
    margin-bottom: 12px;
}

.topic-mini-grid li:last-child {
    margin-bottom: 0;
}

.topic-mini-grid li a {
    display: flex;
    text-decoration: none;
    color: #333;
    align-items: center;
    gap: 12px;
}

.topic-mini-grid li a img {
    width: 80px;
    height: 60px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.topic-mini-grid li a:hover img {
    transform: scale(1.05);
}

.topic-mini-grid li a span {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.topic-mini-grid li a:hover span {
    color: #FF7D3C;
}

/* 合集标签云 */
.tags-cloud {
    line-height: 30px;
}

.tags-cloud a {
    display: inline-block;
    padding: 4px 12px;
    margin: 0 6px 6px 0;
    font-size: 12px;
    color: #666;
    background: #f5f5f5;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.tags-cloud a:hover {
    background: #FF7D3C;
    color: #fff;
}

/* ============================================
   资讯详情页样式
   ============================================ */
.newmain {
    background: #fff;
    overflow: hidden;
    border-radius: 6px;
}

.headbox {
    overflow: hidden;
}

.newmain h1 {
    font-size: 28px;
    color: #333;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
    padding: 0 20px;
}

.headbox p {
    margin-top: 22px;
    text-align: center;
    line-height: 12px;
}

.headbox p span {
    font-size: 12px;
    color: #aaa;
    margin-right: 40px;
}

.headbox p span:last-child {
    margin-right: 0;
}

.headbox p span .icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    vertical-align: middle;
    background: #ccc;
    border-radius: 50%;
}

.newmain .cont {
    padding: 30px 20px 20px;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

.newmain .cont p {
    margin: 15px 0;
}

.newmain .cont a {
    color: #2e90fb;
}

.newmain .cont img {
    display: block;
    max-width: 790px;
    margin: 15px auto;
}

.newmain .cont h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding-left: 10px;
}

.statement {
    height: 71px;
    line-height: 71px;
    margin: 0 20px;
    background: rgba(255, 125, 60, 0.1);
    border-radius: 4px;
    padding: 0 20px;
}

.statement p {
    font-size: 13px;
    color: #999;
}

.statement p span {
    color: #FF7D3C;
    font-weight: 600;
}

.yxbox {
    height: 168px;
    border-radius: 10px;
    box-shadow: 0 7px 30px rgba(85, 85, 85, 0.1);
    margin: 30px 20px;
    background: #fff;
    overflow: hidden;
}

.yxbox > a:first-child {
    float: left;
}

.yxbox img {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    margin: 24px;
    float: left;
}

.yxbox .info {
    width: 430px;
    float: left;
    margin-top: 24px;
}

.yxbox .info a {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    text-decoration: none;
}

.yxbox .info a:hover {
    color: #FF7D3C;
}

.yxbox .info p {
    margin-top: 10px;
    font-size: 13px;
    color: #999;
}

.yxbox .info p span {
    color: #666;
}

.yxbox .info p .score {
    color: #FF7D3C;
}

.yxbox-btn {
    float: right;
    margin: 64px 24px 0 0;
    background: #FF7D3C;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.yxbox-btn:hover {
    background: #E66A28;
    color: #fff;
}

.tbpage {
    margin: 30px 20px 20px;
    overflow: hidden;
}

.tbpage a {
    width: 318px;
    height: 40px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #aaa;
    line-height: 40px;
    padding: 0 25px;
    float: left;
    margin-right: 50px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.tbpage a:last-child {
    margin-right: 0;
}

.tbpage a:hover {
    border-color: #FF7D3C;
    color: #FF7D3C;
}

/* ============================================
   相关资讯
   ============================================ */
.loadbox5 {
    background: #fff;
    overflow: hidden;
    padding: 0 20px 10px;
    border-radius: 6px;
}

.loadbox5 .loadtit {
    margin: 25px 0 15px;
}

.loadbox5 .loadtit p {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    padding-left: 12px;
    position: relative;
}

.loadbox5 .loadtit p .icon.deco-l {
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #FF7D3C;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 3px;
}

.loadbox5 .loadtit p a {
    float: right;
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
}

.loadbox5 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.loadbox5 ul li {
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
    width: 377px;
}

.loadbox5 ul li:nth-child(2n) {
    margin-right: 0;
}

.loadbox5 ul li a {
    text-decoration: none;
    display: block;
}

.loadbox5 ul li a p {
    overflow: hidden;
}

.loadbox5 ul li a p em {
    display: inline-block;
    width: 44px;
    height: 20px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    background: linear-gradient(90deg, #FF7E3E 0%, #FFBB51 100%);
}

.loadbox5 ul li a p span:nth-child(2) {
    font-size: 14px;
    color: #666;
    width: 245px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.loadbox5 ul li:hover a p span:nth-child(2) {
    color: #FF7D3C;
}

.loadbox5 ul li a p span:nth-child(3) {
    font-size: 13px;
    color: #aaa;
    margin-left: 10px;
}

/* ============================================
   响应式
   ============================================ */
@media (max-width: 1200px) {
    .vr1200 {
        width: 95%;
        margin: 0 auto;
    }

    .loadmain {
        width: 100%;
    }

    .loadmain .load_l {
        width: 65%;
    }

    .loadmain .load_r {
        width: 32%;
    }

    .mh-rank-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mh-recommend-grid li,
    .mh-category-grid li {
        width: 16%;
        margin-right: 2%;
    }

    .mh-news-grid li {
        width: 23%;
    }

    .mh-topic-grid li {
        width: 23%;
    }
}

@media (max-width: 768px) {
    html, body {
        min-width: 0;
    }

    .loadmain .load_l,
    .loadmain .load_r {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .mh-rank-grid {
        grid-template-columns: 1fr;
    }

    .mh-recommend-grid li,
    .mh-category-grid li,
    .mh-news-grid li,
    .mh-topic-grid li {
        width: 31%;
        margin-right: 3%;
    }

    .loadbox5 ul li {
        width: 100%;
        margin-right: 0;
    }

    .newmain h1 {
        font-size: 22px;
    }

    .tbpage a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .yxbox {
        height: auto;
    }

    .yxbox img,
    .yxbox .info,
    .yxbox-btn {
        float: none;
        margin: 10px auto;
    }
}