.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}

.RecommendCard_recommend_card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%
}

.RecommendCard_data {
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    width: 100%;
}

.RecommendCard_data .lazyImage {
    position: relative;
}

.RecommendCard_data .play {
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/play_w.png) no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    opacity: 0.8;
}

.RecommendCard_data:last-child {
    border-bottom: none
}


.RecommendCard_right {
    margin-left: 20px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: column;
    height: 90px;
}

.RecommendCard_right.RecommendCard_big {
    height: 135px
}

.RecommendCard_right > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.RecommendCard_right > div > div {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    height: 20px;
    padding: 0 6px;
    background-color: #071531
}

.RecommendCard_right > div > div > p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    -moz-column-gap: 3px;
    column-gap: 3px;
    font-size: 12px
}

.RecommendCard_right > div > div > p:before {
    content: "";
    width: 12px;
    height: 11px;
    background-size: 10px 11px;
    display: block
}

.RecommendCard_sub_title {
    font-size: 18px;
    color: #000;
    -webkit-line-clamp: 1;
}

.RecommendCard_desc, .RecommendCard_sub_title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.RecommendCard_desc {
    font-size: 14px;
    color: #000;
    line-height: 18px;
    -webkit-line-clamp: 2
}

.RecommendCard_time {
    font-size: 14px;
    color: #999
}

.list-haspic li {
    border-bottom: 1px solid #eee;
}

.list-haspic li:last-child {
    border-bottom: 0;
}

.list-haspic a {
    display: flex;
    padding: 10px 0;
}

.list-item_pic {
    flex-shrink: 0;
    width: 140px;
    height: 80px;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
}

.list-item_pic img {
    width: 100%;
}

.list-item_play {
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/play_w.png) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    opacity: 0.8;
}

.list-item_text {
    width: 100%;
    overflow: hidden;
}

.list-item_title {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}

.list-item_time {
    color: #666;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .RecommendCard_data {
        padding: 10px;
    }

    .RecommendCard_data img {
        width: 120px;
        height: 80px;
    }

    .RecommendCard_right {
        margin-left: 10px;
        height: 84px;
    }

    .RecommendCard_sub_title {
        font-size: 14px;
    }

    .RecommendCard_desc, .RecommendCard_time {
        font-size: 12px;
    }
}


/* ��ҳ */

.pagination-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 30px;
}

.pagination {
    display: flex;
}

.page-item {
    margin-right: 10px;
}

.page-item.active a, .page-item.active span {
    color: #fff;
    background-color: #044940;
    border-color: #044940;
}

.page-item a, .page-item span {
    min-width: 10px;
    display: block;
    padding: 0 11px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #999999;
}

.page-item a:hover {
    color: #222;
    background-color: #eee;
    border-color: #ddd;
}

.pagenum {
    display: none;
    margin-right: 10px;
}

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

    .pagination {
        display: none;
    }

    .pagenum {
        display: block;
    }

    .box ul li .ti {
        display: unset !important;
    }
}

/* ��Ƶ���� */
.video-play-box .video-outer {
    background-color: #000;
    padding-top: 60%;
    position: relative;
}

.video-play-box .video-outer video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/*--����--*/
#comment_box {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 30px 12px;
    margin-bottom: 22px;
}

#comments-title {
    padding-top: 100px;
    margin-top: -100px
}

.c-title {
    font-size: 18px;
    font-weight: 500;
    color: #222;
}

.comment-disable {
    padding: 1.5em;
    color: #888;
    text-align: center
}

.comment-disable i.iconfont {
    padding-right: 5px;
    color: #666;
    font-size: 18px
}

.comment-num {
    color: #999;
    font-size: 16px
}

.comment-num .emphasize {
    color: #f33
}

.no-comment {
    color: #999;
    text-align: center
}

.no-comment i.iconfont {
    font-size: 60px;
    color: #ddd;
    display: block;
    margin-top: -20px;
    height: 90px
}

.comment-msg {
    padding: 1.5em 0;
    overflow: hidden;
    border-top: 1px solid #ddd
}

.comment-list .ul {
    list-style: none;
    border-top: 1px solid #ededed
}

.comment-list .li {
    overflow: hidden;
    padding: 1em
}

.comment-list .li:hover {
    background: #f8f8f8
}

.comment-list .li img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

.comment-list .li:hover img {
}

.comment-list .li .clbody {
    margin-left: 70px
}

.comment-list .ul .ul {
    margin-left: 4%
}

.comment-list .title {
    font-size: 18px;
    padding: 10px 0;
    color: #222;
}

.compost .com-info {
    margin-bottom: 10px;
}

.compost .com-info li {
    float: left;
    margin-bottom: 1em;
    width: 33.3%;
    padding-right: 3%;
    position: relative
}

/*.compost .com-info li:nth-child(2){padding-right:0}*/
.compost .com-info li .verify {
    position: absolute;
    right: 6.5%;
    top: 0;
    z-index: 1;
    height: 40px
}

.compost .com-info li .verify img {
    height: 100%;
    border: 1px solid #ddd
}

.compost .com-info li input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-indent: 10px
}

.compost .com-name {
    padding: 1em 0 1em .2em
}

#cancel-reply {
    color: #044940
}

#auTxaArticle {
    border-radius: 3px;
    text-indent: 5px;
    margin: 0 0 20px 0;
    padding: 5px;
    width: 98%;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-appearance: none;
    font-size: 14px;
}

.com-submit {
    border-radius: 3px;
    border: none;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    background-color: #044940;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
}

.comment-list .cinfo {
    height: 20px
}

.comment-list .clbody .p {
    word-wrap: break-word
}

.cinfo .author {
    color: #666
}

.c-time {
    color: #999;
    font-size: 12px
}

.comment-at {
    color: #044940
}

.reply-a {
    opacity: 0.5
}

.comment-list li:hover .reply-a {
    opacity: 1
}

.mcolor {
    color: #044940
}

@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    border: 0;
}

:focus {
    outline: 0;
}


.league {
    display: flex;
    overflow: hidden;
}

.ification p {
    width: unset;
}

.ification img {
    object-fit: contain;
    float: left;
    vertical-align: middle;
}

.ification {
    display: flex;
}

.ification > div {
    padding: 2px 8px;
}

.ification {
    overflow: hidden;
}

.ification img {
    width: 180px;
    height: 130px;
    float: left;
    vertical-align: middle;
}

.ification > div {
    height: 130px;
    float: left;
    padding: 5px 15px;
}

.ification .aTab {
    white-space: break-spaces;
    word-break: unset;
}

.ification p {
    width: 520px;
    height: 68px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


details {
    margin-bottom: 10px;
}
.b2{position: relative}
.view-content{padding: 20px 0;}
.zd{color: red; padding: 0 5px;}
.kd{color: red; padding: 0 5px;}
.nzd{color: red;font-size: 42px;position:absolute;left: 0;top:50px;}
.nkd{color: red;font-size:42px;position:absolute;right: 0;top:50px;}
.dateheader {
    padding-left: 10px;
    height: 50px;
    line-height: 46px;
    border-radius: 0px;
    width: 100%;
    background: #eee;
    margin: 0px 0 0 0%;
    color: #1c2533;
    font-weight: 700;
    font-size: 14px;
}
.pagebar{margin-left: 30px;margin-top: 20px;}
.pagebar li{display: inline-block; padding-right: 20px; }
.zhibo-skjdy{ margin-top: 10px; font-size: 16px; padding: 0 5px;}
.zhibo-ojvir li{margin-top: 10px;}
details summary {
    height: 30px;
    font-weight: 700;
    color: #fff;
    list-style: none;
    cursor: pointer;
    font-size: 1rem;
    background-color: #044940;
    position: sticky;
    padding: 4px 8px;
    top: var(--page-header-height);
    z-index: 1;
    display: flex;
    align-items: center
}

details summary::-webkit-details-marker {
    display: none
}

.stream_description p {
    padding: 4px 2px;
}

details:last-child li:last-child {
    border-bottom: 0
}


details[open] summary::after {
    transform: rotate(90deg)
}


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

    .mt-content img {
        width: 100%;
        object-fit: contain;
    }


    .img-item img {
        width: 100%;
        object-fit: unset;
    }


    .ification p {
        width: unset;
    }

    .ification img {
        object-fit: contain;
        float: left;
        vertical-align: middle;
    }

    .ification {
        display: flex;
    }

    .ification > div {
        padding: 2px 8px;
    }

}

/* 整条新闻行的上下间距 */
.news-item-line{
  margin: 20px 0;   /* 原来太挤，这里拉开 */
}

/* 图片和右侧内容的间距 */
.news-line-right{
  padding-left: 24px;   /* 原来16，明显不够 */
}

/* 标题和时间之间的距离 */
.news-line-title{
  margin-bottom: 10px;
}

/* 图片本身与容器的呼吸感 */
.news-line-left{
  margin-right: 8px;
}

/* 整个 a 标签的内边距，避免贴边 */
.news-line-link{
  padding: 12px 0;
}

/* 一行一条 + 标题别重复显示 */
.newslist { display:block; }
.newslist ul { margin:0; padding:0; list-style:none; }

.news-item-line{
  width:100%;
  list-style:none;
  margin:0 0 16px 0;
}

.news-line-link{
  display:flex;
  align-items:center;
  width:100%;
  text-decoration:none;
}

.news-line-left{
  width:200px;
  height:90px;
  flex:0 0 200px;
  overflow:hidden;
  border-radius:6px;
  background:#f2f2f2;
}

.news-line-left img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.news-line-right{
  flex:1;
  padding-left:16px;
  min-width:0;
}

.news-line-title{
  font-size:16px;
  line-height:1.5;
  color:#222;
  font-weight:600;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  word-break:break-all;
}

.news-line-time{
  margin-top:8px;
  font-size:13px;
  color:#888;
}

/* 移动端 */
@media (max-width:768px){
  .news-line-left{
    width:120px;
    height:70px;
    flex:0 0 120px;
  }
  .news-line-title{ font-size:15px; }
}

/* 整条新闻行的上下间距 */
.news-item-line{
  margin: 20px 0;   /* 原来太挤，这里拉开 */
}

/* 图片和右侧内容的间距 */
.news-line-right{
  padding-left: 24px;   /* 原来16，明显不够 */
}

/* 标题和时间之间的距离 */
.news-line-title{
  margin-bottom: 10px;
}

/* 图片本身与容器的呼吸感 */
.news-line-left{
  margin-right: 8px;
}

/* 整个 a 标签的内边距，避免贴边 */
.news-line-link{
  padding: 12px 0;
}

@media (max-width:768px){
  .news-item-line{
    margin: 16px 0;
  }

  .news-line-right{
    padding-left: 18px;
  }

  .news-line-link{
    padding: 10px 0;
  }
}

.player-wrap{
  margin: 14px 0 18px;
}

.player-video{
  width: 100%;
  height: auto;
  display: block;
  background: #000;
  border-radius: 8px;
}

.player-iframe-box{
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.player-iframe{
  position: absolute;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
}

.player-tip{
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}

.player-jump{
  margin-left: 8px;
  color: #1a73e8;
  text-decoration: underline;
}

.tagline{
  margin-top: 12px;
}

.player-wrap{margin:12px 0 14px}
.player-video{width:100%;height:auto;display:block;background:#000;border-radius:10px}
.player-iframe-box{position:relative;width:100%;padding-top:56.25%;background:#000;border-radius:10px;overflow:hidden}
.player-iframe{position:absolute;left:0;top:0;width:100%;height:100%;border:0}
.player-tip{margin:10px 0 0;color:#888;font-size:13px;line-height:1.6}
.player-tip .player-jump{color:#1e66ff;text-decoration:underline;margin-left:6px}
.tagline{margin-top:10px}
.line-tabs{margin:10px 0 12px;display:flex;flex-wrap:wrap;gap:8px}
.line-tabs a{display:inline-block;padding:7px 10px;border-radius:8px;background:#f2f4f7;color:#333;font-size:13px}
.line-tabs a.on{background:#1e66ff;color:#fff}
