﻿body {
    max-width: 60rem;
    margin: 0 auto;
}
.panel {
    background-color: #fff;
    padding: .5rem .5rem;
}
.index .logo {
    margin: 1.5rem 2.5rem;
    padding: 1rem;
}
.index .logo h1 {
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: .2rem;
}
.logo h1 {
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: .2rem;
}

.cate_list a { margin:.25rem .15rem }
.v_list.list .item {
    min-height: 4.5rem;
}
.v_list.list .item .title {
    overflow: hidden;
    max-height: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .75rem;
    line-height: 1.1rem
}
.v_list.list .item .desc {
    position: absolute;
    bottom: 0;
    width: 96%;
    line-height: 1.42857143;
    margin-bottom: .5rem;
}
.search-form {
    position: relative;
    margin: .2rem auto;
    padding: .5rem;
    width: 100%;
    height: 2.2rem;
    z-index: 1000;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    transition: all .3s ease;
    text-align: left;
}
.search-form.-active {
    border: 1px solid #ff5a05;
    box-shadow: 0 0 30px rgba(0,0,0,.01);
}
.search-form input {
    height: 1.2rem;
    font-size: .8rem;
    margin-left: .7rem;
    width: calc(100% - 2.5rem);
    font-family: PingFangSC-Regular, "Microsoft YaHei", sans-serif;
    font-weight: 100;
    border: none;
    outline: none;
    background-color: transparent;
}
.search-form input::placeholder {
    color: #333;
    font-size: .8rem;

}
.search-form .btn-submit {
    position: absolute;
    display: block;
    top: .2rem;
    right: .2rem;
    width: 1.7rem;
    height: 1.7rem;
    font-size: .8rem;
    line-height: 1.7rem;
    border-radius: 1.5rem;
    color: #fff;
    background-color: #666;
    text-align: center;
    transition: all .3s ease;
}
.search-form .btn-submit:hover {
    background-color: #333;
}
.sicon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
svg:not(:root) {
    overflow: hidden;
}
.tiles .tile {
    padding: .25rem .5rem;
}
.items .label {
    padding: .25rem .5rem;
}
.y-scroll-x {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
}

.y-scroll-x a {
    -webkit-tap-highlight-color: initial
}

.y-scroll-x::-webkit-scrollbar {
    display: none
}
.js-con {
    height: 1.7rem;
    width: 100%;
    margin: .5rem 0;
}
.retions {
    display: table;
    border-spacing: .5rem 0;
    padding: 0 .2rem;
}
.retions label {
    color: rgba(0,0,0,.3);
    padding: .3rem 0;
    display: table-cell;
    font-size: .7rem;
    line-height: 1.1rem;
    height: 1.7rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.retions a {
    background-color: #fff;
    color: rgba(0,0,0,.86);
    -webkit-border-radius: .15rem;
    border-radius: .15rem;
    padding: .3rem .5rem;
    display: table-cell;
    font-size: .7rem;
    line-height: 1.1rem;
    height: 1.7rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.piclist>.item>.content {position: relative;}
.piclist>.item>.content>.desc {position: absolute;bottom: 0;width: 100%}
.piclist>.item {
    min-height: 5rem;
}
.piclist .title { font-size: .75rem;
    -webkit-line-clamp: 2;
    margin-bottom: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.guess {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex: auto;
    flex: auto;
}
.guess div {
    width: 50%;
}
.guess div a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    white-space: normal;
    -webkit-line-clamp: 1;
    border-radius: .2rem;
    line-height: 1.5rem;
    margin: .2rem;
    padding: .2rem .5rem;
    background-color: #f1f1f1;

}
.list .title em,.minfo .tit em { color: #FF0000;font-style: normal;}
.index .search-form {margin-bottom: 2rem;}

.text-line a {
    -webkit-line-clamp: 1;
    margin-bottom: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.type-ahead__input::-webkit-input-placeholder {
    opacity: .5;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    color: #6E6E6E;
}
.type-ahead__input::-moz-placeholder {
    opacity: .5;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear;
    color: #6E6E6E;
}
.type-ahead__input:-ms-input-placeholder {
    opacity: .5;
    -ms-transition: opacity .2s linear;
    transition: opacity .2s linear;
    color: #6E6E6E;
}
.type-ahead__input::-ms-input-placeholder {
    opacity: .5;
    -ms-transition: opacity .2s linear;
    transition: opacity .2s linear;
    color: #6E6E6E;
}
.type-ahead__input::placeholder {
    opacity: .5;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    color: #6E6E6E;
}

.type-ahead__suggestions {
    padding: 4px 0;
    background-color: #fff;
    width: 100%;
    position: relative;
    border: 1px solid #e5e5e5;
    top: 8px;
    margin: 0;
}
.type-ahead__suggestions.hidden {
    opacity: 0;
}
.type-ahead__suggestions .suggestion {
    color: #6E6E6E;
    list-style: none;
    font-size: .7rem;
    margin: 0;
    padding: .5rem .6rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
}
.type-ahead__suggestions .suggestion .match {
    font-weight: bold;
    color: #e64525;
    overflow-wrap: break-word;
}
.type-ahead__suggestions .suggestion:hover {
    color: #007991;
}
.c-player {
    padding-top:56%;
}
.c-media .viewinfo{
    position: absolute;
    top: 50%;
    width: 100%;
    color: #3079ea;
    font-size: 16px;
    text-align: center;
}
.c-media {
    position: relative;
    z-index: 1;
}
.part-full {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
footer {
    margin-bottom: 2.5rem;
}

.m-cd-list {
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: .5rem;
    padding-top: .5rem;
    width: 100%;
    font-size: 0
}



.m-cd-i-wrap {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    white-space: normal
}
@media (min-width:769px) {
    .logo {
        margin: 1.5rem 2.5rem;
        padding: 1rem;
    }
    .index .logo h1 {
        font-size: 1.5rem;
        text-align: center;
        letter-spacing: .2rem;
    }
    .logo h1 {
        font-size: 2.4rem;
        text-align: center;
        letter-spacing: .2rem;
    }
    .search-form {
        width: 70%;
        margin-bottom: 2rem;
    }

    .m-cd-i-wrap {
        width: 25%
    }
    .c-player {
        padding-top: 40%;
        width: 70%;
        margin: 0 auto;
    }
}
.m-cd-i-wrap.poster {
    width: 33.3333%
}

.m-cd-i-wrap.poster .pic {
    padding-bottom: 140%
}

.m-cd-i {
    display: block;
    position: relative;
    margin-right: .5rem;
    margin-bottom: 1rem;
    overflow: hidden;
    font-size: .6rem
}

.m-cd-i .pic {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: .2rem;
    background-color: rgba(0,0,0,.055);
}

.m-cd-i .pic img {
    position: absolute;
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    max-width: 100%;
    /* max-height: 100%; */
    top: 50%;
    left: 50%;
    transform: translate(-50%,-40%);
    background: url("../fonts/2e8a1cc4da134a0b8f41ac6d469bffdf.woff") no-repeat center center / contain #f0f1f2
}

.m-cd-i .minfo {
    margin-top: .25rem;
    max-height: 1.8rem;
    overflow: hidden
}

.m-cd-i .tit {
    overflow: hidden;
    max-height: 1.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .7rem;
    line-height: .9rem
}

.m-cd-i .tit.h {
    overflow: hidden;
    height: .9rem
}

.m-cd-i .desc {
    margin-top: .15rem;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.m-cd-i .cate {
    position: absolute;
    right: 0;
    padding: .2rem;
    background: rgba(0,0,0,.5);
    color: #fff;
    line-height: .8rem
}
.m-cd-i .r-sd,.m-cd-i .sd,.m-cd-i .ico-topic,.m-cd-i .ico-vip,.m-cd-i .ico-fee {
    position: absolute;
    background: rgba(0,0,0,.5);
    color: #fff;
    padding: .2rem;

    line-height: .8rem
}

.m-cd-i .ico-topic,.m-cd-i .ico-vip,.m-cd-i .ico-fee {
    top: 0;
    right: .25rem;
    padding:.2rem;
    background: #d00;
    font-size: .5rem
}

@media screen and (max-width: 640px){

    .page-item{
        display: none;
    }

    .page-item:first-child, .page-item:nth-child(2),
     .page-item:nth-child(4),
    .page-item:nth-child(5),.page-item:nth-child(6), .page-item:nth-child(8){
        display: inline-block;
    }

    .pagination__control{
        display: none;
    }
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination {
    flex-wrap: wrap;
}



.searchMod .inner{border:1px solid #eee;position:relative;border-radius:2rem;padding-left:.23rem;font-size:.76rem;background:#eee}
.searchMod{padding:.2rem;background:#fff;vertical-align:top;font-size:.76rem;}
.searchMod2{padding:.25rem .2rem .2rem}
.searchMod .text{height:2rem;line-height:2rem;padding:.15rem 0;font-size:.76rem;width:100%;border:none;outline:none;background:0 0}
.searchMod .button{height:1.82rem;border:none;font-size:1.28rem;background:url(../images/img1.png) no-repeat center center;color:#fff;width:1.5rem;background-size:1.26rem 1.26rem;position:absolute;right:0;top:0;width:1.8rem;height:1.8rem;display:block;text-indent:-99999px;cursor:pointer}

#bofang_box{padding:2% 0;height:240px;}

::-webkit-input-placeholder { /* WebKit browsers */
  font-size: 16px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-size: 16px;
}


/*新闻列表页*/
.wenzhang{ margin:2% auto; clear:both; background:#fff; padding:0 2%;}
/*新闻内容页*/
.wenzhang .news{min-height:80%;}
.wenzhang .news h1{font-size:1rem; color:#3097FD;line-height:2rem; padding-top:1rem; text-align:center;}
.wenzhang .news .source{font-size:0.8rem;line-height:1.5rem;border-bottom: #ddd 1px dashed;padding-bottom:0.5rem;text-align:center; clear:both}
.wenzhang .news .source a{font-size:0.8rem;line-height:1.5rem;}
.wenzhang .news .content{padding:3% 0px; text-align:left; font-size:1rem; line-height:2rem;overflow:hidden;max-width:100%;}
.wenzhang .news .content p{ padding-bottom:1rem;}
.wenzhang .news .content .detailPic{ text-align:center; margin:0 auto;padding-bottom:0.5rem;}
.wenzhang .news .content .picIntro{ text-align:center; margin:0 auto; line-height:2rem;}
.wenzhang .news .content img{ max-width:100%;}
.wenzhang .news .writer{ text-align:right; clear:both;color:#3097FD;line-height:2rem;padding-bottom:0.5rem;font-size:0.8rem;}

.vodlist_l{ min-height:80%;}
.vodlist_l ul{ text-align:left; width:100%; clear:both; overflow:hidden;}
.vodlist_l ul li{ border-bottom:1px #ddd dashed; height:2.5rem;line-height:2.5rem; overflow:hidden;background:url(../images/news.png) no-repeat left center; padding-left:18px;}
.vodlist_l ul li a{line-height:2.5rem; font-size:0.8rem;}
.vodlist_l .pages{text-align:center; float:none; padding:5% 0; font-size:0.8rem;}
.vodlist_l .pages a{font-size:0.8rem;}
.vodlist_l .pages .pagebtn,.vodlist_l .pages .pagego,.vodlist_l .pages a,.vodlist_l .pages em,.vodlist_l .pages label,.vodlist_l .pages span{height:2rem;line-height:2rem;display:inline-block;text-align:center;margin:0 0.1rem;padding:0 0.8rem;color:#666;background-color:#eee;border: 1px solid #ddd;}
.vodlist_l .pages span.disabled {filter:alpha(opacity=30);opacity:0.3;}
.vodlist_l .pages .pagego{width:30px;padding:0 5px;height:22px;line-height:22px;font-weight:700;color:#333;border:1px solid #ccc;background:#fff;margin-right:3px;background:url(../images/input.gif) 0 0 repeat-x}
.vodlist_l .pages .pagebtn{cursor:pointer;width:60px;height:22px;line-height:22px;padding:0 5px;font-weight:700;color:#333;border:1px solid #ccc;background-color:#eee}
.vodlist_l .pages label{background:0 0}
.vodlist_l .pages a:hover{color:#fff;background-color:#3097FD}
.vodlist_l .pages span.current{color:#fff;background-color:#3097FD;}
.vodlist_l .pages .prev{padding:0 0.8rem}
.vodlist_l .pages .next{padding:0 0.8rem;}