.box-content {
    padding: .30rem 0;
}

.box-title,
.box-title span {
    font-size: .36rem;
    letter-spacing: 2px;
}
.box-title span {
    position: relative; /* 确保绝对定位相对于标题 */
}
.box-title a {
    position: relative;
	font-size: .26rem;
	font-weight: normal;
	color: #666666;
    display: inline-block; /* 让链接元素可以使用 margin 和 transform */
    margin-right: 5px; 
    left: 60%; /* 移动到中心 */
    transform: translateX(-50%); /* 向左移动自身宽度的一半 */
}

.box-title>span {
    position: relative;
    box-shadow: inset 0 -8px #f8bf54;
}

.box-item {
    width: 330px;
    border-radius: 6px;
    display: inline-block;
    background-color: #fff;
    box-shadow: rgb(50 50 93 / 10%) 0px 2px 5px 0px, rgb(0 0 0 / 10%) 0px 1px 5px -1px;
    padding: 10px;
    margin-bottom: .20rem;
}

.box-item>a {
    display: flex;
    align-items: center;
}



.box-item img {
    margin-right: .20rem;
    width: 1.40rem;
    height: 1.40rem;
}

.box-item h3 {
    font-size: .26rem;
    margin-bottom: 5px;
}

.box-item .desc {
    font-size: .20rem;
    line-height: 1.4;
    color: #9da9b1;
}

.box-item .total {
    font-size: 12px;
    color: #c5cdd3;
}

.core-area {
    display: flex;
    max-width: 1080px;
    margin: 0 auto;
    padding: .20rem 0;
}

.scroll-warp {
    width: 100%;
    overflow: hidden;
}

.form-warp {
    width: 200%;
    display: flex;
    transition: all 0.5s ease;
}

.quming-warp,
.red-article {
    background-color: #fff;
    padding: 0.3rem;
    border-radius: 6px;
    box-shadow: rgb(50 50 93 / 10%) 0px 2px 5px 0px, rgb(0 0 0 / 10%) 0px 1px 5px -1px;
}

.news-list {
    background: #fff;
    border-radius: .12rem;
    margin-top: .30rem;
    padding: .12rem;
}

.news-list .article-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-list .article-list li {
    width: 50%;
    max-width: 6.80rem;
    justify-content: space-between;
}

.news-list .article-list li a {
    margin-right: 0;
    font-weight: 400;
    margin-bottom: 0;
}

.article-list li img {
    display: inline-block;
    width: 1.30rem;
    height: 0.8rem;
    border-radius: .12rem;
}

.article-list li a {
    margin-right: .20rem;
}

.article-list li {
    display: flex;
    margin-bottom: 0.2rem;

    padding-top: 0.26rem;
}

.red-article .article-list li {
    border-top: 1px solid #efefef;
}

.red-article .article-list li:first-child {
    border-top: 0;
    padding-top: 0;
}

.article-list li:last-child {
    margin-bottom: 0;
}

.article-list .type {
    font-size: .20rem;
    color: #999;
}

.article-list .title {
    font-size: .28rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 4.80rem;
    display: inline-block;
	padding-left: 10px;
}
.article-list .title-hot {
    font-size: .28rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 4.80rem;
    display: inline-block;
}
.article-list .title:hover {
    color: #36947c;
}

.quming-warp .switch {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
}

.quming-warp .switch>* {
    height: 36px;
    background: #eaeaea;
    border-radius: 6px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    width: 120px;
    text-align: center;
    cursor: pointer;
}

.quming-warp .switch>*.on {
    background: linear-gradient(to right, #f1534b, #e58244);
    color: #fff;
    position: relative;
}

.quming-warp .switch>*.on::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: -2px;
    background-color: #eb6a48;
    transform: translateX(-50%) rotate(45deg);
}

.red-tab {
    font-size: .32rem;
    margin-bottom: .30rem;
    background: url(/assets/indeximg/icon_t.png) no-repeat;
    background-size: 0.4rem 0.4rem;
    background-position: 0 center;
    padding-left: 0.5rem;
}


@media screen and (max-width: 767px) {
    .box-item {
        width: 100%;
    }

    .core-area {
        flex-direction: column;
        background: #f1f1ef;
    }

    .quming-warp {
        margin-bottom: 20px;
        padding-top: 0.5rem;
    }

    .box-item img {
        width: 1.60rem;
        height: 1.60rem;
    }

    .box-item h3 {
        font-size: .34rem;
    }

    .news-list .article-list li {
        width: 100%;
    }

    .article-list .title {
        font-size: .32rem;
        line-height: .32rem;
        width: 4.60rem;
        margin-bottom: 0.2rem;
    }

    .article-list li img {
        width: 1.6rem;
        height: 1rem;
    }

    .box-item .desc {
        font-size: 0.28rem;
    }
}

/* pc */

@media screen and (min-width: 768px) {
    .box-item {
        margin-right: .30rem;
    }

    .index-ceming {
        display: none;
    }

    .box-item:hover {
        box-shadow: none;
        transition: all 0.3s;
        transform: translateY(-4px);
        box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.3);
    }

    .quming-warp {
        width: 620px;
        margin-right: 20px;
        padding-top: 0.6rem;
    }
	    .quming-list {
        width: 320px;
        margin-right: 20px;
        padding-top: 0.2rem;
    }
    .red-article {
        flex: 1;
    }
}

@media screen and (min-width: 1087px) {
    .box-item:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1059px) {
    .box-item:nth-of-type(2n) {
        margin-right: 0;
    }

    .news-list .article-list li {
        width: 100%;
    }
}
