﻿.zjx-title {
    padding: 20px 0;
}
.ts-box {
    width:100%;
    background-image: url('../image/zjx/ts-bg.png');
    background-size:100%;
    height:450px;
}
.ts-box-main {
    background: rgba(255,255,255,0.9);
    box-shadow: 0px 0px 9px 1px rgba(43, 104, 255, 0.3);
    border-radius: 10px;
    text-align:center;
    position:relative;
    top:50px;
}
.phone input {
    padding: 0;
}

.forget-password {
    cursor: pointer;
}

    .forget-password:hover {
        text-decoration: underline;
    }

/*.denglubtn {
    height: 39px;
    background: linear-gradient(-49deg, #497BF6 0%, #77C4F5 100%) !important;
}*/

#default {
    color: #2780DC;
}
.z-news-box {
    height: 410px;
    display: flex;
    justify-content: space-between;
}
.z-new-left {
    width: 447px;
    background: #FFFFFF;
    padding: 20px;
    box-shadow: 0px 0px 9px 1px rgba(42, 89, 157, 0.3);
    border-bottom: 4px solid #7099ff;
}
    .z-new-left .time {
        font-size: 18px;
        color: #2B68FF;
        opacity: .8;
    }
.z-new-left .title {
    font-weight: 700;
    font-size: 18px;
    color: #2B68FF;
    opacity: .8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 27px;
}
.z-new-left .text {
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    padding-top: 0px;
    text-indent: 2em;
    height: 39px;
    padding-bottom: 4px;
}
.layui-icon-return {
    font-size: 29px;
    font-weight: 700;
    color: #6b96ff;
    transform: rotate( 180deg );
    width: 29px;
    position: relative;
    top: 10px;
    display: block;
    cursor:pointer;
}
.look-more {
    width: 138px;
    height: 30px;
    position: absolute;
    background-image: url('../image/zjx/download.png');
    bottom: 22px;
    right: 20px;
    cursor: pointer;
}
.shen_boxCon{
    display:flex;
    justify-content:space-between;
    margin:auto;
}
.sbc_li{
   width:49%;
   overflow:hidden;
}
.shenb-box {
    margin: 10px 0;
    position: relative;
}
.shenb-btn {
    background: #fff;
    color: #2B68FF;
    text-align: center;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 17px;
    position: absolute;
    font-size: 17px;
    font-weight: 700;
    border-radius: 20px;
    cursor:pointer;
}
.shenb-btn1 {
    top: 58px;
    right: 304px;
    width: 80px;
}
    .shenb-btn:hover{
        color: #2B68FF;
    }
    .shenb-btn2 {
        top: 58px;
        right: 136px;
    }
.z-news-right {
    width: 644px;
    padding: 20px;
    box-shadow: 0px 0px 9px 1px rgba(42, 89, 157, 0.3);
    position: relative;
}

.new-list {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    transition: all 900ms ease;
}

    .new-list:nth-child(1) {
        padding-top: 0px;
    }

.new-list-left {
    flex: 1;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    width: 520px;
}

.new-time {
    width: 99px;
    height: 105px;
    background: #fff;
    color: #2B68FF;
    opacity: 0.7;
    text-align: center;
    position: relative;
    transition: all 900ms ease;
}

    .new-time .year {
        padding-top: 15px;
        font-size: 18px;
    }

    .new-time .day {
        font-weight: 500;
        font-size: 40px;
    }

.z-news-right .title {
    font-weight: 700;
    font-size: 18px;
    color: #2B68FF;
    opacity: .8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 26px;
}

    .z-news-right .title .xian {
        width: 55px;
        height: 3px;
        background: #2B68FF;
        opacity: 0.7;
        position: absolute;
        top: 48px;
    }

.new-bottom ul {
    padding-top: 15px;
    padding-left: 15px;
}

    .new-bottom ul li {
        color: #666;
        line-height: 32px;
        font-size: 16px;
    }

.new-list:hover .new-time {
    background: #2B68FF;
    color: #fff;
    opacity: 1;
    transition: all 900ms ease;
}

.new-list:hover .xian {
    background: #2B68FF;
    color: #fff;
    opacity: 1;
    transition: all 900ms ease;
}

.new-list:hover .title {
    color: #2B68FF;
    opacity: 1;
    transition: all 900ms ease;
}

.new-list:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.33);
    transition: all 900ms ease;
}

.planting {
    width: 540px;
}

.z-news-right .text {
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    padding-top: 12px;
    text-indent: 2em;
    height: 44px;
}
.data-box {
    width: 100%;
    background-image: url('../image/zjx/sj-bg.png');
    background-size: 100%;
    height: 390px;
    padding-top:80px;
}
.service-list-main{
    margin-top:50px;
    display:flex;
    justify-content:space-around;
}
.service-list {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    background:#fff;
    padding:5px;
}
    .service-list .num {
        color: #2562ff;
        font-size: 32px;
        font-weight: 700;
        padding-left: 10px;
    }
.service-list .hotext {
    font-size: 18px;
    position: relative;
    top: -2px;
    left: 2px;
}
 .service-list .title {
    font-weight: 700;
    font-size: 20px;
    padding-left: 15px;
}
.course-box {
    width: 100%;
    background-image: url('../image/zjx/kc-bg.png');
    background-size: 100%;
    min-height: 500px;
    margin-bottom: 20px;
}
.links-box {
    padding:0 20px;
    background-image: url('../image/zjx/yl-bg.png');
    background-size: 100%;
    height: 270px;
}
.link-box-bottom {
    width: 1141px;
    height: 135px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 1px #007FFF;
    margin:auto;
    display:flex;
    justify-content:space-around;
    align-items:center;
}
.link-box-bottom>img{
    width:250px;
    height:62px;
}
.z-footer {
    margin-top:20px;
    width: 100%;
    height: 220px;
    background-image: url('../image/zjx/fooer_bg.da559d6.jpg');
    background-size: 100% 100%;
    position: relative;
}

    .z-footer .footer-box {
        width: 976px;
        padding-left: 32px;
        padding-top: 20px;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
        .z-footer .footer-box p {
            line-height: 34px;
        }
    .z-footer .copyright {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 52px;
        background: rgb(50 53 63 / 70%);
    }
        .z-footer .copyright .cpry {
            font-size: 14px;
            color: #797979;
            padding: 18px 24px 18px 36px;
            text-align: center;
        }
            .z-footer .copyright .cpry a {
                color: #797979;
            }
.zjx-gzh {
    position: fixed;
    top: 40%;
    left: 0;
    z-index: 999;
}
.course-box-main-ul {
    height: 112px;
    padding: 0 20px;
    width: 1110px;
    position: relative;
    z-index: 9;
    margin: auto;
    background-image: url('../image/zjx/course-ul-bg.png');
    background-size: 100% 100%;
    display: flex;
}
    .course-box-main-ul li {
        width: 120px;
        height: 106px;
        background-image: url('../image/zjx/course-li-bg.png');
        position: relative;
        color: #fff;
        cursor:pointer;
        top: -12px;
    }
    .course-box-main-ul li:first-child{
        margin-left: 125px;
    }
.course-box-main-ul li h3{
    font-weight: 700;
    font-size: 17px;
    position: relative;
    top: 30px;
    left: 19px;
    width: 67%;
    text-align: center;
}
.course-box-main-ul li.tabin {
   background-image: url('../image/zjx/course-li-bg-active.png');
}
.box {
    width: 1200px;
    margin: 10px auto;
    position: relative
}




.content-box {
    width: 1120px;
    height: 420px;
    margin: auto;
    border: 4px solid #2B68FF;
    box-shadow: 0px 6px 12px 0px rgba(43, 104, 255, 0.12);
    border-radius: 0px 0px 10px 10px;
    position: relative;
    top: -23px;
}

.content {
    display: none;
    transition: all ease .3s;
}

.contentin {
    display: block;
}

.content-box .layui-table {
    text-align: center;
    position: relative;
    top: 5px;
    
}
.ljgd {
    text-align: center;
    margin-top: 36px;
}
.content-box .layui-table td, .layui-table th {
    text-align: center;
    padding: 15px 15px;
    font-size: 16px;
}
.content-box .layui-table tr th {
    font-weight: 700;
    text-align: center;
}
.content-box .layui-table tbody tr:nth-child(2n+1) {
    background: #e9efff;
}
.teacher-box{
    position:relative;
}
    .teacher-box .name {
        position: absolute;
        top: 15px;
        left: 15px;
        font-weight: 700;
        font-size: 20px;
    }
.teacher-j {
    position: absolute;
    top: 49px;
    left: 15px;
    width: 87px;
    height: 26px;
    background: #2B68FF;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}
.teacher-zc {
    position: absolute;
    top: 80px;
    left: 15px;
    width: 2300px;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
}
.z-news-box .NoticeContent p, .z-news-box .NoticeContent h1, .z-news-box .NoticeContent h2, .z-news-box .NoticeContent h3, .new-list-left .NoticeContent h4, .z-news-box .NoticeContent span, .z-news-box .NoticeContent h5, .z-news-box .NoticeContent b, .z-news-box .NoticeContent font {
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
    line-height: 22px !important;
    font-weight: 100 !important;
    font-size: 14px !important;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",Arial,sans-serif !important;
}