﻿.navs2 {
    padding: 5px;
}

.navs2 a {
    font-size: 16px;
    line-height: 38px;
    height: 38px;
    background: red;
    padding: 3px 10px;
    margin: 12px 5px 0 0;
    border-radius: 3px;
    transition: all .2s;
    color: #fff;
    white-space: nowrap;
}

.navs2 a:hover {
    background: #ccc;
    color: #fff
}

@media (max-width: 700px) {
    .navs2 {
        clear: both
    }

    .navs2 a {
        display: block;
        float: left;
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        background: red;
        padding: 3px 10px;
        margin: 12px 5px 0 0;
    }
}

.container {
    max-width: 1200px;
}

.text-sgreen {
    color: #009c73;
}

/*网站公共样式*/
.info-content {
    font-size: 15px;
    line-height: 2.5;
    clear: both;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

a:hover {
    color: #4788d7;
    text-decoration: underline;
}

a:focus {
    color: #000;
}

a.btn-more {
    display: inline-block;
    width: 140px;
    height: 34px;
    line-height: 34px;
    border: 1px #CCC solid;
    color: #999;
    transition: all 0.5s ease;
    font-size: 14px;
    transition: all 0.5s ease;
    text-align: center;
    margin: 0px auto;
    margin-top: 30px
}

a.btn-more:hover {
    background: #40312f;
    border-color: #40312f;
    color: white;
}

.banner {
    height: 500px\9 !important;
    overflow: hidden\9 !important;
    overflow: hidden;
}

/*兼容ie低版*/ 
html {
    overflow-y: scroll;
    min-height: 101%;
}

html {
    overflow: -moz-scrollbars-vertical;
}

.text-blue {
    color: #0140b1;
}

.clear-both {
    clear: both;
}

a:hover {
    text-decoration: none;
}

/*遮罩层*/
.mask-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    height: 100vh;
    background-color: rgba(53, 53, 59, 0.8);
    overflow: hidden;
    z-index: 99;
    top: 0;
    left: 0;
}

.mask-bg.active {
    display: block;
}


/*主菜单*/
@media (min-width:1000px)
/*pc端*/
    {

    /*Top*/
    .top-bg {
        background: url(../image/top-bg.jpg) no-repeat center center;
        min-height: 80px;
        background-size: 100% 100%;
    }

    .header .nav-toggle {
        display: none
    }

    .header .logo img {
        max-height: 90px;
    }

    .topbars {
        background-color: #ededed;
        position: relative;
        z-index: 2;
        color: #000;
    }

    .nav-bg {
        background-color: #1561af;
    }

    .nav>ul>li {
        display: inline-block;
        text-align: center;
        line-height: 60px;
        width: 10%;
    }

    .nav>ul>li>ul {
        position: absolute;
    }

    .nav>ul>li>a {
        width: 100%;
        font-size: 18px;
        display: block;
    }

    .nav ul li a {
        color: #fff;
    }

    .nav>ul>li:hover>a,
    .nav>ul>li.active>a {
        background-color: #4788d7;
        text-decoration: none;
    }

    .nav li:hover>ul {
        display: block;
    }

    /*.nav > ul > li > ul::before{display:block;margin:0px auto;position:absolute;top:-8px;left:45%;content:"";width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff}
.nav> ul > li > ul li ul::before{display:block;margin:0px auto;text-align: center;position:absolute;top:20px;left:-10px;content: "";width: 0;height: 0;border-bottom:5px solid transparent;border-right:5px solid transparent;border-top: 5px solid transparent;border-left: 5px solid #fff;}
*/
    .nav ul li ul li a {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 16px;
        color: #fff;
    }

    .nav ul li ul li a:hover {
        text-decoration: none;
        background: #d33336;
    }

    .nav ul li {
        position: relative;
    }

    .nav ul li .arrow {
        display: none
    }

    .nav ul li ul {
        background-color: #e4393c;
        display: none;
        position: absolute;
        left: 0;
        z-index: 2;
        width: 100%;
    }

    /*二级ul样式*/
    .nav ul li ul li ul {
        left: 100%;
        top: 0px;
        display: none;
    }

    /*三级以后ul样式*/
    .nav ul li ul li {
        display: none !important;
    }

    .sousuo {
        font-size: 26px;
        padding: 30px 0 20px;
        text-align: center;
    }

    .header {
        position: relative;
        z-index: 5;
    }

    .top-left {
        line-height: 40px;
    }

    .determine {
        position: relative;
    }

    .sitelast {
        line-height: 40px;
    }


    .breadcrumb {
        padding: 20px 0;
        font-size: 16px;
    }

    .breadcrumb li a,
    .breadcrumb li a span {
        font-size: 16px;
    }

    footer {
        font-size: 16px;
        line-height: 1.8;
        background-color: #fff;
    }

    footer a {
        font-size: 16px;
    }

    .info-content-box {
        border: 1px solid #E0E0E0;
        padding: 30px 40px;
    }
}

@media (max-width:1000px)
/*手机端*/
    {

    /*Top*/
    .header {
        padding: 6px 0;
    }

    .logo {
        line-height: 60px;
        text-align: left;
    }

    .logo img {
        height: auto;
        width: auto;
        max-width: 300px;
        max-height: 60px;
    }

    .nav-toggle {
        position: absolute;
        right: 0px;
        top: 0;
        font-size: 24px;
        min-width: 60px;
        height: 74px;
        line-height: 74px;
        text-align: center;
        cursor: pointer;
        z-index: 10;
    }

    .nav-toggle.active {
        color: #ccc;
    }

    .top-bg {
        box-shadow: 1px 1px 6px 1px rgb(0, 0, 0, 0.15);
    }

    .nav {
        position: fixed;
        z-index: 100;
        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: #5a342b;
    }

    .nav ul li.active>ul {
        display: block
    }

    .nav ul li.active>.arrow {
        transform: rotate(90deg)
    }

    .sousuo {
        padding: 30px 0 20px;
        font-size: 25px;
        text-align: center;
    }

    .sub-nav-box {
        display: none;
    }

    .breadcrumb {
        padding: 10px 0 4px;
        margin-bottom: 10px;
    }

    .breadcrumb li a,
    .breadcrumb li a span {
        font-size: 13px;
    }

    .info-content-box {
        border: 1px solid #E0E0E0;
        padding: 30px 15px;
    }
}

/*FOOTER*/
footer {
    border-top: 8px solid #1561af;
    padding: 20px;
    background: #f6f6f6;
}

.footerImg {
    margin-top: 12px;
}

@media (min-width:1000px) {
    footer {
        margin-top: 50px;
    }

    .footerClick {
        margin-bottom: 30px;
    }
}

@media (max-width:1000px) {
    footer {
        margin-top: 30px;
        padding-top: 20px;
    }

    .footerClick {
        display: none;
    }
}

.footerClick {
    padding: 4px 0 20px;
    background: #e4393c;
}

/*友情链接*/
.footerClick .footerClickUl {
    position: relative;
    margin-top: 16px;
}

.footerClick .footerClickUl>li {
    float: left;
    margin-right: 1%;
    width: 13.2%;
}

.footerClick .footerClickUl>li p {
    background-color: #d33336;
    color: #fff;
    height: 36px;
    line-height: 32px;
    position: relative;
    cursor: pointer;
    transition: .3s all;
    z-index: 1;
}

.footerClick .footerClickUl>li p i {
    position: absolute;
    right: 12px;
    top: 10px;
    transition: .3s all;
}

.footerClick .footerClickUl>li p span {
    position: absolute;
    left: 50%;
    bottom: 38px;
    margin-left: -14px;
    background: url(../image/footerclickicon.png);
    width: 28px;
    height: 15px;
    top: -17px;
    display: none;
}

.footerClick .footerClick-content {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
    bottom: 16px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(22, 88, 160, .21);
    display: none;
    padding: 15px 16px 15px 16px;
    max-height: 500px;
    overflow-y: auto;
}

.footerClick .footerClickUl>li.active p span {
    display: block;
}

.footerClick .footerClickUl>li.active p i {
    transform: rotate(180deg);
}

.footerClick .footerClick-content ul li {
    float: left;
    line-height: 30px;
    padding: 6px 8px;
}

.footerClick .footerClick-content ul li a {
    background: #f2f2f2;
    display: block;
    text-align: center;
    padding: 4px 0;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
}

.footerClick .footerClick-content ul li a:hover {
    background: #f2f8ff;
    color: #1658a0;
    box-sizing: border-box;
    border: 1px solid #1658a0;
}

.footerClick .footerClick-content ul.content-six li {
    width: 14.28571%;
}

.footerClick .footerClick-content ul.content-four li {
    width: 25%;
}

.footerClick .footerClick-content ul.content-three li {
    width: 33.3333%;
}

/*图片列表*/
.images-list .row .item a {
    display: block;
    overflow: hidden;
}

.images-list .row .item img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s ease-out 0s;
}

.images-list .row .item a:hover img {
    transform: scale(1.06, 1.06);
}

/*移动端固定栏目按钮*/
.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;
    }
}

@media (max-width:1000px) {
    footer {
        padding-bottom: 50px;
    }
}

/*回到顶部*/
.gotoptop_icon {
    position: fixed;
    bottom: 80px;
    right: 40px;
    width: 40px;
    height: 40px;
    background: url(../image/footerclickicon.jpg) no-repeat center center;
    opacity: 1;
    z-index: 500;
}

.gotoptop_icon:hover {
    opacity: 0.9;
}

@media (max-width:1000px) {
    .gotoptop_icon {
        display: none !important;
    }
}

/*子栏目样式*/
.sub-nav-box {
    clear: both;
    position: relative;
}

.sub-nav-box .sub-nav-title {
    margin-bottom: 6px;
    line-height: 57px;
    text-align: left;
    background: #edf3fa;
    padding-left: 15px;
    font-size: 22px;
    color: #3266ac;
    font-weight: bold;
}

.sub-nav-box .sub-nav>ul>li {
    border: 1px #ececec solid;
}

.sub-nav-box .sub-nav {
    clear: both;
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
    overflow: visible;
}

.sub-nav-box .sub-nav li {
    width: 100%;
    padding: 0px;
    text-align: left;
    position: relative;
    display: block;
    background-color: #fafafa;
    margin-bottom: 6px;
}

.sub-nav-box .sub-nav li a {
    display: block;
    padding-left: 45px;
    line-height: 50px;
    font-size: 16px;
    font-family: "Microsoft YaHei", Tahoma, Verdana, "Simsun";
}

.sub-nav-box .sub-nav li ul {
    display: none
}

.sub-nav-box .sub-nav li ul li a {
    padding-left: 80px;
}

.sub-nav-box .sub-nav li ul li ul li a {
    padding-left: 95px
}

.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,
.sub-nav-box .sub-nav li:hover>a {
    color: #4788d7;
}

.sub-nav-box .sub-nav li.active>ul {
    display: block
}

.sub-nav-box .sub-nav li.active>.arrow {
    transform: rotate(90deg)
}

/*文在超出范围*/
.card1 {
    display: block;
    /*内联对象需加*/
    word-break: keep-all;
    /* 不换行 */
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis;
}

.card2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 52px;
    line-height: 1.8;
}

.card3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 60px;
}

/*面包屑*/
.breadcrumb>li+li::before {
    content: ">";
    color: #333;
}

.breadcrumb li a,
.breadcrumb li a span {
    color: #333;
}

.breadcrumb li a:hover,
.breadcrumb li a .fa {
    color: #666;
    font-size: 16px;
}

.column-title {
    font-weight: bold;
    font-size: 20px;
    float: left;
}

/*搜索*/
.ss-box {
    position: relative;
    top: 7px;
    color: #000;
    background: #fff;
    width: 350px;
    height: 40px;
    border-radius: 30px;
    margin-top: 10px
}

.ss-box .s-btn {
    color: #d9d9d9;
    font-size: 20px;
    position: absolute;
    background-color: transparent;
    width: 50px;
    height: 40px;
    cursor: pointer;
    line-height: 10px;
    outline: none;
    border: none;
    z-index: 2;
    right: 0
}

.ss-box .s-input {
    padding-left: 20px;
    background-color: transparent;
    position: absolute;
    left: 0;
    border: none;
    height: 40px;
    width: 100%
}

.s-input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000;
    opacity: 1;
}

.s-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1;
}

.s-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1;
}

.s-input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000;
    opacity: 1;
}

/*网站地图*/
.bd-gray {
    border: 1px solid #ddd;
}

.xianshilm {
    border-bottom: 1px solid #e5e5e5;
}

.xianshilm span {
    color: #1d2c70;
    font-size: 20px;
    line-height: 40px;
    border-bottom: 2px solid #1d2c70;
    display: inline-block;
    font-weight: bold;
}

.webmap>ul>li {
    font-size: 18px;
    font-weight: bold;
}

.webmap>ul>li>a {
    color: #1d2c70;
}

.webmap ul>li>ul>li {
    display: inline-block;
    margin: 10px 10px;
    font-size: 14px;
    font-weight: normal;
}

.webmap ul>li>ul>li>ul>li {
    display: none;
}


/*内页公共样式*/
@media(min-width:1000px) {
    .rowcount {
        font-size: 24px;
        float: left;
        margin-top: 20px;
    }

    .rowcount span {
        font-size: 36px;
        padding: 0 10px;
    }

    .titleTop {
        font-size: 24px;
        line-height: 50px;
    }

    .news-list-boxs {
        margin: 20px 0 10px;
    }

    .news-list-boxs img {
        height: 290px;
        width: 100%;
    }

    .news-list-boxs .boxs .title {
        font-size: 20px;
    }

    .news-list-boxs .col-md-8 {
        padding-left: 0;
        padding-right: 0;
    }

    .news-list-boxs .col-md-4 {
        padding-right: 0;
    }

}

@media(max-width:1000px) {
    .rowcount {
        font-size: 18px;
        text-align: center;
        margin: 30px 0 -30px;
    }

    .titleTop {
        font-size: 18px;
    }

    .news-list-boxs .boxs .title {
        font-size: 18px;
    }

    .news-list-boxs .col-md-8,
    .news-list-boxs .col-md-4 {
        padding-left: 0;
        padding-right: 0;
    }
}

.rowcount {
    color: #c5c5c5;
}

.titleTop {
    color: #E4393C;
    border-bottom: 2px solid #e4393c;
    margin-bottom: 10px;
}

.news-list-boxs .boxs .title {
    font-weight: bold;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 58px;
}

.news-list-boxs .boxs .content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 210px;
}


/*内页公共样式*/
@media(min-width:1000px) {}

@media(max-width:1000px) {
    .courthouseTitle .title {
        background-position-x: 100px !important;
        background-position-y: 12px !important;
    }
}

.courthouseTitle {
    padding: 20px 0;
}

.courthouseTitle .title {
    font-weight: bold;
    color: #e4393c;
    font-size: 21px;
    background: url(../image/footerclickicon.png) no-repeat right center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.courthouseMore {
    padding: 20px 0 0;
    text-align: right;
}

.courthouseMore a {
    background: url(../image/footerclickicon.png) no-repeat right center;
    padding: 0 20px;
}

/*新闻切换*/
.display-block {
    display: block;
}

.display-none {
    display: none;
}

.tabbox {
    position: relative;
}

.tabbox .tab-title {
    border-bottom: 3px solid #1561af;
}

.tabbox .tab-title ul li {
    display: inline-block;
    cursor: pointer;
}

.tabbox .tab-title ul li.select {
    background-color: #1561af;
    color: #fff;
}

.tabbox .tab-title ul li.select a {
    color: #fff;
}

.tabbox .tab-content .tabct {
    padding-top: 30px;
}

@media(min-width:1000px) {
    .tabbox .tab-title {
        overflow: hidden;
    }

    .tabbox .tab-title ul li {
        font-size: 24px;
        color: #4788d7;
        width: 25%;
        text-align: center;
        float: left;
        height: 60px;
        line-height: 60px;
    }
}

@media(max-width:1000px) {
    .tabbox .tab-title ul li {
        padding: 8px 0;
        width: 25%;
        text-align: center;
    }

    .tabbox .tab-content .tab-more {
        font-size: 13px;
    }

    .listModel-box li a span{
        display: none;
    }
}

/*首页样式*/
.top-news-list {
    margin: 20px 0;
}

/*标题*/
.court-home-box {
    border: 1px solid #e5e5e5;
}

.court-home {
    color: #e4393c;
    height: 40px;
    line-height: 36px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 2px solid #e4393c;
    position: relative;
}

.court-home .title {
    color: #e4393c;
    font-size: 18px;
    padding-left: 10px;
    font-weight: bold;
}

.court-home .more a {
    position: absolute;
    right: 10px;
    top: 2px;
}

/*首页样式*/
.top-news-list li.first a:hover {
    color: #0140b1;
    text-decoration: underline;
}

.top-news-list li a:hover {
    color: #000;
    text-decoration: underline;
}

.headline {
    position: relative;
    line-height: 34px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 15px;
}

.headline a {
    position: absolute;
    right: 0;
}

.headline span {
    display: inline-block;
    font-size: 18px;
    color: #4788d7;
    border-bottom: 2px solid #3090e8;
    padding: 0 10px;
}

.headline h2 {
    display: inline-block;
    font-size: 18px;
    color: #4788d7;
    border-bottom: 2px solid #3090e8;
    padding: 0 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.div-img {
    position: relative;
}

/*遮罩层*/
.div-img img {
    display: block;
    width: 100%;
}

.div-img .mask {
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.28);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s linear;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.div-img .mask .fa {
    color: #ccc;
    font-size: 30px;
}

.indexSwiperImg .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: url(../image/footerclickicon.png) no-repeat;
    background-position: 0 -10px;
    transition: all .2s;
    border: 0;
    opacity: 1;
}

.indexSwiperImg .swiper-pagination-bullet-active {
    background: url(../image/footerclickicon.png) no-repeat;
    background-position: 0 0;
}

.index-swiper {
    background: #f6f6f6;
    margin-bottom: 20px;
}

.home-news-list li {
    position: relative;
    padding-left: 15px;
    padding-right: 100px;
    background: url(../image/footerclickicon.jpg) no-repeat left center;
    line-height: 40px;
    font-size: 16px;
}

.home-news-list li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

.home-news-list a {
    padding: 5px 10px;
    margin: 4px;
    display: inline-block;
    background: rgba(30, 159, 255, 0.15);
    border-radius: 15px
}

.zhuan-title {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

.zhuan-title a {
    font-size: 22px;
    color: #1561af;
    background: #fff;
    position: relative;
    z-index: 3;
}

.zhuan-title a:hover {
    text-decoration: none;
}

.zhuan-title i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 190px;
    height: 2px;
    background: #1561af;
    z-index: 2;
}

.zhuan-title div {
    background: #dcdcdc;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.index-swiperImg {
    position: relative;
}

#swiperPartner {
    width: 100%;
    height: 100%;
}

#swiperPartner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

#swiperPartner .swiper-button-next,
#swiperPartner .swiper-button-prev {
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    z-index: 2;
    margin-top: 0;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: none;
    display: flex;
    align-items: center;
}

#swiperPartner .swiper-button-next img,
#swiperPartner .swiper-button-prev img {
    opacity: 0.4;
}

#swiperPartner .swiper-button-next:hover img,
#swiperPartner .swiper-button-prev:hover img {
    opacity: 1;
}

#swiperPartner .swiper-button-prev {
    left: 0;
    justify-content: flex-start;
}

#swiperPartner .swiper-button-next {
    right: 0;
    justify-content: flex-end;
}

#swiperPartner .swiper-slide {
    position: relative;
}

#swiperPartner .swiper-slide .inner {
    position: relative;
    display: block;
}

#swiperPartner .swiper-slide .inner img {
    width: 100% !important;
}

#swiperPartner .swiper-slide .title-wen {
    font-size: 15px;
    background: #edf7f8;
    margin-top: 10px;
    padding: 0 15px;
    line-height: 45px;
    transition: all .5s ease;
    width: 100%;
}

#swiperPartner .swiper-slide .title-wen a {
    display: block;
    color: #000;
}

#swiperPartner .swiper-slide:hover .title-wen {
    background: #006DB8;
}

#swiperPartner .swiper-slide:hover .title-wen a {
    color: #fff;
}

.index-swiperImg .swiper-button-next,
.index-swiperImg .swiper-button-prev {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: transparent;
}

.listModel-box li {
    height: 40px;
    line-height: 40px;
    background: url(../image/footerclickicon.jpg) no-repeat left center;
}

.listModel-box li a {
    font-size: 16px;
}

.index-Content-left .tabbox {
    overflow: hidden
}

.index-Content-left .tab-titles ul li.select {
    background-color: #4788d7;
    color: #fff;
}

.index-Content-left .tab-titles ul li.select:before {
    border-left: 10px solid #4788d7;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.index-Content-left .index-Content-link {
    padding-top: 20px;
    padding-bottom: 20px;
}

.index-Content-left .index-Content-link ul {
    overflow: hidden;
}

.index-Content-left .index-Content-link ul li {
    float: left;
    padding-right: 15px;
}

.index-Content-left .index-Content-link ul li a {
    background: #d9edf7;
    display: block;
    text-align: center;
    color: #1561af;
    font-size: 16px;
    line-height: 56px;
}

.index-Content-right .tab-titles {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

.index-Content-right .tab-titles ul {
    overflow: hidden;
}

.index-Content-right .tab-titles ul li {
    float: left;
    font-size: 18px;
    padding: 0 10px;
    line-height: 40px;
    cursor: pointer;
}

.index-Content-right .tab-titles ul li.select {
    color: #1561af;
    border-bottom: 2px solid #1561af;
}

.index-guide {
    padding-bottom: 12px;
}

.index-guide .header>h2 {
    color: #1561af;
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 2px #000;
    padding-bottom: 5px
}

.index-guide .header>h3 {
    color: #1561af;
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 2px #000;
    padding-bottom: 5px
}

.index-guide .header>h3>a {
    font-size: 14px;
    padding-left: 15px
}

.index-Content-Linkleft .tab-titles {
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
    margin-bottom: 10px;
}

.index-Content-Linkleft .tab-titles ul {
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.index-Content-Linkleft .tab-titles ul li {
    float: left;
    padding: 0 10px;
    color: #666;
    font-size: 18px;
    line-height: 35px;
    cursor: pointer;
}

.index-Content-Linkleft .tab-titles ul li.select {
    color: #1561af;
    border-bottom: 2px solid #1561af;
}

.index-Content-Linkleft .tab-contents {
    padding-top: 15px;
}

.index-Content-Linkleft .tab-contents ul {
    overflow: hidden;
    margin: 0 -10px;
}

.index-Content-Linkleft .tab-contents ul li {
    float: left;
    padding: 0 10px;
    margin-bottom: 15px;
}

.index-Content-Linkleft .tab-contents ul li a {
    transition: all .3s;
    display: block;
    border: 1px solid #d9d9d9;
    line-height: 48px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.index-Content-Linkleft .tab-contents ul li a>div {
    position: absolute;
    font-size: 26px;
    width: 32%;
    padding-left: 12px;
    color: #4788d7;
}

.index-Content-Linkleft .tab-contents ul li a>div:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 32px;
    background: #d9d9d9;
    top: 10px;
    right: 0px;
}

.index-Content-Linkleft .tab-contents ul li a>p {
    padding-left: 65px;
    font-size: 16px;
}

.index-Content-Linkleft .tab-contents ul li a:hover {
    text-decoration: none;
    border: 1px solid #4788d7;
}

.link-service {
    overflow: hidden;
    margin: 0 -10px;
}

.link-service li {
    float: left;
    width: 33.3%;
    padding: 0 10px;
}

.link-service li a {
    display: block;
    background: #4788d7;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.link-service li a:hover {
    background: #73aaed;
    text-decoration: none;
}

.listImgModel-box li {
    overflow: hidden;
}

.listImgModel-box li a {
    font-size: 15px;
}

.listImgModel-box li a.card1 {
    margin-bottom: 16px;
}

.listImgModel-box li div {
    font-size: 14px;
    color: #878787;
}

.listImgModel-box li:first-child {
    padding-bottom: 20px;
    border-bottom: 1px dashed #999;
    margin-bottom: 20px;
}

.index-Content-LeftBox {
    overflow: hidden;
    margin: 0 -15px;
}

.index-Content-LeftBox .index-Content-LeftList {
    padding: 0 15px;
    float: left;
}

.index-Content-LeftBox .index-Content-LeftList>p {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

.index-Content-LeftBox .index-Content-LeftList>p span {
    font-size: 18px;
    color: #1561af;
    border-bottom: 2px solid #1561af;
    padding: 0 10px;
    line-height: 35px;
    padding-bottom: 3px;
}

.index-Content-LinkLast {
    min-height: 300px;
}

.index-Content-LinkLast .tab-titles {
    margin-bottom: 20px;
}

.index-Content-LinkLast .tab-titles ul {
    overflow: hidden;
    display: table;
    margin: auto;
}

.index-Content-LinkLast .tab-titles ul li {
    float: left;
    margin: 0 13px;
    border-bottom: 1px solid transparent;
    font-size: 16px;
    line-height: 35px;
    cursor: pointer;
}

.index-Content-LinkLast .tab-titles ul li.select {
    color: #1561af;
    border-bottom: 1px solid #1561af;
    font-weight: 600;
}

.index-Content-LinkLast .tab-contents .tabcts ul {
    margin: 0 -10px;
    overflow: hidden;
}

.index-Content-LinkLast .tab-contents .tabcts ul li {
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

.index-Content-LinkLast .tab-contents .tabcts ul li a {
    display: block;
    background-color: #fff;
    line-height: 63px;
    padding-left: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
    font-size: 16px;
}

.index-Content-LinkLast .tab-contents .tabcts ul li a:hover {
    border: 1px solid #1561af;
    text-decoration: none;
}

.index-Content-LinkLast .tab-contents .tabcts ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 0px;
    color: #ccc;
    font-size: 24px;
}

.footer-box {
    overflow: hidden;
    display: table;
    margin: 0 auto 20px;
}

.footer-box li {
    float: left;
}

.footer-box li a {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #000;
}

.footer-box li:last-child a {
    border: 0px;
    padding: 0;
    margin: 0;
}

.home-answer {}

.home-answer li {
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
}

.home-answer li .title {
    padding-right: 100px;
    padding-left: 15px;
}

.home-answer li .title a {
    display: block;
}

.home-answer li img {
    position: absolute;
    top: 17px;
    left: 0;
}

.home-answer li .date {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
}

.home-answer li .team_link {
    position: absolute;
    top: 0;
    right: 8%;
    color: #999;
}

.home-answer li .team_link a {
    color: #999;
    padding-right: 5px;
    font-size: 14px
}

.headline-title {
    height: 57px;
    background: #edf3fa;
    margin-bottom: 6px;
}

.headline-title div {
    line-height: 57px;
    color: #3266ac;
    font-size: 20px;
    font-weight: bold;
}

.all-list {
    border: 1px solid #E0E0E0;
}

.all-list .all-list-hr {
    background-color: #E0E0E0;
    height: 1px;
    width: 100%;
    margin: 20px auto;
}

.info-contentImg-box {
    border: 1px solid #E0E0E0;
    padding: 30px 0px;
}


@media (min-width:1000px) {
    .all-list {
        padding: 15px;
    }

    .headline-title div {
        margin-left: 52px;
    }

    .index-Content-left .index-Content-link ul li {
        width: 25%;
    }

    .index-Content-left .index-Content-link ul li:last-child {
        padding-right: 0px;
    }

    .index-Content-left {
        padding-right: 20px;
        border-right: 1px solid #d9d9d9;
    }

    .index-Content-left .tab-titles {
        float: left;
        width: 20%;
    }

    .index-Content-left .tab-contents {
        float: left;
        width: 80%;
    }

    .index-Content-left .tab-titles ul li {
        font-size: 16px;
        width: 130px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin-bottom: 10px;
        cursor: pointer;
        background-color: #fff;
        color: #000;
        position: relative;
    }

    .index-Content-left .tab-titles ul li:before {
        content: "";
        border-left: 10px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        position: absolute;
        right: -10px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .index-Content-Linkleft .tab-contents ul li {
        width: 50%;
    }

    .index-Content-Linkleft {
        padding-right: 20px;
        border-right: 1px solid #d9d9d9;
    }

    .index-Content-leftNow .tab-titles ul li {
        margin-bottom: 27px;
    }

    .listImgModel-box li img {
        height: 81px;
    }

    .index-Content-LeftBox .index-Content-LeftList {
        width: 50%;
    }

    .index-Content-Linkleft .tab-contents ul li a>div img {
        width: 32px;
        height: 32px
    }

    .index-Content-leftNow {
        padding-right: 20px;
    }

    .index-Content-LinkLast .tab-contents .tabcts ul li {
        width: 33.3%;
    }
}

@media (max-width:1000px) {
    .all-list {
        padding: 30px 5px 0;
    }

    .pagination {
        zoom: 0.8
    }

    .home-answer li .date {
        display: none
    }

    .headline-title div {
        margin-left: 20px;
    }

    .home-answer li .title a {
        font-size: 14px
    }

    .home-answer li .team_link {
        right: 0;
        font-size: 12px;
        line-height: 1.2;
        text-align: right
    }

    .team_link a {
        display: block;
    }

    .index-Content-left .index-Content-link ul li {
        width: 50%;
        margin-bottom: 10px;
    }

    .index-Content-left .index-Content-link ul li:nth-child(2n) {
        padding-right: 0px;
    }

    .index-Content-left .tab-titles ul {
        overflow: hidden;
    }

    .index-Content-left .tab-titles ul li {
        font-size: 16px;
        width: 50%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
        background-color: #fff;
        color: #000;
        position: relative;
        float: left;
    }

    .listModel-box {
        margin-top: 10px;
    }

    .index-Content-Linkleft .tab-contents ul li {
        width: 50%;
    }

    .listImgModel-box {
        margin-top: 15px;
    }

    .listImgModel-box li img {
        width: 100%;
        max-height: 170px;
    }

    .index-Content-LeftBox .index-Content-LeftList {
        width: 100%;
    }

    .listImgModel-box li:last-child {
        margin-bottom: 20px;
    }

    .index-Content-LeftBox .index-Content-LeftList:nth-child(2) {
        margin-bottom: 20px;
    }

    .index-Content-LinkLast .tab-contents .tabcts ul li {
        width: 50%;
    }

    .index-Content-LinkLast .tab-contents .tabcts ul li a {
        padding-right: 20px;
        display: block;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tabbox .tab-title ul li {
        font-size: 18px;
        color: #4788d7;
    }

    .index-swiper {
        padding-top: 20px;
    }
}

.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 #1561af;
}

.match_tabs_wrap li.active a {
    color: #1561af;
}

.match_tabs_wrap li a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 4px -2px 0;
}

.icon-zhongyao {
    background: url(../image/sprite.png) -256px 0;
}

.icon-zuqiu {
    background: url(../image/sprite.png) 0 0;
}

.icon-lanqiu {
    background: url(../image/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: 120px;
    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_hot{
    display: inline-block !important;
}

.match-item .info_center .score {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    width: 55px;
}

.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{
    margin-left: auto;
    margin-right: 10px;
    width: 95px;
    text-align: center;
}

.match-item .info_right a{
    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: 2px;
    text-align: center;
}

.match-item .info_right a {
    color: #999999;
}

.match-item .info_right.start a{
    border: solid 1px #1561af;
}

.match-item .info_right.start a {
    color: #1561af;
}

.match-item .info_right.end {
    border: solid 1px #001dd7;
    background: linear-gradient(90deg, #1561af 0%, #1561af 50%, #1561af 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: #1561af;
}

.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: #1561af;
    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: #1561af;
}

.match_show_date_tabs a.active {
    color: #1561af;
    border: 1px solid #1561af;
    border-bottom: solid 8px #1561af;
    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 #1561af;
    font-size: 16px;
}

.match_status_tabs a.active {
    background: #1561af;
    color: #FFFFFF;
}

.get-more-match {
    display: block;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    color: #1561af;
    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: #1561af;
    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: #4788d7;
    border-bottom: 2px solid #3090e8;
    padding: 0 10px;
}

.tocr_block_taggle {
    height: 44px;
    background: #F8F8F8;
}

.tocr_block_taggle li.active {
    background: #f1f1f1;
    color: #1561af;
}

.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: #ccc;
    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(../image/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 #1561af 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: 105px !important;
        font-size: 14px;
    }

    .match-item .info_left span {
        display: block !important;
    }

    .match-item .info_left .time,
    .match-item .info_left .league {
        width: 100px !important;
        padding: 0;
        display: flex;
    }

    .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 {
        width: 120px !important;
        display: flex !important;
        flex-direction: row-reverse;
    }

    .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 a{
        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 a{
        background: #1561af;
    }

    .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 .card1 {
        width: 72%;
    }

    .breadcrumb {
        padding-left: 15px;
    }
}



.sig-vs {
    width: 100%;
    background: url(../image/score.jpg) no-repeat;
    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: #bebebe;
    display: block;
    vertical-align: middle
}

.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(../image/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(../image/footerclickicon.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: #1561af;
        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(../image/footerclickicon.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
    }
}


.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 #4788d7;
    color: #4788d7;
}

.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;
    }
}


.begin a{
    background-color: #1561af;
    color: #fff;
}

.fenye {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  font-size: 14px;
}

 
 .fenye ul li {
  display: inline-block;
  font-size: 14px;
  margin: 0 2px;
  line-height: 1.5 !important;
  border-left: none;
  margin-left: 0 !important;
 }
 
 
 .fenye ul li a {
  font-size: 12px;
  color: #666;
  display: block;
  padding: 2px 6px;
  border: 1px solid #f54d40;
  border-radius: 3px;
 }
 
 .fenye ul li a:hover {
  background-color: #f54d40;
  color: #fff;
  border: 1px solid #fff;
 }
 
 .fenye ul li.active a {
  background-color: #f54d40;
  color: #fff;
  border: 1px solid #fff;
 }

 .scroll_video_block a{
color: #fff;
 }


 .citiao_list{
	padding: 10px;
	line-height: 25px;
}

.image_box{
	display: flex;
	justify-content: center;
}

.image_box img{
	max-width:500px;
	height: auto;
}