﻿#main {
    margin-top: 15px;
    margin-bottom: 15px;
}

.pc-podcast-index .main-body {
    margin-bottom: 40px;
}

.lt {
    display: block;
    float: left;
}

.fw {
    width: 100%;
}
.podcats-category-list .article:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}
.siteCenter {
    width: 1144px;
    margin: 0 auto;
}

.navigation {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}

.mb2 {
    margin-bottom: 20px;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb li:first-child {
    margin-left: 0;
    font-size: 20px;
    color: #000;
}

.breadcrumb li {
    float: left;
    margin-left: 25px;
    font-size: 13px;
    color: #666;
}

.breadcrumb li:first-child h1 {
    font-weight: bold;
    font-size: inherit;
    color: inherit;
    margin-top: 0;
}

.breadcrumb li:first-child a::after {
    content: '';
    height: 18px;
    width: 4px;
    background: #d7d7d7;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: 2px;
}

.breadcrumb li:nth-child(2) {
    margin-left: 15px;
}

.breadcrumb li {
    float: left;
    margin-left: 25px;
    font-size: 13px;
    color: #666;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
}

.podcasts-listen {
    background: linear-gradient(90deg, rgba(61, 11, 60, 1) 0%, rgba(30, 21, 76, 1) 35%);
}

.container-listen {
    width: 100%;
    background: url(/Content/img/back-mic-2.png) center bottom no-repeat;
    background-size: contain;
}

    .container-listen .listen {
        width: 890px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px 0;
        gap: 30px;
    }

    .container-listen .tittle-container {
        text-align: center;
    }

    .container-listen .tittle-container-link {
        color: white;
        font-size: 28px;
        background: url(/Content/img/mic-1.png) left center no-repeat;
        padding-left: 50px;
        background-size: 30px 25px;
    }

    .container-listen .article-share {
        display: flex;
        flex-direction: row;
        gap: 5px;
        justify-content: center;
    }

    .container-listen .podcasts-auther {
        justify-content: center;
        width: 100%;
        color: white;
        display: flex;
        background: url(/Content/img/podcast-border.png) bottom no-repeat;
        padding-bottom: 30px;
        gap: 15px;
    }

    .container-listen .name-auther {
        font-size: 12px;
        background: url(/Content/img/person.png) left 0px no-repeat;
        background-size: 12px 13px;
        padding-left: 25px;
        text-transform: uppercase;
    }

    .container-listen .podcasts-date {
        font-size: 12px;
        background: url(/Content/img/clock.png) left 0px no-repeat;
        background-size: 14px 14px;
        padding-left: 25px;
    }

    .container-listen .podcasts-lyrics {
        color: white;
        max-width: 800px;
        text-align: justify;
        font-size: 16px;
    }

        .container-listen .podcasts-lyrics p {
            margin-bottom: 15px;
        }

.pc-podcast-index .main-body {
    margin-bottom: 40px;
}

.podcats-category {
    margin-bottom: 40px;
}

    .podcats-category .bx-cat-title {
        margin-bottom: 30px;
        border-bottom: 1px solid #e1e1e1;
    }

    .podcats-category .bx-cat-name {
        margin-bottom: -1px;
        font-size: 22px;
        text-transform: uppercase;
    }

.bx-cat-name {
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    color: #000;
    overflow: hidden;
    float: left;
    border-bottom: 1px solid #ed2227;
}

.bx-cat-link {
    color: inherit;
    display: inline-block;
    line-height: 16px;
    padding-right: 2px;
    position: relative;
    bottom: 3px;
}

.podcats-category .bx-cat-name::after {
    width: 25px;
    height: 25px;
    content: '';
    background: url(/Content/img/headphone-black.png) right 4px no-repeat;
    background-size: 25px 21px;
    display: inline-block;
}

.podcats-category .article:first-child, .podcats-category .article:nth-child(2) {
    width: calc(50% - 20px);
    margin-top: 0;
}

.podcats-category .article:first-child, .podcats-category .article:nth-child(3) {
    margin-left: 0;
}

.podcats-category .article {
    width: calc((100% - 80px) / 3);
    float: left;
    margin-left: 40px;
    margin-top: 40px;
}

.podcats-category .article-image {
    margin-bottom: 20px;
}

.article-image, .article-image-cover {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

    .article-image::before, .article-image-cover::before {
        padding-top: 56.25%;
        content: '';
        display: block;
    }

    .article-image img, .article-image-cover img {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 100%;
    }

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

.podcats-category .article-image::after {
    content: "";
    background: url(/Content/img/mic-1.png);
    background-size: 25px 21px;
    background-position: center;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    background-color: #eb1f26;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 5;
}

.podcats-category .article-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.article-title {
    font-size: 14px;
    line-height: 1.5;
}

.article-link, .article-detail-title {
    color: inherit;
}

.podcats-category .article-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-desc {
    font-size: 14px;
    color: #666;
}

.listen-together-link {
    color: #fff !important;
    background: #405f9e url(/Content/img/headphone.png) left 14px top 7px no-repeat;
    padding: 10px 20px 12px 50px;
    border-radius: 20px;
}

.podcats-category .article:nth-child(3) {
    clear: both;
}

a:hover, .breadcrumb a:hover, .breadcrumb li a:hover {
    color: #105CB6;
}

.article-image::before, .article-image-cover::before {
    padding-top: 56.25%;
    content: '';
    display: block;
}

.listen-together {
    margin-top: 10px;
}
.container-listen .player-ctn {
    width: 100%;
    display: flex;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    position: relative;
}
.container-listen .btn-ctn {
    justify-content: center;
    gap: 20px;
    padding: 15px 20px 10px 20px;
}

.container-listen .btn-ctn, .container-listen .infos-ctn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container-listen .btn-ctn-1 {
    gap: 15px;
}

.alight-item-center {
    display: flex;
    align-items: center;
}
.container-listen .btn-action {
    cursor: pointer;
    text-align: center;
}
.container-listen .btn-ctn, .container-listen .infos-ctn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .container-listen .infos-ctn > div {
        font-size: 16px;
        color: white;
    }
.container-listen .player-ctn .player-title {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
}

.container-listen #myProgress {
    height: 1px;
    width: 518px;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}
.container-listen #myBar {
    width: 0;
    height: 1px;
    background-color: #fff;
    border-radius: 10px;
}
.container-listen .btn-action {
    cursor: pointer;
    text-align: center;
}
.container-listen .playlist-ctn {
    display: none;
}
#user-comment {
    margin-bottom: 15px;
}
    #user-comment .bx-cat-title {
        margin-bottom: 5px;
    }

.mb {
    margin-bottom: 15px;
}
#user-comment .box-comment p.content {
    margin: 0;
}

#user-comment .box-comment p.content {
    clear: both;
}
#user-comment .box-comment textarea {
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    padding: 10px;
    margin: 10px 0;
    font-size: 14px;
    border: 1px solid #dbdbdb;
    outline: none;
}
#user-comment button {
    padding: 5px 10px;
    background: #007bd9;
    border: none;
    color: #fff;
    float: right;
}
.podcats-category-list .article {
    width: calc((100% - 80px) / 3);
    float: left;
    margin-left: 40px;
    margin-bottom: 40px;
}
.podcats-category-list .article-image {
    margin-bottom: 20px;
}
.podcats-category-list .article-content {
    margin-bottom: 20px;
}
.podcats-category-list .article-title {
    font-size: 18px;
    margin-bottom: 0;
}
.podcats-category-list .article-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
