.jx-newToday {
    background: #ffffff
}

.jx-todayBox {
    padding: 40px
}

.jx-todayTop {
    border-bottom: 1px solid #F4F4F4
}

.jx-todayTop ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px
}

.jx-todayTop ul li {
    width: 64px;
}

.jx-todayTop ul li div {
    width: 54px;
    height: 54px;
    margin-bottom: 10px;
}

.jx-title {
    text-align: center;
    margin-top: 10px
}

.jx-title h1 {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #0055DA
}

.jx-title h2 {
    font-size: 12px;

    font-weight: 400;
    color: rgba(149, 170, 164, 1);
}

.jx-title h3 {
    font-size: 24px;
    color: #0055DA;
    font-weight: bolder;
    margin-top: -10px;

}
.jx-todayList ul li {
    height: 120px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f4f4f4;
}

.jx-todayList .jx-todayListImg {
    width: 180px;
    height: 110px;
    margin-right: 15px;
    background: gold;
    margin-bottom: 10px;
}

.jx-todayListBox {
    width: 912px
}

.jx-todayListBox .jx-todayListTop {
    margin-bottom: 10px
}

.jx-todayListBox .jx-todayListTop p {
    font-size: 18px;
    font-weight: bolder;
}

.jx-todayListBox .jx-todayListTop time {
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
}

.jx-todayListBox .jx-todayListTxt {
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.jx-todayChang {
    width: 200px;
    height: 50px;
    background: #0055DA;
    margin: 10px auto;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
}

.jx-todayChang a {
    color: #fff;
}

/*信息*/
.jx-information {
    margin-top: 20px
}

.jx-informationBox {
    margin-top: 15px
}

.jx-informationCont {
    width: 590px;
    margin-top: 20px
}

.jx-informationContTop {
    padding: 0 40px;
    background: #0055DA;
    height: 50px;
    line-height: 50px;
}

.jx-informationContTop p {
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
}

.jx-informationContTop .jx-more {
    width: 70px;
    height: 26px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    text-align: center;
    line-height: 26px;
    color: #ffffff;
    margin-top: 12px;
}
.jx-informationContBox {padding: 0 40px;}
.jx-informationContBox ul li { height: 36px;border-bottom: 1px solid #f4f4f4;margin-top: 10px;line-height: 36px}
.jx-informationContBox ul li p{ width:420px;  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
}

.jx-informationContBox ul li time {
    color: rgba(153, 153, 153, 1);
    font-size: 12px
}

.jx-add {
    width: 100%;
    height: 100px;
    background: gold;
    margin-top: 25px
}

.jx-add img {
    width: 100%;
}

/*课程*/
.jx-courseBox {
    background: rgba(255, 255, 255, 1);
}

.jx-courseCot {
    padding: 20px 40px
}

.jx-courseCot ul {
    display: flex;
    justify-content: space-around
}

.jx-courseCot ul li {
    width: 320px;
    /*height: 320px;*/
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px -1px 21px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}

.jx-courseCot ul li .jx-courseCotImg {
    width: 320px;
    height: 200px;
}

.jx-courseCot ul li .jx-courseCotFooter {
    padding: 10px 35px;
}

.jx-courseCot ul li .jx-courseCotFooter h1 {
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    line-height: 30px;
    /*height: 60px*/
}

.jx-courseCot ul li .jx-courseCotFooter h2 {
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding-top: 10px
}

.jx-courseCot ul li .jx-courseCotFooter p {
    font-weight: 500;
    color: rgba(241, 79, 72, 1);
    font-size: 18px;
}
/*jx-目录轮播*/
.jx-One {
    width: 1200px;
    height: 470px;
    border: 1px solid #0055DA;
}

.jx-swiper {
    width: 830px;
}

.jx-muluTop h1{ font-weight:600;font-size: 18px; padding: 10px 20px 7px 0}
.jx-muluCot ul {width: 320px;display: flex; flex-wrap: wrap}
.jx-muluCot ul li { float: left;  margin: 8px 8px; }