body {
    background: white;
}

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

.banner .img {
    background: url(../../images/20190723/xueyuanpc.jpg) 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%;
}
.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;
}
.layui-form {
    display: inline-block;
    width: 100%;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.layui-form-select dl dd.layui-this {
    background: #217cfe;
}

.layui-form .layui-input-inline {
    height: 38px;
}

.layui-form .layui-form-item {
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.layui-form .area {
    margin-right: 15px;
}

.layui-form .area,
.layui-form .layui-input-inline {
    display: inline-block;
    float: none;
}

.layui-form .layui-form-label {
    width: 120px;
    height: 38px;
    line-height: 38px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: bold;
}

.layui-form .search {
    display: inline-block;
    width: 160px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #217cfe;
    color: white;
    margin-left: 35px;
    cursor: pointer;
}


.title {
    font-size: 48px;
    font-weight: bold;
    color: #1A1A1A;
    text-align: center;
    margin-top: 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;
}

.layui-laypage a,
.layui-laypage span {
    display: inline-block;
    vertical-align: middle;
    padding: 13px 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 -1px 5px 0;
    background-color: #C5C5C5;
    color: #ffffff;
    font-size: 14px;
}

.layui-laypage .layui-laypage-spr,
.layui-laypage .layui-laypage-spr:hover {
    color: #ffffff;
    font-weight: 700;
}

.layui-laypage a:hover,
.layui-laypage span:hover {
    color: #ffffff;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #2F6EF6;
}

.layui-laypage>a:first-child,
.layui-laypage>a:first-child em {
    border-radius: 5px 0 0 5px;
}

.layui-laypage>a:last-child,
.layui-laypage>a:last-child em {
    border-radius: 0 5px 5px 0;
}
.js-list .item {
    width: 48%;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(180, 180, 180, 1);
    border-radius: 10px;
    padding: 48px 22px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin:0 0.5%;
    margin-bottom: 53px;
    height: 254px;
    display: inline-block;
}

.js-list .item .photo {
    display: inline-block;
    width: 158px;
    height: 158px;
    background: rgba(238, 238, 238, 1);
    border: 2px solid rgba(163, 190, 249, 1);
    border-radius: 50%;
}

.message {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(73, 73, 73, 1);
    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-align-items: center;
    align-items: center;
    margin-bottom: 15px;
}

.message .teacherName {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(47, 110, 246, 1);
    margin-right: 15px;
    display: inline-block;
    max-width: 40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.message .school{
    display: inline-block;
    max-width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.js-list .item_fr {
    padding-left: 10px;
    box-sizing: border-box;
}

.js-list .desc {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(73, 73, 73, 1);
    line-height: 26px;
    text-align: justify;
}

.descActive {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.slide {
    position: absolute;
    bottom: 0px;
    left: 30%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    z-index: 3;
    text-align: center;
    padding-top: 88px;
    line-height: 44px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, 1) 100%);
}

.bgActive {
    background: rgba(33, 124, 254, 1)!important;
    box-shadow: 0px 13px 27px 0px rgba(50, 162, 86, 0.35);
    border-radius: 10px;
    color: white;
}
.slideActive{
    background: rgba(33, 124, 254, 1)!important;
    padding-top: 0px!important;
}
.messageActive {
    color: white !important;
}

.photoActive {
    border: 4px solid rgba(163, 190, 249, 1) !important;
}

.heightActive {
    height: auto !important;
}
.slideChange{
    padding-top: 0px!important;
}
.js-list .icon{
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-left: 10px;
}
.nodata{
    width: 100%;
    height: 200px!important;
    display: inline-block;
    text-align: center;
    line-height: 200px;
    display: none;
}
.shadow {
    box-shadow: 0px 11px 21px 0px #97C1FC;
}
