@charset "utf-8";
.article-content {
	display: flex;
	justify-content: space-between;
}
.article-content .article-list {
	width: 70%;
	background: #fff;
	border-radius: 10px;
	height:fit-content;
}
.article-content .article-video {
	width: 28%;
	background: #fff;
	border-radius: 10px;
	height:fit-content;
}
.luxiang-menu {
	display: flex;
	justify-content: center;
	padding: 20px;
}
.luxiang-menu li {
	cursor: pointer;
	width: 250px;
	height: 44px;
	line-height: 2.5;
	text-align: center;
	color: #459ADD;
	border: solid 1px #459ADD;
}
.luxiang-menu li a {
	display: inline-block;
	width: 100%;
	color: #459ADD;
}
.luxiang-active {
	background:#459ADD;
	color: #FFFFFF!important;
}
.luxiang-active a {
	color: #FFFFFF!important;
}
.luxiang-menu li:nth-child(1) {
border-radius: 10px 0 0 10px;
}
.luxiang-menu li:nth-child(2) {
border-radius: unset;
}
.luxiang-menu li:nth-child(3) {
border-radius: 0 10px 10px 0;
}
.luxiang-menu li:nth-child(3) {
border-radius: 0 10px 10px 0;
}
.luxiang-menu li img {
	width: 24px;
	height: 24px;
	vertical-align: middle;
}
.zq-luxiang-item {
	padding: 15px 10px;
	background: #E1EAFE;
	position: relative;
}
.zq-luxiang-item div {
	width: 95%;
	display: inline-block;
}
.zq-zhibo-open {
	width: 90%;
}
.open-close {
	height: auto!important;
	overflow: unset!important;
}
.open-close .zq-zhibo-open {
	background: url(../images/up.png) !important;
}
.zq-zhibo-open {
	background: url(../images/down.png);
	width: 18px;
	height: 18px;
	display: none;
	float: right;
	margin-top: 5px;
}
.zq-luxiang-item ul {
	display: inline;
}
.zq-luxiang-item ul li {
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	color: #333333;
}
.zq-luxiang-item ul li a {
	color: #333333;
}
.erji-active {
	padding: 5px;
	background: #459ADD;
	color: #fff!important;
	border-radius: 5px;
}
.erji-active a {
	color: #FFFFFF!important;
}
.article-news-list {
	margin-bottom: 25px;
}
.article-news-list .news-info li {
	padding: 10px 20px;
	border-bottom: solid 1px #eee;
	position: relative;
}
.article-news-list .news-info li a img {
	max-width: none;
	width: 180px;
	height: 120px;
	margin-right: 10px;
	border-radius: 5px;
}
.article-news-list .news-info li a:hover img {
	transform: scale(1.1);
transition: transform .4s;
}
.article-news-list a {
	color: #333333;
}
.article-news-list .art-ne-lt-nr {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.article-news-list .art-ne-lt-nr .art-ne-lt-key {
	font-size: 12px;
	color: #6B6B6B;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.article-news-list .art-ne-lt-nr .art-ne-lt-key a {
	background: #F4F4F4;
	padding: 4px 16px;
	border-radius: 15px;
	margin-right: 10px;
}
.article-news-list .art-ne-lt-nr .art-ne-lt-key a:hover {
	color: #459ADD;
}
.article-news-list .art-ne-lt-nr .art-ne-lt-key span {
	right: 20px;
	position: absolute;
}
.article-news-list .art-ne-lt-nr .art-ne-lt-wz p {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.zq-lx-bt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: solid 1px #459ADD;
	margin-left: 10px;
}
.zq-lx-bt a {
	color: #999999;
	font-size: 12px;
	margin-right: 20px;
}
.zq-lx-bt .zq-lx-header {
	margin-left:0!important;
}
.zq-lx-header {
	border-bottom: solid 1px #459ADD;
	padding-top: 10px;
	margin-left: 10px;
}
.zq-lx-header div {
	font-size: 18px;
	color: #FFFFFF;
	background: #459ADD;
	width: 134px;
	padding: 6px 5px;
}
.zq-lx-header img {
	width: 20px;
	height: 18px;
	vertical-align: middle;
}
.zq-lx-list {
	padding: 10px 0;
	margin-bottom: 20px;
}
.zq-lx-list .zq-lx-score {
	font-size: 13px;
	color: #999999;
	margin-bottom: 10px;
}
.zq-lx-header {
	border-bottom: solid 1px #459ADD;
	padding-top: 10px;
	margin-left: 10px;
}
.zq-lx-header div {
	font-size: 18px;
	color: #FFFFFF;
	background: #459ADD;
	width: 134px;
	padding: 6px 5px;
}
.zq-lx-header img {
	width: 20px;
	height: 18px;
	vertical-align: middle;
}
.zq-lx-matchInfo {
	padding: 10px 15px;
	border-bottom: solid 1px #eee;
}
.zq-lx-matchInfo:nth-last-child(1) {
border: none;
}
.zq-lx-teamInfo {
	justify-content: space-between;
	align-items: center;
}
.zq-lx-teamInfo img {
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin-right: 10px;
}
.zq-lx-teamInfo ul {
	width: 40%;
}
.zq-lx-teamInfo ul li {
	margin: 5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zq-lx-teamInfo p {
	color: #FF1336;
	font-size: 20px;
	font-weight: 700;
	width: 30%;
}
.zq-lx-teamInfo a {
	border: solid 1px #FFFFFF;
	padding: 5px;
	border-radius: 5px;
	color: #459ADD;
}
.zq-lx-teamInfo a:hover {
	color: #fff;
	background: #459ADD;
}














.duansp_list_fl {
	border-right: 1px #eee solid;
	border-left: 1px #eee solid;overflow:hidden
}

.duansp_list_fl li {
	width: 149px;
	float: left;
	text-align: center;
	margin-bottom: 18px;
	margin-top: 11px;  margin-left:10px;border:#ccc 1px solid; padding:2px;
}

.duansp_list_flnr .dsp_title {
	
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 26px;
	height: 26px;
	margin: 0 auto;
	text-align:center; overflow:hidden; color:#666; font-size:14px
}

.duansp_list_flnr .dsp_photo {
	position: relative;
	width: 100%;
	height: 100px;
	margin: 0 auto
}

.duansp_list_flnr .dsp_photo span {
	width: 100%;
	height: 90px;
	display: block
}

.duansp_list_flnr .dsp_photo span img {
	width: 100%;
	height: 90px;
	display: block;
	border-radius: 6px
}

.duansp_list_flnr .dsp_photo .covermask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}

.duansp_list_flnr .dsp_photo:hover .covermask {
	opacity: .2;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}

.duansp_list_flnr .dsp_photo .playbtn {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	width: 49px;
	height: 49px;
	background: url(../images/dspleft_ico.png) no-repeat 0 0;
	opacity: 0;
	-webkit-transform: scale(.7);
	-webkit-transition-property: opacity,-webkit-transform;
	-webkit-transition-duration: .5s;
	transform: scale(.7);
	transition-property: opacity,transform;
	transition-duration: .5s;
	zoom: 1;
	background-size: 100% 100%
}

.duansp_list_flnr .dsp_photo:hover .playbtn {
	opacity: .9;
	-webkit-transform: scale(1);
	-webkit-transition-property: opacity,-webkit-transform;
	-webkit-transition-duration: .5s;
	transform: scale(1);
	transition-property: opacity,transform;
	transition-duration: .5s;
	cursor: pointer
}






.ztz_fllieb{padding:30px}
.ztz_fllieb li{width:94px;height:96px;border-radius:4px;border:1px #eee solid;text-align:center;float:left;margin:0 15px 30px}
.ztz_fllieb li img{width:60px;height:60px;padding-top:8px}
.ztz_fllieb li span{display:block;height:72px}
.ztz_fllieb .ztz_dwmc{color:#666;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; font-size:14px}
.ztz_fllieb li:hover{border:1px #009999 solid;color:#009999}
.ztz_fllieb li:hover a .ztz_dwmc{color:#009999}


/* ===== 战队列表页面响应式适配 ===== */

/* 平板设备 (768px - 1024px) */
@media screen and (max-width: 1024px) {
    .article-content {
        flex-direction: column;
    }
    .article-content .article-list {
        width: 100%;
    }
    .article-content .article-video {
        width: 100%;
        margin-top: 20px;
    }
    /* 战队列表网格调整 */
    .ztz_fllieb li {
        width: 80px;
        height: 82px;
        margin: 0 10px 20px;
    }
    .ztz_fllieb li img {
        width: 48px;
        height: 48px;
        padding-top: 6px;
    }
    .ztz_fllieb li span {
        height: 60px;
    }
    .ztz_fllieb .ztz_dwmc {
        font-size: 12px;
    }
}

/* 手机设备 (最大宽度 767px) */
@media screen and (max-width: 767px) {
    /* ===== 布局切换 ===== */
    .article-content {
        flex-direction: column;
        padding: 0 8px;
    }
    .article-content .article-list {
        width: 100%;
        border-radius: 8px;
        overflow: hidden;
    }
    .article-content .article-video {
        width: 100%;
        margin-top: 15px;
        border-radius: 8px;
        overflow: hidden;
    }

    /* ===== 面包屑 ===== */
    .gy_position_tit {
        padding: 10px 12px;
        font-size: 12px;
        flex-wrap: wrap;
    }
    .gy_position_tit li {
        display: inline-block;
        line-height: 1.8;
    }

    /* ===== 顶部筛选栏 ===== */
    .zq-luxiang-item {
        padding: 10px 8px;
    }
    .zq-luxiang-item div {
        width: 100%;
        display: block;
    }
    .zq-luxiang-item ul {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        padding: 0;
        margin: 0;
    }
    .zq-luxiang-item ul li {
        display: inline-block;
        padding: 4px 10px;
        font-size: 12px;
        white-space: nowrap;
    }
    .zq-zhibo-open {
        display: none !important;
    }

    /* ===== 战队列表网格 (手机版) ===== */
    .ztz_fllieb {
        padding: 15px 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
    }
    .ztz_fllieb li {
        width: calc(25% - 10px);  /* 每行4个 */
        min-width: 70px;
        max-width: 90px;
        height: 85px;
        margin: 0;
        border-radius: 6px;
        border: 1px solid #eee;
        text-align: center;
        float: none;
        box-sizing: border-box;
        padding: 4px 0;
        transition: all 0.3s;
        background: #fff;
    }
    .ztz_fllieb li img {
        width: 40px;
        height: 40px;
        padding-top: 4px;
        object-fit: contain;
    }
    .ztz_fllieb li span {
        display: block;
        height: 50px;
    }
    .ztz_fllieb .ztz_dwmc {
        color: #666;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 11px;
        padding: 0 2px;
        line-height: 1.4;
    }
    .ztz_fllieb li:hover {
        border-color: #009999;
    }
    .ztz_fllieb li:hover a .ztz_dwmc {
        color: #009999;
    }

    /* ===== 右侧热门球队 ===== */
    .zq-lx-bt {
        margin-left: 6px;
    }
    .zq-lx-header div {
        font-size: 14px;
        width: 110px;
        padding: 4px 10px;
    }
    .zq-lx-header img {
        width: 16px;
        height: 14px;
    }
    .zq-lx-list {
        padding: 8px 0;
    }
    .zq-lx-matchInfo {
        padding: 8px 12px;
        display: flex !important;
        align-items: center;
        gap: 8px;
    }
    .zq-lx-matchInfo img {
        width: 24px !important;
        height: 24px !important;
        border-radius: 50%;
        flex-shrink: 0;
    }
    .zq-lx-matchInfo a {
        font-size: 12px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* ===== 分页 ===== */
    .ep-pages {
        padding: 10px 0;
        text-align: center;
    }
    .pagination {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px;
        padding: 0 10px;
    }
    .pagination li {
        display: inline-block;
        margin: 2px;
    }
    .pagination li a,
    .pagination li.active a {
        display: inline-block;
        padding: 4px 10px;
        font-size: 12px;
        border-radius: 4px;
        min-width: 28px;
        text-align: center;
    }
}

/* 小屏手机 (最大宽度 480px) */
@media screen and (max-width: 480px) {
    .ztz_fllieb {
        gap: 6px;
        padding: 10px 6px;
    }
    .ztz_fllieb li {
        width: calc(33.33% - 6px);  /* 每行3个 */
        min-width: 60px;
        height: 75px;
        padding: 2px 0;
    }
    .ztz_fllieb li img {
        width: 32px;
        height: 32px;
        padding-top: 2px;
    }
    .ztz_fllieb li span {
        height: 42px;
    }
    .ztz_fllieb .ztz_dwmc {
        font-size: 10px;
    }

    .zq-luxiang-item ul li {
        font-size: 11px;
        padding: 3px 8px;
    }
    .erji-active {
        padding: 3px 8px;
        border-radius: 4px;
    }

    /* 面包屑 */
    .gy_position_tit {
        font-size: 11px;
        padding: 6px 8px;
    }
}

/* 超小屏 (最大宽度 360px) */
@media screen and (max-width: 360px) {
    .ztz_fllieb li {
        width: calc(50% - 6px);  /* 每行2个 */
        height: 70px;
    }
    .ztz_fllieb li img {
        width: 28px;
        height: 28px;
    }
    .ztz_fllieb .ztz_dwmc {
        font-size: 9px;
    }
    .ztz_fllieb {
        gap: 4px;
        padding: 6px 4px;
    }
}
/* ===== 手机端面包屑宽度修复 ===== */
@media screen and (max-width: 768px) {
    .gy_position_tit {
        width: auto !important;
    }
}