﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-family: '微软雅黑',;
    color: #333;
}

body, dd, dl, h1, h2, h3, h4, h5, h6, p, ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    padding: 0;
    margin: 0;
    background: none;
}

    a:hover {
        text-decoration: none;
        border: none;
    }

    a:active, a:hover, a:focus {
        text-decoration: none;
    }

li {
    list-style: none;
}

    li:hover {
        padding: 0;
        margin: 0;
        border: none;
    }

h1, h2, h3, h4 {
    font-weight: bold;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../font/glyphicons-halflings-regular.eot);
    src: url('../font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../font/glyphicons-halflings-regular.woff') format('woff'), url('../font/glyphicons-halflings-regular.ttf') format('truetype'), url('../font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.con {
    width: 100%;
    float: left;
}

.bx {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

/**/
.con_dh {
    clear: both;
}

.bx .daohang p {
    padding: 15px 0;
    font-size: 14px;
    color: #666;
}

/**/
.con .bx .kmsx {
    width: 100%;
    background: #fff;
    padding: 0 30px;
    margin: 20px 0;
    box-shadow: 0px 0px 6px 3px #efefef;
}

    .con .bx .kmsx .kmfl {
        width: 100%;
        overflow: hidden;
    }

        .con .bx .kmsx .kmfl .dkm {
            float: left;
            font-size: 14px;
            color: #333;
            font-weight: bold;
            height: 60px;
            line-height: 60px;
        }

        .con .bx .kmsx .kmfl ul {
            width: calc(100% - 72px);
            float: left;
            padding-top: 14px;
            padding-bottom: 14px;
        }

            .con .bx .kmsx .kmfl ul li {
                padding: 0 15px;
                float: left;
                line-height: 32px;
            }

                .con .bx .kmsx .kmfl ul li a {
                    color: #555;
                }

                    .con .bx .kmsx .kmfl ul li a:hover {
                        color: #ef2d36;
                    }

        .con .bx .kmsx .kmfl .active a {
            color: #ef2d36;
        }

/**/
.list_fenlei {
    float: left;
    margin-right: 20px;
    width: 130px;
}

    .list_fenlei ul li {
        background-color: #f7f7f7;
        border-bottom: 1px solid#fff;
    }

        .list_fenlei ul li.active {
            background-color: #fff2f0;
            color: #e63d2a;
        }

        .list_fenlei ul li.active p{
            color: #e63d2a;
        }

        .list_fenlei ul li p {
            text-align: center;
            padding: 16px 0;
        }
/**/
.list_left {
    width: calc(100% - 450px);
    float: left;
    padding-bottom: 40px;
}

    .list_left .zzxx {
        width: 100%;
        background: #fff;
        overflow: hidden;
        padding: 8px 30px 40px;
        box-shadow: 0px 0px 6px 3px #efefef;
    }

        .list_left .zzxx ul li {
            width: 100%;
            padding: 30px 0;
            border-bottom: 1px dotted #dadada;
            float: left;
            position: relative;
        }

            .list_left .zzxx ul li .zj_bt {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 5px 0 18px;
            }

                .list_left .zzxx ul li .zj_bt a {
                    color: #999;
                }

        .list_left .zzxx .info h3 {
            font-size: 16px;
            color: #333;
        }

        .list_left .zzxx .info p {
            font-size: 14px;
            color: #666;
            padding-bottom: 25px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .list_left .zzxx .info .dh {
            float: left;
        }

            .list_left .zzxx .info .dh span {
                font-size: 12px;
                color: #666;
                margin-right: 30px;
            }


/**/
.list_right .lsjs3 {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    position: relative;
    margin-bottom: 20px;
}

    .list_right .lsjs3 .lsjj2 .teacher {
        position: relative;
    }

        .list_right .lsjs3 .lsjj2 .teacher .img1 {
            width: 100%;
            border-radius: 7px 7px 0 0;
        }

        .list_right .lsjs3 .lsjj2 .teacher span {
            position: absolute;
            left: 10px;
            top: -10px;
            z-index: 11;
            background: url("../images/zhekou.png") no-repeat center;
            width: 43px;
            height: 49px;
            color: #fff;
            font-weight: bold;
            font-size: 16px;
            text-align: center;
            line-height: 44px;
        }

    .list_right .lsjs3 .clearfix {
        background-color: #f0f0f0;
        padding: 10px 6px;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .list_right .lsjs3 .clearfix .span1 {
            font-size: 16px;
            color: #f02c2c;
            font-weight: 600;
        }

            .list_right .lsjs3 .clearfix .span1 b {
                font-size: 20px;
                font-style: italic;
            }

        .list_right .lsjs3 .clearfix .span2 {
            font-size: 12px;
            color: #666;
            padding-left: 5px;
            padding-right: 6px;
        }

            .list_right .lsjs3 .clearfix .span2 b {
                font-size: 16px;
                color: #f02c2c;
            }

        .list_right .lsjs3 .clearfix .span3 {
            font-size: 14px;
            color: #333;
        }

            .list_right .lsjs3 .clearfix .span3 b {
                color: #fff;
                background-color: #333;
                padding: 4px;
                border-radius: 4px;
                margin: 0 1px;
            }

    .list_right .lsjs3 .tongpian {
        border: 1px solid#f0f0f0;
        padding: 0px 10px 20px;
        border-radius: 0px 0px 7px 7px;
    }

    .list_right .lsjs3 .p2 {
        font-size: 15px;
        padding-top: 10px;
        color: #000;
        margin-bottom: 0;
    }

    .list_right .lsjs3 .ls_info {
        padding: 18px 0;
        line-height: 10px;
    }

        .list_right .lsjs3 .ls_info .a {
            font-size: 12px;
            color: #999;
        }

        .list_right .lsjs3 .ls_info .b {
            float: right;
            color: #f02c2c;
            font-size: 14px;
        }

            .list_right .lsjs3 .ls_info .b b {
                font-size: 24px;
                font-weight: bold;
                padding-right: 6px;
            }

            .list_right .lsjs3 .ls_info .b i {
                text-decoration: line-through;
                color: #999;
                font-style: normal;
            }

    .list_right .lsjs3 .dianji {
        background: linear-gradient(to left,#ff403a,#ff6a49);
        border-radius: 50px;
    }

        .list_right .lsjs3 .dianji p {
            color: #fff;
            padding: 8px 0;
        }

            .list_right .lsjs3 .dianji p a {
                color: #fff;
                text-align: center;
                font-size: 14px;
            }

            .list_right .lsjs3 .dianji p span {
                padding: 8px 29px;
            }

/**/
.list_right {
    width: 280px;
    float: right;
}

    .list_right .example {
        padding: 20px;
        background-color: #fff;
        box-shadow: 0px 0px 6px 3px #efefef;
        margin-bottom: 20px;
    }

        .list_right .example b {
            color: #e14138;
            font-size: 18px;
            font-weight: 600;
            padding-right: 30px;
        }


    .list_right .r_info {
        padding-top: 10px;
    }

        .list_right .r_info p {
            font-size: 14px;
            color: #666;
            font-weight: normal;
            line-height: 30px;
        }

    .list_right ul li:hover h3 {
        color: #000;
    }

    .list_right .ggw {
        margin-top: 12px;
    }

        .list_right .ggw img {
            width: 100%;
        }

    .list_right .xx_info img {
        width: 100%;
    }

    .list_right .fldh img {
        width: 100%;
        padding: 20px 0;
    }
/*最近直播轮播*/
.ft-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .ft-carousel .carousel-inner .carousel-item {
        float: left;
        height: 100%;
    }

        .ft-carousel .carousel-inner .carousel-item .item .mfkcbt {
            padding: 10px 0 4px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .ft-carousel .carousel-inner .carousel-item .item .mfkcbt h4 {
                font-size: 16px;
                color: #333;
                line-height: 30px;
            }

            .ft-carousel .carousel-inner .carousel-item .item .mfkcbt .teacher {
                font-size: 14px;
                color: #666;
                line-height: 30px;
            }

            .ft-carousel .carousel-inner .carousel-item .item .mfkcbt .time {
                color: #999;
                font-size: 12px;
            }

            .ft-carousel .carousel-inner .carousel-item .item .mfkcbt .zxkc {
                margin: 10px 0;
            }

            .ft-carousel .carousel-inner .carousel-item .item .mfkcbt a {
                font-size: 12px;
                width: 36px;
                display: block;
            }

    .ft-carousel .carousel-item img {
        width: 100%;
    }

    .ft-carousel .carousel-indicators {
        position: absolute;
        left: 12px;
        bottom: 10px;
        width: 100%;
        text-align: right;
    }

        .ft-carousel .carousel-indicators span {
            display: inline-block;
            width: 12px;
            height: 12px;
            background-color: inherit;
            margin: 0 4px;
            border-radius: 50%;
            cursor: pointer;
        }

            .ft-carousel .carousel-indicators span.active {
                background-color: inherit;
            }

    .ft-carousel .carousel-btn {
        position: absolute;
        top: 50%;
        height: 45px;
        margin-top: -25px;
        cursor: pointer;
    }

    .ft-carousel .carousel-prev-btn {
        left: 0;
    }

    .ft-carousel .carousel-next-btn {
        right: 0;
    }

.rvc-prv, .rvc-next {
    position: absolute;
    height: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.rvc-prv {
    left: -8px;
    cursor: pointer;
}

.rvc-next {
    right: -8px;
    cursor: pointer;
}

/*出纳*/
.list_right .example .xbiaoti {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding-bottom: 10px;
}

    .list_right .example .xbiaoti i {
        border-left: 4px solid#e14138;
        padding-right: 6px;
        height: 20px;
        display: inline-block;
        vertical-align: bottom;
    }

    .list_right .example .xbiaoti a {
        float: right;
        font-size: 14px;
        color: #777;
        font-weight: normal;
    }

        .list_right .example .xbiaoti a:hover {
            color: #e14138;
        }

/*分页*/
.fenye {
    width: 100%;
    padding: 40px 0 0px;
    background: #fff;
    text-align: center;
    font-size: 15px;
    clear: both;
}

    .fenye a .fa-angle-double-left {
        padding-right: 4px;
    }

    .fenye a .fa-angle-double-right {
        padding-left: 4px;
    }

    .fenye a .fa-angle-right {
        padding-left: 4px;
    }

    .fenye a .fa-angle-left {
        padding-right: 4px;
    }

    .fenye .slct {
        background: #ef2d36;
        border: 1px solid #ef2d36;
        color: #fff;
    }

        .fenye .slct:hover {
            background: #ef2d36;
        }

    .fenye a:hover {
        background: #f9f9f9;
    }

    .fenye a {
        padding: 8px 14px;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 4px;
        margin: 0 5px;
        color: #666;
        font-size: 14px;
    }
