html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
i,
b,
s {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    font-family: 'Noto Serif SC', sans-serif;
    font-weight: 400;
    font-smooth: always;
    -webkit-font-smoothing: subpixel-antialiased;
}
html {
    scroll-behavior: smooth;
}
ul,
ol {
    list-style: none
}
a img {
    border: none;
    vertical-align: top
}
a,
a:hover,
a:active,
a:visited {
    text-decoration: none
}
a:hover{
    color:#d71921!important;
}
button {
    overflow: visible;
    padding: 0;
    margin: 0;
    border: 0 none;
    background-color: transparent
}
button::-moz-focus-inner {
    padding: 0
}
textarea,
input {
    background: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none
}
input[type=password] {
    -webkit-text-security: disc
}
textarea:focus,
input:focus,
button:focus {
    outline: none
}
body {
    word-wrap: break-word;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 1.5;
    background-color: #f5f5f5;
    background-image:url(../img/ccp/ccp-main-bg.jpeg);
    background-position:top center;
    background-attachment: fixed;
    background-size:cover;
    -webkit-background-size:cover;
}
body.page, body.single{
    background-color:#fff
}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}
h1.headline{
    display:block;
    width:400px;
    margin:25px auto;
}
main{
    margin-top:50px;
    margin-bottom:50px;
}
.cont-panel{
    background-color:#fff;
    border-radius:3px;
    padding:15px;
    -webkit-box-shadow: 0px 5px 25px -3px rgb(0 0 0 / 30%);
    box-shadow: 0px 5px 25px -3px rgb(0 0 0 / 30%);
}
h5.ttl{
    color:#d71921;
    font-size:18px;
    display:inline-block;
    position:relative;
}
h5.ttl:after{
    content:'';
    display:block;
    position:absolute;
    right:-12px;
    top:1px;
    width:1px;
    height:40px;
    background:#d71921;
}
.line-spot{
    display:inline-block;
    width:calc(100% - 55px);
    padding-left:25px;
}
.line-spot h5 a{
    color:#333;
    font-size:18px;
}
.line-spot p{
    color:#333;
}
.cont-list h5{
    position:relative;
    height:45px;
    background:url(../img/ccp/ttl-cloud.jpg) left center no-repeat;
    font-size:18px;
    color:#d71921;
    text-indent:70px;
}
.cont-list h5 a{
    position:absolute;
    top:0;right:0;
    font-size:12px;
    color:#d71921;
}
.cont-list h5 a:before{
    content:'';
    position:absolute;
    left:50px;top:-3px;
    width:20px;height:20px;
    background:url(../img/icon-ccp-more.svg) left center no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
}
.cont-list ul li{
    position:relative;
    border-bottom:1px solid #efefef
}
.cont-list ul li span{
    display:inline-block;
    font-size:12px;
    color:#e8a02b;
    position:absolute;
    right:0;
    top:9px;
}
.cont-list ul li a{
    display:inline-block;
    width:calc(100% - 65px);
    text-overflow: ellipsis;
    overflow:hidden;
    white-space:nowrap;
    font-size:13px;
    color:#333;
    padding:8px 0;
}
.sp-list a{
    display:block;
}
.sp-list figure{
    display:block;
    height:0;
    padding-top:66%;
    margin-bottom:15px;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
}
    display:block;
    height:75px;
    margin-bottom:12px;
    border-radius:5px;
    overflow:hidden;
}
.vod-list figure{
    padding-top:56.5%;
}
.vod-list h4{
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.img-link li.empty a{
    border:1px dotted #ccc;
    
}
.img-link li:last-child a{
    margin-bottom:0;
}
.swiper-slide h5{
    position:relative;
    padding:3px 0 5px 0;
    text-indent:30px;
    height:24px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-weight:bold;
}
.swiper-slide h5:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:24px;
    height:24px;
    background-image:url(../img/icon-ccp.svg);
    background-position:center center;
    background-size:cover;
    -webkit-background-size:cover;
}
.swiper-slide:hover h5{
    color:#D71925
}
.swiper-img{
    width:100%;
    height:0;
    padding-bottom:65%;
    background-position:center center;
    background-size:cover;
    -webkit-background-size:cover;
}
.swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:0;
    height:40px;
    padding-top:7px;
    background:rgba(255,255,255,.75);
}
.swiper-pagination-bullet{
    width:18px;height:18px;
    font-size:12px;
    background: #cfcfcf;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background:#D71925;
    color:#fff;
}
.mb15{margin-bottom:15px;}
.mb25{margin-bottom:25px;}

	
@media only screen and (max-width:414px) {
    h5.ttl,.line-spot{
        vertical-align:middle;
    }
    .cont-list h5{
        margin-top:15px;
    }
    .img-link li.empty{
        display:none;
    }
}

/* =========================================================
   两优一先·表彰墙 - 年份 Tab
   主题色：#d71921（主红） / #e8a02b（金黄）
   ========================================================= */
.honor-tabs{
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 18px 0 22px;
    border-bottom: 2px solid #efefef;
    position: relative;
}
.honor-tab-btn{
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    padding: 12px 26px;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    transition: color .25s ease, background .25s ease;
    border-radius: 4px 4px 0 0;
}
.honor-tab-btn:hover{
    color: #d71921;
    background: rgba(215, 25, 33, .04);
}
.honor-tab-btn:focus-visible{
    outline: 2px solid #d71921;
    outline-offset: -2px;
}
.honor-tab-btn::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #d71921 0%, #e8a02b 100%);
    transition: width .3s cubic-bezier(.16,1,.3,1), left .3s cubic-bezier(.16,1,.3,1);
    border-radius: 2px;
}
.honor-tab-btn.active{
    color: #d71921;
    font-weight: 600;
}
.honor-tab-btn.active::after{
    width: 100%;
    left: 0;
}
.honor-tab-year{
    letter-spacing: .5px;
}
.honor-tab-count{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 20px;
    padding: 0 7px;
    font-size: 11px;
    font-weight: 600;
    color: #e8a02b;
    background: rgba(232, 160, 43, .12);
    border: 1px solid rgba(232, 160, 43, .35);
    border-radius: 10px;
    line-height: 1;
    transition: all .25s ease;
}
.honor-tab-btn.active .honor-tab-count{
    color: #fff;
    background: #d71921;
    border-color: #d71921;
}

.honor-tab-content{
    position: relative;
    min-height: 60px;
}
.honor-tab-pane{
    display: none;
    animation: honorPaneIn .35s ease both;
}
.honor-tab-pane.active{
    display: block;
}
.honor-tab-pane[hidden]{
    display: none !important;
}
@keyframes honorPaneIn{
    from{ opacity: 0; transform: translateY(6px); }
    to  { opacity: 1; transform: translateY(0); }
}

/* 表彰墙卡片：横向布局（头像左 + 文字右） */
.sp-list .honor-card{
    display: flex;
    align-items: stretch;
    gap: 14px;
    padding: 12px;
    border-radius: 6px;
    transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.sp-list .honor-card:hover{
    background: rgba(215, 25, 33, .04);
    box-shadow: 0 4px 16px rgba(0,0,0,.08);
    transform: translateY(-2px);
}
.honor-card .avatar{
    width: 100px;
    min-width: 100px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    background: #eae6e1;
    flex-shrink: 0;
}
.honor-card .info{
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.honor-card .title{
    font-size: 15px;
    font-weight: 600;
    line-height: 1.42;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color .25s ease;
}
.sp-list .honor-card:hover .title{
    color: #d71921;
}
.honor-card .subtitle{
    font-size: 13px;
    font-weight: 400;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 空态提示 */
.honor-empty{
    text-align: center;
    color: #999;
    font-size: 13px;
    padding: 40px 0;
    background: #fafafa;
    border: 1px dashed #e0e0e0;
    border-radius: 4px;
    margin: 0;
}

@media only screen and (max-width: 768px){
    .honor-tab-btn{
        padding: 10px 16px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 414px){
    .honor-tabs{
        margin: 14px 0 18px;
    }
    .honor-tab-btn{
        flex: 1 1 50%;
        justify-content: center;
        padding: 10px 8px;
        font-size: 13px;
    }
    .honor-tab-count{
        font-size: 10px;
        min-width: 20px;
        height: 18px;
    }
    .sp-list .honor-card{
        padding: 6px 4px;
        gap: 8px;
    }
    .honor-card .avatar{
        width: 80px;
        min-width: 80px;
    }
}