/* 全局 */
html, body{
    background: #fff;
    color: #333;
}
body{
    padding-top: 0;
}
#floatbtn{
    bottom: 280px;
}
.panel{
    margin-bottom: 15px;
}
.panel-default{
    padding: 0;
}
.col-xs-10by2, .col-sm-10by2, .col-md-10by2, .col-lg-10by2 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media ( min-width : 768px) {
    .col-sm-10by2 {
        width: 20%;
        float: left;
    }
}
@media ( min-width : 992px) {
    .col-md-10by2 {
        width: 20%;
        float: left;
    }
}
@media ( min-width : 1200px) {
    .col-lg-10by2 {
        width: 20%;
        float: left;
    }
}
.embed-responsive{
    border: 1px solid #eee;
}
.embed-responsive-8by5{
    padding-bottom: 62.5%;
}
.player {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 42px;
    height: 42px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQBAMAAAAVaP+LAAAAMFBMVEVHcEwAAAABAQEAAAAAAAAAAAAAAAAAAAAAAAClpaXt7e1qamrQ0NA2Njb////7+/s8YEfEAAAADnRSTlMAgINFdGEoEYLB8qXckqIZUAUAAAN/SURBVGjezZq/jxJREMeX3AGWNw/23BYISryYQHISSwhBW4gX6zWcsd1L0Pq4GKMt/wB/wHVWdtefsbEy/hFLLV5Yl1+yK7vz5r03JE5NPtnv/HjMmzeWhVp+8OSsDVDsvmi6lrblB2diBCtzQHSbnh5n0HYgbnZTA3PQhx27qlXfqHJeQ7KNXqp55xTSzOkoeCrXh3QTBZeFE6qzXRbOInokdXkpB6BCIZ3KOaGf5JxzINlzaR4C0ermDlpZ0TN20No6LMIk4ujCJNk0BCVLjVy+rQZK9fe5GgfEg5QaE4ogcJKr9xUogxI/KecAsHzSBWjYffOQpQZuCFq2m0t9PZBtVGXRXPq34hqaIChwuDrB3YegbT0eZeBUYsr0Pyie3QbKAFosyuJxM1EWi9uBESgStwsz0LFpne3UWw4MbZMAWVNQT/uwTnFSwxRkc2TR0jyOLNr2E4fmoBaPrzfe7puDbCZfA7Dk9cbbaF6LcrlMze0M9oOT29m3GgF0KQmamATzYFyihQ0rkJNg7k/vvtOOWyT64tHc9/3gWi6uiEdf3IQcf0oQ5+DRFxN/SSKIc9GSXYMI4sKmJEsA+XJxPbT2/4Kk4pyWdY8Ckos7kuTjBiSN3EMiSCruGE3sCEgmrmA9JYIkkSug52MMhIuz6aBQXAkDtcmgMHJY1dJB/vRXCQEBHeTPEG1KoOlnLtD4vwN9YQLNkCpRCv/vEk8eBeMRAlIpkRpLrU3vfowwUIN+jIywOSDfwUY+ajFhAB/QC00EhAtbnNkZnr+jS+ofJC5s0SAT/7JH0r9sniYi7EZJbY1M2KKtwRot54YobHmtwar2J7X1q0qa0U8BTdiyGcVS+2oSBBRhsBj/YQ2S8/h29pXSsB/JrhAfy+Ua4YOWVwj8AkmhbC7sHLcjj/Pix3EVXc1sM1yXY/Pr+noYyTZAMPd2hXvIwjb2YRtEsY3GTJ20nddnObLIbAgdzSLOESvf0DfHpMxIW3zo/5ZHGePjAdtzhv7pVmd68qnu7xFKz93vPYvnk5JeWHWyW7g8j5mRZwOzTxIuz4MvPGN6ggZv34/iis/0VW//iwN8qwwK/pZts1DFOXXZ4sjQLIVUz8oOZUmnYe4gajZxLSBROSGpwcNBl71AZdkLWT8DtfWz0N4lOsquW+o22EEVdVb0VkuDUUxXE7OK33aNUeLjP6/Y9iAtcsWXAAAAAElFTkSuQmCC) no-repeat 50%;
    background-size: contain;
}
.breadcrumb{
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .breadcrumb{
        margin-bottom: 10px;
    }
}
/* 顶部 */
.top-bar {
    height: 36px;
    line-height: 36px;
    background: #f9f9f9;
    border-bottom: 1px solid #ededed;
}
.top-bar .slogan {
    float: left;
}
.top-bar .top-navbar{
    float: right;
}
.top-navbar .dropdown-menu{
    min-width: 100%;
}
.top-navbar > li{
    cursor:pointer;
}
.top-navbar > li > a{
    padding:10px 0;
}
.top-navbar > li > a:hover, .top-navbar > li > a:focus{
    background: none;
}
@media (max-width: 767px) {
    .top-bar .navbar-nav {
        margin: 0;
    }
    .top-bar .nav .open > a, .top-bar .nav .open > a:hover, .top-bar .nav .open > a:focus{
        background: none;
    }
    .top-bar .navbar-nav .open .dropdown-menu{
        position: absolute;
        background-color: #fff;
        border-radius: 3px;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        background-clip: padding-box;
    }
    .top-bar .navbar-nav .open .dropdown-menu > li > a, .top-bar .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 8px;
    }
}
/* 头部 */
.header{
    background: #fff;
}
.header > .container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header .logo {
    width: 200px;
    float: left;
    background: url(../img/logo_line.png) right 8px no-repeat;
}
.header .logo img{
    height: 70px;
}
.header .subtitle {
    display: none;
    width: 245px;
    height: 70px;
    float: left;
    line-height: 1;
    background: url("../img/subtitle.png") 15px center no-repeat;
}
@media (max-width: 767px) {
    .header .logo {
        width: 164px;
    }
    .header .logo img{
        height: 60px;
    }
    .header .subtitle {
        display: none;
        height: 60px;
        background-position-x: 10px;
    }
}

/* 搜索 */
.header .form-search {
    float: right;
    position: relative;
}

.header .form-search input {
    float: left;
    width: 350px;
    height: 40px;
    padding: 0 15px;
    vertical-align: top;
    color: #555;
    outline: 0;
    background: 0 0;
    border: 1px solid #ccc;
    border-right: 0;
    border-radius: 3px 0 0 3px;
}
.header .form-search button{
    float: left;
    width: 68px;
    height: 40px;
    font-size: 16px;
    border-radius: 0 3px 3px 0;
    vertical-align: top;
    overflow: hidden;
    word-break: break-all;
    background: #e63636;
    color: #fff;
    border: 0;
    outline: 0;
}

/* 导航 */
.navbar{
    min-height: 45px;
    background: #e63636;
}
.navbar .navbar-collapse{
    padding: 0;
}

.navbar .main-navbar{

}
.navbar .main-navbar > li > a {
    margin-top: 2px;
    font-size: 16px;
    color: #fff;
    padding: 13px 15px;
}
.navbar .main-navbar > .active > a, .navbar .main-navbar > .active > a:hover, .navbar .main-navbar > .active > a:focus {
    color: #e63737;
    background-color: #fff;
}

.navbar .main-navbar ul.dropdown-menu > li > a {
    padding: 8px 20px;
    font-size: 14px;
}

/*@media (min-width: 768px) {*/
/*    .navbar .main-navbar > li > a {*/
/*        padding: 13px 15px;*/
/*    }*/
/*}*/

/*文章列表*/
.article-list .article-item:first-child {
    padding-top: 10px;
}
.article-list .media-body .article-tag span {
    margin-left: 0;
    margin-right: 12px;
}
.article-list .noimage .media-body{
    padding-left: 0;
}
.article-list .noimage .media-body .article-tag{
    position: relative;
    margin-top: 8px;
}
.article-list .article-title{
    height: 48px;
    line-height: 24px;
    overflow: hidden;
}
.article-item .duration, .video-item .duration, .related-video .duration, .recommend-video-list .duration{
    position: absolute;
    right: 6px;
    bottom: 6px;
    z-index: 1;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #fff;
    background: rgba(0,0,0,.5);
}
.article-metas {
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.article-metas .metas-title{
    font-size: 2em;
    margin-bottom: 10px;
}
.article-metas .metas-body{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
.article-text{
    font-size: 16px;
}

@media (max-width: 767px) {
    .article-list .article-title{
        height: 40px;
        line-height: 20px;
    }
    .article-metas .metas-title{
        font-size: 1.6em;
    }
}
/*侧边栏*/
aside .panel-default, .panel-red{
    border: 1px solid #eee;
    padding: 0;
}
aside .panel-default .panel-heading, .panel-red .panel-heading{
    background: #f5f5f5;
    height: 35px;
    padding: 0;
}
aside .panel-default .panel-title, .panel-red .panel-title{
    display: inline-block;
    padding: 0 10px;
    background: #e63636;
    height: 35px;
    line-height: 35px;
    color: #fff;
}
aside .panel-default .panel-body, .panel-red .panel-body{
    padding: 15px;
}
/*==首页==*/
.panel-video, .panel-news {
    margin-bottom: 0;
}
.panel-video > .panel-heading .panel-title, .panel-news > .panel-heading .panel-title {
    font-size: 22px;
}
.panel-video > .panel-heading .panel-title a:hover, .panel-news > .panel-heading .panel-title a:hover {
    color: #e63636;
    text-decoration: none;
}
.panel-video > .panel-heading .panel-title i, .panel-news > .panel-heading .panel-title i {
    display: inline;
    font-size: 22px;
}
.panel-video > .panel-heading{
    border-bottom: none;
}

/*头条*/
.toutiao-container {
    background:#f8f8f8 url(../img/toutiao.png) 0 0 no-repeat;
    border: 1px solid #ededed;
    height: 102px;
    padding: 10px 0;
    margin-bottom: 15px;
    text-align: center;
    overflow: hidden;
}
.toutiao-container .swiper-container{
    height: 50px;
}
.toutiao-container .swiper-slide{
    padding: 10px 60px;
}
.toutiao-container .swiper-slide h2{
    margin: 0;
}
.toutiao-container .swiper-slide a{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 27px;
    font-weight: 700;
    overflow: hidden;
    color: #e63636;
}
.toutiao-container p {
    padding: 0 50px;
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 0;
    overflow: hidden;
}
@media (max-width: 767px) {
    .toutiao-container{
        background-size: 60px;
        height: 82px;
        padding: 5px 0;
    }
    .toutiao-container .swiper-container{
        height: 41px;
    }
    .toutiao-container .swiper-slide{
        padding: 8px 50px;
    }
    .toutiao-container .swiper-slide h2, .toutiao-container .swiper-slide a{
        height: 25px;
        line-height: 25px;
        font-size: 20px;
    }
    .toutiao-container p {
        margin-top: 3px;
    }
}
/*焦点图*/
.index-focus{
    margin-bottom: 0;
}
.index-focus .item .carousel-img {
    height: 200px;
    width: 100%;
}
@media (min-width: 768px) {
    #index-focus .item .carousel-img {
        height: 200px;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .carousel-caption h3 {
        height: 45px;
        line-height: 15px;
        text-align: center;
        overflow: hidden;
    }
}
/**特殊推荐**/
.special-list{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.special-list li {
    position: relative;
    width: 100%;
    background: #f7f7f7;
    height: 80px;
    overflow: hidden;
    margin-top: 15px;
}
.special-list li a{
    text-decoration: none;

}
.special-list .item-left{
    position: absolute;
    left: 0;
    top: 0;
}

.special-list .item-left img {
    display: block;
    width: 120px;
    height: 80px;
    object-fit: cover;
}

.special-list .item-right {
    padding:10px 10px 10px 130px;
    height: 80px;
}

.special-list .item-right h3 {
    display: block;
    margin:5px 0;
    font-size: 16px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.special-list .item-right p {
    color: #888;
    font-size: 13px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .special-list{
        margin-bottom: 15px;
    }
}

/*今日要闻*/
.top-news{
    border: 0;
    margin-bottom: 0;
}

.top-news .panel-body{
    padding: 0;
}

.top-news ul{
    list-style-type: none;
    margin: 0;
}

.top-news ul li {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
}

.top-news ul u {
    float: left;
    width: 3px;
    height: 3px;
    font-size: 0;
    background-color: #818181;
    margin: 18px 8px 0 0;
}

.top-news ul li:hover u {
    background-color: #e63636;
}

.top-news ul li.top {
    margin-top: 10px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
}
/*直播列表*/
.live-list {
    list-style: none;
    padding: 10px 0;
}
.live-list li {
    width: 48%;
    padding-left: 20px;
    float: left;
    height: 40px;
    line-height: 40px;
}

/*=文章详情=*/
.article-content > .panel-body{
    padding-top: 10px;
}
.article-prevnext li{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/*=视频详情=*/
.video-player{
    width: 100%;
    height: 500px;
    background: #000;
    margin-bottom: 15px;
}
.video-text {
    line-height: 22px;
    margin-bottom: 15px;
    color: #616161;
}
.video-text h2 {
    font-size: 18px;
    color: #444;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .video-player{
        height: 250px;
    }
}
/*评论*/
#comment-container #commentlist cite{
    color: #0084ff;
}

/*推荐列表*/
.recommend-list{
    padding: 0;
    margin: 0;
    list-style: none;
}
.recommend-list li{
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid #eaeeef;
}
.recommend-list li:first-child {
    padding-top: 0;
}
.recommend-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.recommend-list li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-decoration: none;
}
.recommend-list .image {
    display: inline-block;
    height: 70px;
    width: 70px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 3px;
    margin-right: 15px;
    border: 1px solid #eee;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.recommend-list .image:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.recommend-list .info {
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    position: relative;
}
.recommend-list .info h4 {
    font-size: 15px;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: -2px;
    position: relative;
    padding-right: 50px;
}
.recommend-list .info .desc {
    margin-top: 10px;
    display: block;
    min-height: 36px;
    max-height: 36px;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    color: #828a92;
    cursor: pointer;
    font-size: 12px;
}
/*热门列表*/
.hot-list {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.hot-list li {
    height: 36px;
    line-height: 36px;
    overflow: hidden
}
.hot-list li .mun {
    color: #d52b2b;
    height: 20px;
    float: left;
    font-size: 20px;
    font-style: italic;
    font-family: "georgia", "STHeiti", "Microsoft YaHei", "simsun", "sans-serif", Arial;
    line-height: 15px;
    margin: 8px 10px 0 0;
    overflow: hidden;
    text-align: center;
    width: 20px;
}
.hot-list li em {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #E56B32;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-right: 6px;
}
.hot-list li:nth-child(n+4) .mun {
    color: #888;
}
.hot-list li:nth-child(n+4) em {
    background: #dfdfdf;
    color: #333
}
/*视频列表*/
.video-item{
    margin-bottom: 10px;
}
.video-item a{
    display: block;
}
.video-item .embed-responsive{
    border-radius: 5px;
}
.video-item .item-bottom{
    height: 58px;
    padding-top: 10px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.video-item h5 {
    margin: 0;
    z-index: 97;
    position: absolute;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.video-item .info {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 8px;
    height: 20px;
    margin-top: 5px;
    line-height: 20px;
    -webkit-transition: bottom .3s ease-in-out;
    transition: bottom .3s ease-in-out;
    z-index: 99;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
.video-item:hover .info {
    bottom: -28px;
}
.video-item .info span {
    color: #999;
    font-size: 12px;
    float: left;
    margin-right: 8px;
}
/*推荐视频*/
.recommend-video-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.recommend-video-list .image {
    width: 142px;
    height: 80px;
}
.recommend-video-list .duration{
    right: 5px;
    bottom: 5px;
}

.recommend-video-list .info h4 {
    margin-top: 0;
    font-size: 15px;
    height: 48px;
}
.recommend-video-list .info p{
    margin: 0;
    font-size: 12px;
    color: #999;
    letter-spacing: 0;
    line-height: 1.6;
}
/*相关视频*/
.related-video{

}
/*证书查询*/
.card-container{
    position: relative;
    width: 800px;
    margin: 80px auto;
    padding: 50px;
    background: #fff;
    overflow: hidden;
}
.card-container h1{
    font-size: 24px;
    margin: 0 0 25px;
}
.card-container i{
    position: absolute;
    bottom: 60px;
    right: 60px;
    width: 180px;
    height: 180px;
    background: url("../img/z.png?v=20210818") no-repeat;
}
.card-container .error{
    width: 100%;
    margin-top: 25px;
    color: red;
    text-align: center;
}
.card-table{
    margin-top: 20px;
    border-collapse: collapse;
    border-spacing: 0;
}
.card-table tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.card-table th,.card-table td{
    border: 1px solid #ddd;
    padding: 8px 20px;
    height: 19px;
    line-height: 19px;
}
.card-table th{
    text-align: center;
}
.card-table img{
    width: 120px;
    height: 168px
}

/*以下新增*/
.navbar-touch{
    width: 100%;
    height: 45px;
    line-height: 43px;
    background: #e63636;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
    z-index: 99;
}
.navbar-touch ul.dropdown-menu{
    background: #fff;
    border: none;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
}
.navbar-touch ul.dropdown-menu > li > a {
    padding: 8px 20px;
    font-size: 14px;
}
#TouchNav{
    width:100%;
    overflow:hidden;}
#TouchNav .swiper-slide{
    width: 20%;
    padding: 0 5px;
    text-align:center;
    position: relative;
    display: block;
}
#TouchNav .swiper-slide > a{
    margin-top: 2px;
    display:block;
    color:#fff;
}
#TouchNav a:hover, #TouchNav a:focus{
    text-decoration: none;
}
#TouchNav .active > a{
    background: #fff;
    color:#e63737;
}
