.zt {
    width: 1200px;
    margin: 50px auto;
}
.matchlive .outside {
    padding: 10px 0;
    box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(0, 0, 0, 0.16) 0px 4px 16px 0px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.zt .zhuantioutside * {
    box-sizing: content-box;
}
.crumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.crumbs span {
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px;
}
.crumbs span::before {
    content: "";
    width: 4px;
    height: 12px;
    border-radius: 6px;
    background: #727477;
}
.zhuantioutside ul, .zhuantioutside li {
    margin-inline-start: 0;
    padding-inline-start: 0;
    list-style: none;
    margin-bottom: 0;
    line-height: normal;
}
.zhuantioutside p {
    margin-bottom: 0;
    line-height: normal;
}
.crumbs ul {
    display: flex;
    align-items: center;
    flex: 1;
    overflow: hidden;
    padding-right: 20px;
}
.crumbs ul li {
    display: flex;
    align-items: center;
}
.crumbs ul li a {
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}
.crumbs ul li::after {
    content: ">";
    font-size: 14px;
    color: #fff;
    margin: 0 5px;
}
.crumbs ul li:last-child {
    flex: 1;
    overflow: hidden;
}
.crumbs ul li:last-child::after {
    content: "";
}
.crumbs ul li:last-child a {
    color: #1784d5;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
}
.zhuanticontainer {
    position: relative;
    width: 100%;
}


/*专题列表PC端样式*/
.zhuantioutside .package {
    display: flex;
    gap: 20px;
}
.zhuantioutside .package .within {
    width: 70%;
    background: #fff;
    box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(0, 0, 0, 0.16) 0px 4px 16px 0px;
    border-radius: 10px;
    box-sizing: border-box;
}
.zhuantioutside .newscolumn {
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.zhuantioutside .newscolumn li figure {
    display: flex;
    gap: 32px;
    margin: 10px 0;
    margin-inline-start: 20px;
    margin-inline-end: 20px;
}
.zhuantioutside .newscolumn li figure .cover {
    width: 30%;
    height: 160px;
    order: 2;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
}
.zhuantioutside .newscolumn li figure .cover .Image {
    width: 100%;
    height: 100%;
}
.zhuantioutside .newscolumn li figure figcaption {
    order: 1;
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 23px;
}
.zhuantioutside .newscolumn li figure figcaption .time_info {
    display: flex;
    height: fit-content;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 10px;
    white-space: nowrap;
    background: #f1f1f1;
    border-radius: 10px;
}
.zhuantioutside .newscolumn li figure figcaption .time_info span {
    font-size: 38px;
    color: #332f3b;
    font-weight: 600;
}
.zhuantioutside .newscolumn li figure figcaption .time_info time {
    color: rgb(68, 68, 68);
}
.zhuantioutside .newscolumn li figure figcaption article {
    display: flex;
    flex: 1;
    overflow: hidden;
    height: 102px;
    flex-direction: column;
    justify-content: space-between;
    gap: 21px;
}
.zhuantioutside .newscolumn li figure figcaption article span {
    font-size: 20px;
    color: #332f3b;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    display: block;
}
.zhuantioutside .newscolumn li figure figcaption article p {
    font-size: 16px;
    color: #5e5e5e;
    line-height: 26px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.pages {
    float: right;
    padding: 2px 0;
    display: flex;
    align-items: center;
}
.pages ul {
    display: flex;
    align-items: center;
}
.pages span {
    padding: 0 10px;
}
.pages a, .pages strong {
    font-size: 12px;
    color: #333;
    float: left;
    padding: 3px 10px;
    margin-right: 3px;
    height: 20px;
    background: #fff;
    line-height: 20px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.zhuantioutside .package .aside {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 25px;
    background: #fff;
    padding: 0 10px;
    padding-bottom: 10px;
    box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(0, 0, 0, 0.16) 0px 4px 16px 0px;
    border-radius: 10px;
}
.zhuantioutside .package .aside .hotnews {
    width: 100%;
    overflow: hidden;
}
.aside_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid #d0cfd1;
    padding: 10px 5px;
    margin-bottom: 20px;
}
.aside_title .topic {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    user-select: none;
}
.aside_title .topic span {
    color: #413d48;
    font-size: 18px;
    font-weight: bold;
}
.aside_title .topic p {
    font-size: 14px;
    color: #1784d5;
    font-weight: bold;
}
.aside_title .more {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #1784d5;
    gap: 5px;
    margin-right: 0;
}
.aside_title .more span {
    color: #1784d5;
    font-weight: bold;
}
.aside_title .more .iconfont1 {
    font-size: 12px;
}
.iconfont1.icon-gengduo:before {
    content: "\e678";
}
.zhuantioutside .package .aside .hotnews .vertical {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.zhuantioutside .package .aside .hotnews .vertical li {
    width: 100%;
    padding-left: 3px;
}
.zhuantioutside .package .aside .hotnews .vertical li:nth-child(1),
.zhuantioutside .package .aside .hotnews .vertical li:nth-child(2),
.zhuantioutside .package .aside .hotnews .vertical li:nth-child(3)
{
    padding-left: 0;
}
.zhuantioutside .package .aside .hotnews .vertical li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.zhuantioutside .package .aside .hotnews .vertical li a .icon {
    position: relative;
}
.zhuantioutside .package .aside .hotnews .vertical li:nth-child(1) a .icon .iconfont1
{
    color: #f43f3b;
    font-size: 30px;
}
.zhuantioutside .package .aside .hotnews .vertical li:nth-child(2) a .icon .iconfont1,
.zhuantioutside .package .aside .hotnews .vertical li:nth-child(3) a .icon .iconfont1
{
    color: #f4a83b;
    font-size: 30px;
}
.zhuantioutside .package .aside .hotnews .vertical li a .icon .iconfont1 {
    font-size: 24px;
    color: #d2d2d2;
}
.iconfont1.icon-redu:before {
    content: "\e601";
}
.zhuantioutside .package .aside .hotnews .vertical li:nth-child(1) a .icon .strong,
.zhuantioutside .package .aside .hotnews .vertical li:nth-child(2) a .icon .strong,
.zhuantioutside .package .aside .hotnews .vertical li:nth-child(3) a .icon .strong
{
    transform: translate(-50%, -30%);
}
.zhuantioutside .package .aside .hotnews .vertical li a .icon .strong {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}
.zhuantioutside .package .aside .hotnews .vertical li a p {
    font-size: 16px;
    color: #413d48;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
}
.zhuantioutside .package .aside .hotnews .vertical li a .icon .iconfont1 {
    font-size: 24px;
    color: #d2d2d2;
}
.zhuantioutside .package .aside .suggestMatch .vertical {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.zhuantioutside .package .aside .suggestMatch .vertical li {
    display: flex;
    flex-direction: column;
}
.zhuantioutside .package .aside .suggestMatch .vertical li .simple {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
}
.zhuantioutside .package .aside .suggestMatch .vertical li .simple time {
    font-size: 12px;
    color: #413d48;
    white-space: nowrap;
    font-weight: bold;
}
.zhuantioutside .package .aside .suggestMatch .vertical li .simple .category {
    font-size: 16px;
    padding: 5px 15px;
    background: #1784d5;
    border-radius: 5px;
}
.zhuantioutside .package .aside .suggestMatch .vertical li .individual {
    display: flex;
    align-items: center;
    padding: 12px 0;
    box-sizing: border-box;
    gap: 10px;
}
.zhuantioutside .package .aside .suggestMatch .vertical li .individual .team {
    flex: 1;
    overflow: hidden;
}
.zhuantioutside .package .aside .suggestMatch .vertical li .individual .team .linkBox {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
}
.zhuantioutside .package .aside .suggestMatch .vertical li .individual .team .linkBox span {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #413d48;
    font-weight: bold;
}
.zhuantioutside .package .aside .suggestMatch .vertical li .individual .team .linkBox img {
    width: auto;
    height: 32px;
}
.zhuantioutside .package .aside .suggestMatch .vertical li .individual .vs img {
    width: auto;
    height: 22px;
}
.zhuantioutside .package .aside .suggestMatch .vertical li .simple .category {
    font-size: 16px;
    padding: 5px 15px;
    background: #1784d5;
    border-radius: 5px;
}
.zhuantioutside .package .aside .suggestMatch .vertical li .simple .category a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}
.zhuantioutside .package .aside .suggestMatch .vertical li .individual .team:first-child .linkBox span {
    text-align: right;
}
.zhuantioutside .package .aside .suggestMatch .vertical li .status {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #f7f3ff;
}
.zhuantioutside .package .aside .suggestMatch .vertical li .status .linkBox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    user-select: none;
}



/*专题详情页PC端样式*/
.zt-top {
    height: 242px;
    width: calc(100% - 20px);
    padding: 10px;
    background: #fff;
    margin: 0 0 20px 0%;
    overflow: hidden;
    box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(0, 0, 0, 0.16) 0px 4px 16px 0px;
    border-radius: 10px;
}
.zt-top * {
    box-sizing: border-box !important;
}
.zt-img {
    border-radius: 8px;
    float: left;
    height: 240px;
    width: 400px;
    box-sizing: border-box;
    padding: 0 20px 0 0;
    margin: 0px;
    overflow: hidden;
}
.zt-top img {
    border-radius: 18px;
    min-height: 230px;
    margin: 0px 0 0 0px;
    float: left;
    width: 100%;
}
.zt-right {
    background: #fcfcfc;
    box-shadow: 0 2px 5px #ddd;
    float: right;
    height: 242px;
    width: calc(100% - 420px);
    overflow: hidden;
    margin: 0px 0px;
    color: #000;
    padding-left: 20px;
}
.zt-right h1 {
    font-size: 16px;
    float: left;
    height: 50px;
    width: 82%;
    margin: 15px 6% 0 6%;
    line-height: 60px;
    overflow: hidden;
}
.zt-text {
    float: left;
    height: 180px;
    line-height: 30px;
    width: 95%;
    margin: 0 0%;
    overflow: hidden;
}
.zt-text p {
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 5px;
    font-size: 12px;
    color: #aaa;
}
.zt-text span {
    text-indent: 2em;
    float: left;
    height: 84px;
    width: 100%;
    line-height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
}
.zt-text dd {
    text-align: left;
    display: block;
    line-height: 24px;
}
.zt-text dd a.btn-flat {
    background-color: #1784d5;
    font-size: 14px;
    font-weight: normal;
    border-radius: 2px;
    display: inline-block;
    padding: 4px 8px;
    line-height: 120%;
    margin-left: 10px;
    vertical-align: top;
    color: #fff;
}
.zt-text dd a.more {
    float: right;
    line-height: 24px;
}
.zt-text dd a {
    color: #ee4d4d;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}
.zhuantizhibo{
    background-color: #fff !important;
}
.zhuantizhibo .outside{
    padding: 10px !important;
}
.zhuantioutside .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    margin-bottom: 0;
}
.zhuantioutside .title .subject {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.zhuantioutside .title .subject span {
    font-size: 28px;
    color: #332f3b;
    white-space: nowrap;
    font-weight: 600;
}
.categorySwitch {
    display: flex;
    align-items: center;
    border-bottom: 3px solid #d0cfd1;
    overflow-x: auto;
}
.categorySwitch .active
{
    border-bottom-color: #E7A014;
}
.categorySwitch li {
    border-bottom: 2px solid transparent;
}
.categorySwitch li a {
    display: block;
    padding: 10px 30px;
    box-sizing: border-box;
    font-size: 18px;
    color: #626161;
    font-weight: 600;
    white-space: nowrap;
}
.matchlive .zhuantioutside .outside .surface {
    height: auto;
    overflow-y: auto;
}
.matchlive .outside .surface ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.matchlive .outside .surface ul li {
    display: grid;
    align-items: center;
    grid-template-columns: 1.5fr 1fr 1.5fr 3fr 2fr;
    text-align: center;
    user-select: none;
}
.matchlive .outside .surface ul li .nba {
    display: flex;
    justify-content: center;
}
.matchlive .outside .surface ul li .nba .linkBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 160px;
}
.matchlive .outside .surface ul li .nba .linkBox img {
    height: 38px;
    border-radius: 50%;
    width: 60px;
    object-fit: contain;
}
.matchlive .outside .surface ul li .status a, .matchlive .outside .surface ul li time
{
    color: #232d3e;
    white-space: nowrap;
    font-size: 14px;
}
.matchlive .outside .surface ul li .troop {
    display: grid;
    grid-template-columns: 3fr 1fr 3fr;
    align-items: center;
    user-select: none;
}
.matchlive .outside .surface ul li .troop .linkBox:first-child {
    display: flex;
    justify-content: flex-end;
}
.matchlive .outside .surface ul li .troop .linkBox {
    overflow: hidden;
}
.matchlive .outside .surface ul li .troop .vs {
    display: flex;
    align-items: center;
    justify-content: center;
}
.matchlive .outside .surface ul li .troop .team {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    overflow: hidden;
}
.matchlive .outside .surface ul li .troop .team img {
    width: 36px;
    height: auto;
}
.matchlive .outside .surface ul li .troop .team span {
    color: #232d3e;
    font-size: 14px;
    white-space: nowrap;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.matchlive .outside .surface ul li .definition {
    background-color: #fff;
    display: flex;
    margin: auto;
    min-width: 119px;
    width: auto;
    height: 35px;
    border-radius: 10px;
    user-select: none;
    box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(0, 0, 0, 0.16) 0px 4px 16px 0px;
}
.matchlive .outside .surface ul li .definition .linkBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 5px;
    padding: 0 5px;
}

/*底部*/
.cj-qkxz *,.cj-qkxz {
    box-sizing: border-box !important;
}

.cj-qkxz {
    box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(0, 0, 0, 0.16) 0px 4px 16px 0px;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    background: #fff;
    margin-bottom: 12px;
    overflow: hidden;
    zoom: 1;
    margin-top: 20px;
    box-sizing: border-box;
}

.cj-qkxz ul {
    overflow: hidden;
    zoom: 1;


}
.cj-qkxz ul li {
    list-style: none;
    height: 150px;
    padding: 20px 15px;
    /*border: 1px solid #e2e2e2;*/
    width: calc(50% - 10px);
    display: inline-block;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
}

.cj-qkxz ul li:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}

.cj-qkxz ul li img {
    object-fit: cover;
    width: 110px;
    height: 110px;
    border-radius: 10px;
    float: left;
}

.cj-qkxz ul li div {
    height: 150px;
    width: calc(100% - 130px);
    overflow: hidden;
    float: right;
}

.cj-qkxz ul li p {
    width: 100%;
    height: 60px;
    overflow: hidden;
    position: relative;
    padding: 0px;
}

.cj-qkxz ul li p a, .cj-qkxz ul li p b {
    font-weight: 500;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 295px;
}

.cj-qkxz ul li p a {
    font-size: 18px;
    color: #333;
}

.cj-qkxz ul li p a, .cj-qkxz ul li p b {
    font-weight: 500;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 295px;
}

.cj-qkxz ul li p a.down {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 12px;
    width: 70px;
    color: #fff;
    height: 29px;
    border-radius: 3px;
    background-color: #1784d5;
    text-align: center;
    line-height: 29px;
    float: right;
    z-index: 9;
}

.cj-qkxz ul li p a.down:hover {
    color: #fff;
}

.cj-qkxz ul li .info {
    height: 39px;
    color: #666;
    font-size: 14px;
    margin-top: 8px;
}


@media (max-width: 600px) {
    .zt {
        width: 100%;
    }
    .zhauntimatchlive{
        margin-top: 10px !important;
    }
    .zhuantioutside {
        margin-top: 10px;
    }
    .crumbs {
        gap: 1.33333vw;
        margin-bottom: 2.66667vw;
        padding-left: 1.33333vw;;
    }
    .crumbs span {
        font-size: 2.66667vw;
        gap: 1.33333vw;
    }
    .crumbs ul {
        padding-right: 2.66667vw;
    }
    .crumbs ul li a {
        font-size: 2.66667vw;
    }

    /*专题列表手机端端样式*/
    .zhuantioutside .package{
        flex-direction: column;
    }
    .zhuantioutside .package .within {
        width: 100%;
        padding: 5px 5px;
        box-sizing: border-box;
    }
    .newscolumn {
        padding-top: 16px;
    }
    .zhuantioutside .newscolumn li figure {
        margin-inline-start: 0;
        margin-inline-end: 0;
        margin: 0 0 10px;
        gap: 15px;
    }
    .zhuantioutside .newscolumn li figure .cover {
        height: 5.5rem;
    }
    .zhuantioutside .newscolumn li figure figcaption {
        gap: 10px;
    }
    .zhuantioutside .newscolumn li figure figcaption .time_info {
        padding: 14px 8px;
    }
    .zhuantioutside .newscolumn li figure figcaption .time_info span {
        font-size: 24px;
    }
    .zhuantioutside .newscolumn li figure figcaption .time_info time {
        font-size: 13px;
    }
    .zhuantioutside .newscolumn li figure figcaption article {
        gap: 10px;
        height: 4.5rem;
    }
    .zhuantioutside .newscolumn li figure figcaption article span {
        font-size: 15px;
    }
    .zhuantioutside .newscolumn li figure figcaption article p {
        font-size: 13px;
        line-height: 18px;
    }




    /*专题详情页手机端样式*/
    .zt-top {
        padding: 0;
        height: auto;
        width: 100%;
    }
    .zt-img {
        width: 100%;
        float: none;
        padding: 0;
    }
    .zt-right {
        float: none;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding-bottom: 20px;
    }
    .zt-text {
        height: auto;
    }
    .m-1 {
        margin-bottom: 10px;
    }
    .matchlive .outside {
        padding: 1.33333vw 0;
        gap: 2.66667vw;
    }
    .title {
        margin-bottom: 4vw;
    }
    .matchlive .outside .surface ul li .nba .linkBox {
        gap: 1.06667vw;
        width: 70px;
    }
    .matchlive .outside .surface ul li .nba .linkBox img {
        width: 25px;
        height: 5.06667vw;
    }
    .matchlive .outside .surface ul li .nba .linkBox span {
        font-size: 2.4vw;
    }
    .matchlive .outside .surface ul li .status a, .matchlive .outside .surface ul li time {
        font-size: 2.4vw;
    }
    .matchlive .outside .surface ul li .status a, .matchlive .outside .surface ul li time {
        font-size: 2.4vw;
    }
    .matchlive .outside .surface ul li .status a, .matchlive .outside .surface ul li time {
        font-size: 2.4vw;
    }
    .matchlive .outside .surface ul li .troop .team img {
        width: 4.8vw;
    }
    .matchlive .outside .surface ul li .troop .team {
        gap: 1.33333vw;
    }
    .matchlive .outside .surface ul li .troop .team span {
        color: #232d3e;
        font-size: 2.4vw;
    }
    .matchlive .outside .surface ul li .definition {
        min-width: 19vw;
        width: 18vw;
        height: 4.66667vw;
    }
    .matchlive .outside .surface ul li .definition .linkBox {
        gap: 0.66667vw;
    }
    .matchlive .outside .surface ul li .definition .linkBox {
        gap: 0.66667vw;
    }
    .matchlive .outside .surface ul li .definition .linkBox span {
        color: #232d3e;
        font-size: 2.4vw;
    }
    .cj-qkxz {
        box-sizing: border-box;
    }
    .cj-qkxz ul li {
        width: 100%;
        padding: 20px 0;
        margin: 0;
    }
    .cj-qkxz ul li p a.down {
        right: 10px;
    }
    .cj-qkxz ul li .info{
        background:#fff;
        color: #666;
    }

}


