.outside .package {
    display: flex;
    gap: 20px;
}

.outside .package .within {
    width: 70%;
}

.outside .package .aside {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 25px;
    background: #fff;
}

.outside .package {
    flex-direction: column;
}

.outside .package .within {
    width: 100%;
    padding: 0 .25rem;
    background: #fff;
    box-sizing: border-box;
}

.outside .package .aside {
    padding: 0 0.25rem;
    box-sizing: border-box;
}

.newscolumn {
    display: flex;
    flex-direction: column;
    gap: 26px;
    padding-top: 26px;
}

.newscolumn {
    gap: 0.65rem;
    padding-top: 0.65rem;
}

figure {
    margin-inline-start: 0;
    margin-inline-end: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

.newscolumn li figure {
    display: flex;
    gap: 0.8rem;
}

.newscolumn li figure .cover {
    width: 30%;
    height: 160px;
    order: 2;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
}

.newscolumn li figure .cover .Image {
    width: 100%;
    height: 100%;
}

.newscolumn li:hover figure figcaption .time_info {
    background: #28b28b;
}

.newscolumn li:hover figure figcaption .time_info span,
.newscolumn li:hover figure figcaption .time_info time {
    color: #fff;
}

.newscolumn li:hover figure figcaption article span {
    color: #28b28b;
}

.newscolumn li figure figcaption {
    order: 1;
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.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;
}

.newscolumn li figure figcaption .time_info span {
    font-size: 1.2rem;
    color: #332f3b;
    font-weight: 600;
}

.newscolumn li figure figcaption .time_info time {
    font-size: 0.65rem;
    color: #332f3b;
    font-weight: 600;
}

.newscolumn li figure figcaption .time_info {
    padding: 0.5rem 0.25rem;
    gap: 0.25rem;
    border-radius: 0.25rem;
}

.newscolumn li figure figcaption article span {
    color: #332f3b;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    display: block;
    font-size: 0.74rem;
}

.newscolumn li figure figcaption article {
    display: flex;
    flex: 1;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.525rem;
    height: 3.125rem;
}

.newscolumn li figure figcaption article p {
    color: #5e5e5e;
    font-size: .65rem;
    line-height: 0.9rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.newscolumn li figure .cover {
    height: 4.5rem;
    border-radius: 0.25rem;
}

.outside .package .aside .hotnews {
    width: 100%;
    overflow: hidden;
}

.outside .package .aside .hotnews .vertical {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.aside_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid #d0cfd1;
    padding: 0.25rem 0.125rem;
    margin-bottom: 0.5rem;
}

.aside_title .topic {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    user-select: none;
}

.aside_title .topic span {
    color: #413d48;
    font-size: 0.7rem;
    font-weight: bold;
}

.aside_title .topic p {
    font-size: 0.6rem;
    color: #28b28b;
    font-weight: bold;
}

.aside_title .more {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.6rem;
    color: #28b28b;
}

.aside_title .more span {
    color: #28b28b;
    font-weight: bold;
}

.aside_title .more .iconfont {
    font-size: .55rem;
}

.outside .package .aside .hotnews .vertical {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.outside .package .aside .hotnews .vertical li {
    width: 100%;
    padding-left: 3px;
}

.outside .package .aside .hotnews .vertical li:hover a p {
    color: #28b28b;
}

.outside .package .aside .hotnews .vertical li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.125rem;
}

.outside .package .aside .hotnews .vertical li a .icon {
    position: relative;
}

.outside .package .aside .hotnews .vertical li a .icon .iconfont {
    font-size: 24px;
    color: #d2d2d2;
}

.outside .package .aside .hotnews .vertical li a .icon .strong {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.6rem;
    color: #fff;
    font-weight: bold;
}

.outside .package .aside .hotnews .vertical li a p {
    font-size: .65rem;
    color: #413d48;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
}

.outside .package .aside .hotnews .vertical li:nth-child(1) {
    padding-left: 0;
}

.outside .package .aside .hotnews .vertical li:nth-child(1) a .icon .iconfont {
    color: #f43f3b;
    font-size: 1.125rem;
}

.outside .package .aside .hotnews .vertical li:nth-child(1) a .icon .strong {
    transform: translate(-50%, -30%);
}

.outside .package .aside .hotnews .vertical li:nth-child(2) {
    padding-left: 0;
}

.outside .package .aside .hotnews .vertical li:nth-child(2) a .icon .iconfont {
    color: #f4a83b;
    font-size: 1.125rem;
}

.outside .package .aside .hotnews .vertical li:nth-child(2) a .icon .strong {
    transform: translate(-50%, -30%);
}

.outside .package .aside .hotnews .vertical li:nth-child(3) {
    padding-left: 0;
}

.outside .package .aside .hotnews .vertical li:nth-child(3) a .icon .strong {
    transform: translate(-50%, -30%);
}

.outside .package .aside .hotnews .vertical li:nth-child(3) a .icon .iconfont {
    color: #f4a83b;
    font-size: 1.125rem;
}

.outside .package .aside .suggestMatch {
    width: 100%;
    overflow: hidden;
}

.outside .package .aside .suggestMatch .vertical {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.outside .package .aside .suggestMatch .vertical li {
    display: flex;
    flex-direction: column;
}

.outside .package .aside .suggestMatch .vertical li .simple {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.4rem;
}

.outside .package .aside .suggestMatch .vertical li .simple time {
    font-size: 0.6rem;
    color: #413d48;
    white-space: nowrap;
    font-weight: bold;
}

.outside .package .aside .suggestMatch .vertical li .simple .category {
    padding: 0.125rem 0.375rem;
    border-radius: 0.06667rem;
    font-size: 0.125rem;
    background: #FAEA9C;
}

.outside .package .aside .suggestMatch .vertical li .simple .category a {
    color: #E7A014;
    font-size: 0.65rem;
    font-weight: bold;
    white-space: nowrap;
}

.outside .package .aside .suggestMatch .vertical li .individual {
    display: flex;
    align-items: center;
    padding: 0.3rem 0;
    gap: 0.25rem;
    box-sizing: border-box;
}

.outside .package .aside .suggestMatch .vertical li .individual .team {
    flex: 1;
    overflow: hidden;
}

.outside .package .aside .suggestMatch .vertical li .individual .team .linkBox {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0.2rem;
}

.outside .package .aside .suggestMatch .vertical li .individual .team .linkBox img {
    width: auto;
    height: 1.05rem;
}

.outside .package .aside .suggestMatch .vertical li .individual .team .linkBox span {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.65rem;
    color: #413d48;
    font-weight: bold;
}

.outside .package .aside .suggestMatch .vertical li .individual .team:first-child .linkBox span {
    text-align: right;
}

.outside .package .aside .suggestMatch .vertical li .individual .vs {
    display: flex;
    align-items: center;
}

.outside .package .aside .suggestMatch .vertical li .individual .vs img {
    width: auto;
    height: 0.8rem;
}

.outside .package .aside .suggestMatch .vertical li .status {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #f7f3ff;
}

.outside .package .aside .suggestMatch .vertical li .status .linkBox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    user-select: none;
}

.outside .package .aside .suggestMatch .vertical li .status .linkBox img {
    width: 26px;
    height: 26px;
}

.outside .package .aside .suggestMatch .vertical li .status .linkBox span {
    font-size: 14px;
    color: #413d48;
    font-weight: bold;
}

/*详情页*/
.zhuanticont div {
    box-sizing: border-box;
}

.zhuanticont.wrap {
    position: relative;
    width: 100%;
    /*margin: 20px auto;*/
    box-sizing: border-box;
}

.zhuanticont.container {
    padding: 0;
}

.zt-top {
    height: auto;
    width: 100%;
    background: #fff;
    margin: 0 0 20px 0%;
    overflow: hidden;
}

.zt-img {
    border-radius: 8px;
    float: none;
    padding: 0 0px;
    width: 100%;
    height: 240px;
    margin: 0px;
    overflow: hidden;
}

.zt-top img {
    border-radius: 18px;
    min-height: 230px;
    margin: 0;
    float: left;
    width: 100%;
}

.zt-right {
    background: #fcfcfc;
    box-shadow: 0 0px 5px #ddd;
    overflow: hidden;
    margin: 0px 0px;
    color: #000;
    padding-left: 20px;
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.zt-right h1 {
    margin-block-start: 0;
    margin-block-end: 0;
    font-weight: normal;
}

.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: 90px;
    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 {
    color: #ee4d4d;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}

.zt-text dd a.btn-flat {
    background-color: #28b28b;
    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;
}

.showMatch {
    height: fit-content;
    background-size: cover;
    background-position: center;
    padding: 1.75rem 0.25rem;
    padding-top: .25rem;
    background: #fff;
}
.showMatchtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
}

.showMatchtitle .subject {
    display: flex;
    flex-direction: column;
    gap: 0.375rem
}


.showMatchtitle .subject span {
    font-size: 0.95rem;
    color: #332f3b;
    white-space: nowrap;
    font-weight: 600;
}
 .categorySwitch {
    display: flex;
    align-items: center;
    border-bottom: 3px solid #d0cfd1;
    overflow-x: auto;
}
.categorySwitch li {
     border-bottom: 2px solid transparent;
 }
.categorySwitch .active {
    border-bottom-color: #28b28b;
}
 .categorySwitch li a {
    display: block;
    box-sizing: border-box;
    color: #626161;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    font-size: 0.7rem;
    white-space: nowrap;
}
 .categorySwitch .active a {
    color: #28b28b;
}
.zhuanticont .zhibo{
    margin-top: 0;
}
.cj-qkxz *{
    box-sizing: border-box;
}
.cj-qkxz {
    border: 1px solid #e2e2e2;
    width: 100%;
    background: #fff;
    margin-bottom: 12px;
    overflow: hidden;
    zoom: 1;
    margin-top: 20px;
}
.cj-qkxz ul {
    overflow: hidden;
    zoom: 1;
}
.cj-qkxz ul li {
    list-style: none;
    height: 150px;
    padding: 20px 15px;
    border: 1px solid #e2e2e2;
    vertical-align: top;
    margin: 10px;
    position: relative;
    width: calc(100% - 20px);
    display: block;
}
.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% - 120px);
    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, .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:#28b28b;
    text-align: center;
    line-height: 29px;
    float: right;
    z-index: 1;
}
.cj-qkxz ul li p {
    width: 100%;
    height: 60px;
    overflow: hidden;
    position: relative;
    padding: 0px;
}
.cj-qkxz ul li .info {
    height: 39px;
    color: #666;
    font-size: 14px;
    margin-top: 8px;
}
