/* 公共样式 */

* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    color: #444;
    box-sizing: border-box;
}

body {
    background: #f3f3f3 none repeat 0 0;
    min-width: 320px;
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
}

img {
    max-width: 100%;
    height: auto;
}

/* 让滚动条在移动设备上更好看 */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

ul,
li,
dl,
dt,
dd {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

.ellipsismore {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
    /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.compent_css {
    width: 16px;
    height: 12px;
    margin-right: 8px;
}

.main-wrap {
    width: 1200px;
    margin: 0 auto;
}

.main {
    margin-top: 10px;
}

.top {
    min-width: 1200px;
    height: 70px;
    line-height: 70px;
    color: #16161A;
    background: #C60100;
}

.logo {
    width: 260px;
    font-size: 25px;
    line-height: 70px;
    font-family: FZShangKuS-R-GB-Regular, FZShangKuS-R-GB;
    height: 70px;
    display: flex;
    align-items: center;
}

.logo h1 {
    display: flex;
    align-items: center;
}

.logo img {
    width: 100%;
    object-fit: contain;
    height: 60px;
    vertical-align: top;
}

.ul-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-shrink: 0;
    width: 940px;
    color: rgb(242, 22, 70);
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 3px;
}

.ul-wrap::-webkit-scrollbar {
    height: 6px;
}

.ul-wrap::-webkit-scrollbar-thumb {
    background-color: rgba(242, 22, 70, 0.2);
    border-radius: 3px;
}

/*.navList {*/
/*    height: 70px;*/
/*    line-height: 70px;*/
/*    padding: 0 15px;*/
/*    display: block;*/
/*    color: #fff;*/
/*    !*margin-left: 26px;*!*/
/*}*/

/*.navList:hover {*/
/*    color: #C60100;*/
/*    background-color: #fff;*/
/*}*/
.ul-wrap>div {
    position: relative;
    height: 70px;
    line-height: 70px;
    min-width: 120px;
    margin: 0 5px;
    text-align: center;
}

.navList {
    position: relative;
    height: 70px;
    line-height: 70px;
    padding: 0 15px;
    display: block;
    color: #fff;
}

.ul-wrap>div:hover .navList {
    color: #C60100;
    background-color: #fff;
}

.ul-wrap_tab_classify {
    position: absolute;
    width: auto;
    min-width: 120px;
    height: auto;
    min-height: 100px;
    background-color: #fff;
    z-index: 11;
    top: 70px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0 10px;
    display: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 3px 3px 6px -1px #e0e0e0;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.ul-wrap_tab_classify>div {
    line-height: 25px;
    padding: 10px 0px;
    text-align: center;
    width: auto;
    min-width: 100px;

}

.ul-wrap_tab_classify>div a {
    font-size: 18px;
    display: block;
    white-space: nowrap;
    width: auto;
    min-width: 120px;
}

.ul-wrap>div img.down {
    position: absolute;
    display: block;
    right: -2px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.ul-wrap_tab:hover .ul-wrap_tab_classify {
    display: block;
}

.ul-wrap_tab:hover img.down {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
}

.ul-wrap>div a.navList {
    font-size: 16px;
    color: #fff;
    position: relative;
}

.ul-wrap>div:nth-child(1) {
    margin-left: 34px;
}

.ul-wrap .ul-wrap_tab:nth-child(1) {
    margin-left: 34px;
}

.actHdborder {
    color: #C60100 !important;
    background-color: #fff !important;
}

.actBc {
    background-color: #f8eef0;
}

.flex {
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
}

.qdxq {
    background: url(../images/qdxq.png)no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
}

.qdxq img {
    width: 51px;
    height: 51px;
}

.left-main1 {
    width: 780px;
}

.lxsp-box {
    width: 100%;
    display: flex;

}

.lxsp {
    width: 50%;
    height: 48px;
    background: #A5A5A5;
    text-align: center;
    line-height: 48px;
    color: #fff;
    cursor: pointer;
}

.ztz_fllieb {
    padding: 30px;
    display: none;
}

#test2 {
    display: none;
}

.ztz_fllieb li {
    width: calc(calc(100% / 5) - 30px);
    height: 105px;
    border-radius: 4px;
    border: 1px #eee solid;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    margin: 0 15px 30px;
}

.ztz_fllieb li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.ztz_fllieb li span {
    display: block;
    height: 72px;
    overflow: hidden;
}

.ztz_fllieb li img {
    width: 60px;
    object-fit: contain;
    height: 60px;
    padding-top: 8px;
    transition: all 0.5s;
}

.ztz_fllieb>li:hover img {
    transform: scale(1.08);
}

.ztz_fllieb .ztz_dwmc {
    color: #666;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.botm {
    padding-top: 10px;
    min-width: 1200px;
    background: #212224;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin-top: 30px;

}

.botm1 {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
}

.botm1 h3,
.botm2 h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.botm1-ul {
    display: flex;
    align-items: center;

}

.botm1-ul li a {
    margin-left: 30px;
    color: #8D93A1;
}

.botm2-ul a {
    color: #8D93A1;
    display: inline-block;
    padding: 10px 0;
    margin-right: 20px;
    font-size: 14px;
}

.botm2 {
    width: 100%;
    height: auto;
    min-height: 80px;
    padding: 10px 0px;
    border-bottom: solid 1px #161617;
    margin-top: 10px;
}

.botm3 {
    width: 100%;
    height: 60px;

    margin-top: 10px;
}

.botm3 p {
    color: #8D93A1;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

.botm3 p a {
    color: #8D93A1;
    font-size: 12px;
    line-height: 30px;
    margin: 0 5px;
}

.box {
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    margin-top: 16px;
    width: 100%;
}


.search_classify {
    margin: 20px 0;
    padding: 20px 15px;

}

.search_classify>span {
    width: 100%;
    margin-bottom: 10px;
    color: #444;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.search_classify>span:last-child {
    margin-bottom: 0;
}

.search_classify a {
    display: inline-block;
    width: 86%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #f21646;
}

.tags {
    margin: 20px 0;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
}

.tags a {
    margin-right: 15px;
    margin-top: 20px;
    padding: 8px 15px;
    background: #F3F4F7;
    line-height: 20px;
    border-radius: 6px;

}

.tags a:hover {
    color: #EF0166;
    ;
}

.tags strong {
    font-weight: 600;
    margin-right: 5px;
    vertical-align: middle;
    color: #EF0166;
}

.tags_list {
    width: 100%;
    padding: 30px 20px;
    overflow: hidden;
    box-sizing: border-box;
}

.tags_list .tags_ba a {
    padding: 10px 20px;
    margin-right: 15px;
    border: 1px #eee solid;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
}

.tags_list .tags_ba a:hover {
    color: #C60100;
    border-color: #C60100;
}

.layui-btn-group {
    margin-left: 0 !important;
    display: flex !important;
    justify-content: center;
}


.jijin a {
    display: block;
    height: 48px;
    line-height: 48px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EEF3F8;
    margin: 0 10px;
}

.jijin li:hover p {
    color: red;
}

.jijin span {
    color: #999999;
    font-size: 14px;
}

.jijin #qwe span {
    display: inline-block;

    width: 140px;
}

.jijin #qwe p {
    width: calc(100% - 150px);
    margin-right: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.jijinSpanwidth {
    width: 94px;
}






.right-box {
    background: #Fff;
    box-sizing: border-box;
    padding: 20px;
}

.martop {
    margin-top: 16px;
}

.qdzx1 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #EEF3F8;
    font-weight: 600;
    margin-top: -15px;
    font-size: 18px;
    padding-top: 2px;
    position: relative;
}

.yuan {
    min-width: 4px;
    height: 4px;
    background: #959595;
    border-radius: 50%;
    margin: 0 7px;
}

.qdzx1::after {
    position: absolute;
    width: 3px;
    height: 16px;
    background: #C60100;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    content: "";
    left: -20px;
    top: 18px;
}

.qdzx1 span {
    font-size: 18px;
    font-weight: 600;
    color: #373737
}

.qdzx {
    display: flex;
    padding-bottom: 10px;
}

.qdzx img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin-left: 20px;
}

.jijinTitle {
    padding-top: 10px;
    padding-left: 20px;
}

.jijinInfo {
    padding: 10px 20px 20px 20px
}

.rightTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.timeLive {
    margin-left: 20px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #373737;
}

.timeLive::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 5px;
    width: 3px;
    height: 16px;
    background-color: #C60100;
}

.timeLive1 {
    margin-left: 20px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #373737;
}

.timeLive1::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 5px;
    width: 3px;
    height: 16px;
    background-color: #C60100;
}


.grayline {
    margin-top: 10px;
    border-bottom: 1px solid #EEF3F8;
    width: 100%;
}

.hotlive img {
    width: 23px;
    height: 18px;
}

.hotlive span {
    font-size: 18px;
    font-weight: 600;
    color: #373737;
}

.qdzx span {
    margin-left: 13px;
    color: #fff;
    font-weight: 800;
}

.qdzx1 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #EEF3F8;
    font-weight: 600;
    margin-top: -15px;
    font-size: 16px;
}



.ul-zxsp li {
    height: 142px;
    margin-top: 15px;
    cursor: pointer;
    border-bottom: 1px solid #EEF3F8;
    flex-shrink: 0;

}

.ul-zxsp li:hover .right1-u-zxsp p {
    color: #c60100;
}

.ul-zxsp li:nth-child(1) {
    margin-top: 0;
}

.ul-zxsp li a {
    margin-top: 16px;
    display: flex;
}

.ul-zxsp1 li a {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ul-zxsp1 li a img {
    height: 88px;
    object-fit: cover;
}

.ul-zxsp li img {
    width: 184px;
    height: 125px;
    object-fit: cover;
    margin-left: 10px;
    border-radius: 4px;
}

.ul-zxsp1 li {
    height: 88px;
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    padding-bottom: 10px;
}


.ul-zxsp1 li:hover .right-u-zxsp p {
    color: #c60100;
}

.right-u-zxsp {
    margin-left: 10px;
    height: 88px;
    width: calc(100% - 130px);
}


.right1-u-zxsp p {
    font-size: 16px;
    font-weight: 600;
    width: 540px;
    height: 20px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tws {
    width: 100%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-u-zxsp span {
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    margin-bottom: 5px;

}

.padd {
    padding: 30px;
}

.right1-u-zxsp {
    margin-left: 10px;
    height: 125px;
    width: calc(100% - 204px);
}

.tws1 {
    width: 570px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 14px;
    margin-bottom: 29px;
}

.fy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 17px;
    max-width: 800px;
}

.fy1 {
    max-width: 400px;
    box-sizing: border-box;
    padding: 20px;
}

.fy1 a {
    color: #EF0166;
}

.fy1 P {
    margin-top: 15PX;
    font-weight: 600;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.fy div {
    width: 380px;
    /*height: 100px;*/
    background-color: #fff;
}

.tws2 {

    width: 538px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 14px;
    margin-bottom: 29px;
}

.right1-u-zxsp span {
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;

}

.box-w1 {
    width: 780px;
    overflow: hidden;
    box-sizing: border-box;
}

.box-w2 {
    width: 400px;
    /* max-height: 356px;
    padding: 20px;
    overflow: hidden; */
}

.jcjj li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    /*margin-left: 14px;*/
    padding: 10px;
}

.jcjj li:first-child {
    margin-top: 5px;
}

/*.jcjj li:last-child {
    margin-bottom: 12px;
}*/

.jcjj1 li {
    height: 38px;
    line-height: 38px;
    width: 296px;
    background: #F1F3F5;
    margin-top: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-left: 12px;
}

.jcjj1 li span {
    color: #5C6166;
    margin-left: 10px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rmhf li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    text-overflow: ellipsis;

}

.rmhf>li:nth-child(1)>span {
    color: #ff008c;
}

.rmhf>li:nth-child(2)>span {
    color: #fc7f00;
}

.rmhf>li:nth-child(3)>span {
    color: #fbb21a;
}


.qh {
    font-size: 14px;
    margin-right: 4px;
    cursor: pointer;
}

.qh span {
    color: #707070;
    margin-right: 7px;
}




.rdzbbh {
    height: auto;
    overflow: hidden;
    line-height: 40px;
    background: #F3F4F7;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    margin-top: 10px;
    padding: 15px 20px 30px 15px;
    color: #fff;
    background: url(../images/rdzbbh.png) no-repeat center;
    display: none;
}

.rdzbbh2 {
    height: 40px;
    line-height: 40px;
    background: #F3F4F7;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    margin-top: 16px;
    overflow: hidden;
}

.rdzbbh4 {
    display: flex;
}

.rdzbbh2 .rdzbbh4>div:nth-child(1) {
    color: #EF0166;
    margin-left: 20px;
    font-weight: 600;

}

.rdzbbh2 .rdzbbh4>div:nth-child(2) {
    color: #707070;
    margin-left: 10px;

}

.rdzbbh2 .rdzbbh4 div:nth-child(3) {
    display: flex;
    width: 180px;
    color: #707070;
    margin-left: 10px;

}

.divEllipsis {
    color: #707070;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rdzbbh1 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    text-align: center;
}

.rdzbbh1 p {
    color: #fff;
}

.rdzbbh1 img {
    width: 33px;
    height: 33px;
}

.aw {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    text-align: center;
}

.rdzbbh1 a {
    color: #fff;
}


.top-fei {
    min-width: 1200px;
    background-color: #ffffff;

}

.top-main-wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;

    height: 38px;
    line-height: 38px;

}

.top-main-wrap-inner {
    padding-left: 244px;
}

.top-main-wrap .leftListA {
    font-size: 16px;
    color: #7B7E86;
    margin-right: 38px;
    cursor: pointer;
}

.btmRed {
    border-bottom: #C01E2F solid;
}



.detailBox {
    max-width: 1200px;
    display: flex;
}


.left-box-centent {
    padding: 20px;
}

.bcgFFF {
    background-color: #fff !important;
}

.marBtm20 {
    margin-bottom: 20px;
}

.box-outside {
    min-height: 40px;
    padding: 20px;
}


.imgSize {
    width: 120px;
    height: 76px;
    border-radius: 4px;
    object-fit: cover;
}

/*.ulTitle {
    width: 296px;
    padding-left: 10px;

}

.ulTitle a li {
    padding: 10px 2px 5px 0;
    width: 286px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

.fweightsize {
    font-weight: 600;
    font-size: 18px;
}

.nodata img {
    width: 780px;
}


.right-u-zxsp p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    width: 100%;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* ****************** */
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.livesource {
    display: flex;
    justify-content: center;
}

.livesource>li {
    position: relative;
    color: #fff;
    height: 32px;
    line-height: 32px;
    margin: 0 10px;
    font-size: 16px;
    padding: 0 18px 0 32px;
    background: rgba(0, 0, 0, .5);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.livesource>li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 16px;
    width: 12px;
    height: 12px;
    background: url(../images/livesource.png) no-repeat center center/100% 100%;
}

.gmliveBtm {
    position: absolute;
    bottom: 0px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: linear-gradient(to top, #151a1159, #151a1159);
    display: flex;
    justify-content: center;

}

.gmliveBtmLi {
    cursor: pointer;
}

.gmliveBtm li:nth-child(1) {
    margin-right: 100px;
    padding: 0 20px;
    color: #fff;
}

.gmliveBtm li:nth-child(2) {
    margin-left: 100px;
    padding: 0 20px;
    color: #fff;
}


/* 最新资讯 */
.newinfoBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newinfoBox h3 {
    text-align: center;
}

.newinfo {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.newinfo img {
    width: 192px;
    height: 108px;
    border-radius: 4px;
    margin-right: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.newinfo li {
    width: 590px;
    display: flex;
    font-size: 18px;
}

.newinfoDiv {
    padding: 4px 0;
}

.newinfoDiv>p:nth-child(1) {
    margin-bottom: 20px;
    width: 350px;
}

.newinfoDiv p:nth-child(2) {
    font-size: 14px;
    color: #999;
}

.bRadius {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.ulTitle {
    width: 48%;
    padding-left: 10px;
    box-sizing: border-box;
}

.ulTitle li {
    padding: 10px 2px 6px 0;
    width: 98%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.moreA {
    width: 40px;
}

.moreA a {
    display: block;
}

.tags_classify {
    margin-top: 10px;
    background: #fff;
    width: 190px;
    height: 398px;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.tags_classify ul {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.tags_classify ul::-webkit-scrollbar {
    display: none;
}

.tags_classify li,
.tags_classify a {
    display: inline-block;
    max-width: 160px;
}

.tags_classify a {
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 5px 5px;
    border: 1px solid #ccc;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tags_classify a:hover {
    color: #c60100;
    border-color: #c60100;
}

.classfiy_conturn {
    background: #fff;
    width: 100%;
    margin: 10px 0 10px;
    padding: 10px;
    box-sizing: border-box;
}

.classfiy_conturn .fl {
    float: left;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
}

.classfiy_conturn .fl img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    vertical-align: sub;
}

.classfiy_conturn .fl a {
    margin: 10px 15px;
    line-height: 25px;
}

.classfiy_conturn .fr {
    float: right;
    margin: 10px 10px;
    line-height: 25px;
}

.living_title {
    padding: 10px;
    box-sizing: border-box;
    margin-top: 20px;
}

.living_title p {
    margin-bottom: 5px;
    font-size: 16px;
}

.living_title p strong {
    font-size: 16px;
}

.main-liveing {
    display: flex;
    justify-content: space-between;
}

.main-liveing>div {
    width: 49%;
}

.main-liveing>div>div {
    width: 100%;
}

.swiperliving {
    width: 100%;
    height: 222px;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 10px !important;
    background-color: #fff;
}

.swiperliving h3 {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #373737;
    border-bottom: 1px solid #f3f3f3;
}

.swiperliving h3::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 12px;
    width: 3px;
    height: 16px;
    background-color: #C60100;
}

.swiperliving .swiper-slide {
    border-right: 1px solid #f3f3f3;
}

.swiperliving .swiper-slide:last-child {
    border-right: none;
}

.swiperliving .swiper-wrapper {
    height: 152px;
    border-bottom: 1px solid #f3f3f3;
}

.swiperliving .slide-ul {
    width: 290px;
    height: 152px;
    background-color: white;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.swiperliving .livemore {
    text-align: center;
    margin: 10px 0;
    padding-bottom: 10px;
}

.swiperliving .slide-top {
    display: flex;
    justify-content: space-between;
}

.swiperliving .slide-gk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    flex-shrink: 0;
}

.swiperliving .slide-top-1 {
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    text-align: left;
}

.swiperliving .slide-top-2 {
    font-size: 12px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
}

.swiperliving .slide-top-1 p {
    color: #8A8D94;
}

.swiperliving .slide-top-1 p:nth-child(1) {
    margin-top: 3px;
}

.swiperliving .slide-top-1 p:nth-child(2) {
    margin-top: 8px;
}

.swiperliving .slide-top-2 img {
    width: 14px;
    height: 10px;
}

.swiperliving .slide-top-2 span {
    color: #7B7E86;
}

.swiperliving .slide-gk img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.swiperliving .slide-sai p:nth-child(1) {
    font-weight: 600;
    font-size: 16px;
}


/* 响应式设计 - 媒体查询 */

/* 平板设备（768px - 1199px） */
@media (max-width: 1199px) {
    .main-wrap {
        width: 96%;
        margin: 0 auto;
    }

    .top {
        min-width: auto;
    }

    .ul-wrap {
        width: auto;
        flex-wrap: wrap;
    }

    .ul-wrap_tab {
        margin: 0 5px;
    }

    .ul-wrap>div:nth-child(1) {
        margin-left: 0;
    }

    .ul-wrap .ul-wrap_tab:nth-child(1) {
        margin-left: 0;
    }

    .botm {
        min-width: auto;
    }

    .box-w1 {
        width: 100%;
    }

    .box-w2 {
        width: 100%;
        margin-top: 20px;
    }

    .detailBox {
        flex-direction: column;
    }

    .rightList {
        margin: 0 20px;
    }

    .top-fei {
        min-width: auto;
    }

    .top-main-wrap {
        width: 100%;
    }

    .top-main-wrap-inner {
        padding-left: 0;
        overflow-x: auto;
    }

    .w1200 {
        width: 100%;
    }

    /* 新增：调整内容布局 */
    .main-wrap.flex {
        flex-direction: column;
    }

    .left-box.box-w3 {
        width: 100%;
        height: auto;
        max-height: none;
        margin-bottom: 20px;
    }

    .right-box.box-w4 {
        width: 100%;
        max-width: 100%;
        min-width: auto;
    }

    .lanqiu {
        display: flex;
        flex-wrap: wrap;
    }

    .lanqiu p {
        width: 100%;
        padding-left: 20px;
    }

    .lanqiu-ul {
        width: 100%;
        flex-direction: row;
        height: auto;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .lanqiu-ul a {
        width: auto;
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .tags_classify {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .ul-zxsp li img {
        width: 150px;
        height: 100px;
    }

    .right1-u-zxsp {
        width: calc(100% - 170px);
    }

    /* 新增：热门资讯和精彩集锦响应式样式 */
    .bcgFFF {
        width: 100% !important;
        max-width: 100%;
    }

    .ulTitle {
        width: 50%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .jcjj li {
        padding: 0 10px;
        box-sizing: border-box;
    }
}

/* 移动设备（767px以下） */
@media (max-width: 767px) {
    .logo {
        width: 200px;
        font-size: 20px;
    }

    /* 隐藏日历选择框 */
    .calendarbox {
        display: none !important;
    }

    .ul-wrap {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: #C60100;
        flex-direction: column;
        z-index: 100;
    }

    .top.active .ul-wrap {
        display: flex;
    }

    .top::after {
        content: '\2630';
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        font-size: 24px;
        cursor: pointer;
    }

    .box {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    .flex {
        flex-direction: column;
    }

    .rightList {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center;
        height: auto;
        padding: 10px;
    }
    .botm1{
        width: 100%;
        height: auto;
        display: block;
    }

    .botm3 {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }

    .saishi-1,
    .saishi-2,
    .saishi-3,
    .saishi-4 {
        display: inline-block;
        width: auto;
        margin: 0 5px;
    }

    .saishi-1,
    .sai-left,
    .sai-right {
        display: inline-flex !important;
        align-items: center;
        justify-content: flex-end;
        /* 保持文本右对齐 */
        width: 120px !important;
        /* 设置移动端宽度 */
        min-width: 120px !important;
        max-width: 120px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        flex-shrink: 0;
        /* 防止在flex布局中被压缩 */
    }

    .sai-right {
        justify-content: flex-start;
        /* 右侧内容左对齐 */
    }

    .saishi-1 span {
        max-width: 70px;
        /* 限制文字部分宽度 */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0 5px !important;
    }

    .saishi-1 img {
        width: 30px !important;
        height: 30px !important;
        flex-shrink: 0;
    }


    .saishi-2 {
        color: #000 !important;
        font-size: 18px !important;
        width: 40px !important;
        min-width: 40px;
        text-align: center !important;
        display: block !important;
        flex-shrink: 0;
        z-index: 1;
    }

    .timeLive,
    .timeLive1 {
        margin-left: 0;
        text-align: center;
    }

    .timeLive::before,
    .timeLive1::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .qdzx1::after {
        left: 50%;
        transform: translateX(-50%);
        top: -10px;
    }

    .box-w3 {
        min-width: auto;
        height: auto !important;
        max-height: none !important;
    }

    .right-box .box-w4,
    [class*="right-box"].box-w4 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px !important;
        box-sizing: border-box !important;
    }

    .right-box.box-w4>* {
        width: 100%;
        box-sizing: border-box;
    }

    .lanqiu {
        display: none !important;
    }

    .ulTitle {
        width: 100%;
        padding-left: 0;
    }

    .tags_classify {
        width: 100%;
    }

    .main-liveing {
        flex-direction: column;
    }

    .main-liveing>div {
        width: 100%;
        margin-bottom: 20px;
    }

    .swiperliving .slide-ul {
        width: 100%;
    }

    .timenav {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }

    .timenavs {
        width: 100px;
        padding: 0 8px;
        flex-shrink: 0;
    }

    #saishiover {
        width: 100%;
        height: auto !important;
        max-height: none !important;
    }

    .ul-zxsp li img {
        width: 100%;
        margin-left: 0;
        height: auto;
    }

    .ul-zxsp li a {
        flex-direction: column;
    }

    .right1-u-zxsp {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .tws1,
    .right1-u-zxsp p {
        width: 100%;
    }

    /* 新增：进一步调整移动设备样式 */
    .saishi p {
        padding-left: 15px;
        font-size: 13px;
    }

    .timenavs {
        width: 80px;
        padding: 0 5px;
    }

    .timenavs p:nth-child(1) {
        margin-top: 15px;
        font-size: 13px;
    }

    .timenavs p:nth-child(2) {
        margin-top: 5px;
        font-size: 12px;
    }

    .top {
        position: relative;
    }

    .ul-wrap>div {
        min-width: auto;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .qdxq img {
        width: 40px;
        height: 40px;
    }

    .left-main1 {
        width: 100%;
    }

    .right-box {
        padding: 15px;
    }

    /* 新增：热门资讯和精彩集锦移动设备样式 */
    .bcgFFF {
        width: 100% !important;
        max-width: 100% !important;
        margin: 10px 0 !important;
        padding: 0 !important;
        display: block !important;
    }

    .bcgFFF[style*="width: 780px"] {
        width: 100% !important;
    }

    .bcgFFF>* {
        width: 100% !important;
    }

    /* 将水平排列的资讯列表改为垂直排列 */
    .right-box.box-w2>div:nth-child(3) {
        flex-direction: column !important;
        display: flex !important;
        width: 100% !important;
    }

    .box-w1,
    .box-w2 {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
    }

    .ulTitle {
        width: 100% !important;
        margin-bottom: 15px;
        padding: 0 10px !important;
    }

    /* 调整标题样式 */
    .timeLive1.flex {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        display: flex !important;
    }

    /* 调整列表项样式 */
    .ulTitle li {
        margin-bottom: 10px;
    }

    .ulTitle li a {
        font-size: 14px;
        line-height: 20px;
        padding: 5px 0;
        display: block;
    }

    .jcjj li {
        height: auto;
        line-height: 22px;
        padding: 8px 10px;
        margin-bottom: 8px;
        font-size: 14px;
    }

    /* 调整更多链接位置 */
    .moreA {
        margin-right: 10px;
    }

    /* 详情页 */
    .swiperliving .slide-gk {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 10px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .swiperliving .slide-gk img {
        width: 35px !important;
        height: 35px !important;
        flex-shrink: 0 !important;
    }

    .slide-qdmz {
        margin-top: 5px !important;
        font-size: 12px !important;
        text-align: center !important;
        max-width: 80px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .slide-sai {
        text-align: center !important;
        min-width: 50px !important;
        flex-shrink: 0 !important;
    }

    .slide-sai p:nth-child(1) {
        font-size: 14px !important;
        font-weight: 600 !important;
    }

    .slide-sai p:nth-child(2) a {
        font-size: 12px !important;
        padding: 2px 8px !important;
    }

    .gmSwitch {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        box-sizing: border-box !important;
        -webkit-overflow-scrolling: touch !important;
        /* 优化iOS滚动体验 */
        padding-bottom: 10px !important;
        /* 为滚动条留出空间 */
    }

    .w1200.flexJ {
        width: 100% !important;
        max-width: none !important;
        /* 移除最大宽度限制 */
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    .w1200.martop10 {
        width: 100% !important;
        max-width: none !important;
        /* 移除最大宽度限制 */
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    .martop10,
    .gmHistory.padd.bcgFFF.gmlist,
    .gmTb1,
    .gmTable1,
    .gmTable1 {
        width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        box-sizing: border-box !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .gmtbDetail,
    .gmDTb {
        min-width: 600px !important;
        /* 设置一个最小宽度，确保表格内容不会被过度压缩 */
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .gmtbDetail th,
    .gmtbDetail td,
    .gmDTb th,
    .gmDTb td {
        padding: 8px 10px !important;
        font-size: 14px !important;
        white-space: nowrap !important;
        /* 防止内容换行 */
        min-width: 50px !important;
        /* 设置单元格最小宽度 */
    }

    .gmtbDetail th[style*="width:190px"] {
        width: 150px !important;
        /* 在移动端稍微缩小宽度 */
        min-width: 150px !important;
    }

    .flexA img,
    .flexA img {
        width: 40px !important;
        height: 40px !important;
        margin-right: 8px !important;
    }

    .gmlist.bcgFFF {
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        box-sizing: border-box !important;
    }

    .gmRecentRecord {
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        box-sizing: border-box !important;
    }

    .gmDTb2,
    .gmDTb2 {
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        box-sizing: border-box !important;
    }

    /* 球队详情页 */
    .martop .box-w1 .bcgFFF {
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 15px !important;
        padding: 10px !important;
        box-sizing: border-box !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .rightList>div:first-child {
        min-width: 60px !important;
        font-size: 12px !important;
        text-align: center !important;
        margin-right: 10px !important;
    }

    /* 录像列表页 */
    .right-box.box-w4 {
        min-width: auto !important;
        width: 100% !important;
        padding: 15px !important;
        box-sizing: border-box !important;
    }

    .qdzx1 h1 {
        font-size: 16px !important;
        line-height: 24px !important;
        margin: 0 !important;
    }

    #qwe {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
    }

    #qwe li {
        width: 100% !important;
        margin-bottom: 10px !important;
        padding: 10px !important;
        background-color: #f8f8f8 !important;
        border-radius: 4px !important;
        box-sizing: border-box !important;
    }

    .jijin #qwe p {
        width: 100%;
    }

    .jijin #qwe span {
        width: 30%;
    }

    #qwe li a p {
        font-size: 14px !important;
        line-height: 20px !important;
        margin: 0 0 5px 0 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
    }

    #qwe li a span {
        font-size: 12px !important;
        color: #999 !important;
        display: block !important;
        line-height: 18px !important;
    }

    /* 录像详情页 */
    .rdzbbh3 {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        overflow: hidden !important;
        margin-bottom: 10px !important;
        position: relative !important;
    }

    .rdzbbh {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        overflow: hidden !important;
        position: relative !important;
    }

    .rdzbbh1 {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        height: auto !important;
        padding: 6px 8px !important;
        /* 减小内边距 */
        box-sizing: border-box !important;
        border-radius: 4px !important;
        overflow: hidden !important;
    }

    .ul-zxsp1 li {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        padding: 8px !important;
        box-sizing: border-box !important;
        background-color: #f8f8f8 !important;
        border-radius: 4px !important;
    }

    /* 新闻列表页 */
    #bread {
        width: 100% !important;
        padding: 10px 15px !important;
        margin-bottom: 10px !important;
        font-size: 13px !important;
        box-sizing: border-box !important;
        background-color: #f8f8f8 !important;
        border-radius: 4px !important;
    }

    #bread a {
        color: #333 !important;
        text-decoration: none !important;
    }

    #bread a:hover {
        color: #0066cc !important;
        text-decoration: underline !important;
    }

    .classfiy_conturn {
        width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        box-sizing: border-box !important;
        -webkit-overflow-scrolling: touch !important;
        padding: 10px 0 !important;
        margin-bottom: 15px !important;
        background-color: #fff !important;
        border-radius: 4px !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    }

    .classfiy_conturn .fl {
        display: flex !important;
        flex-wrap: nowrap !important;
        width: auto !important;
        padding: 0 15px !important;
    }

    .classfiy_conturn .fl a {
        display: inline-flex !important;
        align-items: center !important;
        padding: 8px 12px !important;
        margin-right: 10px !important;
        white-space: nowrap !important;
        font-size: 14px !important;
        color: #333 !important;
        text-decoration: none !important;
        border-radius: 16px !important;
        background-color: #f0f0f0 !important;
        flex-shrink: 0 !important;
    }

    .classfiy_conturn .fl a:first-child {
        background-color: #0066cc !important;
        color: white !important;
    }

    .classfiy_conturn .fl a img {
        width: 18px !important;
        height: 18px !important;
        margin-right: 5px !important;
    }

    .classfiy_conturn .fl a:hover {
        background-color: #e0e0e0 !important;
    }

    .classfiy_conturn .fl a:first-child:hover {
        background-color: #0052a3 !important;
    }

    .bcgFFF.box-w1>ul.ul-zxsp {
        margin-bottom: 15px !important;
        padding: 10px !important;
        background-color: #fff !important;
        border-radius: 8px !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
    }

    .ul-zxsp li {
        margin: 0 !important;
        padding: 0 !important;
    }

    .ul-zxsp li a {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        text-decoration: none !important;
    }

    .ul-zxsp li img {
        width: 100px !important;
        height: 100px !important;
        flex-shrink: 0 !important;
        object-fit: cover !important;
        border-radius: 4px !important;
    }

    .right1-u-zxsp {
        flex: 1 !important;
        margin-left: 12px !important;
        margin-top: 0 !important;
    }

    .right1-u-zxsp p {
        font-size: 14px !important;
        line-height: 20px !important;
        margin: 0 0 8px 0 !important;
        font-weight: 500 !important;
        color: #333 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .right1-u-zxsp .tws1 {
        font-size: 12px !important;
        line-height: 16px !important;
        color: #666 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        margin-bottom: 6px !important;
    }

    .right1-u-zxsp>span:last-child {
        font-size: 11px !important;
        color: #999 !important;
        margin-left: 0 !important;
        display: block !important;
        line-height: 16px !important;
    }










}

/* 小屏幕手机（480px以下） */
@media (max-width: 480px) {
    .logo {
        width: 150px;
        font-size: 16px;
    }

    /* 隐藏日历选择框 */
    .calendarbox {
        display: none !important;
    }

    .logo img {
        height: 40px;
    }

    .right-box {
        padding: 10px;
    }

    .saishi p {
        padding-left: 10px;
    }

    .qdzx img {
        margin-left: 10px;
    }

    .tags_classify {
        padding: 10px;
    }

    .navList {
        padding: 0 10px;
    }

    /* 新增：小屏幕优化 */
    .top::after {
        right: 10px;
        font-size: 20px;
    }

    .rightList {
        margin: 0 10px;
    }

    .saishi-1 img {
        width: 30px;
        height: 30px;
    }

    .timeLive1::before {
        display: none;
    }

    .qdzx1::after {
        display: none;
    }

    .timeLive1 {
        text-align: left;
        margin-left: 10px;
    }

    .timenav {
        padding: 10px 0;
    }

    .timenavs {
        width: 70px;
    }

    .ulTitle li a {
        font-size: 13px;
        line-height: 18px;
    }

    .aq.jcjj li {
        font-size: 13px;
        line-height: 20px;
    }

    .left-box.box-w3 {
        height: auto !important;
        max-height: none !important;
    }

    .lanqiu {
        display: none !important;
    }

    #qwe li {
        padding: 8px !important;
        margin-bottom: 8px !important;
    }

    #qwe li a p {
        font-size: 13px !important;
        line-height: 18px !important;
    }

    #qwe li a span {
        font-size: 11px !important;
    }
}