.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-box{
    margin: auto;
    text-align: center;
    padding: 20px 0;
    background: #d3d3d5;
}

.swiper-area{
    width: 85%;
    margin: auto;
    text-align: center;
    position: relative;
}

.swiper-bannerimg{
    width: 100%;
    height: 100%;
    border-radius: 6px 6px 0 0;
}

.swiper-banner{
    aspect-ratio: 19/5;
}

.swiper-titlebox{
    padding: 15px;
    text-align: justify;
    line-height: 24px;
    min-height: 48px;
    border-bottom: 0.5px #dddddd solid;
}

.swiper-title{
    text-decoration: none;
    font-size: 18px;
    color: #555555;
    text-align: justify;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 48px;
}

.swiper-title:hover{
    color: #E01B1B;
}

.swiper-place-icon{
    width: 18px !important;
    height: 18px !important;
    margin-right: 5px;
}

p{
    margin: 0 !important;
}

.swiper-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    text-align: center;
    margin: auto;
    border-radius: 0 0 6px 6px;
}

.swiper-list .swiper-timebox{
    max-width: 68%;
}

.swiper-list .swiper-btn{
    max-width: 32%;
}

.swiper-times{
    display: flex;
    align-items: center;
}

.swiper-placebox{
    display: flex;
    align-items: center;

}

.swiper-time{
    text-align: left;
    color: #666666;
    font-size: 16px;
}

.swiper-place{
    font-size: 15px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.swiper-btnlink{
    background: #E01B1B;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.swiper-slide{
    border-radius: 6px;
}

.swiper-left, .swiper-right{
    top:36%;
    position: absolute;
}

.swiper-left{
    right: -10px;
}

.swiper-right{
    left: -10px;
}

.award-icon{
    width: 56px;
    height: 56px;
}

@media (max-width: 540px) {
    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-left, .swiper-right{
        display: none;
    }
}

@media (min-width: 540px) {
    .swiper {
        width: 82%;
        height: 100%;
    }
}

@media (min-width: 780px) {
    .swiper {
        width: 86%;
        height: 100%;
    }
}

@media (min-width: 996px) {
    .swiper {
        width: 88%;
        height: 100%;
    }
}

@media (min-width: 1130px) {
    .swiper {
        width: 90%;
        height: 100%;
    }
}

@media (min-width: 1500px) {
    .swiper {
        width: 93%;
        height: 100%;
    }
}


.btn{
    position: relative;
    color: #fff;
    background: #E01B1B;
    border:0.75px solid #E01B1B;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}

.btn:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: 50px;
    background: inherit;
    z-index: -1;
    opacity: 0.4;
    -webkit-transform: scale3d(.6, .4, 1);
    transform: scale3d(.6, .4, 1);
    display:none\9;
}

.btn:hover {
    color: #fff;
    background: #c51c1c;
    border-color: 0.5px #E01B1B;
    border-radius: 50px;
    -webkit-transition: background-color .1s .3s, color .1s .3s;
    transition: background-color .1s .3s, color .1s .3s;
    -webkit-animation: anim-moema-1 .3s forwards;
    animation: anim-moema-1 .3s forwards
}

.btn:hover:before {
    -webkit-animation: anim-moema-2 .3s .3s forwards;
    animation: anim-moema-2 .3s .3s forwards;
}

@-webkit-keyframes anim-moema-1 {
    60% {
        -webkit-transform:scale3d(.8, .8, 1);
        transform:scale3d(.8, .8, 1)
    }
    85% {
        -webkit-transform:scale3d(1.1, 1.1, 1);
        transform:scale3d(1.1, 1.1, 1)
    }
    100% {
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
}
@keyframes anim-moema-1 {
    60% {
        -webkit-transform:scale3d(.8, .8, 1);
        transform:scale3d(.8, .8, 1)
    }
    85% {
        -webkit-transform:scale3d(1.1, 1.1, 1);
        transform:scale3d(1.1, 1.1, 1)
    }
    100% {
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
}
@-webkit-keyframes anim-moema-2 {
    to {
        opacity:0;
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
}
@keyframes anim-moema-2 {
    to {
        opacity:0;
        -webkit-transform:scale3d(1, 1, 1);
        transform:scale3d(1, 1, 1)
    }
}

/**
 é¦–é¡µ
 */
.on-air-container{
    position: relative;
}

.podcs-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 4px;
}

.podcs-item{
    width: 100%;
    height: 140px;
    object-fit: cover;
    overflow: hidden;
}

.podcs-item::before{
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.18);
    border-radius: 6px;
}

.podcs-tips{
    position: absolute;
    left: -5px;
    top: 0;
    background-color: #d4000e;
    padding: 6px 14px;
    display: flex;
    align-items: center;
    border-radius: 0 6px 6px 0;
    z-index: 999;
}

.podcs-tips-link{
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.podcs-tips-link:hover{
    opacity: 0.75;
    color: #ffffff;
}

.podcs-icon{
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.podcs-title{
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 999;
}

.podcs-alink{
    font-size: 14px;
    color: #e0e0e0;
    text-decoration: none;
    line-height: 20px;
    font-weight: 600;
}

.podcs-alink:hover{
    opacity: 0.75;
    color: #e0e0e0;
}

@media (max-width: 992px) {

    .podcs-item{
        margin-bottom: 12px;
    }

    .podcs-alink{
        font-size: 12px;
        color: #e0e0e0;
    }
}

/**
2023-12-19é¦–é¡µé¡¶éƒ¨æ ·å¼
 */
* {
    list-style: none;
}

.top-container ul {
    padding: 0;
    overflow: hidden;
}

.l_wrapper a,
.m_wrapper a,
.r_wrapper a {
    font-family: "Microsoft YaHei", sans-serif !important;
}

.l_wrapper a:hover,
.m_wrapper a:hover,
.r_wrapper a:hover {
    color: #d4000e !important;
}

.l_wrapper .label {
    background-color: #d4000e;
    color: #f1f1f1;
    font-family: "Microsoft YaHei", sans-serif !important;
    font-size: 14px;
    letter-spacing: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    margin: 0 -15px 0 -5px;
    z-index: 20;
    text-transform: unset;
    line-height: 30px;
    padding: 0 10px;
}

.l_wrapper .label:after {
    top: 100%;
    left: 0;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #333;
}

.video_wrapper {
    position: relative;
}

.video_wrapper .video_img {
    width: 100%;
    overflow: hidden;

    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    margin-bottom: 0;

}

.video_wrapper .video_img .img_a {
    display: block;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.video_wrapper .video_img .img_a:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.video_wrapper .ply_btn {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 50px;
    cursor: pointer;
}

.video_wrapper .v_title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    /* white-space: nowrap; */
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    overflow: hidden;
    position: relative;
    line-height: 24px;
}

.rc_wrapper {
    margin-top: 40px;
}

.rc_wrapper ul {
    overflow: visible !important;
}

.rc_top {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}

.rc_top:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    bottom: 0;
}

.rc_top p {
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.rc_top a {
    color: #d4000e;
    font-weight: bold;
    float: right;
    font-family: "Microsoft JhengHei", sans-serif;
    line-height: 26px;
    font-size: 14px;
}

.rc_top:before {
    content: '';
    width: 25%;
    height: 3px;
    background-color: #333;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.rc_wrapper .rc_thumb {
    width: 30%;
    float: left;
    padding-right: 10px;
    margin-top: 4px;
}

.rc_wrapper .rc_title {
    /* width: 70%; */
    display: block;
    /* float: left; */
    /* padding-left: 14px; */
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
}

.rc_wrapper li {
    /* margin-top: 20px; */
    padding: 20px 10px;

    border-bottom: 1px solid #ededed;
    overflow: hidden;
    margin-left: -10px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3 linear;
}

.rc_wrapper li:hover {
    box-shadow: 0 6px 16px rgb(193 205 241 / 48%);
}

.m_wrapper .ribbon.ribbon-highlight>a,
.m_wrapper .ribbon.ribbon-highlight>span,
.m_wrapper .ribbon.ribbon-highlight>.ribbon-inner {
    font-size: 14px;
    letter-spacing: 0;
    color: #fff !important;
}

.r_wrapper .ribbon.ribbon-highlight>a,
.r_wrapper .ribbon.ribbon-highlight>span,
.r_wrapper .ribbon.ribbon-highlight>.ribbon-inner {
    font-size: 14px;
    letter-spacing: 0;
    color: #fff !important;
}

.l_wrapper .ribbon,
.m_wrapper .ribbon,
.r_wrapper .ribbon {
    line-height: 30px;
}

.l_wrapper .ribbon>span,
.l_wrapper .ribbon>a,
.l_wrapper .ribbon>.ribbon-inner {
    padding: 0 10px;
}

.m_wrapper .ribbon>span,
.m_wrapper .ribbon>a,
.m_wrapper .ribbon>.ribbon-inner {
    padding: 0 10px;
}

.r_wrapper .ribbon>span,
.r_wrapper .ribbon>a,
.r_wrapper .ribbon>.ribbon-inner {
    padding: 0 10px;
}

.m_wrapper .overlay {
    width: 100%;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}

.m_wrapper .overlay .top_img {
    display: block;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.m_wrapper .overlayg .top_img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.m_wrapper .post-content {
    position: static;
    padding-top: 15px;
    background: linear-gradient(0deg, #f5f5f5 20%, rgba(247, 247, 247, 0) 79.95%);
    background: -webkit-linear-gradient(0deg, #f5f5f5 20%, rgba(247, 247, 247, 0) 79.95%);

}

.m_wrapper .post-content h3,
.m_wrapper .post-content h3 a {
    color: #333;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    display: inline-block;
}

.post-content span .date {
    color: #666;
}

.m_wrapper .post-thumb .overlay {
    position: relative;
}

.m_wrapper .post-thumb .btm_cnt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 100;
    padding: 40px 15px 15px 15px;
}

.m_wrapper .post-thumb .btm_cnt h3 {
    background: rgba(0, 0, 0, .5);
    width: 98%;
    /* margin: 0 auto; */
    padding: 10px 15px;
    border-left: 4px solid red;
}

.m_wrapper .btm_cnt h3 {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.m_wrapper .btm_cnt h3 a {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;

}

.m_wrapper .btm_cnt h3:hover {

    background: rgba(0, 0, 0, .8);
}

.m_wrapper .btm_cnt h3 a:hover {
    color: #f5f5f5 !important;
}

.m_wrapper .post-thumb .tag-name {
    margin-bottom: 15px;
}

.m_wrapper .post-thumb .tag-name a {
    color: #fff;
    background: #0b76b7;
    padding: 4px 8px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 14px;
}

.m_wrapper .post-item {
    margin-bottom: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
}

.m_wrapper .post-item .date span {
    font-size: 13px;
    color: rgba(25, 35, 46, .4);
}

.m_wrapper .post-item .date .author {
    display: inline-block;
    margin-right: 14px;
}

.m_wrapper .post-item .date .iconfont {
    padding-right: 4px;
    color: rgba(25, 35, 46, .4);
}

.m_wrapper .post-item .author .iconfont {
    font-size: 16px;
    color: rgba(25, 35, 46, .4);
    font-weight: bold;
}

.m_wrapper .post-content .smalltext {
    font-size: 13px;
    line-height: 22px;
    color: #666;
    text-align: justify;
    margin-top: 10px;
    /* margin-bottom: 10px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    overflow: hidden;
    position: relative;
}

.m_wrapper .line {
    width: 100%;
    height: 2px;
    background-color: #e5e5e5;
    /* position: absolute;
        left: 0;
        bottom: 0; */
    z-index: 10;
}

.m_wrapper .m_wrapper_list {
    margin-top: 16px;
}

.m_wrapper .m_wrapper_list li {
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
    position: relative;
    padding-left: 15px;
}

.m_wrapper .m_wrapper_list li:before {
    position: absolute;
    left: 0px;
    top: 18px;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #D9D9D9;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
}

.m_wrapper .m_wrapper_list li:hover::before {
    background: linear-gradient(0deg, #d4000e 20%, rgba(247, 247, 247, 0) 79.95%);
    background: -webkit-linear-gradient(0deg, #d4000e 20%, rgba(247, 247, 247, 0) 79.95%);
}

.m_wrapper .m_wrapper_list .podcast {
    padding-left: 0;
}
.m_wrapper .m_wrapper_list .podcast b{
    font-size: 18px;
}
.m_wrapper .m_wrapper_list .podcast:before {
    display: none;
}

.m_wrapper .m_wrapper_list .podcast .iconfont {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    background: linear-gradient(40deg, #d4000e 20%, rgba(247, 247, 247, 0) 79.95%);
    background: -webkit-linear-gradient(90deg, #d4000e, #ff7245);
    color: #fff;
    text-align: center;
    line-height: 28px;
}

.m_wrapper .m_wrapper_list li a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    display: inline-block;
}

.r_wrapper .post-content {
    position: static;
    padding: 0;
}

.r_wrapper .post-thumb {
    width: 100%;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}

.r_wrapper .post-thumb .com_img {
    display: block;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 218px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.r_wrapper .post-thumb .com_img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.r_wrapper .overlay {
    display: block;
    width: 100%;
    overflow: hidden;
}

.r_wrapper .overlay img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.r_wrapper .overlay:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.r_wrapper .post-item {
    box-shadow: none;
    /* margin-bottom: 0; */
}

.r_wrapper .side-post-slider .post-content h3 {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    color: #333;
}

.r_wrapper .side-post-slider .post-content h3 a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.r_wrapper .r_smalltext {
    font-size: 13px;
    line-height: 22px;
    color: #666;
    text-align: justify;
    /* margin-top: 10px; */
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    overflow: hidden;
    position: relative;
}

.r_wrapper .r_date {
    overflow: hidden;
    /* padding-bottom: 20px; */

    background: linear-gradient(90.44deg, #F7F7F7 6.47%, rgba(245, 245, 245, 0) 79.95%);
    padding: 6px 10px;
    border-radius: 50px;
}

.r_wrapper .post-content {
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(229, 229, 229);
}

.r_wrapper .r_date span {
    font-size: 13px;
    color: rgba(25, 35, 46, 0.4);
}

.r_wrapper .r_date .author {
    display: inline-block;
    padding-right: 14px;
    float: left;
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.r_wrapper .r_date .time {
    max-width: 40%;
    float: right;
}

.r_wrapper .r_wrapper_list {
    /* margin-top: 10px; */
}

.r_wrapper .r_wrapper_list li {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 15px;
    border-bottom: 1px solid #ededed;
}

.r_wrapper .r_wrapper_list li:before {
    position: absolute;
    left: 0px;
    top: 18px;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #D9D9D9;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
}

.r_wrapper .r_wrapper_list li:hover::before {
    background: linear-gradient(0deg, #d4000e 20%, rgba(247, 247, 247, 0) 79.95%);
    background: -webkit-linear-gradient(0deg, #d4000e 20%, rgba(247, 247, 247, 0) 79.95%);
}

.r_wrapper .r_wrapper_list li a {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    display: inline-block; */
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    overflow: hidden;
    position: relative;
}

.top-ad img {
    max-height: 250px;
    min-height: 220px;
}


@media only screen and (min-width: 1920px) {
    #MainSlider img {
        max-height: 500px;
        min-height: 480px;
    }
}

@media (max-width: 1920px) {
    .video_wrapper .video_img .img_a {
        height: 220px;
    }

    .m_wrapper .overlay .top_img {
        height: 408px;
    }

    .r_wrapper .post-thumb .com_img {
        height: 160px;
    }
}

@media (max-width: 767px) {
    .m_wrapper .overlay .top_img {
        height: 250px;
    }
}

