body {
    background: #eceef5;
}

.container {
    width: 1280px;
    margin: 0px auto 25px auto;
    background: #FFFFFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.junstfy-content-between {
    justify-content: space-between;
}

.junstfy-content-flex-start {
    justify-content: flex-start;
}

.junstfy-content-flex-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;
}

.align-items-flex-start {
    align-items: flex-start;
}

.align-items-flex-end {
    align-items: flex-end;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-1 {
    flex: 1;
}

.box-sizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*文字超出省略号*/
.text-overflow {
    overflow: hidden;
    /* 文字用省略号代替超出的部分 */
    text-overflow: ellipsis;
    /* 匀速溢出内容，隐藏 */
    white-space: nowrap;
}

/*
<!-- 通用导航样式一 左边是小图标间距15是标题名称 最右边是更多>>-->

*/
.rcpj-nav-title {
    width: 100%;
    height: 50px;
    /*border-bottom: 2px solid var(--lyj-primary-color);*/

}

.rcpj-nav-title-name {
    width: 150px;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #0055C5;
    font-weight: 400;
}

.rcpj-nav-title-name img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.rcpj-nav-title-more {
    font-size: 13px;
    font-weight: 400;
    color: var(--lyj-primary-color);
}

.rcpj-nav-title-more a {
    color: #1C4A90;
}

/* 以上是通用样式 */

.banner-box {
    width: 1208px;
    height: 360px;
    background-size: cover;
}

#sxsj-carousel-image img {
    width: 100%;
    height: 180px;
    /*border-radius: 14px;*/
}

/* 动态 **/
.dongtai-content {
    width: 100%;
    height: 550px;
    overflow: hidden;
}
.dongtai-content  .layui-carousel {
    background: #fff !important;
}
.layui-carousel>[carousel-item]>* {
    background: #fff !important;
}

.dongtai-content-left {
    width: 800px;
    background: #fff;
    margin-right: 30px;
    height: 100%;
}

.dongtai-carousel-image-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.dongtai-carousel-image-item > a.img ,.dongtai-carousel-image-item img {
    height: 450px;
    width: 100%;
    margin-bottom: 25px;
}

.dongtai-carousel-image-item span {
    color: #c7c7c7;
    height: 25px;
    line-height: 25px;
}

.dongtai-carousel-image-item a.title {
    color: #303030;
    font-weight: 400;
    height: 25px;
    font-size: 15px;
    line-height: 25px;
}

.dongtai-content-right {
    flex: 1;
    padding: 0px 15px;
    height: 100%;
    background: #087bd6;
}
.dongtai-content-right-title {
    height: 50px;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}
.dongtai-content-right-title span{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
.dongtai-content-right-title span i{
    margin-right: 5px;
    font-size: 20px;
    /**旋转180度**/
}
.dongtai-content-right-title > div {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.dongtai-content-right-title a{
    color: #fff;
    font-size: 13px;

}
.dongtai-content-right-title >div  > i{
    /*旋转180度*/
    transform: rotate(180deg);
    margin-left: 5px;
    display: block;
}


.dongtai-content-right ul {
    height: 100%;
}
.dongtai-content-right ul li {
    height: 110px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    border-bottom: 1px dotted #e2e2e2;
    flex-wrap: wrap;
}
.dongtai-content-right ul li > div.riqi {
    width: 70px;
    height: 60px;
    margin-right: 15px;
}
.dongtai-content-right ul li > div.riqi span{
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}
.dongtai-content-right ul li > div.riqi >span:first-child {
    background: #2992e4;
    color: #fff;
}
.dongtai-content-right ul li > div.riqi >span:last-child {
    background: #fff;
    color:  #2992e4;
}
.dongtai-content-right ul li > div.biaoti {
    flex: 1;
    height: 60px;
    line-height: 20px;
    padding: 2px 0px;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;

}
.dongtai-content-right ul li > div.biaoti a{
    color: #fff;
    font-size: 15px;
}
.dongtai-content-right ul li:last-child {
    border-bottom: 0px;
}

/*产品*/
.chanpin-content {
    width: 100%;

}
.top-teacher-body {
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.top-teacher-body > img {
    width: 26px;
    height: 45px;
    margin: 0 20px;
    cursor: pointer;
}

.custom-swiper-button-prev {
    /*    旋转360度 */
    transform: rotate(180deg);
}
.swiper {
    width: 100%;
    height: 220px;
}

.swiper-slide {
    text-align: center;
    font-size: 16px;
    background: #fff;

}

.swiper-slide-teacher {
    position: relative;
}

.swiper-slide-header {
    background-color: #d1e0fd;
    height: 50px;
    width: 100%;
}

img.swiper-slide-photo {
    width: 260px !important;
    height: 180px !important;
    /*图片平铺*/
    /*border: 1px solid #e2e2e2;*/
    /*object-fit: cover;*/
}


.swiper-slide-title {
    color: #303030;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 250px;
}

