/* CSS Document */

body {
    background: url(/web/images2022/bg_conedu.jpg?v=2023) no-repeat center top;
}

#search {
    display: none
}

header {
    height: 350px;
}

#top {
    height: 300px
}

.line {
    margin-top: 30px;
}

.main-box {
    padding: 30px;
    margin-bottom: 30px
}

.coursetop {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 30px;
    height: 118px;
    overflow: hidden;
    transition: all 0.8s;
    padding: 15px 30px;
    font-size: 16px
}

    .coursetop.show {
        height: 400px;
        padding: 25px 30px
    }

    .coursetop dl {
        margin-bottom: 15px;
        padding-left: 100px;
        border-bottom: 1px dashed #ddd;
        position: relative;
        line-height: 24px;
    }

        .coursetop dl:last-child {
            margin-bottom: 0
        }

        .coursetop dl dt {
            margin-left: -100px;
            width: 100px;
            display: inline-block;
            margin-bottom: 10px;
            color: #000
        }

        .coursetop dl dd {
            display: inline-block;
            margin-right: 12px;
            margin-bottom: 10px;
        }

            .coursetop dl dd a {
                padding: 3px 13px;
                border-radius: 15px;
            }

            .coursetop dl dd.coursecurrent a {
                color: #dd3831;
            }

.right {
    width: 330px;
}

.casetitle {
    margin-bottom: 20px;
    height: 40px;
    overflow: hidden;
}

    .casetitle li {
        cursor: pointer;
        width: auto;
        float: left;
        margin-right: 30px;
    }

        .casetitle li h2 {
            font-size: 18px;
            color: #000;
        }



        .casetitle li.casetitle-cur h2 {
            border-bottom: 3px solid #365ea6;
            font-size: 24px;
            font-weight: bold;
            padding-bottom: 13px;
        }

.casediv {
    display: none;
    min-height: 500px;
}

.caselist {
    padding: 30px 0;
}



#jxjy img {
    float: left;
    width: 300px;
    height: 170px;
    margin-right: 30px;
    border-radius: 10px
}

#jxjy h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin: 8px 0
}

.jxjy-r {
    float: right;
    width: 450px
}

#jxjy li {
    height: auto;
    min-height: 180px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc
}


.tips {
    margin: 12px 0;
    color: #333;
    font-size: 16px
}

    .tips i {
        color: #eee;
        margin: 0 12px;
        font-style: normal
    }

.price {
    display: inline-block;
    font-size: 26px;
    color: red;
    width: 100%;
    margin: 0
}

    .price i {
        color: #999;
        font-size: 14px;
        text-decoration: line-through;
        margin-left: 10px;
        line-height: 35px;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        line-height: 30px;
    }

.schoollist {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

    .schoollist li {
        float: left;
        margin: 10px;
        width: 22%;
        border: 1px solid #ccc;
        border-radius: 10px;
        background: #f3f5f8;
    }

        .schoollist li img {
            width: 100%;
            height: auto
        }

        .schoollist li.current {
            border: 1px solid #ccc;
            background: #c4d1f6
        }


        .schoollist li:hover {
            background: #fff
        }




.pagination {
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
}

    .pagination li {
        width: auto;
        float: none;
        background: none;
        display: inline-block;
        border: none;
        margin: 0 5px !important;
        line-height: 45px;
        box-shadow: none;
    }

        .pagination li a {
            padding: 2px 10px;
            border: 1px solid #bbb;
            border-radius: 2px;
            box-shadow: 0 0 5px #bbb;
        }

            .pagination li a:hover {
                color: #2470eb;
                border: 1px solid #2470eb;
                box-shadow: 0 0 5px #ccc;
            }

        .pagination li:hover {
            box-shadow: none;
        }

        .pagination li.active a {
            color: #2470eb;
            border: 1px solid #2470eb;
        }

.hide {
    display: none;
}

.newstitle {
    margin-bottom: 0px
}

    .newstitle a {
        font-size: 14px;
        font-weight: normal;
        float: right
    }

.newslist {
    padding: 10px 20px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
}

    .newslist ul {
        display: none;
    }

    .newslist li {
        width: 100%;
        padding: 0;
        height: auto;
        line-height: 1.5em;
        font-size: 14px;
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px dashed #ccc;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
    }

        .newslist li a {
            color: #9598a1
        }

        .newslist li:hover a {
            color: #2470eb;
        }

        .newslist li:hover {
            background: none
        }






@media (max-width: 1000px) {
    body {
        background-size: 40rem
    }

    .main-box {
        padding: 20px
    }

    .coursetop {
        padding: 15px 0
    }

    .casetitle li h2 {
        font-size: 16px;
    }

    .casetitle li {
        margin-right: 0px;
    }

        .casetitle li.casetitle-cur h2 {
            font-size: 18px;
        }

    #jxjy img {
        float: none;
        width: 100%;
        height: auto;
        margin-right: 0
    }

    #jxjy li {
        height: auto
    }

    .jxjy-r {
        float: none;
        width: 100%;
    }

    .tips {
        font-size: 13px
    }

    .schoollist li {
        margin: 10px;
        width: 44%;
    }

    .right {
        width: 100%
    }
}

@media (max-width: 768px) {

    body {
        background: url(/web/images2022/bg_conedu.jpg) no-repeat center 30px;
        background-size: 40rem;
    }



    header {
        height: 150px;
    }

    .left {
        padding: 0
    }

    .schoollist li {
        margin: 10px;
        width: 42%;
    }
}
