.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 .1rem;
    background: #fff;
    box-sizing: border-box;
}

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

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

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

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

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

.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: #c60100;
}

.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: #c60100;
}

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

.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: .48rem;
    color: #332f3b;
    font-weight: 600;
}

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

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

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

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

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

.newscolumn li figure .cover {
    height: 1.8rem;
    border-radius: 0.1rem;
}

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

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

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

.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.28rem;
    font-weight: bold;
}

.aside_title .topic p {
    font-size: 0.24rem;
    color: #c60100;
    font-weight: bold;
}

.aside_title .more {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    font-size: 0.24rem;
    color: #c60100;
}

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

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

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

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

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

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

.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.24rem;
    color: #fff;
    font-weight: bold;
}

.outside .package .aside .hotnews .vertical li a p {
    font-size: .26rem;
    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: .45rem;
}

.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: .45rem;
}

.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: .45rem;
}

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

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

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

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

.outside .package .aside .suggestMatch .vertical li .simple .category {
    padding: .05rem .15rem;
    border-radius: 0.03rem;
    font-size: 0.05rem;
    background: #FAEA9C;
}

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

.outside .package .aside .suggestMatch .vertical li .individual {
    display: flex;
    align-items: center;
    padding: 0.12rem 0;
    gap: 0.1rem;
    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.08rem;
}

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

.outside .package .aside .suggestMatch .vertical li .individual .team .linkBox span {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.26rem;
    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.32rem;
}

.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;
    background: transparent;
}

.zhuanticont.container {
    padding: 0;
}

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

.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: #c60100;
    font-size: 14px;
    font-weight: normal;
    border-radius: 2px;
    display: inline-block;
    padding: 4px 8px;
    line-height: 120%;
    margin: 0 !important;
    margin-left: 10px !important;
    vertical-align: top;
    color: #fff;
    width: auto;
    height: auto;

}

.zt-text dd a.more {
    float: right;
    line-height: 24px;
}

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

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


.showMatchtitle .subject span {
    font-size: 0.38rem;
    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: #c60100;
}
 .categorySwitch li a {
    display: block;
    box-sizing: border-box;
    color: #626161;
    font-weight: 600;
    padding: 0.1rem 0.2rem;
    font-size: 0.28rem;
    white-space: nowrap;
}
 .categorySwitch .active a {
    color: #c60100;
}
.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:#c60100;
    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;
}
/*分页*/

.pages {
    display: flex;
}
.pages a, .pages strong, .pages span, .pages em {
    font-style: normal;
    color: #027345;
    float: unset !important;
    padding: 4px 0.165rem;
    width: auto !important;
    margin-right: 1px;
    line-height: .4rem;
    overflow: hidden;
    font-size: .24rem;
}
.pages span {
    color: red;
    font-weight: bold;
    display: inline-block;
}
.zhuanticont div.main-z2{
    display: flex;
    flex-direction: column;
    align-items: center;
}
