/* 公共样式 */
* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    color: #444;
}

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

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

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

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

/* img {
    border: none;
    display: block;
} */
.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;
}

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

.ul-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-shrink: 0;
    width: 940px;
    color: rgb(242, 22, 70);
}

/*.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;
}
.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 10px;
    text-align: center;
    width: auto;
    min-width: 120px;

}
.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;
    height: 266px;
    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 {
    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: 90px;
    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;
}
