html,body {
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    font-family: "Helvetica Neue","Microsoft YaHei",Helvetica,Tahoma,sans-serif
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}
html,body {
    margin: 0;
    padding: 0
}

ul,ol,li,p {
    margin: 0;
    padding: 0;
    list-style: none
}

h1 {
    font-size: 20px;
    font-weight: 500
}

input,textarea {
    outline: none
}

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

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    position: relative;
    background: #f7f7f8
}
.white-bg {
    background-color: #fff;
}
.left{
    float: left;
}
.right{
    float: right
}
.f-s-12 {
    font-size: 12px;
}

.line-h-22 {
    line-height: 22px;
}
.p-b-15 {
    padding-bottom: 15px;
}
.color-white, .color-fff {
    color: #fff;
}
.iconfont {
    position: relative;
}
.box {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical
}

.box_h {
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    width: 100%
}

.flex1 {
    display: block;
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0
}

.flex2 {
    display: block;
    -moz-box-flex: 2.0;
    -webkit-box-flex: 2.0
}

.flex3 {
    display: block;
    -moz-box-flex: 3.0;
    -webkit-box-flex: 3.0
}

.flex5 {
    width: 0;
    display: block;
    -moz-box-flex: 5.0;
    -webkit-box-flex: 5.0
}

.flex11 {
    width: 0;
    display: block;
    -moz-box-flex: 11.0;
    -webkit-box-flex: 11.0
}

.family {
    font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif
}

.bgcolor-white, .bgcolor-fff {
    background-color: #fff;
}
.m-t-10 {
    margin-top: 10px
}
.m-t-20 {
    margin-top: 20px !important;
}
.m-t-0 {
    margin-top: 0px !important
}
.hide {
    display: none !important
}

.clear {
    float: none;
    clear: both
}
.headerArea {
    width: 100%;
    /*width: 100vw;*/
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    height: 64px;
    font-family: "Microsoft YaHei", Helvetica, Tahoma, sans-serif
}

.headerArea .area {
    width: 1200px;
    margin: 0 auto
}

.headerArea .area .timearea {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    float: right
}

.headerArea .headerLine {
    height: 20px;
    background: #1f1f1f;
    position: fixed;
    z-index: 1210;
    top: 0;
    width: 100%
}

.headerArea .header {
    height: 64px;
    position: fixed;
    z-index: 1210;
    width: 100%;
    width: 100vw;
    top: 0px;
    background: #fff
}

.headerArea .header .logo {
    float: left;
    margin: 16px 56px 0 0
}
.headerArea .header .logo img{
    width: 150px;
}

.headerArea .header .navList li {
    float: left;
    position: relative;
    z-index: 5;
    height: 64px;
    margin-right: 20px
}

.headerArea .header .navList li:hover .navLink {
    color: #E84B5B
}

.headerArea .header .navList li:hover .navLink:after,.headerArea .header .navList li:hover .navLink:before {
    width: 50%
}

.headerArea .header .navList li:hover .menu_sec {
    display: block
}

.headerArea .header .navList li:hover .iconfont {
    color: #E84B5B
}

.headerArea .header .navList li .navLink {
    color: #333;
    font-size: 16px;
    line-height: 64px;
    height: 62px;
    text-decoration: none;
    display: block;
    position: relative;
    float: left
}

.headerArea .header .navList li .navLink:after,.headerArea .header .navList li .navLink:before {
    height: 4px
}

.headerArea .header .navList li .iconfont {
    float: left;
    margin-top: 24px
}

.headerArea .header .navList li .menu_sec {
    position: absolute;
    width: 144px;
    top: 64px;
    background-color: #fff;
    z-index: 200;
    margin-left: -40px;
    padding: 15px 0;
    display: none;
    box-shadow: 0px 2px 5px 0px rgba(173,173,173,0.5);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.headerArea .header .navList li .menu_sec .menu_li {
    line-height: 35px;
    position: relative;
    width: 144px;
    text-align: center
}

.headerArea .header .navList li .menu_sec .menu_li a {
    font-size: 16px;
    cursor: pointer;
    color: #333
}

.headerArea .header .navList li .menu_sec .menu_li a:hover {
    color: #de1e30
}

.headerArea .header .navList li .menu_sec .menu_li .hot {
    position: absolute;
    left: 0;
    top: 6px;
    color: #fff;
    background-color: #de1e30;
    border-radius: 4px;
    width: 46px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    transform: scale(0.5)
}

.headerArea .header .navList .navLink {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    font-size: 14px;
    transition-delay: 0s;
    color: #333;
    border-bottom: 2px solid transparent;
    position: relative;
    cursor: pointer
}

.headerArea .header .navList .navLink:after,.headerArea .header .navList .navLink:before {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    content: '';
    position: absolute;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: #de1e30
}

.headerArea .header .navList .navLink:before {
    right: 50%
}

.headerArea .header .navList .navLink:after {
    left: 50%
}

.headerArea .header .navList .navLink.active {
    color: #E84B5B
}

.headerArea .header .navList .navLink.active:after,.headerArea .header .navList .navLink.active:before {
    width: 50%
}

.headerArea .header .loginwrap,.headerArea .header .loggedwrap {
    float: right;
    margin-top: 9px
}

.headerArea .header .loginwrap .before,.headerArea .header .loggedwrap .before {
    float: left
}

.headerArea .header .loginwrap .before .button,.headerArea .header .loggedwrap .before .button {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    float: left;
    line-height: 28px;
    border: 1px solid #de1e30;
    color: #de1e30;
    padding: 0 15px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    margin: 7px 10px 0 0
}

.headerArea .header .loginwrap .before .button:hover,.headerArea .header .loggedwrap .before .button:hover {
    background-color: #de1e30;
    color: #fff
}

.headerArea .header .loginwrap {
    line-height: 26px;
    margin-top: 19px
}

.headerArea .header .loginwrap>.icon-portrait {
    font-size: 17px;
    color: #de1e30;
    font-weight: bold;
    float: left
}

.headerArea .header .loginwrap .btn-white,.headerArea .header .loginwrap .btn-border {
    width: 50px;
    text-align: center;
    line-height: 24px;
    height: 24px;
    border-radius: 0;
    float: left;
    margin-left: 10px
}

.headerArea .header .loginwrap .btn-white {
    height: 26px;
    line-height: 26px
}

.headerArea .header .loggedwrap .select-type-one {
    position: relative;
    z-index: 5000;
    float: left;
    font-size: 14px;
    margin: 1px 0 0 0px;
    cursor: pointer;
    color: #777
}

.headerArea .header .loggedwrap .select-type-one .user-ico {
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-shadow: 0 0 1px #8a8a8a;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative
}

.headerArea .header .loggedwrap .select-type-one .tip {
    float: left;
    margin: 11px 0 0 5px
}

.headerArea .header .loggedwrap .select-type-one .tip .icon-arrow {
    top: 4px
}

.headerArea .header .loggedwrap .select-type-one .tip .name {
    max-width: 65px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.headerArea .header .loggedwrap .select-type-one .border-triangle {
    left: 50%;
    margin-left: -7px
}

.headerArea .header .loggedwrap .select-type-one .down {
    left: 50%;
    margin-left: -43px
}

.headerArea .header .loggedwrap .select-type-one .down>ul {
    overflow: hidden;
    padding: 0
}

.headerArea .header .loggedwrap .select-type-one .down>ul>li {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    margin: 0;
    border-radius: 0;
    line-height: 20px;
    padding: 0
}

.headerArea .header .loggedwrap .select-type-one .down>ul>li.active,.headerArea .header .loggedwrap .select-type-one .down>ul>li:hover {
    color: #777;
    background-color: #f2f0f1
}

.headerArea .header .loggedwrap .select-type-one .down>ul>li a {
    display: block;
    padding: 5px 0;
    color: #777
}

.headerArea .header .loggedwrap .select-type-one:hover .user-ico {
    box-shadow: 0 0 10px rgba(0,0,0,0.2)
}

.headerArea .header .loggedwrap .line {
    float: left;
    border-left: 1px solid #e5e5e5;
    height: 32px;
    margin: 6px 10px 0
}

.headerArea .header .loggedwrap .my-collection {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    float: left;
    font-size: 14px;
    color: #df1e31;
    margin-top: 12px;
    cursor: pointer
}

.headerArea .header .loggedwrap .my-collection .icon-favourite {
    font-size: 20px;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 5px
}

.headerArea .header .loggedwrap .my-collection:hover {
    color: #de1e30;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2)
}


.clearfix-row {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.clearfix-row>img:first-child {
    display: none
}

.clearfix-row:after,.clearfix-row:before {
    content: '';
    display: table
}

#head_vueArea:after {
    content: '';
    width: 100%;
    width: 100vw;
    height: 5px;
    box-shadow: 0px 3px 4px 1px rgba(133,133,133,0.2);
    position: fixed;
    left: 0;
    top: 59px
}


.content {
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto
}

.content .index-model {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 5px
}

.content .index-model .icon-title {
    height: 16px;
    font-size: 16px;
    color: #333;
    line-height: 16px;
    padding: 14px 0px 13px;
    padding-left: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px
}

.content .index-model .icon-title:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 24;
    height: 16px;
    border-radius: 2px;
    border-left: 5px solid #E84B5B
}

.content .index-model .icon-title .more {
    float: right;
    height: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #e84b5b;
    line-height: 12px;
    cursor: pointer;
    margin-top: 3px
}
.content .hot-match-label {
    height: 50px;
    overflow: hidden;
}

.content .hot-match-label .label-logo {
    margin: 0 10px;
    float: left
}

.content .hot-match-label .label-logo img {
    width: 180px;
    height: 50px
}

.content .hot-match-label .sbu-line {
    margin: 18px 0;
    height: 14px;
    width: 1px;
    border-right: 1px solid #ccc;
    float: left
}

.content .hot-match-label .sbu-btn {
    margin: 10px 0;
    line-height: 30px;
    font-size: 14px;
    height: 30px;
    color: #333;
    float: left;
    margin-left: 25px
}

.content .hot-match-label .sbu-btn:hover {
    color: #E84B5B
}

.content .hot-match-label .more {
    float: right;
    font-size: 12px;
    color: #E84B5B;
    line-height: 50px;
    margin-right: 10px;
    cursor: pointer
}

.content .hot-match-label .more span {
    float: left
}

.content .hot-match-label .more .iconfont {
    font-size: 24px;
    float: left
}


.content .news-banner {
    width: 875px;
    height: 414px;
    padding: 0 5px 10px 10px;
    float: left;
}
.content .news-banner .img-list {
    width: 322px;
    float: right;
    overflow-x: hidden;
    overflow-y: auto;
    height: 360px;
    -ms-overflow: hidden;
}
.content .news-banner .img-list .lier {
    width: 317px;
    height: 84px;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    transition-property: height, opacity;
    transition-duration: 0.8s;
    transition-timing-function: ease-out;
    transition-delay: 0;
}
.content .news-banner .img-list .lier .img {
    width: 133px;
    height: 75px;
    float: left;
    background-size: cover;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    overflow: hidden;
    border-radius: 2px;
    position: relative
}

.content .news-banner .img-list .lier .img img {
    width: 100%;
    height: 100%
}

.content .news-banner .img-list .lier .img:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    content: '';
    position: absolute;
    left: 110%;
    top: -150%;
    width: 50px;
    height: 300%;
    background-color: rgba(255,255,255,0.15)
}

.content .news-banner .img-list .lier .txt-area {
    width: 174px;
    height: 75px;
    float: left;
    margin-left: 10px;
    position: relative
}

.content .news-banner .img-list .lier .txt-area .inner-txt {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.content .news-banner .img-list .lier .djs {
    width: 174px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    border-radius: 2px;
    background-color: #eee;
    opacity: 0;
    overflow: hidden
}

.content .news-banner .img-list .lier .djs .djs-line {
    width: 174px;
    transform: translateX(-174px);
    height: 4px;
    border-radius: 2px;
    background-color: #E84B5B;
    transition: all 5s linear
}

.content .news-banner .img-list .lier:hover .txt-area .inner-txt {
    color: #E84B5B
}

.content .news-banner .img-list .lier:hover .img:after {
    left: -110%;
    top: 150%
}

.content .news-banner .img-list .lier.active .djs {
    opacity: 1
}

.content .news-banner .img-list .lier.active .djs .djs-line {
    transform: translateX(0px)
}

.content .news-banner .img-list .lier.leave {
    height: 0;
    opacity: 0;
    margin-bottom: 0;
    border: none
}

.content .news-banner .img-list .lier:last-child {
    height: 75px;
    margin-bottom: 0;
    border: none
}

@-moz-document url-prefix() {
    .content .news-banner .img-list {
        overflow: hidden
    }
}

.content .news-banner .big-img-list {
    width: 484px;
    width: 543px;
    height: 360px;
    overflow: hidden;
    position: relative
}

.content .news-banner .big-img-list .lier {
    width: 543px;
    height: 360px;
    background-size: cover;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
    background-position: center center;
    background-repeat: no-repeat
}

.content .news-banner .big-img-list .lier:first-child {
    z-index: 180
}

.content .news-banner .big-img-list .lier .foot-txt {
    height: 32px;
    width: 543px;
    padding: 21px 10px 11px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 30%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0.9) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    line-height: 21px;
    font-size: 16px
}

.content .news-banner .big-img-list .lier .foot-txt .txt {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 96%;
    float: none
}

.content .news-banner .big-img-list .lier .jumparea {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000
}


.content .match-bar {
    height: 45px;
}
.content .match-bar .match-type {
    height: 44px;
    line-height: 44px;
    margin: 0 10px;
    border-bottom: 1px solid #e5e5e5;
}
.content .match-bar .jdss {
    float: left;
    height: 16px;
    font-size: 16px;
    color: #333;
    line-height: 16px;
    padding: 14px 0px 13px;
    padding-left: 10px;
}
.content .match-bar .match-type .link {
    float: left;
    margin: 0 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    cursor: pointer;
}
.content .match-bar .match-type .link.active {
    color: #E84B5B;
}
.content .match-bar .match-type .link .svg-icon {
    font-size: 16px;
    width: 16px;
    height: 16px;
    margin: 15px 5px 0 0;
    float: left;
    transition: all 0.3s ease-in-out;
}
.content .match-bar .match-type .link:hover .svg-icon {
    transform: rotate(360deg);
}
.content .match-bar .match-type .link:after {
    content: '';
    position: absolute;
    right: -22px;
    top: 14px;
    height: 16px;
    border-right: 1px solid #e1e1e1;
}
.rank-wrapper {
    width: 300px;
    float: right;
}
.content .match-area {
    float: left;
    width: 890px;
}
.event-px .children {
    display: block;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 0;
}
.event-px{
    display: none;
}
.event-px.block{
    display: block;
}
.event-px .children .head {
    width: 870px;
    margin: 0 10px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(238,238,238,0.6);
}
.event-px .children .head .team {
    display: inline-block;
}
.event-px .children .head .team .icon {
    background: no-repeat center;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.event-px .children .head .icon-toph, .event-px .children .head .icon-topc {
    font-size: 20px;
    color: #bababa;
    float: right;
    cursor: pointer;
}
.event-px .children .head .team .name {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
}

.match-lier {
    margin: 0 10px;
    padding-bottom: 0;
    transition: all 0.5s ease-in-out;
}
.match-lier .match-label {
    width: 870px;
    height: 47px;
    border-bottom: 1px solid rgba(238,238,238,0.6);
    line-height: 47px;
}
.icon-area {
    width: 26px;
    margin-left: 5px;
    text-align: center;
}
.icon-area .icon-lanqiu {
    font-size: 17px;
}
.match-lier .match-label .time {
    width: 80px;
    /* line-height: 14px; */
    font-size: 12px;
    color: #333333;
    /* padding: 8px 0 0; */
    text-align: center;
}

.match-lier .match-label .eventname {
    width: 100px;
    font-size: 12px;
    text-align: center;
}
.match-lier .match-label .status {
    width: 80px;
    font-size: 12px;
    text-align: center;
    color: #666666;
}
.match-lier .match-label .home {
    width: 121px;
    margin-left: 62px;
    font-size: 0;
    text-align: right;
}
.match-lier .match-label .home .links, .match-lier .match-label .home .lanqiu-link {
    padding-right: 21px;
    display: block;
    background: no-repeat;
    color: #333;
    background-position-x: right;
    background-position-y: center;
    overflow: hidden;
    height: 47px;
}

.match-lier .match-label .name {
    font-size: 12px;
    display: inline-block;
    width: 100px;
    color: #333;
}
.match-lier .match-label .score {
    width: 60px;
    text-align: center;
}
.match-lier .match-label .score .link {
    color: #999;
    font-size: 12px;
    cursor: pointer;
}
.match-lier .match-label .away {
    width: 120px;
    font-size: 0;
    text-align: left;
}
.match-lier .match-label .more {
    width: 152px;
}

.match-lier .match-label .icon-next {
    color: rgba(64,64,64,0.39);
    font-weight: bold;
    font-size: 18px;
    float: right;
}
.match-lier .match-label .more .btn-live-court, .match-lier .match-label .more .icon-liveanimation, .match-lier .match-label .more .icon-live-animation {
    vertical-align: middle;
    width: 27px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 3px;
    float: right;
    margin: 14px 15px 0 0;
    cursor: pointer;
}
.match-lier .match-label .more .icon-liveanimation {
    color: #fff;
    background-color: #f5677d;
    font-size: 19px;
}
.match-lier .match-label .more .icon-live-animation {
    color: #fff;
    background-color: #ffa03b;
    font-size: 19px;
}
.match-lier .match-label .more .btn-live-court:hover, .match-lier .match-label .more .icon-liveanimation:hover, .match-lier .match-label .more .icon-live-animation:hover {
    box-shadow: 0 0 7px rgb(0 0 0 / 25%) inset;
}






.content .other-info-txt {
    width: 280px;
    /*height: 414px;*/
    padding: 0 10px 10px;
    float: right;
    overflow: hidden;
}
.content .info-f14{
    height: 414px;
}
.other-info .icon-title {
    height: 16px;
    font-size: 16px;
    color: #333;
    line-height: 16px;
    padding: 14px 0px 13px;
    padding-left: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.other-info .icon-title:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 24;
    height: 16px;
    border-radius: 2px;
    border-left: 5px solid #E84B5B;
}
.other-info .news-hot .lier,.right-hot-box ul .lier {
    height: 39px;
    line-height: 39px;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid #f8f8f8;
    transition: height 0.3s ease-in-out;
}
.other-info .news-hot .lier .title,.right-hot-box ul .lier .title {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 260px;
    font-size: 12px;
    font-weight: 400;
    color: #333;
}
.other-info .relative-news {
    margin-bottom: 10px;
    background-color: white;
    border-radius: 4px;
}
.other-info .relative-news .head {
    position: relative;
    width: 300px;
    height: 50px;
    box-sizing: border-box;
    padding: 16px 5px 16px 10px;
    display: flex;
    align-items: center;
}
.other-info .relative-news .head .red-line {
    width: 4px;
    height: 18px;
    background-color: #E74C5B;
    margin-right: 5px;
}
.other-info .relative-news .head .title {
    width: 80px;
    height: 18px;
    font-size: 18px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 600;
    color: #333;
    line-height: 18px;
}
.other-info .relative-news .list {
    display: flex;
    flex-direction: column;
}
.other-info .relative-news .list .item {
    margin: 0 10px;
    border-top: 1px solid #EEEEEE;
}
.other-info .relative-news .list .item .cover {
    width: 280px;
    height: 160px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-radius: 2px;
    overflow: hidden;
}
.leisu-replace {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.leisu-replace img {
    width: 100%;
    transition: all 1s;
}
.other-info .relative-news .list .item .title {
    width: 280px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333;
    line-height: 19px;
    margin-bottom: 10px;
    transition: 0.3s;
}
.other-info .relative-news .list .item .time {
    width: 120px;
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #999;
    line-height: 17px;
    margin-bottom: 15px;
    white-space: nowrap;
}


.home-footer {
    padding: 20px 0;
}
.home-footer .children {
    float: left;
    width: 100%;
}
.home-footer .children .title {
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}
.home-footer .children .title .iconfont {
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    border: 1px solid #434343;
    font-weight: 100;
    color: #434343;
    margin-right: 13px;
}
.home-footer .children .list {
    display: block;
    margin-left: 40px;
    font-size: 0;
}
.home-footer .children .list li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #666;
    min-width: 100px;
    padding: 6px 0 10px;
}
.home-footer .children .list li .link {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    color: #666;
}
.home-footer .children .list li .link:hover {
    color: #000;
}

.content .crumbs {
    margin: 20px 5px;
    font-size: 14px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #666;
    line-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.content .crumbs .link {
    color: #E74C5B;
}
.news-content .navigation {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    background: white;
    border-radius: 4px;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
}
.news-content .navigation .list-box {
    display: flex;
    height: 40px;
    align-items: center;
    flex: 1;
    flex-wrap: wrap;
}
.news-content .navigation .list-box .list-a {
    display: flex;
    height: 40px;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 10px;
}
.news-content .navigation .list-box .list-a a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 40px;
}
.news-content .navigation .list-box .list-a a .text {
    font-size: 14px;
    color: #333;
}
.news-content .navigation .list-box .active {
    background: #F5F7F9;
    border-radius: 2px;
}
.news-content .navigation .list-box .active .text {
    color: #E84B5B !important;
    font-weight: 600;
}
.news-content .right-content .hot-match .head .space-holder {
    height: 18px;
    flex: auto;
}
.news-content .right-content .hot-match .head .look-more {
    width: 73px;
    height: 24px;
    font-size: 12px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #e84b5b;
    line-height: 24px;
    display: flex;
}
.news-content.news-contentBox {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.news-content .news-content-wrapper {
    font: none;
    min-height: 600px;
    position: relative;
    width: 890px;
}
.news-content .right-content {
    width: 300px;
}
.news-content .right-content .hot-match,.right-hot-box {
    margin-bottom: 10px;
    background-color: white;
    border-radius: 4px;
    margin-top: 15px
}
.news-content .right-content .hot-match .list,.right-hot-box ul {
    padding: 1px 10px 10px 10px;
}
.news-content .right-content .hot-match .head,.right-hot-box .head {
    position: relative;
    width: 300px;
    height: 50px;
    box-sizing: border-box;
    padding: 16px 5px 16px 10px;
    display: flex;
    align-items: center;
}
.news-content .right-content .hot-match .head .red-line,.right-hot-box .head .red-line {
    width: 4px;
    height: 18px;
    background-color: #E74C5B;
    margin-right: 5px;
}
.news-content .right-content .hot-match .head .title ,.right-hot-box  .head .title{
    /*width: 80px;*/
    height: 18px;
    font-size: 18px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 600;
    color: #333;
    line-height: 18px;
}
.news-content .right-content .hot-match .head .split-line,.right-hot-box .head .split-line {
    width: 282px;
    height: 1px;
    background-color: #EEEEEE;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.news-content .right-content .hot-match .list .hot-match-item .text-item-wrapper {
    height: 50px;
    transition: 0.15s;
    transition-delay: 0.05s;
    overflow: hidden;
}
.news-content .right-content .hot-match .list .hot-match-item .text-item {
    margin-top: 10px;
    width: 280px;
    height: 40px;
    background: #f3f4f7;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.news-content .right-content .hot-match .list .hot-match-item .text-item:hover{
    background-color: #f5dddf;
}
.news-content .right-content .hot-match .list .hot-match-item .text-item .competition-name {
    flex: none;
    width: 47px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 600;
    color: #333;
    line-height: 20px;
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
}
.news-content .right-content .hot-match .list .hot-match-item .text-item .match-time {
    width: 30px;
    height: 20px;
    font-size: 12px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #666;
    line-height: 20px;
    margin-right: 5px;
}
.news-content .right-content .hot-match .list .hot-match-item .text-item .fight {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #666;
    line-height: 16px;
    display: flex;
}
.news-content .right-content .hot-match .list .hot-match-item .text-item .fight .team {
    width: 72px;
}
.news-content .right-content .hot-match .list .hot-match-item .text-item .fight .team.one-team {
    text-align: right;
}
.news-content .right-content .hot-match .list .hot-match-item .text-item .fight .team.two-team {
    text-align: left;
}
.news-content .right-content .hot-match .list .hot-match-item .text-item .fight .vs {
    margin: 0 5px;
}
.right-hot-box ul.th-7 {
    background: #fff;
    overflow: hidden;
    padding: 15px 15px 10px 15px;
}
.th-7 li {
    float: left;
    margin-right: 6px;
    width: 30%;
    text-align: center;
}
.th-7 li a {
    display: inline-block;
    border-radius: 2px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 0px 5px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    background-color: #f2f5f7;
    font-size: 12px;
    color: #999;
    transition: 0.3s ease-out;
}
.th-7 li a:hover {
    color: #fff;
}

.th_tag4 a:hover {
    background-color: #da1f2e;
}



.th_list {
    background-color: #fff;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 10px;
}
.th_list .thleftbt {
    height: 50px;
    line-height: 50px;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    font-size: 18px;
}

.th_list .thleftbt span {
    margin-left: 15px;
    font-weight: bold;
    color: #da1f2e;
}
.listMore {
    position: absolute;
    top: 0px;
    right: 10px;
}
.listMore a {
    font-size: 14px;
    color: #999;
    transition: 0.3s ease-out;
}
.swiper-row{
    width: 100%
}

.th_img {
    width: 100%;
    object-fit: cover;
}
.thliorder1 {
  padding-bottom: 15px;
  /* border: 1px solid #f0f0f0; */
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  margin: 5px;
  padding: 10px;
  border-radius: 1px;
  transition: 0.3s ease-out;
  overflow: hidden;
  background-color: #fff;
}

.thliorder1:hover {
  background-color: #f2f5f7;
}
.gundongimg {
  border: 1px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.gundongimg a img {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;

}

.gundongimg a:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.daodu {
  margin-top: 10px;
}

.daodu a {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s ease-out;
  color: #464646;
  font-weight: bold;
  font: 700 17px 'Microsoft Yahei', 'Hei', Tahoma, 'SimHei', sans-serif;
}
.gundong-img-height {
  height: 165px;
}



.news-content-row{
    float: left;
    width: 435px;
    position: relative;
    min-height: 1px;
    /*padding-left: 10px;*/
    padding-right: 10px;
    margin-top: 15px;
}
.thleftcon {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}

.thwenzhang {
  border-top: 1px solid #f0f0f0;
  background-color: #f8f8f8;
}

.thleftbt {
  height: 50px;
  line-height: 50px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  font-size: 18px;
}

.thleftbt span {
  margin-left: 15px;
  font-weight: bold;
}

.thleftbt::before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: 35%;
  width: 4px;
  height: 30%;
  border-radius: 5px;
}
.th-5 {
  padding: 10px 0px;
  background: #fff;
}

.th-5 li {
  line-height: 36px;
  height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 10px;
  font-size: 14px
}
.th_toutiao_li li:nth-child(6) {
  border-bottom: 1px dashed #eee;
  margin-bottom: 10px;
}

.bottom1 {
  width: 30%;
  float: left;
  position: relative;
}



.bottom2 {
  width: 68%;
  float: right;
}

.bottom2 a {
  font-weight: normal;
  display: block;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  transition: 0.3s ease-out;
  text-align: left;
  text-overflow: ellipsis;
  font: 700 17px 'Microsoft Yahei', 'Hei', Tahoma, 'SimHei', sans-serif;
}

.bottom2_info {
  height: 68px;
  line-height: 25px;
  overflow: hidden;
  font-size: 14px;
  color: #999;
  margin-top: 10px;
  margin-bottom:15px;
  white-space: normal;
}

.ztm_phb{line-height: 30px;}

.banner_bottom {
  height: 100px;
}

.th-5 li.th_li {
  height: 100px;
  /* margin-bottom: 15px; */
}

.th-5 li.th_cat {
  height: 150px;
}

.cart_img_height {
  height: 150px;
}



.th-5 .date {
  float: right;
  color: #bbb;
}

.th-5 li i {
  display: inline-block;
  margin-right: 5px;
  opacity: 0.5;
}

.thsec4::before {
  background-color: #F56C6C;
}

.news-content-top{
    width: 880px
}

.news-content-top-list{
    padding: 20px;
}
.news-content-top-list ul{
    width: 100%;
    /* padding: 18px; */
}
.news-content-top-list ul li{
    position: relative;
    display: block;
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 14px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    width: 46%;
    float: left;
}
.news-content-top-list ul li a{}
.news-content-top-list ul li:before {
    position: absolute;
    left: 0;
    top: 8px;
    background: #ffa7a76e;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
}
.news-content-top-list ul li:after {
    position: absolute;
    left: 2px;
    top: 10px;
    background: #da1f2e;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    opacity: .4;
    z-index: 2;
}



.content-top-item{
    padding: 20px;
    background:#fff;
}
.content-top-item .table-wrapper {
    overflow: hidden;
    padding-top: 8px;
}
.content-top-item .table-wrapper table {
    flex: none;
    width: 100%;
    padding-top: 8px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    table-layout: fixed;
}
.content-top-item .table-wrapper table thead {
    height: 44px;
    position: relative;
    z-index: 1;
}

.content-top-item .table-wrapper table thead tr th {
    font-size: 12px;
    height: 44px;
    font-family: MicrosoftYaHei;
    color: #666666;
    background-clip: padding-box;
    border-right: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    position: relative;
    font-weight: normal;
}

.content-top-item .table-wrapper table thead tr th::before {
    content: "";
    width: 100%;
    height: 8px;
    background-color: #717390;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}

.content-top-item .table-wrapper table thead tr th.w150 {
    width: 150px;
}
.content-top-item .table-wrapper table tbody {
    width: 827px;
    height: 34px;
    text-align: center;
    overflow: hidden;
}
.content-top-item .table-wrapper table tbody tr.match_data {
    height: 39px;
}
.content-top-item .table-wrapper table tbody tr.match_data td {
    height: 34px;
    border-right: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    position: relative;
    font-size: 12px;
    color: #666;
}
.content-top-item .table-wrapper table tbody tr .team {
    width: 120px;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
}
.content-top-item .table-wrapper table tbody tr.match_data td {
    height: 34px;
    border-right: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    position: relative;
    font-size: 12px;
    color: #666;
}
.content-top-item .table-wrapper table tbody tr .team .team-wrapper {
    display: flex;
    align-items: center;
    color: #666;
}
.content-top-item .table-wrapper table tbody tr .team .team-wrapper .team-logo {
    flex: none;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
}
.content-top-item .table-wrapper table tbody tr .team .team-wrapper .team-name {
    color: #de1e31;
}
.content-top-item .table-wrapper table tbody tr.match_data td .td_ca {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content-top-item .table-wrapper table tbody tr.match_data td {
    height: 34px;
    border-right: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    position: relative;
    font-size: 12px;
    color: #666;
}
.content-top-item .table-wrapper table tbody tr.match_data:hover td {
    background-color: #E8E8E8 !important;
}
.content-top-item .table-wrapper table tbody tr.match_data td.light_gray::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #F8F8FC;
    z-index: -2;
}
.content-top-item .table-wrapper table tbody tr.match_data td:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10000px;
    left: 0;
    top: -5000px;
    background-color: #EEEEF0;
    z-index: -1;
}

.view-container .main-content {
    width: 890px;
    margin-right: 10px;
}
.view-container .main-content .article {
    width: 100%;
    background-color: white;
    margin-bottom: 10px;
    border-radius: 4px;
}
.view-container .main-content .article .crumbs-container {
    margin: 0 20px;
    padding: 18px 0;
    height: 14px;
    border-bottom: 1px solid #eee;
}
.view-container .main-content .article .crumbs-container .crumbs .link {
    color: #E74C5B;
}
.view-container .main-content .article .article-detail {
    box-sizing: border-box;
    padding: 20px 25px 30px 25px;
}
.view-container .main-content .article .article-detail .title {
    font-size: 28px;
    font-family: MicrosoftYaHei-Bold,MicrosoftYaHei;
    font-weight: bold;
    color: #333;
    line-height: 46px;
    margin-bottom: 20px;
}
.view-container .main-content .article .article-detail .article-info {
    height: 12px;
    font-size: 12px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #999;
    line-height: 12px;
    display: flex;
    margin-bottom: 30px;
}
.view-container .main-content .article .article-detail .article-info .publish-time {
    margin-right: 30px;
}
.view-container .main-content .article .article-detail .article-content {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333;
    line-height: 33px;
}
.view-container .main-content .article .article-detail .article-content p {
    margin-bottom: 20px;
}
.view-container .main-content .article .article-detail .article-content video,
.view-container .main-content .article .article-detail .article-content img{
    max-width: 100%
}
.view-container .main-content .article .crumbs{
    margin: 0
}

.view-container .main-content .news-b-box {
    border-radius: 4px;
}
.view-container .main-content .news-b-box .news-b-box-wrapper{
    background-color: white;
    width: 890px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.view-container .main-content .news-b-box .news-b-box-wrapper .head {
    position: relative;
    width: 890px;
    height: 50px;
    box-sizing: border-box;
    padding: 16px 10px 14px 20px;
    display: flex;
    justify-content: space-between;
}
.view-container .main-content .news-b-box .news-b-box-wrapper .head .red-line {
    margin-bottom: 2px;
    width: 4px;
    height: 18px;
    background-color: #e74c5b;
    margin-right: 5px;
}
.view-container .main-content .news-b-box .news-b-box-wrapper .head .title {
    width: 80px;
    height: 18px;
    margin-bottom: 2px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333;
    line-height: 18px;
}
.view-container .main-content .news-b-box .news-b-box-wrapper .head .space-holder {
    height: 20px;
    flex: auto;
}
.view-container .main-content .news-b-box .news-b-box-wrapper .head .split-line {
    width: 890px;
    height: 1px;
    background-color: #eeeeee;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.panel-box{
     padding: 20px; 
}
.panel-box ul{
    width: 100%;
}
.panel-box ul li{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
    text-decoration: none;
    line-height: 30px;
    width: 46%;
    display: inline-block;
}
.panel-box ul li a{
    font-size: 14px;
}
.tags {
    color: #666;
    font-size: 14px;
    padding-bottom: 2px;
    margin-bottom: 26px;
}
.tags span {
    display: inline-block;
    background: #fff;
    padding: 0 5px;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
}
.tags span a {
    background-color: #f2f5f7;
    border-color: #f2f5f7;
    color: #999;
    padding: 5px 10px
}
.tags span a:hover {
    background-color: #da1f2e;
    color: #fff
}

.team-info {
    height: 100px;
    padding-bottom: 3px;
    margin: 0 auto;
}
.layoutScreen {
    width: 1200px;
    margin: 10px auto;
    display: block;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
}
.team-info .team-home .score {
    float: right;
    line-height: 100px;
    width: 50px;
    font-size: 40px;
    color: #333;
    text-align: center;
}
.team-info .team-home .team-icon {
    float: right;
    width: 54px;
    height: 54px;
    text-align: center;
    margin: 23px 13px 0;
}
.team-info .team-home .team-icon img {
    max-height: 54px;
    max-width: 54px;
}
.team-info .team-home .name {
    float: right;
    line-height: 100px;
    font-size: 18px;
    color: #333;
}
.team-info .team-home .name a {
    color: #333;
}
.team-info .team-center {
    width: 250px;
    text-align: center;
    font-size: 12px;
    color: #bbb;
    line-height: 15px;
    padding: 18px 0;
    height: 67px;
}
.team-info .team-center .vs {
    font-size: 18px;
    padding: 11px 0;
    color: #666;
}
.team-info .team-away .score {
    float: left;
    line-height: 100px;
    width: 50px;
    font-size: 40px;
    color: #333;
    text-align: center;
}
.team-info .team-away .team-icon {
    float: left;
    width: 54px;
    height: 54px;
    text-align: center;
}
.team-info .team-away .team-icon {
    float: left;
    width: 54px;
    height: 54px;
    text-align: center;
    margin: 23px 13px 0;
}
.team-info .team-away .team-icon img {
    max-height: 54px;
    max-width: 54px;
}
.team-info .team-away .name {
    float: left;
    line-height: 100px;
    font-size: 18px;
    color: #333;
}
.panel-live-box{
    padding: 20px;
}
.panel-live-box a{
    border: 1px solid #e5e5e5;
    background: #1e56de29;
    padding: 10px;
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    border-radius: 5px;
}
.panel-live-box a.bifen{
    background: #f0f0f0;
}

.panel-live-box a:hover{
    background-color:red;
    color:#fff
}

.main {
    width: 890px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.view-container .main-content .main .news-list {
    width: 890px;
    padding: 20px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 4px;
}
.view-container .main-content .main .news-list .new-item {
    position: relative;
    width: 100%;
    height: 140px;
    padding-top: 0px;
    margin-bottom: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.view-container .main-content .main .news-list .new-item .cover {
    width: 212px;
    height: 119px;
    overflow: hidden;
    border-radius: 2px;
}
.view-container .main-content .main .news-list .new-item .cover .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 1s;
    width: 212px;
    border-radius: 2px;
    height: 119px;
}
.view-container .main-content .main .news-list .new-item .article {
    flex: 1;
    height: 119px;
    margin-left: 20px;
}
.view-container .main-content .main .news-list .new-item .article .title {
    width: 620px;
    height: 25px;
    margin-top: 4px;
    font-size: 18px;
    font-family: PingFangSC-Semibold,PingFang SC;
    font-weight: 600;
    color: #333;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.view-container .main-content .main .news-list .new-item .article .text {
    margin-top: 10px;
    width: 620px;
    height: 40px;
    font-size: 14px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #999;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.aaaaa{/* margin: 10px 0; */margin-top: 10px;}
.aaaaa a{
    /* float: left; */
    margin-right: 5px;
    /* padding: 5px; */
    /* background: #e5e5e5; */
    line-height: 22px;
}
.view-container .main-content .main .news-list .new-item .article .other-info {
    width: 620px;
    height: 17px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #999;
    line-height: 17px;
    white-space: nowrap;
    display: flex;
}
.view-container .main-content .main .news-list .new-item .article .other-info .publish-time {
    margin-right: 19px;
}
.view-container .main-content .main .news-list .new-item .article .other-info .tip {
    height: 27px;
    font-size: 0px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #e74c5b;
    line-height: 26px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F6F7F9;
    border-radius: 14px;
}
.view-container .main-content .main .news-list .new-item .article .other-info .tip .img {
    width: 17px;
    height: 17px;
}
.view-container .main-content .main .news-list .new-item .article .other-info .tip .cname {
    font-size: 12px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}
.view-container .main-content .main .news-list .new-item .article .other-info .space-hold {
    flex: auto;
}
.view-container .main-content .main .news-list .new-item .split-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #EEEEEE;
    transform: scaleY(0.5);
}
.page-zu-box {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.page-zu-box[data-hasMore="no"] { display: none;}
.page-zu-box .load-data{text-align: center;}
.page-zu-box[isLoad="false"] .load-data  .loading-data {   display: none!important;}
.page-zu-box[isLoad="true"] .load-data .load-data {   display: none!important;}
.football-load {
    -webkit-animation-name: layui-rotate;
    animation-name: layui-rotate;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.page-zu-box .load-data{
    text-align: center;
    cursor: pointer;
    /*background: #e2f4ff;*/
    font-size: 14px;
}

.footer-bottom {
    min-height: 50px;
    width: 100%;
    background: #1f1f1f;
    text-align: center;
    margin-top: 20px
}

.footer-bottom ol {
    display: inline-block;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    overflow: hidden;
    text-align: left;
}
.footer-bottom ol li {
    float: left;
    padding: 0 5px;
    color: #fff;
    font-family: Arial, simsun;
    font-size: 12px;
    line-height: 50px;
}

.footer-bottom ol li a {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    color: #fff;
    display: inline-block;
}
.footer-bottom ol li em {
    display: inline-block;
    height: 10px;
    border-right: solid 1px #fff;
    margin-right: 10px;
}
.footer-bottom-tags a{
    color: #1f1f1f;
}