﻿/* work by KONCOO */
.header {
    position: relative;
    min-width: 1200px;
}

/* 顶部导航 */
.top {
    width: 100%;
    height: 46px;
    background-color: #595959;
}

/* banner */
.banner {
    width: 100%;
    height: 220px;
    background: url(../images/bg_banner.png) top center;
    position: absolute;
    color: #FFFFFF;
    line-height: 46px;
}

    .banner a {
        color: #FFFFFF;
    }

    .banner span {
        margin: 0 5px;
    }

.logo {
    margin-top: 65px;
    margin-left: 20px;
}

/* nav */
.nav {
    width: 100%;
    height: 60px;
    margin-top: 170px;
    background-color: #00a1e9;
}

.menu li {
    float: left;
    line-height: 60px;
}

    .menu li a {
        color: #FFFFFF;
        padding: 20px 15px;
    }

.menu .curr {
    background-color: #25bdff;
}

.menu li:hover {
    background-color: #25bdff;
}

.search {
    width: 223px;
    height: 34px;
    margin-top: 12px;
    padding: 1px;
    background-color: #FFFFFF;
}

    .search .sinput {
        width: 124px;
        height: 33px;
        padding-left: 26px;
        border: 0;
        background: url(../images/icon/search.png) no-repeat;
        background-size: 20px 20px;
        background-position: 3px center;
    }

    .search .sbtn {
        width: 60px;
        height: 34px;
        border: 0;
        color: #FFFFFF;
        background-color: #00a1e9;
    }

.swiper-item > img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.loginBox {
    width: 304px;
    height: 370px;
    padding: 15px;
}

.titleBox {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}

    .titleBox span {
        width: 10px;
        height: 30px;
        margin: 0 10px 0 0;
        background-color: #00a1e9;
        display: block;
        float: left;
    }

    .titleBox .title {
        float: left;
        font-size: 20px;
    }

    .titleBox .more a {
        font-size: 14px;
        color: #B1B1B1;
        float: right;
    }

.loginInput input {
    width: 260px;
    height: 50px;
    margin-bottom: 15px;
    padding-left: 38px;
    font-size: 16px;
    border: #b1b1b1 solid 1px;
}

.loginBox .name {
    background: url(../images/icon/name.png) no-repeat;
    background-size: 32px 32px;
    background-position: 3px center;
}

.loginBox .pwd {
    background: url(../images/icon/pwd.png) no-repeat;
    background-size: 30px 30px;
    background-position: 3px center;
}

.loginBox .per {
    background: url(../images/icon/per.png) no-repeat;
    background-size: 30px 30px;
    background-position: 3px center;
}

.loginBox .phone {
    background: url(../images/icon/phone.png) no-repeat;
    background-size: 30px 30px;
    background-position: 3px center;
}

.loginBtn .button {
    cursor:pointer;
    width: 302px;
    height: 50px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #FFFFFF;
    border: 0;
    background-color: #ff9600;
}

.loginBottom {
    text-align: center;
    margin-bottom: 15px;
}

    .loginBottom span {
        margin: 0 10px;
    }

.indexCheck .loginInput input {
    height: 44px;
}

.bmBox {
    width: 302px;
    height: 86px;
    overflow: hidden;
}

.mid-2 .listBox {
    width: 560px;
    height: 230px;
    padding: 15px;
}

.mid-2 li {
    line-height: 32px;
}

    .mid-2 li .listTitle {
        width: 435px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
float:left;
    }

    .mid-2 li .listDate {
        float: right;
        color: #b1b1b1;
    }

.mid-ad {
    width: 1200px;
    height: 167px;
    overflow: hidden;
}

.mr_frbox {
    height: 38px;
    padding: 10px 5px;
    overflow: hidden;
}

.mr_frUl {
    height: 38px;
    width: 1200px;
}

.mr_frBtnL {
    float: left;
    cursor: pointer;
    display: inline;
    margin-right: 8px;
}

.mr_frBtnR {
    float: right;
    cursor: pointer;
    display: inline;
    margin-left: 5px;
}

.mr_frUl ul li {
    display: inline;
    float: left;
    height: 38px;
    width: 108px;
    margin-right: 5px;
    overflow: hidden;
}

    .mr_frUl ul li img {
        display: block;
    }

.footer {
    width: 100%;
    min-width: 1200px;
    background-color: #FFFFFF;
    padding: 20px 0;
}

.navBar {
    width: 100%;
    background-color: #FFFFFF;
}

    .navBar .titleBox {
        padding: 15px 0 0 15px;
    }

.article-list {
    width: 846px;
    min-height: 160px;
}

    .article-list .box {
        padding: 20px;
        border-bottom: 1px dashed #CCCCCC;
    }

        .article-list .box .title {
            font-size: 24px;
            line-height: 36px;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .article-list .box .desc {
            color: #B1B1B1;
            line-height: 22px;
        }

        .article-list .box .date {
            text-align: right;
            color: #B1B1B1;
        }

.rightSide {
    width: 334px;
    float: right;
}

.rightSidebox {
    background: #FFFFFF;
    padding: 15px;
}

    .rightSidebox .list li {
        line-height: 36px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.pageNav {
    padding: 20px;
    width: 470px;
    margin: 20px auto;
}

    .pageNav li {
        float: left;
    }

        .pageNav li a {
            padding: 5px 10px;
            margin: 5px;
            background-color: #00a1e9;
        }

        .pageNav li a {
            color: #FFFFFF;
        }

.article {
    width: 846px;
}

    .article .articleBox {
        padding: 20px;
    }

        .article .articleBox .title {
            font-size: 28px;
            line-height: 48px;
            font-weight: 800;
            text-align: center;
            padding-bottom: 20px;
            border-bottom: 1px dashed #CCCCCC;
            margin-bottom: 20px;
        }

        .article .articleBox .title2 {
            text-align: center;
            margin-bottom: 20px;
        }

        .article .articleBox .articleBody {
            font-size: 16px;
            line-height: 32px;
            /*overflow: hidden;*/
        }

        .article .articleBox .articleBody2 {
            overflow: hidden;
        }

.class-list {
    width: 846px;
    min-height: 160px;
    /*height: 1890px;*/
}

    .class-list .box {
        padding: 20px;
        border-bottom: 10px solid #F5F5F5;
    }

        .class-list .box .dm {
            float: right;
            font-size: 20px;
        }

.classLeft {
    width: 606px;
}

    .classLeft .row {
        line-height: 26px;
        display: table-cell;
    }

        .classLeft .row .left {
            width: 303px;
        }

        .classLeft .row span {
            color: #00a1e9;
        }

.classRight {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .classRight .money {
        font-size: 28px;
        font-weight: bold;
        color: #FF9600;
    }

    .classRight .bm a {
        padding: 5px 1px;
        margin-top: 20px;
        color: #FFFFFF;
        background-color: #FF9600;
        display: block;
    }

.bmFalse {
    -webkit-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(graysale=1);
}
