﻿/*-------------------
*Description:        By www.yiwuku.com
*Website:            https://app.zblogcn.com/?id=711
*Author:             尔今 erx@qq.com
*update:             2015-4-20(Last:2021-06-02)
-------------------*/
/* all */
* {
    margin: 0;
    padding: 0;
}

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

fieldset,
img {
    border: 0;
}



.image_box img{
  max-width: 450px !important;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

::-moz-selection {
    background: #FD5D3C;
    color: #fff;
}

::selection {
    background: #fd5732;
    color: #fff;
}

body {
    background: #fff;
}

body {
    font-family: "microsoft yahei", Arial;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #333;
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.clr:after {
    clear: both;
    content: '\0020';
    display: block;
    visibility: hidden;
    height: 0;
}

.clr {
    zoom: 1;
}

.inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

/*head*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    _position: absolute
}

.header .nav_top {
    background: #fd5732;
    height: 68px;
    line-height: 68px;
}

.header .nav_top .inner {
    position: relative
}

.header .nav_top .logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 68px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden
}

.header .nav_top .nav {
    float: left;
    height: 68px;
    padding-left: 145px;
}

.header .nav_top .nav li {
    float: left;
    position: relative;
}

.header .nav_top .nav>li:nth-child(n+13) {
    display: none
}

.header .nav_top .nav li a {
    color: #fff;
    font-size: 15px;
    text-align: center;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.header .nav_top .nav li .link {
    display: inline-block;
    padding: 0 20px;
}

.header .nav_top .nav li .bg {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 3px solid #7AA5CC;
    opacity: 0;
    background: #d74625;
    filter: alpha(opacity=0);
}

.header .nav_top .nav li:hover .bg,
.header .nav_top .nav li.cu .bg {
    top: -3px;
    opacity: 1;
    filter: alpha(opacity=100);
}

/*.header .nav_top .nav li:hover .link,*/
/*.header .nav_top .nav li.cu .link {*/
/*    opacity: 0;*/
/*    filter: alpha(opacity=0);*/
/*}*/

.header .nav_top .nav li ul {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    background: #fd5732;
}

.header .nav_top .nav li ul li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #666;
}

.header .nav_top .nav li ul li a {
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 13px
}

.header .nav_top .nav li ul li a:hover {
    background: #16538E
}

.header .nav_top .search {
    position: absolute;
    top: 13px;
    right: 0;
    height: 44px;
    background: #16538E;
    border-radius: 35px;
    *width: 150px;
}

.header .nav_top .search form {
    height: 100%;
}

.header .nav_top .search input {
    float: left;
    height: 100%;
    width: 90px;
    background: none;
    border: none;
    outline: none;
    padding: 0 10px;
    font-size: 14px;
    color: #383838;
    line-height: 14px;
    line-height: 44px\9;
}

.header .nav_top .search button {
    float: right;
    width: 40px;
    height: 100%;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: url("../image/lph-header-sprite.png") no-repeat 5px 10px;
}

.header .nav_top .search {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.header .nav_top .search input {
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.header .nav_top .search.fcs {
    background: #F6F6F6;
}

.header .nav_top .search.fcs input {
    width: 120px;
}

/* 主体*/
.lph-main {
    margin-bottom: 90px;
    padding-top: 95px;
}

.lph-left {
    float: left;
    width: 788px;
}

.topallvs,
.ileftvs {
    max-width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    clear: both
}

.topallvs img,
.ileftvs img {
    width: 100%;
}

.ileftvs {
    margin: 25px 0 0
}

.footvs {
    margin-top: -40px
}

.ss-top {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 2px #fd5732 solid;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.ss-top {
    color: #FFF;
    padding: 5px 0;
    font-size: 14px;
}

.d-flex {
    display: flex !important;
}

.ss-top .list-item {
    margin-right: 4px;
}

.ss-top .on a {
    background: #fd5732;
    color: #FFF !important;
    border-radius: 5px;
}

.ss-top .list-item a {
    padding: 10px 20px;
    color: #333;
}

/*qiudui*/
.in-qiudui {
    padding: 10px 0;
}

.in-qiudui .td-list {}

.in-qiudui .td-list .td-item {
    width: calc(25% - 20px);
    margin: 8px;
    border: 1PX solid #eee;
    transition: 0.5s ease all;
    padding-top: 20px;
}

.in-qiudui .td-list .td-item:hover {
    transform: translate3d(0, -2px, 0);
    border: 1px solid #2F8162;
}

.in-qiudui .td-list .td-item .list-pic {
    width: 100%;
    text-align: center;
}

.in-qiudui .td-list .td-item .list-pic img {
    width: 50%;
    margin-bottom: 20px;
}

.in-qiudui .td-list .td-item .yx img {
    border-radius: 50px !important;
}

.in-qiudui .td-list .td-item .list-txt {
    font-size: 18px;
    width: 100%;
    color: #333;
    text-align: center;
    padding-bottom: 20px;
}

.in-qiudui .td-list .td-item .list-txt a {
    color: #333;
}

.in-qiudui .td-list .td-item .list-txt a:hover {
    color: #2F8162;
}

#iddahe_com_style_div {
    position: relative;
}

.play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 右侧*/
.lph-right {
    width: 278px;
    float: right;
}

.lph-right .right-box,
.function {
    margin-bottom: 30px;
}

.lph-right .right-box-title,
.function_t {
    color: #333;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    padding-bottom: 7px;
    border-bottom: 2px solid #CBCBCB;
}

.lph-right .right-box-title h3 {
    float: left;
}

.lph-right .right-box-title a {
    float: right;
    font-size: 12px;
    padding-top: 5px;
    color: #9d9d9d;
}

.lph-right .kuaixun .kx-ul li {
    border-bottom: dotted 1px #CBCBCB;
}

.lph-right .kuaixun .kx-ul li.hov {
    border-bottom: dotted 1px #fd5732;
}

.lph-right .kuaixun .kx-ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 12px 0;
}

.lph-right .kuaixun .kx-ul li .time {
    float: left;
    width: 58px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #272322;
    font-size: 16px;
    background: #F2F2F2;
}

.lph-right .kuaixun .kx-ul li.hov .time {
    background: #fd5732;
    color: #fff;
}

.lph-right .kuaixun .kx-ul li .title {
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    font-size: 13px;
    color: #3f3f3f;
    padding-left: 8px;
    
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lph-right .kuaixun .kx-ul li.hov .title {
    color: #fd5732;
}

.lph-right .pbzttab {
    padding-top: 5px;
}

.lph-right .pbzttab .pbz-hd {
    border-bottom: solid 1px #CBCBCB;
    position: relative;
}

/*右侧评论专题*/
.lph-right .pbzttab .pbz-hd a {
    float: left;
    width: 50%;
    line-height: 1;
    text-align: center;
    font-size: 18px;
    color: #888;
    padding-bottom: 10px;
}

.lph-right .pbzttab .pbz-hd a.cur {
    color: #333;
}

.lph-right .pbzttab .pbz-hd i {
    display: block;
    position: absolute;
    bottom: -1px;
    width: 50%;
    height: 2px;
    left: 0;
    background: #fd5732;
}

.lph-right .pbzttab .pbz-bd .comment li {
    padding: 10px 8px;
    border-bottom: dotted 1px #CBCBCB;
}

.lph-right .pbzttab .pbz-bd .comment li .img {
    float: left;
}

.lph-right .pbzttab .pbz-bd .comment li .img img {
    border-radius: 100%;
}

.lph-right .pbzttab .pbz-bd .comment li .word {
    padding-left: 60px;
}

.lph-right .pbzttab .pbz-bd .comment li .word .top {
    overflow: hidden;
    height: 46px;
}

.lph-right .pbzttab .pbz-bd .comment li .word .name {
    font-size: 14px;
    color: #888;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.lph-right .pbzttab .pbz-bd .comment li .word .name a {
    color: #fd5732;
    padding-right: 5px;
}

.lph-right .pbzttab .pbz-bd .comment li .word .title {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    overflow: hidden;
    padding-top: 5px;
}

.lph-right .pbzttab .pbz-bd .comment li .word .title a {
    color: #b5b5b5;
}

.lph-right .pbzttab .pbz-bd .comment li .btm {
    color: #272322;
    font-size: 12px;
    margin-top: 10px;
    max-height: 60px;
    line-height: 20px;
    overflow: hidden;
}

.lph-right .pbzttab .pbz-bd .comment li .btm i {
    width: 17px;
    height: 13px;
    background: url(../image/lph-right-sprite.png);
    display: inline-block;
}

.lph-right .pbzttab .pbz-bd .comment li .btm i.pre {
    background-position: -25px -72px;
    margin-right: 5px;
}

.lph-right .pbzttab .pbz-bd .comment li .btm i.nxt {
    background-position: -58px -71px;
    margin-left: 5px;
}

.lph-right .pbzttab .pbz-bd .zhuanti li {
    margin: 8px 0;
}

.lph-right .pbzttab .pbz-bd .zhuanti ul {
    padding: 5px 0;
}

.lph-right .pbzttab .pbz-bd .zhuanti li:hover {
    background: #F7F7F7;
}

.lph-right .pbzttab .pbz-bd .zhuanti li .img {
    float: left;
}

.lph-right .pbzttab .pbz-bd .zhuanti li .word {
    padding-left: 120px;
    padding-right: 5px;
}

.lph-right .pbzttab .pbz-bd .zhuanti li .word h4 {
    color: #333;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
}

.lph-right .pbzttab .pbz-bd .zhuanti li .word p {
    color: #888;
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.lph-right .weixinewm.weixinewm-fixed {
    position: fixed;
    top: 76px;
    z-index: 7;
    background-color: #fff;
    width: 276px;
}

.lph-right .weixinewm .we-img {
    max-width: 276px;
    text-align: center;
    overflow: hidden
}

.artSortList-left .asl-title {
    height: 48px;
    line-height: 48px;
    border-bottom: solid 2px #D6D6D6;
}

.artSortList-left .asl-title h3 {
    font-size: 25px;
    color: #333;
    font-weight: bold;
    float: left;
    padding-right: 15px;
}

.artSortList-left .asl-title p {
    font-size: 16px;
    color: #888;
    float: left;
    padding-top: 8px;
}

/*系统组件*/
.function_c {
    line-height: 1.8;
    margin-top: 10px;
    font-size: 13px
}

.function_c ul {
    overflow: hidden;
    clear: both;
    display: flex;
    flex-wrap: wrap;

}

.function_c li {
    border-bottom: dotted 1px #CBCBCB;
    padding: 6px 5px;
    display: inline-block;
}

#divCatalog li li {
    text-indent: 35px;
    border-bottom: none;
    background: url(../image/join.gif) 10px center no-repeat
}

#divCatalog li ul li:last-child {
    background: url(../image/joinbottom.gif) 10px center no-repeat
}

#divCalendar {
    border: dashed 3px #EEE;
    padding: 0 0 10px 5px
}

#divCalendar table {
    width: 96%;
    line-height: 1.8;
    margin: 0 auto;
    text-align: center;
}

#divCalendar td a {
    color: #fd5732
}

#divCalendar caption {
    font-size: 14px;
    text-align: center;
    margin-bottom: 6px;
    border-bottom: 1px #eee solid;
    padding: 0 0 6px
}

#divContorPanel span.cp-hello {
    display: inline-block;
    color: #fd5732;
    padding: 0 0 15px
}

#divContorPanel span a {
    margin-left: 10px;
    background: #eee;
    padding: 6px 20px;
    border-radius: 6px
}

#divSearchPanel {
    display: none
}

#divAuthors li,
#divLinkage li,
#divFavorites li,
#divMisc li {
    float: left;
    width: 48%;
    margin: 0 1%
}

/* 尾部*/
.lph-footer {
    width: 100%;
    color: #bbb;
    font-size: 12px;
    background: #313131;
    padding: 30px 0;
}

.lph-footer .lphf-top a {
    color: #ddd
}

.lph-footer .lphf-top {
    padding: 0 0 12px;
}

.lph-footer .lphf-top .left {
    float: left;
}

.lph-footer .lphf-top .left .copyr {
    line-height: 1.8;
}

.lph-footer .lphf-top .right {
    float: right;
}

.lph-footer .lphf-top .right .links {
    float: right;
}

.lph-footer .lphf-top .right .links a {
    margin: 0 10px 0 8px;
}

.lph-footer .lphf-btm {
    border-top: 1px #777 dotted;
    padding-top: 15px
}

.lph-footer .lphf-btm li {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}

.lph-footer .lphf-btm li a {
    color: #aaa
}

.lph-footer .gotoBar {
    position: fixed;
    bottom: 60px;
    left: 50%;
    width: 52px;
    margin-left: 568px;
}

.lph-footer .gotoBar a {
    display: block;
    width: 50px;
    height: 50px;
    border: solid 1px #E6E6E6;
    background: #F5F5F5;
    background-image: url(../image/lph-footer-sprite.png);
    background-repeat: no-repeat;
}

.lph-footer .gotoBar a:hover {
    background-color: #EDEDED;
}

.lph-footer .gotoBar .top {
    display: none;
    width: 52px;
}

.lph-footer .gotoBar .top a {
    background-position: 10px -102px;
}

.lph-footer .gotoBar .top a:hover {
    background-position: -60px -102px;
}

.lph-footer .gotoBar a.comment {
    background-position: 10px -50px;
}

.lph-footer .gotoBar a.comment:hover {
    background-position: -60px -50px;
}

/* 文章列表*/
.lph-pageList .tip {
    height: 37px;
    border-bottom: solid 2px #D6D6D6;
    position: relative;
    line-height: 37px;
}

.lph-pageList .tip h4 {
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    left: 0;
    top: 0;
    padding-bottom: 9px;
    border-bottom: solid 2px #666666;
}

.lph-pageList .tip h4 span.yel {
    color: #fd5732;
}

.lph-pageList .tip h4 span.gra {
    color: #333;
}

.lph-pageList .tip .count {
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0px;
    background: #F2F2F2;
    padding: 0 10px;
    color: #333;
    font-size: 18px;
}

.lph-pageList .tip .count i {
    float: left;
    width: 20px;
    height: 22px;
    margin-top: 8px;
    margin-right: 5px;
    background: url(../image/lph-pagelist-sprite.png) no-repeat 0px 0px;
}

.lph-pageList .tip .count strong {
    color: #fd5732;
    font-weight: bold;
}

.lph-pageList .tip .count em {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../image/lph-pagelist-sprite.png) no-repeat -39px 0;
    width: 8px;
    height: 8px;
}

.lph-pageList .wrap li.pbox {
    padding: 30px 0;
    border-bottom: solid 1px #EEE;
}

.lph-pageList .wrap li.pbox .img {
    float: left;
    position: relative;
}

.lph-pageList .wrap li.pbox .img a.sort {
    padding: 5px 12px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    color: #fff;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.lph-pageList .wrap li.pbox .word {
    padding-right: 10px;
}

.lph-pageList .wrap li.pbox .word h2 {
    color: #272322;
    font-size: 16px;
    font-weight: bold;
}

.lph-pageList .wrap li.pbox .word h2 {
    transition: all .3s;
}

.lph-pageList .wrap li.pbox:hover .word h2 {
    color: #fd5732;
}

.search .lph-pageList .wrap li.pbox .word h2 strong {
    color: #f00;
}

.lph-pageList .wrap li.pbox .word .dest {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
    padding-top: 15px;
    word-wrap: break-word;
}

.lph-pageList .wrap li.pbox .word .info {
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #b8b8b8;
    padding-top: 15px;
}

.lph-pageList .wrap li.pbox .word .info .tags {
    float: left;
    height: 100%;
    width: 200px;
    overflow: hidden;
}

.lph-pageList .wrap li.pbox .word .info .tags i {
    float: left;
    background: url(../image/lph-pagelist-sprite.png) no-repeat -30px -43px;
    width: 18px;
    height: 13px;
    margin-top: 7px;
}

.lph-pageList .wrap li.pbox .word .info .tags em {
    display: none
}

.lph-pageList .wrap li.pbox .word .info .tags a {
    float: left;
    font-size: 13px;
    color: #b8b8b8;
    margin-left: 5px;
}

.lph-pageList .wrap li.pbox .word .info .tags a:hover {
    color: #fd5732;
}

.lph-pageList .wrap li.pbox .word .info .time {
    float: right;
}

.lph-pageList .wrap li.pbox .word .info .time i {
    float: left;
    margin-right: 5px;
    ;
    background: url(../image/lph-pagelist-sprite.png) no-repeat -2px -42px;
    width: 14px;
    height: 14px;
    margin-top: 6px;
}

.lph-pageList .wrap li.pbox .word .info .aut {
    float: right;
    margin-right: 25px;
}

.lph-pageList .wrap li.pbox .word .info .aut span {
    float: left;
    font-size: 13px;
    color: #b8b8b8;
    width: 74px;
    height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lph-pageList .wrap li.pbox .word .info .aut span:hover {
    color: #fd5732;
}

.lph-pageList .wrap li.istop {
    background: #FAFAFA
}

.lph-pageList .wrap li.istop h2 {
    text-indent: 26px;
    background: url(../image/up.png) 0 3px no-repeat
}

/* 翻页*/
.lph-paging1 {
    margin-top: 25px;
}

.lph-paging1 li {
    display: inline-block;
}

.lph-paging1 a {
    display: block;
    margin: 0 6px 8px 0;
}

.lph-paging1 a {
    background: #fd5732;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 3px;
}

.lph-paging1 a:hover {
    background: #D85027;
}

.lph-paging1 li.active a {
    background: #ECECEC;
    color: #737373;
    cursor: not-allowed;
    padding: 5px 10px;
    border-radius: 3px;
}

/*全局响应式*/
@media only screen and (max-width: 1100px) {
    .inner {
        width: 100%;
    }

    .top,
    .lph-left {
        width: 96% !important;
        padding: 0 2% !important;
    }

    .header .top .nav li .link {
        padding: 0 15px
    }

    .idx-selLead .items {
        width: 45% !important
    }

    .lph-footer {
        width: 96%;
        padding: 20px 2%
    }

    .header .top .search,
    .topallvs {
        display: none;
    }
}

@media only screen and (max-width: 788px) {
    
    #tab_mQjUhw9n{
        display: flex;
        flex-wrap: wrap;
    }
    
    .header .nav_top .nav li {
    float: none;
}
    
.inner_header {
        overflow-x: auto; /* 使内容超过时可以水平滚动 */
        white-space: nowrap;
        position: relative;
        width: 100%; /* 相对父容器宽度 */
    }

    .nav {
        height: 58px !important;
        display: inline-block; 
        padding: 0; 
        margin: 0; 
    }

    .navbar-item {
        display: inline; 
    }

    .navbar-item a {
        text-decoration: none; 
        padding: 10px 15px; 
        display: inline-block; 
    }
    
    .header .logo span {
        display: none
    }

    .idx-hotlists .hls-links {
        padding: 0 10px !important
    }

    .idx-hotlists {
        height: auto !important;
    }

    #xyslide {
        float: none !important;
        width: 100% !important
    }

    .focusItem {
        width: 100% !important;
    }

    .article-left .pageRelate ul li .img {
        height: 100px !important;
    }
}

@media only screen and (max-width: 600px) {

    .idx-selLead,
    .lph-pageList .wrap li.pbox .word .info .tags,
    #bdshare .weibo-btn,
    .lph-pageList .wrap li.pbox .word .info,
    .ileftvs,
    .header .nav_top .nav li .bg {
        display: none
    }

    .lph-main {
        margin-bottom: 30px;
        padding-top: 68px
    }

    .header .nav_top .logo,
    .header .nav_top {
        height: 48px;
        line-height: 48px
    }

    /* .header .nav_top .nav {
        float: right;
        width: auto;
        min-width: 40px;
        height: 48px;
        line-height: 48px;
        background: url("../image/navbtn.png") right 8px no-repeat;
        padding-top: 51px;
        padding-left: 0;
        overflow: visible;
        cursor: pointer;
        background-size: 32px;
    } */

    .header .nav_top .logo img {
        max-height: 40px;
        padding-top: 4px;
    }

    /* .header .nav_top .nav li {
        display: none;
        float: none;
        border-bottom: 1px #555 solid;
        background: #3A3A3A;
        opacity: 0.9
    }

    .header .nav_top .nav li .link {
        padding: 0 20px
    } */

    .lph-pageList .wrap li.pbox {
        position: relative;
    }

    .lph-pageList .wrap li.pbox .img {
        position: absolute;
        top: 70px
    }

    .lph-pageList .wrap li.pbox .img img {
        width: 150px;
        height: 100px;
    }

    .lph-pageList .wrap li.pbox .word {
        float: left;
        width: 94%;
        padding-left: 10px
    }

    .lph-pageList .wrap li.pbox .word h2 {
        width: 100%;
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .lph-pageList .wrap li.pbox .word .des {}

    .lph-paging1 span.now-page,
    .lph-paging1 a span {
        font-weight: normal;
        padding: 2px 6px;
    }

    #xyslide,
    .focusItem {
        height: 300px !important;
    }

    .focusItem a {
        height: 240px !important;
    }

    .focusItem h4 {
        max-width: 240px;
        font-size: 16px !important;
    }

    .artSortList-left .asl-title h3,
    .article-left .pageTop h1 {
        font-size: 20px !important;
    }

    .header .nav_top .nav li ul {
        top: 0;
        left: auto;
        right: 100%;
    }

    .header .nav_top .nav li.cu .bg {
        display: block;
    }

    .header .nav_top .nav li:hover .link {
        opacity: 1
    }

    .article-left .pageTop {
        border-top: 1px #D8D8D8 dotted;
        padding: 18px 0 !important;
    }

    .artSortList-left .asl-title {
        border-top: 1px #D6D6D6 dotted;
    }

    .artSortList-left .asl-title h3 {
        float: none;
        text-align: center;
    }

    .lph-footer .lphf-top .left,
    .lph-footer .lphf-top .right,
    .lph-footer .lphf-top .right .links {
        float: none;
    }

    .lph-footer .lphf-top .right .links a:first-child {
        margin-left: 0;
    }
}







.card-col-2 {
    width: 100%
}

.card-col-2 .card {
    width: 417px;
    float: left;
    margin-bottom: 15px
}

.card {
    width: 100%;
    background: #FFFFFF;
    padding: 5px 0px 15px 0px;
    margin-bottom: 10px;
    zoom: 1;
    box-sizing: border-box;
}

.card::after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: ' ';
}

.card-hd {
    zoom: 1;
    line-height: 45px;
    clear: both;
    border-bottom: 1px solid rgba(95, 158, 160, 0.2);
    margin-bottom: 5px;
}

.card-hd::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.card-hd a {
    line-height: 20px;
    padding-top: 15px;
}

.card-hd_title {
    display: flex;
    align-items: center;
    float: left
}

.card-hd_title>img {
    width: 24px;
    height: 24px;
}

.card-hd_title>h2 {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
    line-height: 16px;
    padding: 8px 20px 8px 8px;
    background: rgba(95, 158, 160, 0.2);
    color: #5f9ea0;
    border-top-right-radius: 30px;
    font-weight: 600;
    border-bottom-right-radius: 30px;
    margin: 10px 0 0px 0;
    position: relative;
    box-sizing: border-box;
    display: block;
}

.card-hd>a {
    float: right
}

.card-bd {
    box-sizing: border-box;
    padding-top: 5px
}

@media (max-width: 600px) {
    .card-col-2 {
        margin-bottom: 15px
    }

    .card-col-2 .card {
        width: 100%;
        float: none
    }
}


.match_filter_roll {
    padding: 2px
}

.match_filter_item {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 5px;
}

.match_filter_item a {
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #6b6b6b;
    border-radius: 20px;
}

.match_filter_item.active a {
    color: #fff;
    background-color: #fd5732
}

/**.match_filter_item::after {content: "";position: absolute;width: 1px;height: 12px;background: #d8d8d8;right: 0;top: 50%;transform: translateY(-50%);}**/
@media (max-width: 600px) {
    .match_filter_roll {
        zoom: 0.9
    }
}

.match_filter li a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 4px -2px 0;
}


.play_list {
    background: #FFFFFF
}

.match_head {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: solid 1px #eeeeee;
}

.match_head img {
    width: 24px;
    margin-right: 6px;
}

.match_head__title {
    font-size: 16px;
    color: #000
}

.match_head__filter-link .active {
    color: #5f9ea0;
    font-weight: 500;
    background: #e5f0ff;
}

.match_head__filter-link li {
    float: left;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    margin: 0 6px 0 6px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.match_head__filter-link .active i.allbtn {
    background: url(https://www.dzbxg.cn/images/dh_qb_c.png);
}

.match_head__filter-link i.allbtn {
    background: url(https://www.dzbxg.cn/images/dh_qb_h.png);
}

.match_head__filter-link li i {
    display: inline-block;
    width: 20px;
    height: 18px;
    margin: 0 4px -3px 0;
}

.match_head__filter-link i.impbtn {
    background: url(https://www.dzbxg.cn/images/dh_rm_h.png);
}

.match_head__filter-link .active i.impbtn {
    background: url(https://www.dzbxg.cn/images/dh_rm_c.png);
}

.match_head__filter-link li i {
    display: inline-block;
    width: 20px;
    height: 18px;
    margin: 0 4px -3px 0;
}

.play_block-date {
    font-size: 10px;
    z-index: 99;
    width: 173px;
    height: 30px;
    line-height: 30px;
    color: #5f9ea0;
    background: #deecff;
    border-radius: 0px 100px 100px 0px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play_block-date::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #5f9ea0;
    border-radius: 50%;
    vertical-align: 0px;
    margin-right: 8px;
}

.play_item-flexible {
    display: contents
}

.play_center-flexible {
    display: contents
}

.play_item-date {
    width: 12%;
    position: relative;
    font-size: 14px;
}

.play_list-items_item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding-left: 7px;
    padding-right: 12px;
    border-bottom: solid 1px #efefef;
    box-sizing: border-box;
}

.play_list-items_item:nth-of-type(even) {
    background-color: #fff;
}

.play_item-league {
    position: relative;
    text-align: left;
    padding-left: 38px;
    width: 13%;
}

.play_list-items_item[sportid="1"] .play_item-league:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    left: 15px;
    top: 1px;
    position: absolute;
    background: no-repeat 50%;
    background-size: auto 100%;
    background-image: url(https://www.dzbxg.cn/images/icon-fb.png);
}

.play_list-items_item[sportid="2"] .play_item-league:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    left: 15px;
    top: 1px;
    position: absolute;
    background: no-repeat 50%;
    background-size: auto 100%;
    background-image: url(https://www.dzbxg.cn/images/icon-bk.png);
}

.play_item-league strong {
    font-weight: normal;
    font-size: 14px;
}

.play_item-team {
    width: 27%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play_item-team img {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    vertical-align: middle;
}


.play_item-team_left {
    width: 100%;
    text-align: right;
}

.play_item-team strong {
    font-weight: normal;
    font-size: 14px
}

.play_item-vs {
    width: 9%;
    text-align: center;
}

.play_item-team_right {
    width: 100%;
    text-align: left;
}

.play_item-play {
    width: 32%;
    text-align: right;
}

.play_item-play a {
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    background-color: rgb(30 43 59 / 70%);
    border: none;
    text-align: center;
    font-size: 14px
}

.start a {
    color: #fff;
    background-color: #FD5D3C
}

.end a {
    color: #060606;
    background-color: #ccc;
}

.play_list_get_more {
    display: block;
    text-align: center;
    padding: 15px 0;
    color: #5f9ea0;
    font-size: 14px
}

.daytime {
    background-color: #f3eada;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 10px
}


@media (max-width: 600px) {
    .play_box {
        font-size: 13px
    }

    .play_list-items_item {
        padding-left: 0;
        height: auto
    }

    .play_item-flexible {
        display: block;
        width: 80px;
    }

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

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

    .play_item-play {
        width: 42%
    }

    /* .play_item-play a{
        padding: 5px 0;
    } */

    .play_list-items_item[sportid="1"] .play_item-league:before {
        display: none
    }

    .play_list-items_item[sportid="2"] .play_item-league:before {
        display: none
    }

    .play_item-team strong {
        display: block;
        height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .play_center-flexible {
        display: block;
        flex: 1;
        padding-left: 15px;
        width: 25%;
    }

    .play_center-flexible .play_item-vs {
        display: none;
    }

    .play_center-flexible .play_item-team {
        width: 100%
    }

    .play_center-flexible .play_item-team_left {
        text-align: left
    }

    .play_list-items_item {
        padding: 7px 0;
    }

    .play_center-flexible .play_item-team_left {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .play_center-flexible .play_item-team_right {
        display: flex;
    }

    .image_box img {
        max-width: 100% !important;
    }

    .pageCont img{
        max-width: 100% !important;
        height: auto !important;
    }


    .lph-right {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

}

#tab_mQjUhw9n a {
    padding: 5px 8px;
    margin: 2px 4px;
    background: #4062FF;
    color: #fff;
    border-radius: 6px;
    transition: transform 0.5s;
    animation: spring-animation 1s infinite alternate;
    display: inline-block;
}


.fenye {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  font-size: 14px;
}

.fenye ul li {
  display: inline-block;
  font-size: 14px;
  margin: 0 3px;
  line-height: 1.5;
  width: auto;
}

.fenye ul li a {
  font-size: 12px;
  color: #9B9B9B;
  display: block;
  padding: 2px 6px;
  border: 1px solid #1ec456;
  border-radius: 3px;
}

.fenye ul li a:hover {
  background-color: #1ec456;
  color: #fff;
  border: 1px solid #1ec456;
}

.fenye ul li.active a {
  background-color: #1ec456;
  color: #fff;
  border: 1px solid #1ec456;
}

.citiao_list {
    background-color: #fff;
    padding: 15px;
}

.citiao_list span a {
    line-height: 25px;
    font-size: 15px;
    color: #30363d;
}



.image_box{
  text-align: center;
}

.nr_citiao{

    padding-bottom: 50px;
}

.play_time{
    padding: 8px;
    background-color: #e8e8e8;
    color:#383838 ;
}

.logad a{
    color:#999999
}