body {
    background: white;
}

.banner {
    height: 605px;
    background: url(../../images/20190723/zsjz_03.jpg) bottom center no-repeat #E3EBF7;
    background-size: contain;
    margin-bottom: 120px;
}

.banner .img {
    background: url(../../images/20190723/laoshipc.png) top center no-repeat;
    height: 555px;
    position: relative;
    top: 50px;
}

.banner .p1 {
    font-size: 38px;
    font-weight: bold;
    color: #FEFEFE;
    line-height: 52px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 37%;
}

.banner .p2 {
    font-size: 55px;
    font-weight: bold;
    color: #FEFEFE;
    line-height: 77px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 47%;
}

.title {
    font-size: 48px;
    font-weight: bold;
    color: #1A1A1A;
    text-align: center;
    margin-bottom: 72px;
}

.t1 {
    position: relative;
}

.cirleft {
    display: inline-block;
    width: 27px;
    height: 27px;
    background: rgba(255, 129, 86, 1);
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    left: -18px;
    top: 12px;
}

.citright {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: rgba(255, 129, 86, 1);
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    bottom: -9px;
    right: -15px;
}

.items {
    padding: 16px;
    box-sizing: border-box;
    border: 1px solid rgba(180, 180, 180, 1);
    margin-bottom: 60px;
}

.items img {
    display: block;
    width: 377px;
    height: 239px;
    margin-right: 20px;
}

.item_fr {
    padding: 12px 30px 0 15px;
    box-sizing: border-box;
}

.userName {
    box-sizing: border-box;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(47, 110, 246, 1);
    margin-bottom: 16px;
}

.userName b {
    display: inline-block;
    width: 3px;
    height: 32px;
    background: rgba(47, 110, 246, 1);
    margin-right: 11px;
    vertical-align: middle;
}

.job {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(73, 73, 73, 1);
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(180, 180, 180, 1);
    margin-bottom: 24px;
}

.items .desc {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(73, 73, 73, 1);
    line-height: 19px;
    text-align: justify;
}

.btnBox {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 100px;
}

.more {
    /*width: 156px;*/
    /*height: 41px;*/
    /*background: rgba(232, 233, 235, 1);*/
    /*border-radius: 21px;*/
    /*text-align: center;*/
    /*line-height: 41px;*/
    /*font-size: 16px;*/
    /*font-family: Microsoft YaHei;*/
    /*font-weight: 400;*/
    /*color: rgba(79, 79, 79, 1);*/
    display: inline-block;
    width: 160px;
    height: 35px;
    line-height: 35px;
    border-radius: 21px;
    text-align: center;
    background: #217cfe;
    color: white;
    margin-left: 35px;
    cursor: pointer;
}

.newList {
    /*display: -webkit-box;*/
    /*!* Chrome 4+, Safari 3.1, iOS Safari 3.2+ *!*/
    /*display: -moz-box;*/
    /*!* Firefox 17- *!*/
    /*display: -webkit-flex;*/
    /*!* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 *!*/
    /*display: -moz-flex;*/
    /*!* Firefox 18+ *!*/
    /*display: -ms-flexbox;*/
    /*!* IE 10 *!*/
    /*display: flex;*/
    /*!* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ *!*/
    /*-webkit-flex-wrap: wrap;*/
    /*-moz-flex-wrap: wrap;*/
    /*-ms-flex-wrap: wrap;*/
    /*-o-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
    /*-webkit-justify-content: space-between;*/
    /*justify-content: space-between;*/
    overflow: hidden;
}
.newList::after{
    /*content: "";*/
    /*width: 20%;*/
}
.news {
    width: 20%;
    margin-bottom: 60px;
    float: left;
}

.news dt {
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.photo {
    width: 156px;
    height: 154px;
    border-radius: 50%;
    margin-bottom: 11px;
}

.teacherName {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(26, 26, 26, 1);
    margin-bottom: 14px;
    text-align: center;
}

.nubmer_title,
.number {
    font-size: 11px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(72, 72, 72, 1);
    margin-bottom: 8px;
    text-align: center;
}

.number {
    border-bottom: 0px;
}
.more:hover{
    box-shadow: 0px 11px 21px 0px #97C1FC;
}
.nodata{
    width: 100%;
    height: 160px;
    text-align: center;
    line-height: 180px;
    font-size: 16px;
    display: none;
}
.footer{
    background: url(../../images/20190723/sy_27.png) top center no-repeat;
    background-size: cover;
    height: 820px;
}

.footer-con .fitems .item{
    float: left;
    width:230px;
    height:96px;
    margin: 0 12px 24px 0;
}
.footer-con .fitems .item:nth-child(5n){
    margin-right: 0;
}
.footer-con .fitems img{
    width:230px;
    height:96px;
}