.container {
    background-color: #ADD8E6;
}
.mianbaoxie a, .mianbaoxie {
    color: rgb(32, 84, 174);
    padding: 0.1rem 0.1rem;
    height: 0.5rem;
    line-height: 0.3rem;
    overflow: hidden;
}

.outside .package {
    flex-direction: column;
    display: flex;
    gap: 20px;
}
.outside .package .within {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}

.newscolumn {
    display: flex;
    flex-direction: column;
}

.newscolumn li {
    display: flex;
    align-items: center; /* 垂直居中对齐 */
    overflow: hidden;
}
.newscolumn li a{
    width: 100%;
}
.newscolumn figure {
    display: flex;
    width: 100%;
    margin: 0; /* 移除默认外边距 */
    padding: 0.15rem 0.05rem; /* 移除默认内边距 */
}
.newscolumn li figure figcaption {
    display: flex;
    flex: 1;
    width: 1.8rem;
}
.newscolumn .time_info {
    display: flex;
    gap: 0.1rem;
    height: fit-content;
    padding: 0.2rem 0.1rem;
    border-radius: 0.15rem;
    white-space: nowrap;
    background: #f1f1f1;
    color: #332f3b;
    flex-direction: column;
    text-align: center;
    font-weight: 600;
}
.newscolumn .time_info span{
    font-size: 0.3rem;
}
.newscolumn article {
    display: flex;
    flex: 1; /* 让article占据剩余空间 */
    flex-direction: column;
    justify-content: space-between;
    gap: 0.125rem;
    align-self: center;
    margin: 0 8px;
}
.newscolumn li figure figcaption article span {
    color: #332f3b;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    font-size: 0.16rem;
}
.newscolumn li figure figcaption article p {
    color: #5e5e5e;
    font-size: .15rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.newscolumn li figure .cover {
    order: 2;
}
.newscolumn li figure .cover .Image {
    width: 0.95rem;
    height: 100%;
    border: 0;
    vertical-align: middle;
}

.hotnews {
    margin-bottom: 0.3rem;
}
.outside .package .aside {
    padding: 0 0.1rem;
    box-sizing: border-box;
    background-color: #ffffff;
}
.outside .package .aside .hotnews {
    width: 100%;
    overflow: hidden;
}
.aside_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid #d0cfd1;
    padding: 0.125rem 0.075rem;
    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-weight: bold;
}
.aside_title .topic p {
    color: rgb(32, 84, 174);
    font-weight: bold;
}
.aside_title .more {
    font-weight: bold;
    display: flex;
    align-items: center;
    color: rgb(32, 84, 174);
}
.outside .package .aside .hotnews .vertical {
    display: flex;
    flex-direction: column;
    gap: 0.175rem;
}
.outside .package .aside .hotnews .vertical li a {
    display: flex;
    align-items: center;
    gap: 0.125rem;
}
.outside .package .aside .hotnews .vertical li a .icon {
    position: relative;
}
.outside .package .aside .hotnews .vertical li a .icon .iconfont {
    font-size: 0.275rem;
    color: #d2d2d2;
}

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

.outside .package .aside .hotnews .vertical li a p {
    font-size: .15rem;
    color: #413d48;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
}
.outside .package .aside .hotnews .vertical li:nth-child(1) a .icon .iconfont {
    color: #f43f3b;
    font-size: 0.235rem;
}
.outside .package .aside .hotnews .vertical li:nth-child(1) a .icon .strong {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -30%);
    font-size: 0.15rem;
    color: #fff;
    font-weight: bold;
}

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

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


.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.125rem;
    color: #413d48;
    white-space: nowrap;
    font-weight: bold;
}

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

.outside .package .aside .suggestMatch .vertical li .simple .category a {
    color: #E7A014;
    font-size: 0.1rem;
    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: 0.35rem;
}

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

.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;
    background-color: #ffffff;
}

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

.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: rgb(32, 84, 174);
    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: 0 0.05rem;
    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.2rem;
    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: rgb(32, 84, 174);
}
.categorySwitch li a {
    display: block;
    box-sizing: border-box;
    color: #626161;
    font-weight: 600;
    padding: 0.1rem 0.2rem;
    font-size: 0.18rem;
    white-space: nowrap;
}
.categorySwitch .active a {
    color: rgb(32, 84, 174);
}

.zhuanticont .zhibo{
    margin-top: 0;
}
.zhibo ul.match li.hot {
    background: -webkit-linear-gradient(45deg, #FFFFFF, #fef6db, #FFFFFF);
    background: linear-gradient(45deg, #FFFFFF, #fef6db, #FFFFFF);
    border-bottom-color: rgba(208, 179, 93, 0.33);
}
.zhibo ul.match li {
    border-bottom: 1px dotted #e1e1e1;
    padding: 0.1rem 0 0.3rem 0.1rem;
}
.zhibo ul.match li .zb_neirong {
    color: #666;
    overflow: hidden;
    height: 0.25rem;
}
.zhibo ul.match li .zb_neirong span.date {
    font-size: 0.15rem;
    padding: 0.05rem 0.1rem;
    background: #f3c91f;
    color: #fff;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}
.zhibo ul.match li.hot .zb_neirong .type, .zhibo ul.match li.hot .zb_neirong .match_info{
    font-weight: bold;
}
.zhibo ul.match li .zb_neirong a {
    margin-left: 0.1rem;
}
.zhibo, .zhibo a, .zhibo span {
    font-size: 0.16rem;
}
.zhibo ul.match li img {
    height: 23px;
    margin-left: 5px;
    margin-right: 5px;
    border: 0;
    vertical-align: middle;
}
.zhibo ul.match li .zb_pd {
    margin-left: 0.8rem;
    margin-top: 9px;
    color: #00BFFF;
}
.zhibo ul.match li .zb_pd a {
    padding-right: 12px;
    color: #00BFFF;
    font-size: 0.1rem;
}
.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:rgb(32, 84, 174);
    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;
}


