.container{max-width:1230px;}

/*网站公共样式*/
.clear{clear:both;overflow:hidden;}
.info-content{font-size:15px;line-height:2;margin:0 auto;}
a{color:#000;text-decoration:none;}
.hrefColor{color:#015293;}
a:hover{color:#015293;}
a:focus{color:#000;}
a.btn-more{transition:all 0.5s ease;-moz-transition:all 0.5s ease; /* Firefox 4 */-webkit-transition:all 0.5s ease; /* Safari and Chrome */-o-transition:all 0.5s ease; /* Opera */}
.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/
.clearfix{clear:both;}
html{ overflow-y:scroll; min-height:101%;}
html{ overflow:-moz-scrollbars-vertical;}
/*遮罩层*/
.mask-bg{position:fixed;width: 100%;height:100%;display:none;height:100vh;background-color: rgba(0, 0, 0, .7);overflow:hidden;z-index:99;top: 0;left: 0;}
.mask-bg.active{display:block;}
.logo img{max-width:100%;width:auto;}
/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
.nav .animated,.sub-nav .animated{-webkit-animation-duration:0.4s;animation-duration:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.navSlide{-webkit-animation-name:navSlide;animation-name:navSlide}
@keyframes navSlide{0%{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0;visibility:visible}100%{-webkit-transform:translateY(0);opacity:1;transform:translateY(0)}}

/*FOOTER*/
footer{}
/*移动端固定栏目按钮*/
.float-nav-toggle{z-index: 10;display: block;text-align: center;position: fixed;left: 6px;bottom: 60px;color: #fff;font-size: 18px;width: 40px;height: 40px;line-height: 40px;background-color: rgba(13, 13, 13, 0.6);border-radius: 20px;}
td, th{border: 1px solid #ececec;text-align: center;}
html{background:#fff;}

/*主菜单*/
@media (min-width:1000px) /*pc端*/
{
    .logo-box{text-align:left;background-size: cover;}
    .header{padding-top:25px;}
    .logo img{max-height:57px;}
    .nav{margin-top:25px;background:#004361;border-radius:10px 10px 0 0;}
    .navBg{background-color: #015293;margin-bottom:50px;}
    .nav>ul{float: left;padding: 0 15px;}
    .nav>ul>li{float:left;text-align:center;padding:0 37px;}
    .nav>ul>li ul{display:none}
    .nav>ul>li ul {display: none;z-index: 99;background: #004361;width: 100%;position: absolute;left: 0px;}
    .nav>ul>li>a{font-size: 14px;position:relative;color: #fff;display:block;height:100%;line-height:50px;}
    .nav>ul>li ul a{color:#fff;display: block;line-height: 50px;}
    .nav >ul>li.current{background:#1c6483;}
    .nav>ul>li ul li.current a{background:#1c6483;}
    .nav li:hover> ul{display:block;}
    .nav ul li{position:relative;}
    .nav ul li .arrow{display:none}
    .headerTitle{background: #1c6483;line-height: 40px;color: #8599a6;}
    /*bootom*/
    footer{text-align:left;margin-top:80px;}
    .navBg .nav>ul>li>ul{display:none;}
}
@media (max-width:1000px) /*手机端*/
{
    .header .logo-box{height: 70px;padding-right: 70px;line-height: 70px;}
    .header .logo-box .logo img{max-height:56px}
    .header .nav-toggle{position:absolute;right:0px;top:0px;font-size:25px;color:#025275;min-width:70px;height:70px;line-height:70px;text-align:center;cursor:pointer;z-index:1;}
    .header .nav-toggle.active{color:#ccc;}
    .nav{position:fixed;z-index:999;top:0px;right:0px;width:0px;background:#fff;height:100%;height:100vh;opacity:0;transition: all 0.2s linear;overflow-y:auto}
    .nav.active{opacity:1;width:300px;max-width:60%}
    .nav ul li{line-height: 45px;text-align:left;}
    .nav ul li ul{display:none;} /*二级ul样式*/
    .nav ul li a{padding-left:30px;display:block;color:#999;font-size:15px;line-height:3.5;border-bottom: 1px solid #dcdcdc}
    .nav ul li ul li a{padding-left:60px;font-size:14px;background-color:#eeeeee}
    .nav ul li ul li ul li a{padding-left:90px;}
    .nav ul li ul li ul li li a{padding-left:120px;}
    .nav ul li{position:relative;}
    .nav ul li .arrow{position:absolute;right:0px;top:0px;width:50px;height:50px;line-height:50px; text-align:center;transition-duration:0s}
    .nav ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}
    .nav ul li.current > a{color:#025275;}
    .nav ul li.active > ul{display:block}
    .nav ul li.active > .arrow{transform:rotate(90deg)}

    /*bootom*/
    footer{text-align: left;margin-top:30px;}
}

/*bootom*/
footer{width:100%;min-height:95px;background: #266079;}
footer .title{font-size:16px;font-weight:bold;padding:20px 0 10px;}
footer .row li{line-height:2;}
.link-list li{display:inline-block;padding: 0 5px 0 0;}
.link-list li:last-child{border-right: none !important;}
.link-list li:not(:first-child){border-right: 1px solid #d2d2d2;}
@media (min-width:1000px) {
    .footer-Lian{padding: 20px 0;overflow: hidden;}
}
@media (max-width:1000px){
    footer{padding:20px 0;}
}

#ToTop {position: fixed;bottom: 80px;right: 40px;width: 40px;height: 40px;text-indent: -999em;z-index: 20000;background-image: url(https://www.hbjingjiang.com/images/top2.png);background-repeat: no-repeat;background-position: -503px 0;transition: all .3s;}

/*移动端固定栏目按钮*/
.float-nav-toggle{z-index: 10;display: block;text-align: center;position: fixed;left: 6px;bottom: 60px;color: #fff;font-size: 18px;width: 40px;height: 40px;line-height: 40px;background-color: rgba(13, 13, 13, 0.6);border-radius: 20px;}
@media (max-width: 767px) {.display-xs-block {display: block !important;}}

/*手机端固定导航栏*/
.footer-fixed{position:fixed;left:0;bottom:0;overflow:hidden;width:100%;padding:6px 0px 2px;color:#fff;z-index:9;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border-top: 0.2rem solid #000;background: #fff;}
.footer-fixed ul{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;text-align: center;}
.footer-fixed ul li a{width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size: 13px;}
.footer-fixed ul li p{font-size:1.3rem;}
.footer-fixed.active{transform:translateX(2.8rem);z-index:9;}
.footer-fixed2{font-size: 2.8rem;padding-top: 0.6rem;}
.footer-fixed i{display:block;}
.footer-fixed .fa{font-size:22px;}
@media (min-width:1000px){.footer-fixed{display:none!important;}#ToTop:hover {width: 40px;height: 40px;background: url(https://www.hbjingjiang.com/images/top2.png) no-repeat -503px -42px;text-indent: -999em;filter: alpha(opacity=100);opacity: 1;z-index: 20000;}}
@media (max-width:1000px){footer{background-color: #266079;box-shadow: 0 0 10px rgba(0,0,0,.05);}footer p,footer a{color:#fff;}#ToTop,.footerThree img{display:none !important;}}

/*子栏目样式*/
.sub-nav-box {clear: both;position: relative;}
.sub-nav-box .sub-nav-title{line-height:57px;text-align:left;background:#004361;padding-left:15px;font-size:22px;color:white;font-family:"Microsoft YaHei",Tahoma,Verdana,"Simsun";}
.sub-nav-box .sub-nav{clear:both;text-align:left;margin-bottom:20px;width:100%;overflow:visible;background:#fafafa;}
.sub-nav-box .sub-nav li{width:100%;padding:0px;text-align:left;position:relative;display:block;}
.sub-nav-box .sub-nav li a{display:block;padding-left:25px;line-height:54px;font-size:14px;color:#000;font-family:"Microsoft YaHei",Tahoma,Verdana,"Simsun";border-bottom:1px #fff solid;font-size:15px}
.sub-nav-box .sub-nav li a:hover{color:#004361;}
.sub-nav-box .sub-nav li ul{display:none}
.sub-nav-box .sub-nav li ul li a{padding-left:55px;}
.sub-nav-box .sub-nav li ul li ul li a{padding-left:85px}
.sub-nav-box li .arrow{position:absolute;right:0px;top:0px;width:54px;height:54px;line-height:54px; text-align:center;transition-duration:0.1s;cursor:pointer}
.sub-nav-box li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}
.sub-nav-box .sub-nav li.current > a{color:#004361;}
.sub-nav-box .sub-nav li.active > ul{display:block}
.sub-nav-box .sub-nav li.active > .arrow{transform:rotate(90deg)}

/*搜索*/
.ss-box{position: relative;color: #000;border: 1px solid #638c9f;background: transparent;width: 200px;height: 32px;border-radius: 15px;display: inline-block;top: 12px;}
.ss-box input{border: none;height: 31px;color: #000;}
.ss-box .s-input{width: 100%;outline: none;border: none;background: transparent;line-height: 40px;height: 32px;padding-left: 32px;}
.ss-box .s-btn{position: absolute;background-color: transparent;width: 32px;height: 32px;color: #638c9f;cursor: pointer;line-height: 14px;outline: none;border: none;top: 0;z-index: 2;left: 0;}
input::-webkit-input-placeholder { /* WebKit browsers */color: #000;}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color: #000;}
input::-moz-placeholder { /* Mozilla Firefox 19+ */color: #000;}
input:-ms-input-placeholder { /* Internet Explorer 10+ */color: #000;}
.calleTitle{font-size:20px;padding:20px 0;}

/*内容页公共用*/
.card1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.card2{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 46px;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{background-color: #666;border-color: #666;}

.breadcrumb{padding: 5px 0px;border-bottom: 1px dashed #ebebeb;}
.breadcrumb > li{font-size:16px;}
.breadcrumb > li a{color: #015293;}
.breadcrumb > li + li::before{content: ">";padding: 0 5px 0 0;color: #015293;}

.marqueelefts {height: auto;overflow: hidden;margin: 0px auto;}
.marqueelefts ul{float:left;}
.marqueelefts li{float:left;margin:0 15px;display:inline;height:auto;overflow:hidden;text-align:center;}
.marqueelefts li .pic{display:block;height:auto;background: transparent;overflow:hidden;}
.marqueelefts li .pic a{color:#fa2111;font-size:14px;}
.marqueelefts .marquee1_1>li>p{text-align:center;margin: 0 auto;display:inline-block;}
.marqueelefts ul li .breadth-title{font-size: 20px;height:28px;line-height:28px;margin:16px 0;overflow:hidden;}

.all-title{margin:20px 0;position: relative;}
.all-title>p{display:inline-block;font-size: 18px;font-weight: 600;color: #004361;}
.all-title .sy_mk{position: absolute;left: 50%;transform: translate(-50%,-50%);top: 50%;}
.all-title>a{float:right;position:relative;}
.all-title>a::after{content: '';position: absolute;right: 0;bottom: -5px;width: 38px;height: 3px;background: #ffcc99;}
.all-detail{margin-top:20px;}
.all-detail .all-detail-title{text-align:center;font-size:20px;font-weight:600;margin-bottom:20px;}
.all-detail .all-detail-tips{text-align:center;margin-bottom:20px;}
.all-imgList ul li p{text-align:center;font-size: 16px;padding: 15px 0;}
.all-list li{position: relative;padding-right: 95px;font-size: 16px;line-height: 44px;}
.all-list li span{position:absolute;right:0;top:0;color: #004361;}

.newswiper-container {width: 100%;position: relative;overflow: hidden;}
.newswiper-container .swiper-slide{text-align:center;font-size:18px;background:#fff;/* Center slide text vertically */
    display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
.newswiper-container .swiper-slide .inner{width:100%;}
.newswiper-container .swiper-slide img{display:block;height:auto;width:100%;margin:0 auto;}
.newswiper-container.swiper-container-horizontal > .swiper-pagination-bullets{bottom: 10px;left: initial;right: 10px;width: auto;}
.newswiper-container .swiper-pagination{text-align:right;}
.newswiper-container .swiper-pagination-bullet{width:10px;height:10px;text-align:right;opacity:.5;background:#fff;}
.newswiper-container .swiper-pagination-bullet-active{color:#fff;opacity:1;}
.newswiper-container .title{width:100%;background: rgba(0,0,0,.4);font-size:16px;color:#fff;line-height:40px;text-align:left;padding-left:10px;position:absolute;bottom:0;left:0;display:block;/*内联对象需加*/ word-break:keep-all;/* 不换行 */ white-space:nowrap;/* 不换行 */
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */ text-overflow:ellipsis;padding-right:100px;}
.swiper-button-next, .swiper-button-prev{background-size: 20px 20px;background-color: rgba(225,225,225,.54);opacity: 0.9;}

.index-news-box li{line-height: 33px;font-size: 13px;padding-left: 15px;position:relative;}
.index-news-box li:before{position:absolute;content:"";background-color:#999;width:5px;height:5px;top:13px;left:0px;}
.index-news-box li span{position:absolute;right:0px;top:0px;color: #004361;}
.index-news-box li a{padding-right:75px;}

.all-indexBr{padding-bottom:25px;border-bottom: 1px dashed #ebebeb;}
.imgHref{overflow:hidden;margin-bottom:20px;}
.imgHref img{float:left;width:32%;}
.imgHref img:nth-child(2){margin:0 2%;}


.index-newsTwo-box li{line-height: 35px;font-size: 13px;padding-left: 15px;position:relative;}
.index-newsTwo-box li:nth-child(1){overflow:hidden;}
.index-newsTwo-box li:before{position:absolute;content:"";background-color:#999;width:5px;height:5px;top:15px;left:0px;}
.index-newsTwo-box li:nth-child(1):before{display:none;}
.index-newsTwo-box li:nth-child(1){padding-left:0px;margin-bottom: 12px;padding-bottom: 20px;border-bottom: 1px dashed #ebebeb;}

.index-newsTwo-box li:nth-child(1)>div a{font-size:16px;padding: 0;line-height: 27px;}
.index-newsTwo-box li:nth-child(1)>div .card3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;height: 72px;color: #999;line-height: 24px;margin-top: 5px;font-size: 13px;}
.index-newsTwo-box li span{position:absolute;right:0px;top:0px;color: #004361;}
.index-newsTwo-box li a{padding-right:75px;}

.index-special{padding: 10px 22px 0px;background: #f7f7f7;}
.index-special>div{overflow:hidden;padding-bottom:10px;}
.index-special>div>.imgThumb{float:left;width:30%;}
.index-special>div>.imgThumb img{width: 100%;}
.index-special>div>.card2{float:left;width:70%;padding-left:15px;}

section{margin-bottom:-80px;padding-bottom:80px;}
.newsTwoDate li:nth-child(1)>a{background-color:#ffcc99;}
.newsTwoDate li:nth-child(1)>a p{font-size:20px;font-weight:600;text-align:center;color: #a1672c;margin: 26px 0;line-height: 1;}
.newsTwoDate li:nth-child(1)>a div{font-size: 12px;color: #de9144;margin-bottom:15px;text-align: center;line-height: 1;}

.headerTips{text-align:center;}
.headerTips img{max-height:57px;}

@media (min-width:1000px){
    .footerThree img,.footerThree>div{float:left;}
    .footerThree > div{padding-left:15px;}
    .footerThree>div p,.footerThree>div a{color:#fff;}
    .footerThree>div p{font-size:16px;line-height:30px;}
    .footerFive ul{overflow: hidden;margin-top: 20px;}
    .footerFive ul li{float: left;width: 55px;height: 55px;background: #0f6c97;border-radius: 50%;text-align: center;line-height: 50px;margin: 0px 15px;}
    .all-title .sy_mk{width:70%;}
    .index-newsTwo-box li:nth-child(1)>a{float:left;width:30%;padding:0px;}
    .index-newsTwo-box li:nth-child(1)>div{float:left;width:70%;padding-left: 15px;}
    .newsTwoDate li:nth-child(1)>a{width:15%;}
    .newsTwoDate li:nth-child(1)>div{width:85%}

}
@media (max-width:1000px){
    .imgHref{margin-top:20px;}
    .all-title .sy_mk{width:55%;}
    .index-newsTwo-box li:nth-child(1)>a{width:100%;}
    .index-newsTwo-box li:nth-child(1)>div{margin-top:10px;}
    .newsTwoDate li:nth-child(1)>a{float:left;width:20%;padding: 0;}
    .newsTwoDate li:nth-child(1)>div{float:left;width:80%;padding-left: 15px;}
}


.match_tabs {
    margin-top: 25px;
    margin-bottom: 5px;
    padding-bottom: 15px;
    border-bottom: solid 1px #dedede;
}
.match_tabs_wrap {
    display: block;
    width: 100%;
    height: 40px;
    padding-left: 15px;
}
.match_tabs_wrap::after {
    clear:both;content:'';display:block;width:0;height:0;visibility:hidden;
}
.match_tabs_wrap li {
    float: left;
    padding: 5px 10px;
    background: #FFF;
    border: solid 1px #DEDEDE;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 7px;
    font-size: 14px;
}
.match_tabs_wrap li.active {
    border: solid 1px #004361;
}
.match_tabs_wrap li.active a {
    color: #004361;
}
.match_tabs_wrap li a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 4px -2px 0;
}
.icon-zhongyao {
    background: url(../img/sprite.png) -256px 0;
}
.icon-zuqiu {
    background: url(../img/sprite.png) 0 0;
}
.icon-lanqiu {
    background: url(../img/sprite.png) -32px 0;
}
.match-more_btn {
    font-size: 14px;
    padding-left: 15px;
}
.match_date {
    font-size: 16px;
    padding: 15px 0;
}
.match_body {
    padding: 10px 0;
}
.match-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 15px;
    border-bottom: solid 1px #dedede !important;
}
.match-item .info_left {
    display: flex;
    align-items: center;
}
.match-item:nth-child(2n) {
    background: #fafafa;
}
.match-item .info_left .time {
    display: inline-block;
    width: 75px;
}
.match-item .info_left .league {
    display: inline-block;
    width: 80px;
    padding-right: 20px;
    height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: left;
}
.match-item .info_center {
    display: flex;
}
.match-item .info_center .score {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 130px;
}
.match-item .info_center .home {
    display: flex;
    justify-content: center;
    align-items: center;
}
.match-item .info_center .home .left {
    display: flex;
    align-items: center;
    width: 150px;
    text-align: right;
    justify-content: flex-start;
}
.match-item .info_center .home .left > img {
    width: 30px;
    max-height: 30px;
    margin-right: 5px;
}
.match-item .info_center .home .left .text {
    display: inline-block;
    width: 100px;
    height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-left: 10px;
    text-align: left;
}

.match-item .info_center .away {
    display: flex;
    justify-content: center;
    align-items: center;
}
.match-item .info_center .away .right {
    display: flex;
    align-items: center;
    width: 150px;
    justify-content: flex-end;
}
.match-item .info_center .away .right > img {
    width: 30px;
    max-height: 30px;
    margin-right: 10px;
}
.match-item .info_center .away .right .text {
    display: inline-block;
    width: 100px;
    height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.match-item .info_right {
    box-sizing: border-box;
    margin-left: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    border: solid 1px #999999;
    padding: 5px 10px;
    border-radius: 10px;
    margin-right: 10px;
    width: 95px;
    text-align: center;
}
.match-item .info_right a {
    color: #999999;
}
.match-item .info_right.start {
    border: solid 1px #004361;
}
.match-item .info_right.start a {
    color: #004361;
}
.match-item .info_right.end {
    border: solid 1px #004361;
    background: linear-gradient(90deg, #004361 0%, #004361 50%, #004361 100%);
}
.match-item .info_right.end a {
    color: #FFFFFF;
}
.hot-video-list dl {
    margin-bottom: 15px;
    border-bottom: solid 1px #dedede;
    padding-bottom: 15px;
}
.hot-video-list dl::after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
.hot-video-list dt {
    float: left;
    margin-right: 15px;
}
.hot-video-list dt a img {
    width: 86px;
    height: 56px;
}
.footer-fixed li a.active {
    color: #004361;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.header-bottom_nav {width: 1200px;height: 30px;line-height: 30px;margin: 0 auto;font-size: 13px;zoom: 1;}
.header-bottom_nav::after {display: block;clear: both;height: 0;overflow: hidden;visibility: hidden;content: ' ';}
.header-bottom_nav__football {float: left;padding-left: 15px}
.header-bottom_nav__basketball{float: left;}
.header-bottom_nav__football dt {height: 22px;background: #fd8f00;margin-top: 4px;text-align: center;line-height: 22px;color: #fff;position: relative;margin-right: 10px;font-weight: 500;}
.header-bottom_nav__football dt i {display: block;position: absolute;width: 0;height: 0;border-top: 6px solid transparent;border-left: 6px solid #fd8f00;border-bottom: 6px solid transparent;right: -5px;top: 5px;}
.header-bottom_nav__basketball dt {margin-left: 20px;height: 22px;background: #fd8f00;margin-top: 4px;text-align: center;line-height: 22px;color: #fff;position: relative;margin-right: 10px;font-weight: 500;}
.header-bottom_nav__basketball dt i {display: block;position: absolute;width: 0;height: 0;border-top: 6px solid transparent;border-left: 6px solid #fd8f00;border-bottom: 6px solid transparent;right: -5px;top: 5px;}
.header-bottom_nav dl dd, .header-bottom_nav dl dt {float: left;padding: 0 6px;}
.header-bottom_nav dl dd a {color: #004361;font-weight: 400;}
@media (max-width: 600px) {
    .header-top {width: 100%}
    .header-top_logo {padding: 0}
    .header-menu_items {width: 100%;display: flex}
    .header-menu_item {width: unset;float: none;flex: 1;height: 35px;line-height: 35px;}
    .header-menu_item:hover .header-menu_sub {display: none}
    .header-bottom {width: 100%;overflow-x: auto;padding: 5px 15px}
}


.match_show_box {
    padding-top: 30px;
}
.match_show_date_tabs a {
    box-sizing: border-box;
    float: left;
    border: 1px solid #D3E1E2;
    border-radius: 4px;
    width: 100px;
    height: 64px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.match_show_date_tabs a p {
    font-size: 14px;
}
.match_show_date_tabs a.active p {
    color: #004361;
}
.match_show_date_tabs a.active {
    color: #004361;
    border: 1px solid #004361;
    border-bottom: solid 8px #004361;
    position: relative;
}
.match_show_list {
    margin-top: 30px;
}
.match_status_tabs {
    padding: 5px 0;
}
.match_status_tabs a {
    display: block;
    float: left;
    padding: 5px 30px;
    box-sizing: border-box;
    border: solid 1px #004361;
    font-size: 16px;
}
.match_status_tabs a.active {
    background: #004361;
    color: #FFFFFF;
}
.get-more-match {
    display: block;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    color: #004361;
    margin-top: 15px;
}

.navbar {box-sizing:border-box;margin-top:15px;margin-bottom:15px;}
.navbar-menus li {float: left;padding: 8px 10px;}
.navbar-menus li a {font-size: 14px}
.navbar-menus li.active {background: #004361;text-align: center}
.navbar-menus li.active a {font-weight: bold;color: #FFFFFF}
@media (max-width: 1280px) {
    .navbar {overflow-x: auto;overflow-y: hidden;margin: 0;box-sizing: border-box;margin-top: 15px;padding-left: 15px}
    .navbar-menus {width: 1200px}
}
.listModel-box li {
    position: relative;
}
.listModel-box li span {
     position: absolute;
     right: 0;
     top: 0;
     color: #999;
 }
.gray-container {
    background: #f6f6f6;
}
h2 {
    font-size: 18px;
}
.introduce-left h2 {
    color: #1561af;
    border-bottom: solid 1px #1561af;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.introduce-left p {
    line-height: 1.6;
}

.topic_box {
    margin-top: 30px;
    background: #ffffff;
    padding: 15px;
    box-sizing: border-box;
}
.topic_box_tag_title {
    height: 50px;
    padding: 5px 20px 0 20px;
}
.topic_box_tag_title img {
    float: left;
    width: 50px;
    height: 50px;
}
.topic_box_tag_title h1 {
    float: left;
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    margin-left: 10px;
}
.topic_box_tag_title ul {
    float: left;
    margin-left: 60px;
    margin-top: 14px;
}
.topic_box_tag_title li {
    float: left;
    margin-right: 20px;
    font-size: 14px;
    color: #999;
}
.topic_box_tag_title li a {
    color: #999;
}
.topic_box_tag_title .gd {
    font-size: 14px;
    color: #666;
    float: right;
    margin-top: 16px;
}
.topic_box_list {
    margin-top: 15px;
}
.topic_box_list li {
    width: 46%;
    float: left;
    font-size: 14px;
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-right: 15px;
}
.topic_box_tag_title li.active a {
    font-weight: bold;
    color: #000000;
}
.topic_box_score_box {
    display: flex;
    margin-top: 15px;
}
.topic_box_score_match_item {
    display: block;
    flex: 1;
}
.score_match_team img {
    width: 32px;
    height: 32px;
}
.score_match_header {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    font-size: 15px;
}
.score_match_date, .score_match_tag {
    flex: 1;
}
.score_match_tag {
    color: darkred;
}
.score_match_date {
}
.score_match_body {
    display: flex;
    align-items: center;
}
.score_match_team {
    flex: 1;
    line-height: 2.5;
}
.score_match_vs {
    flex: 1;
    font-size: 16px;
}
.score_match_team span {
    padding-left: 5px;
}
.sven_display {
    margin-bottom: 30px;
}
.sven_display__hd {
    padding: 15px;
    border-radius: 5px 5px 0 0;
}
.sven_display__hd h2 {
    display: inline-block;
    font-size: 18px;
    color: #004361;
    border-bottom: 2px solid #004361;
    padding: 0 10px;
}
.tocr_block_taggle {
    height: 44px;
    background: #F8F8F8;
}
.tocr_block_taggle li.active {
    background: #f1f1f1;
    color: #004361;
}
.tocr_block_taggle li {
    float: left;
    width: 50%;
    font-size: 18px;
    color: #999;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    position: relative;
}
.tocr_block_taggle li s {
    display: block;
    width: 100%;
    height: 4px;
    background: #1561af;
    position: absolute;
    left: 0;
    top: -2px;
    display: none;
}
.tocr_block_table {
    padding: 15px;
}
.tocr_block_table table th {
    font-size: 14px;
}
.tocr_block_table table td {
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
}
.tocr_block_table tr th {
    text-align: center;
}
.sven_match__date {
    margin-top: 35px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}
.live_right_box {
    padding: 15px 0;
}
.live_right_item {
    font-size: 16px;
    margin-bottom: 20px;
}
.live_right_item_hd_league {
    float: left;
}
.live_right_item_hd_league a {
    color: #999999;
}
.live_right_item_hd_date {
    float: right;
    color: #999999;
}
.live_right_item_bd {
    padding-top: 10px;
}
.live_right_item_bd_team img {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
}
.live_right_item_bd_team {
    float: left;
    line-height: 35px;
}
.live_right_item_bd_action {
    float: right;
}
.live_right_item_bd_action a {
    background: #004361;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    padding: 5px 15px;
    line-height: 58px;
}
.video_page_list li {
    width: 33.3%;
    float: left;
    text-align: center;
    margin-bottom: 18px;
    margin-top: 11px;
}
.video_page_list .dsp_photo {
    position: relative;
    width: 256px;
    height: 143px;
    margin: 0 auto;
    border: solid 1px #efefef;
}
.video_page_list .dsp_photo span {
    width: 256px;
    height: 143px;
    display: block;
}
.video_page_list .dsp_photo span img {
    width: 256px;
    height: 143px;
    display: block;
    border-radius: 6px;
}
.video_page_list .dsp_photo .covermask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.video_page_list .dsp_photo .playbtn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 49px;
    height: 49px;
    background: url(../img/dspleft_ico.png) no-repeat 0 0;
    opacity: 0;
    -webkit-transform: scale(.7);
    -webkit-transition-property: opacity,-webkit-transform;
    -webkit-transition-duration: .5s;
    transform: scale(.7);
    transition-property: opacity,transform;
    transition-duration: .5s;
    zoom: 1;
    background-size: 100% 100%;
}
.video_page_list .dsp_photo .covermask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}
.video_page_list .dsp_photo:hover .covermask {
    opacity: .2;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}
.video_page_list .dsp_photo:hover .playbtn {
    opacity: .9;
    -webkit-transform: scale(1);
    -webkit-transition-property: opacity,-webkit-transform;
    -webkit-transition-duration: .5s;
    transform: scale(1);
    transition-property: opacity,transform;
    transition-duration: .5s;
    cursor: pointer
}
.video_page_list .dsp_title {
    width: 257px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 26px;
    height: 28px;
    margin: 0 auto;
    text-align: left;
}
.qd_jieshao {
    border-radius: 8px;
    background: #fff;
    padding-bottom: 10px;
}
.qd_name {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 0 20px 0;
    overflow: hidden;
}
.qd_name img {
    width: 120px;
    height: 120px;
}
.qd_name span {
    display: block;
    width: 60%;
    margin: 0 auto;
}
.qd_xq h5 {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}
.qdjsbt {
    line-height: 30px;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    border-bottom: 2px #004361 solid;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.qdjsbt span {
    float: left;
    margin-left: 15px;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 280px;
}
@media (max-width: 1280px) {
    .container,.gray-container {
        width: 100%;
    }
    .mobile_table {
        display: flex;
        flex-flow: column-reverse;
    }

    .match_date {
        padding: 2px !important;
        font-size: 14px !important;
        padding-left: 10px !important;
        background: #f5e3e3;
    }

    .match-item {
        position: relative;
    }

    .match-item .info_left {
        display: block !important;
        width: 75px !important;
        font-size: 14px;
    }

    .match-item .info_left span {
        display: block !important;
    }

    .match-item .info_left .time, .match-item .info_left .league {
        width: 70px !important;
        padding: 0;
    }

    .match-item .info_center .home .left {
        width: 120px !important;
    }

    .match-item .info_center img {
        display: none;
    }

    .match-item .info_center {
        display: block !important;
        font-size: 14px;
    }

    .match-item .info_center .home {
        padding-bottom: 5px;
    }

    .match-item .info_center .home, .match-item .info_center .away {
        display: block !important;
    }

    .match-item .info_center .home .left .text {
        padding-left: 0 !important;
    }

    .match-item .info_center .away .right {
        display: block !important;
    }

    .match-item .info_center .score {
        display: block !important;
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        font-size: 14px !important;
    }

    .match-item .info_center .score span {
        display: block;
    }

    .match-item .info_center .score .fenge {
        display: none;
    }

    .match-item .info_right {
        position: absolute;
        top: 50%;
        right: 3%;
        transform: translate(-3%, -50%);
        border-radius: 0 !important;
        background: #dedede;
        border: 0 !important;
    }

    .match-item .info_right.more {
        position: relative;
        padding: 2px 5px;
        margin-top: 15px;
    }

    .match-item .info_right a {
        color: #FFFFFF !important;
        font-size: 14px !important;
    }

    .match-item .info_right.start {
        background: #004361;
    }

    .match-item .info_right.end {
        background: #999999;
    }
    .match_status_tabs {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }
    .match_show_box {
        box-sizing: border-box;
        padding-left: 20px;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .match_show_date_tabs {
        width: 1200px;
        padding-bottom: 15px;
    }
    .topic_box {
        margin-top: 0;
        margin-bottom: 15px;
        padding: 0 !important;
    }
    .topic_box_list li {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .topic_box_tag_title {
        position: relative;
    }
    .topic_box_tag_title ul {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .topic_box_tag_title .gd {
        position: absolute;
        top: 0%;
        right: 5%;
        transform: translate(-50%, -5%);
    }
    .topic_box_score_box {
        padding: 15px;
    }
    .sven_match__date {
        padding-left: 15px;
    }
    .not_data {
        padding-left: 15px;
    }
    .video_page_list li {
        width: 100%;
    }
    .video_page_list .dsp_photo, .video_page_list .dsp_photo span {
        width: 100%;
        height: 200px;
    }
    .video_page_list .dsp_photo span img {
        width: 100%;
        height: 200px;
    }
    .video_page_list {
        padding: 0px 20px;
    }
    .video_page_list .dsp_photo .playbtn {
        opacity: 1;
        width: 69px;
        height: 69px;
        margin: 0;
        transform: translate(-50%,-50%);
    }
    .video_page_list .dsp_title {
        margin: 0;
        width: 100%;
        font-size: 16px;
        padding-top: 5px;
    }
    .teshu li {
    }
    .breadcrumb {
        padding-left: 15px;
    }
    .all-list li .team_link {right: 13% !important;top:5px!important;font-size: 12px;line-height: 1.2;text-align: right}
    .team_link a {display: block;}
    .all-list li > a {
        width: 65%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        font-size: 14px;
    }
    .pagination {zoom: 0.8}
}
.all-list li {border-bottom: solid 1px #efefef;padding: 5px 0;}
.all-list li .team_link {position: absolute; right: 20%;top: 0}
.all-list li .team_link a {font-size: 14px;color: #999}
.all-list li .date {position: absolute; right: 0;top: 0;font-size: 14px;color: #999}

.sig-vs{width:100%;background:#1c6483;background-size:cover;color:#fff;text-align:center;overflow:hidden}
.sig-vs img{width:80px;max-height:80px;margin:auto 18px;border-radius:2px;border-radius: 100%;background: #FFFFFF}
.sig-vs div *{vertical-align:middle}
.sig-vs b,.sig-vs b a{color:#fff;line-height:80px;font-size:24px;display:inline-block}
.sig-vs i{color:#4788d7;font-size:0;font-style:normal;font-weight:600;margin:auto 5px}
.sig-vs .team{display:inline-block;height:230px;width:100%;padding:45px 0}
.sig-vs .team div{display:inline-block}
.sig-vs .team div.ht{width:35%;text-align:right}
.sig-vs .team div.gt{width:35%;text-align:left}
.sig-vs-txt{min-width:278px;width:28%}
.sig-vs-txt.title{min-width:278px;width:60%}
.sig-vs-txt b{font-size:24px;line-height:40px}
.sig-vs-txt em{font-size:20px;line-height:20px;color:#4788d7;display:block;font-style:normal;padding-bottom: 15px}
.sig-vs-txt span{font-size:18px;line-height:25px;color: #fff;/*display:block;*/vertical-align:middle;font-size: 20px;}
.sig-list{display:block;width:1200px;background:rgba(0,0,0,.1);text-align:center;margin:0 auto;padding-bottom: 20px}
.sig-list a{display:inline-block;line-height:1.2;min-width:82px;color: red;padding:5px 12px;margin:21px 16px!important;border:solid 1px red;border-radius:14px}
.sig-list a.active,.sig-list a:hover{background:red;color:#fff}
.sig-prev{width:80%;border:1px dotted #f8990c;margin:20px auto;padding:10px 20px;background-color:#fff}
.sig-list a{margin:auto 8px}
.sig-videos .vl{margin-left:5px;display:inline-block}
.sig-table{width:795px;border-left:1px solid #ccc;border-top:1px solid #ccc;border-right:1px solid #ccc}
.sig-table thead tr td{background-color:#d8d8d8}
.sig-thead{height:44px;line-height:40px}
.sig-thead *{vertical-align:middle}
.sig-thead i{display:inline-block;height:20px;width:5px;background-color:#ff4d4d;border-radius:3px;margin:0 10px 0 0}
.sig-thead b{line-height:30px;display:inline-block;font-size:18px}
.sig-table td{border-bottom:1px solid #ccc;height:50px;text-align:center}
.sig-table .trbg{background-color:#fcfcfc}
.sig-table .bold{font-weight:700;font-size:16px}
.sig-list ul li {display: inline-block}
.bisai_desc_box,.luxiang_box{margin-top:30px}
.bisai_desc_info p{font-size:14px;padding-top:15px}
@media (max-width: 1280px) {
    .sig-list {padding: 0}
    .sig-vs .team { height: 100%;padding: 15px 0;display: flex }
    .sig-vs-txt { min-width: unset;}
    .sig-vs b, .sig-vs b a { display: block;line-height: unset;font-size:unset }
    .sig-vs .team div.ht { display:flex;flex-direction: column-reverse;align-items: center;justify-content: center; text-align: center }
    .sig-vs img { width:46px;max-height:46px;margin: 0 }
    .sig-vs-txt p { font-size: 20px }
    .sig-vs-txt em { font-size:16px}
    .sig-vs {padding-bottom: 15px}
    .sig-vs-txt span { font-size: 14px;line-height: 1.2 }
    .sig-vs .team div.gt { display:flex;flex-direction: column;align-items: center;justify-content: center; text-align: center }
    .sig-list { width: 100%;font-size:12px;}
    .sig-list a {min-width:unset;height:unset;margin: 5px 3px!important;}
    .sp_xg_left { width:unset;float: none;padding: 0 14px;box-sizing: border-box }
}



.play_video{overflow:hidden;display:flex;justify-content:center;background:#1d1d1d}
.room_video_box{float:left;width:900px;padding-bottom:15px}
.play_video .room_video{position:relative;height:540px}
.room_video{height:auto!important}
.room_video>a{display:block}
.video_article_play_box{width:100%;height:100%;position:absolute;top:0;left:0;transition:all .3s}
.video_article_play{display:block;background:url(../img/video_article_play.png);margin:210px auto 0;width:120px;height:120px}
.room_video_title{padding-left:15px}
.room_video_title h2{font-size:26px;color:#FFFFFF;margin-top:30px}
.room_video_title time{font-size:14px;color:#CCCCCC;display:block;margin-top:10px}
.play_video .correlation_video{width:300px;height:auto;float:left;background:#333333}
.correlation_video .correlation_video_tab{height:55px;border-bottom:1px solid #454545}
.correlation_video .correlation_video_tab li.active{border-bottom:2px solid #D0021B;color:#DC2221}
.correlation_video .correlation_video_tab li{width:100%;height:54px;text-align:center;line-height:54px;font-size:20px;color:#CCCCCC;cursor:pointer}
.scroll_video{height:619px;overflow-x:hidden;overflow-y:scroll;margin-top:5px}
.scroll_video_block{height:99px}
.scroll_video_block img{width:100px;height:75px;margin:12px 0 0 10px;float:left}
.scroll_video_block p{font-size:14px;color:#FFFFFF;line-height:28px;float:left;margin:6px 0 0 10px;height:56px;overflow:hidden}
.scroll_video_block time{opacity:0.66;font-size:12px;color:#CCCCCC;float:left;margin:12px 0 0 10px}
.video_recommend_block{width:750px;height:147px;box-sizing:border-box;border-bottom:1px solid #E2E2E2;margin-top:20px}
.video_recommend_block > a{float:left;display:inline-block;position:relative}
.video_recommend_block img{width:168px;height:126px}
.video_recommend_block .video_tag{display:block;width:36px;height:36px;position:absolute;background:url(https://www.hbjingjiang.com/img/video_play.png) no-repeat;left:66px;top:45px}
.video_recommend_block h3{font-size:16px;width:422px;height:32px;color:#333333;line-height:32px;float:left;margin:-6px 0 0 20px;overflow:hidden}
.video_recommend_block p{width:422px;float:left;margin:10px 0 0 20px}
.video_recommend_block p a{font-size:14px;color:#666666;line-height:30px}
.video_recommend_block time{float:right;font-size:14px;color:#666666;margin-top:12px}
.play_video_box.mobile{display:none !important}
@media (max-width: 1280px) {
    .l_tag {padding-left: 15px;color: #004361;padding-top: 15px}
    .play_video.pc{display:none}
    .play_video_box{height:auto;background:#fff}
    .play_video_box .play_link{width:100%;height:240px;background:#000;position:relative}
    .play_link img{width:100%;height:100%}
    .video_article_play_m{position:absolute;top:50%;left:50%;width:60px !important;height:60px !important;transform:translate(-50%,-50%)}
    .play_video_box > span{display:block;font-size:16px;line-height:1.2;color:#333;padding:15px}
    .play_video_box > time{display:block;font-size:14px;color:#666;padding:5px 15px}
    .video_recommend_box{padding:15px}
    .video_recommend_block{width:100%;height:120px}
    .video_recommend_block p{width:70%;margin:0 0 0 20px}
    .video_recommend_block h3{width:70%}
    .video_recommend_block p a{line-height:1.2}
    .video_recommend_block img{width:80px;height:60px}
    .video_recommend_block .video_tag{top:50%;left:50%;transform:translate(-50%,-50%);width:26px;height:26px;background-size:cover}
    .play_video_box.mobile{display:block !important}
    .block_min{width:100%;height:80px;padding:5px 0;border-bottom:1px solid #f1f1f1;position:relative}
    .block_min img{float:left;width:4.5rem;height:3.75rem}
    .block_min p{width:100%;color:#000;line-height:1.5;overflow:hidden;padding-left:10px}
    .block_min time{color:#999;line-height:0.9rem;float:left;margin-top:7px;margin-left:10px}
    .block_min .video_ico{width:1.5rem;height:1.5rem;background:url(https://www.hbjingjiang.com/img/video_play.png) no-repeat;background-size:100%;position:absolute;left:10%;top:32%}
    .collection {padding: 15px}
}


.content_box {padding: 15px}
.content_box_hd h3{font-size:24px;font-weight:700}
.content_box_hd_info li{float:left;color:#999;height:30px;line-height:30px;font-size:12px;padding-top:1px}
.content_box_hd_info li cite{padding:0 10px;font-style:normal}
.content_box_bd{font-size:16px;line-height:30px;clear:both;padding:15px;overflow: hidden;}
.content_box_bd p{font-size:16px;margin-bottom:30px;text-indent:20px;line-height:30px}
.content_box_bd img{max-width:94%;margin:15px auto;display:block}
.tags{margin-bottom:30px}
.tags h2{font-size:16px;font-weight:bold;margin-bottom:15px;border-top:solid 1px #dedede;padding-top:15px}
.tags li{float:left;padding:5px 15px;background:#F2F2F2;border-radius:10px;margin:5px 10px;font-size:14px}
@media (max-width: 1280px) {
    .content_box {padding: 5px}
    .content_box_bd {padding: 0}
    .content_box_bd img{width:100%;max-width:100%}
    .content_box iframe {width: 100%}
}


.sitemap_box {margin-bottom: 30px;background: #FFFFFF;margin-top: 30px}
.sitemap_box_hd {font-size: 20px;font-weight: 600;box-sizing: border-box;padding-left: 20px;line-height: 40px;background: #dedede;position: relative;}
.sitemap_box_bd {padding: 15px}
.sitemap_box_bd a {margin: 0 20px;color: #448cee;line-height: 34px;display: inline-block;min-width: 110px;}

.not_data {
    padding: 15px;
    text-align: center;
}


.arc_page_list li{border-bottom:1px #eee solid;overflow:hidden;padding:8px 25px 10px 10px}
.zx_slt{width:165px;height:122px;float:left;margin-right:10px;overflow:hidden;border-radius:4px}
.zx_slt img{width:174px;height:122px;transition:transform .3s;-ms-transition:-ms-transform .3s;-moz-transition:-moz-transform .3s;-webkit-transition:-webkit-transform .3s;-o-transition:-o-transform .3s}
.zx_xq_bt{font-size:18px;color:#353030;font-weight:700;line-height:40px;height:40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.zx_xianqing{width:550px;float:left}
.zx_xq_jj{font-size:14px;color:#666;line-height:24px;height:54px;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:9px}
.zx_xq_banq .zx_xq_fl{width:100px;display:block;float:left}
.zx_xq_banq .zx_xq_fl a{color:#0073c4}
.zx_xq_banq .zx_xq_dw,.zx_xq_banq .zx_xq_dw .iconfont,.zx_xq_banq .zx_xq_dw a{color:#999}
.zx_xq_banq .zx_xq_time{float:right;color:#999}
@media (max-width: 1280px) {
    .arc_page_list li{padding:10px;box-sizing:border-box;}
    .arc_list li{width:100% !important;box-sizing:border-box}
    .zx_slt{width:90px !important;height:65px !important;overflow:unset;}
    .zx_xianqing{width:unset !important;float:none !important}
    .zx_slt img{width:90px !important;height:65px !important}
    .zx_xq_bt{font-size:14px !important;line-height:1.2 !important;height:18px !important;white-space:unset !important;display:-webkit-box !important;-webkit-line-clamp:1 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;text-overflow:ellipsis !important}
    .zx_xq_jj{font-size:12px !important;line-height:1.2 !important;height:unset !important;margin:0 !important}
    .zx_xq_banq .zx_xq_time{float:none}
}

.body-grid-list {zoom: 1;padding-left: 23px}
.body-grid-list::after {display: block;clear: both;height: 0;overflow: hidden;visibility: hidden;content: ' ';}
.body-grid_item {float:left;border: solid 1px transparent;padding: 15px;margin-bottom: 15px;margin-right: 10px}
.body-grid_item:hover {border: solid 1px #dedede}
.body-grid_item a img {width: 70px;height: 70px}
.body-grid_item a p {text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-top: 15px}
@media (max-width: 1280px) {
    .body-grid-list {padding-left: 5px}
    .body-grid_item a img {width: 60px;height: 60px}
    .body-grid_item {width:30%;padding-left: 9px;text-align: center}
}

.tags a {
    padding: 5px 0;
    margin-right: 15px;
    display: inline-block;
}

.topics {
    box-shadow: 1px 1px 5px 1px rgba(231, 231, 231, 0.8);
}

.base_tabs {
    margin-top: 15px;
}
.base_tabs > ul {
    display: flex;
}
.base_tabs > ul > li {
    padding: 10px 15px;
    margin-right: 15px;
    border-bottom: solid 3px transparent;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.base_tabs > ul > li.active {
    float: left;
    padding: 10px 15px;
    border-bottom: solid 3px #004361;
    color: #004361;
}
.base_tabs_body-panel {
    display: none;
    padding-top: 30px;
}

.base_tabs_body-panel.active {
    display: block;
}
.analysis-record-caption {
    display: flex;
    color: #999;
    border-bottom: solid 1px #efefef;
    padding-bottom: 5px;
}
.analysis-record-caption > span {
    font-size: 13px;
    flex: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.analysis-record-line {
    display: flex;
    padding: 5px 0;
}
.analysis-record-line > span {
    font-size: 14px;
    flex: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.analysis-result-compare {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.analysis-result-compare .compare-team {
    flex: 1;
    padding: 15px;
    box-sizing: border-box;
    border: solid 1px #efefef;
    margin-right: 15px;
}
.analysis-result-compare .compare-team > p:nth-child(1) {
    font-size: 32px;
    font-weight: bold;
}
@media (max-width: 1280px) {
    .base_tabs > ul > li {
        zoom: 0.8;
        margin-right: 0;
    }
    .analysis-record-caption, .analysis-record-line {
        zoom: 0.8;
    }
}